Uses of Interface
org.fcrepo.persistence.api.PersistentStorageSession
-
Packages that use PersistentStorageSession Package Description org.fcrepo.persistence.api -
-
Uses of PersistentStorageSession in org.fcrepo.persistence.api
Methods in org.fcrepo.persistence.api that return PersistentStorageSession Modifier and Type Method Description PersistentStorageSessionPersistentStorageSessionManager. getReadOnlySession()Retrieve a read-only PersistentStorageSession.PersistentStorageSessionPersistentStorageSessionManager. getSession(String sessionId)Retrieve a PersistentStorageSession.PersistentStorageSessionPersistentStorageSessionManager. removeSession(String sessionId)Removes the indicated session.
-