Uses of Class
com.janeirodigital.shapetrees.core.validation.ShapeTreeManager
Packages that use ShapeTreeManager
Package
Description
Implementation of
client-side
shape tree validation using the OkHttp HTTP client for Java.
-
Uses of ShapeTreeManager in com.janeirodigital.shapetrees.client.okhttp
Methods in com.janeirodigital.shapetrees.client.okhttp that return ShapeTreeManagerModifier and TypeMethodDescriptionstatic ShapeTreeManagerOkHttpShapeTreeClient.discover(okhttp3.OkHttpClient okHttpClient, ShapeTreeContext context, URL resourceUrl) Discover the ShapeTreeManager associated with a given target resource. -
Uses of ShapeTreeManager in com.janeirodigital.shapetrees.core.helpers
Methods in com.janeirodigital.shapetrees.core.helpers that return ShapeTreeManagerModifier and TypeMethodDescriptionstatic ShapeTreeManagerRequestHelper.getIncomingShapeTreeManager(ShapeTreeRequest shapeTreeRequest, ManagerResource managerResource) -
Uses of ShapeTreeManager in com.janeirodigital.shapetrees.core.resources
Methods in com.janeirodigital.shapetrees.core.resources that return ShapeTreeManagerModifier and TypeMethodDescriptionManagerResource.getManager()Get a ShapeTreeManager from the body of the ManagerResource -
Uses of ShapeTreeManager in com.janeirodigital.shapetrees.core.validation
Methods in com.janeirodigital.shapetrees.core.validation that return ShapeTreeManagerModifier and TypeMethodDescriptionShapeTreeManagerDelta.getExistingManager()static ShapeTreeManagerShapeTreeManager.getFromGraph(URL id, org.apache.jena.graph.Graph managerGraph) ShapeTreeManagerDelta.getUpdatedManager()Methods in com.janeirodigital.shapetrees.core.validation with parameters of type ShapeTreeManagerModifier and TypeMethodDescriptionstatic ValidationResultShapeTreeRequestProcessor.assign(ResourceAccessor accessor, ManageableInstance manageableInstance, ShapeTreeContext shapeTreeContext, ShapeTreeManager rootManager, ShapeTreeAssignment rootAssignment, ShapeTreeAssignment parentAssignment, ValidationResult advanceValidationResult) static ShapeTreeManagerDeltaShapeTreeManagerDelta.evaluate(ShapeTreeManager existingManager, ShapeTreeManager updatedManager) Compares an updated ShapeTreeManager (updatedManager) with an existing one (existingManager).static ValidationResultShapeTreeRequestProcessor.plant(ResourceAccessor accessor, ManageableInstance manageableInstance, ShapeTreeContext shapeTreeContext, ShapeTreeManager updatedRootManager, ShapeTreeManagerDelta delta) Plants a shape tree on an existing resource