Package org.eclipse.rdf4j.sail.shacl
Class ShaclSailConnection.ValidationContainer
- java.lang.Object
-
- org.eclipse.rdf4j.sail.shacl.ShaclSailConnection.ValidationContainer
-
- Enclosing class:
- ShaclSailConnection
@Deprecated(forRemoval=true) public class ShaclSailConnection.ValidationContainer extends java.lang.Object
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Field Summary
Fields Modifier and Type Field Description private PlanNode
planNode
Deprecated, for removal: This API element is subject to removal in a future version.private Shape
shape
Deprecated, for removal: This API element is subject to removal in a future version.private ValidationExecutionLogger
validationExecutionLogger
Deprecated, for removal: This API element is subject to removal in a future version.
-
Constructor Summary
Constructors Constructor Description ValidationContainer(Shape shape, PlanNode planNode)
Deprecated, for removal: This API element is subject to removal in a future version.
-
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description Shape
getShape()
Deprecated, for removal: This API element is subject to removal in a future version.private void
handlePostLogging(long before, ValidationResultIterator validationResults)
Deprecated, for removal: This API element is subject to removal in a future version.private void
handlePreLogging()
Deprecated, for removal: This API element is subject to removal in a future version.boolean
hasPlanNode()
Deprecated, for removal: This API element is subject to removal in a future version.ValidationResultIterator
performValidation()
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
-
Field Detail
-
shape
private final Shape shape
Deprecated, for removal: This API element is subject to removal in a future version.
-
planNode
private final PlanNode planNode
Deprecated, for removal: This API element is subject to removal in a future version.
-
validationExecutionLogger
private final ValidationExecutionLogger validationExecutionLogger
Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Detail
-
getShape
public Shape getShape()
Deprecated, for removal: This API element is subject to removal in a future version.
-
hasPlanNode
public boolean hasPlanNode()
Deprecated, for removal: This API element is subject to removal in a future version.
-
performValidation
public ValidationResultIterator performValidation()
Deprecated, for removal: This API element is subject to removal in a future version.
-
handlePreLogging
private void handlePreLogging()
Deprecated, for removal: This API element is subject to removal in a future version.
-
handlePostLogging
private void handlePostLogging(long before, ValidationResultIterator validationResults)
Deprecated, for removal: This API element is subject to removal in a future version.
-
-