Uses of Class
org.fcrepo.storage.ocfl.CommitType
-
Packages that use CommitType Package Description org.fcrepo.storage.ocfl -
-
Uses of CommitType in org.fcrepo.storage.ocfl
Methods in org.fcrepo.storage.ocfl that return CommitType Modifier and Type Method Description static CommitTypeCommitType. valueOf(String name)Returns the enum constant of this type with the specified name.static CommitType[]CommitType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.fcrepo.storage.ocfl with parameters of type CommitType Modifier and Type Method Description voidDefaultOcflObjectSession. commitType(CommitType commitType)voidOcflObjectSession. commitType(CommitType commitType)Sets the commit behavior -- create a new version or update the mutable HEAD.voidDefaultOcflObjectSessionFactory. setDefaultCommitType(CommitType defaultCommitType)Allows the default CommitType to be changed at run time -- useful for testing.Constructors in org.fcrepo.storage.ocfl with parameters of type CommitType Constructor Description DefaultOcflObjectSession(String sessionId, edu.wisc.library.ocfl.api.MutableOcflRepository ocflRepo, String ocflObjectId, Path objectStaging, com.fasterxml.jackson.databind.ObjectReader headerReader, com.fasterxml.jackson.databind.ObjectWriter headerWriter, CommitType commitType, Cache<String,ResourceHeaders> headersCache)DefaultOcflObjectSessionFactory(edu.wisc.library.ocfl.api.MutableOcflRepository ocflRepo, Path stagingRoot, com.fasterxml.jackson.databind.ObjectMapper objectMapper, Cache<String,ResourceHeaders> headersCache, CommitType defaultCommitType, String defaultVersionMessage, String defaultVersionUserName, String defaultVersionUserAddress)
-