Uses of Class
org.fcrepo.persistence.ocfl.impl.OcflPersistentStorageSession
-
Packages that use OcflPersistentStorageSession Package Description org.fcrepo.persistence.ocfl.api org.fcrepo.persistence.ocfl.impl -
-
Uses of OcflPersistentStorageSession in org.fcrepo.persistence.ocfl.api
Methods in org.fcrepo.persistence.ocfl.api with parameters of type OcflPersistentStorageSession Modifier and Type Method Description voidPersister. persist(OcflPersistentStorageSession session, org.fcrepo.kernel.api.operations.ResourceOperation operation)The persistence handling for the given operation. -
Uses of OcflPersistentStorageSession in org.fcrepo.persistence.ocfl.impl
Methods in org.fcrepo.persistence.ocfl.impl with parameters of type OcflPersistentStorageSession Modifier and Type Method Description voidCreateVersionPersister. persist(OcflPersistentStorageSession session, org.fcrepo.kernel.api.operations.ResourceOperation operation)voidOverwriteRdfTombstonePersister. persist(OcflPersistentStorageSession session, org.fcrepo.kernel.api.operations.ResourceOperation operation)voidUpdateNonRdfSourceHeadersPersister. persist(OcflPersistentStorageSession session, org.fcrepo.kernel.api.operations.ResourceOperation operation)
-