Uses of Class
org.fcrepo.storage.ocfl.PersistencePaths
Packages that use PersistencePaths
-
Uses of PersistencePaths in org.fcrepo.storage.ocfl
Methods in org.fcrepo.storage.ocfl that return PersistencePathsModifier and TypeMethodDescriptionstatic 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 PersistencePathsModifier and TypeMethodDescriptionvoidDefaultHeadersValidator.validate(PersistencePaths paths, ResourceHeaders headers, ResourceHeaders rootHeaders) Validates resource headers.voidHeadersValidator.validate(PersistencePaths paths, ResourceHeaders headers, ResourceHeaders rootHeaders) Validates resource headers.