Class RootRDFQueryQuery.GraphReportArguments
- java.lang.Object
-
- com.shopify.graphql.support.Arguments
-
- org.topbraidlive.client.java.graphql.platform.RootRDFQueryQuery.GraphReportArguments
-
- Enclosing class:
- RootRDFQueryQuery
public class RootRDFQueryQuery.GraphReportArguments extends Arguments
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description RootRDFQueryQuery.GraphReportArguments
excludeIds(List<String> value)
The IDs of the result generators to exclude (use "SHACL" for SHACL validation).RootRDFQueryQuery.GraphReportArguments
profiling(Boolean value)
True to activate profiling for validation, yielding statistical info about which constraints/shapes took most of the time.RootRDFQueryQuery.GraphReportArguments
resourceType(String value)
The URI of a shape that shall be validate against.RootRDFQueryQuery.GraphReportArguments
skipSystemShapes(Boolean value)
True to skip validation of system shapes such as those from the tosh namespace.-
Methods inherited from class com.shopify.graphql.support.Arguments
end, startArgument
-
-
-
-
Method Detail
-
excludeIds
public RootRDFQueryQuery.GraphReportArguments excludeIds(List<String> value)
The IDs of the result generators to exclude (use "SHACL" for SHACL validation).
-
resourceType
public RootRDFQueryQuery.GraphReportArguments resourceType(String value)
The URI of a shape that shall be validate against. Only the target nodes of that shape will be validated.
-
skipSystemShapes
public RootRDFQueryQuery.GraphReportArguments skipSystemShapes(Boolean value)
True to skip validation of system shapes such as those from the tosh namespace.
-
profiling
public RootRDFQueryQuery.GraphReportArguments profiling(Boolean value)
True to activate profiling for validation, yielding statistical info about which constraints/shapes took most of the time.
-
-