Uses of Class
org.fcrepo.storage.ocfl.PersistencePaths
-
Packages that use PersistencePaths Package Description org.fcrepo.storage.ocfl org.fcrepo.storage.ocfl.validation -
-
Uses of PersistencePaths in org.fcrepo.storage.ocfl
Methods in org.fcrepo.storage.ocfl that return PersistencePaths Modifier and Type Method Description static PersistencePathsPersistencePaths. aclResource(boolean describesRdfResource, String rootResourceId, String resourceId)Returns the paths for ACL resources.static PersistencePathsPersistencePaths. nonRdfResource(String rootResourceId, String resourceId)Returns the paths for a non-RDF resource.static PersistencePathsPersistencePaths. rdfResource(String rootResourceId, String resourceId)Returns the paths for RDF resources. -
Uses of PersistencePaths in org.fcrepo.storage.ocfl.validation
Methods in org.fcrepo.storage.ocfl.validation with parameters of type PersistencePaths Modifier and Type Method Description voidDefaultHeadersValidator. validate(PersistencePaths paths, ResourceHeaders headers, ResourceHeaders rootHeaders)Validates resource headers.voidHeadersValidator. validate(PersistencePaths paths, ResourceHeaders headers, ResourceHeaders rootHeaders)Validates resource headers.
-