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 ShapeTreeManager
OkHttpShapeTreeClient.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 ShapeTreeManager
RequestHelper.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 ShapeTreeManager
ShapeTreeManager.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 ValidationResult
ShapeTreeRequestProcessor.assign
(ResourceAccessor accessor, ManageableInstance manageableInstance, ShapeTreeContext shapeTreeContext, ShapeTreeManager rootManager, ShapeTreeAssignment rootAssignment, ShapeTreeAssignment parentAssignment, ValidationResult advanceValidationResult) static ShapeTreeManagerDelta
ShapeTreeManagerDelta.evaluate
(ShapeTreeManager existingManager, ShapeTreeManager updatedManager) Compares an updated ShapeTreeManager (updatedManager) with an existing one (existingManager).static ValidationResult
ShapeTreeRequestProcessor.plant
(ResourceAccessor accessor, ManageableInstance manageableInstance, ShapeTreeContext shapeTreeContext, ShapeTreeManager updatedRootManager, ShapeTreeManagerDelta delta) Plants a shape tree on an existing resource