Uses of Class
edu.wisc.library.ocfl.api.model.VersionNum
-
Packages that use VersionNum Package Description edu.wisc.library.ocfl.api edu.wisc.library.ocfl.api.model -
-
Uses of VersionNum in edu.wisc.library.ocfl.api
Methods in edu.wisc.library.ocfl.api with parameters of type VersionNum Modifier and Type Method Description OcflObjectUpdaterOcflObjectUpdater. reinstateFile(VersionNum sourceVersionNum, String sourcePath, String destinationPath, OcflOption... options)Reinstates a file that existed in any version of the object into the current version. -
Uses of VersionNum in edu.wisc.library.ocfl.api.model
Fields in edu.wisc.library.ocfl.api.model declared as VersionNum Modifier and Type Field Description static VersionNumVersionNum. V1Methods in edu.wisc.library.ocfl.api.model that return VersionNum Modifier and Type Method Description static VersionNumVersionNum. fromInt(int versionNumber)Creates a new VersionNum from an integer.static VersionNumVersionNum. fromString(String value)Creates a new VersionNum from a version string in the format of "vN" where "N" is an integer greater than -1.VersionNumObjectDetails. getHeadVersionNum()The version number of the HEAD version of the objectVersionNumFileChange. getVersionNum()The object's version number for the version the changed occurred inVersionNumObjectVersionId. getVersionNum()The version numberVersionNumOcflObjectVersion. getVersionNum()The version numberVersionNumVersionDetails. getVersionNum()The version number of this versionVersionNumVersionNum. nextVersionNum()Returns a new VersionNum that is one more than this.VersionNumVersionNum. previousVersionNum()Returns a new VersionNum that is one less than this.Methods in edu.wisc.library.ocfl.api.model that return types with arguments of type VersionNum 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.Methods in edu.wisc.library.ocfl.api.model with parameters of type VersionNum Modifier and Type Method Description intVersionNum. compareTo(VersionNum o)VersionDetailsObjectDetails. getVersion(VersionNum versionNum)Returns the VersionDetails for the specified version number or null if the version does not existObjectDetailsObjectDetails. setHeadVersionNum(VersionNum headVersionNum)static ObjectVersionIdObjectVersionId. version(String objectId, VersionNum versionNum)Creates an ObjectId instance that points to a specific version of an objectMethod parameters in edu.wisc.library.ocfl.api.model with type arguments of type VersionNum Modifier and Type Method Description ObjectDetailsObjectDetails. setVersions(Map<VersionNum,VersionDetails> versions)
-