Class ShaclSailConnection.ValidationContainer

java.lang.Object
org.eclipse.rdf4j.sail.shacl.ShaclSailConnection.ValidationContainer
Enclosing class:
ShaclSailConnection

@Deprecated(forRemoval=true) public class ShaclSailConnection.ValidationContainer extends Object
Deprecated, for removal: This API element is subject to removal in a future version.
  • Field Summary

    Fields
    Modifier and Type
    Field
    Description
    private final PlanNode
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    private final Shape
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Constructor Summary

    Constructors
    Constructor
    Description
    Deprecated, for removal: This API element is subject to removal in a future version.
     
  • Method Summary

    Modifier and Type
    Method
    Description
    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
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    boolean
    Deprecated, for removal: This API element is subject to removal in a future version.
     
    Deprecated, for removal: This API element is subject to removal in a future version.
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • 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.
  • Constructor Details

    • ValidationContainer

      public ValidationContainer(Shape shape, PlanNode planNode)
      Deprecated, for removal: This API element is subject to removal in a future version.
  • Method Details

    • 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.