Uses of Class
edu.wisc.library.ocfl.api.model.VersionDetails
-
Packages that use VersionDetails Package Description edu.wisc.library.ocfl.api edu.wisc.library.ocfl.api.model -
-
Uses of VersionDetails in edu.wisc.library.ocfl.api
Methods in edu.wisc.library.ocfl.api that return VersionDetails Modifier and Type Method Description VersionDetailsOcflRepository. describeVersion(ObjectVersionId objectVersionId)Returns the details about a specific version of an object. -
Uses of VersionDetails in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return VersionDetails Modifier and Type Method Description VersionDetailsObjectDetails. getHeadVersion()The version details of the HEAD version of the objectVersionDetailsObjectDetails. getVersion(VersionNum versionNum)Returns the VersionDetails for the specified version number or null if the version does not existVersionDetailsVersionDetails. setCreated(OffsetDateTime created)VersionDetailsVersionDetails. setFileMap(Map<String,FileDetails> fileMap)VersionDetailsVersionDetails. setMutable(boolean mutable)VersionDetailsVersionDetails. setObjectVersionId(ObjectVersionId objectVersionId)VersionDetailsVersionDetails. setVersionInfo(VersionInfo versionInfo)Methods in edu.wisc.library.ocfl.api.model that return types with arguments of type VersionDetails Modifier and Type Method Description Map<VersionNum,VersionDetails>ObjectDetails. getVersionMap()Map of version number to version details for all of the versions of the object.Method parameters in edu.wisc.library.ocfl.api.model with type arguments of type VersionDetails Modifier and Type Method Description ObjectDetailsObjectDetails. setVersions(Map<VersionNum,VersionDetails> versions)Constructors in edu.wisc.library.ocfl.api.model with parameters of type VersionDetails Constructor Description OcflObjectVersion(VersionDetails versionDetails, Map<String,OcflObjectVersionFile> fileMap)
-