Uses of Class
edu.wisc.library.ocfl.core.model.Version
-
Packages that use Version Package Description edu.wisc.library.ocfl.core.model edu.wisc.library.ocfl.core.util -
-
Uses of Version in edu.wisc.library.ocfl.core.model
Methods in edu.wisc.library.ocfl.core.model that return Version Modifier and Type Method Description VersionVersionBuilder. build()VersionInventory. ensureVersion(VersionNum versionNum)Returns the Version that corresponds to the version number.VersionInventory. getHeadVersion()VersionInventory. getVersion(VersionNum versionNum)Methods in edu.wisc.library.ocfl.core.model that return types with arguments of type Version Modifier and Type Method Description Map<VersionNum,Version>Inventory. getVersions()A map of version number to the object that describes the state of the object at that version.Methods in edu.wisc.library.ocfl.core.model with parameters of type Version Modifier and Type Method Description InventoryBuilderInventoryBuilder. addHeadVersion(Version version)Add the version as the new HEAD version.static VersionBuilderVersion. builder(Version original)InventoryBuilderInventoryBuilder. putVersion(VersionNum versionNum, Version version)Inserts a version at the specified version number.Method parameters in edu.wisc.library.ocfl.core.model with type arguments of type Version Modifier and Type Method Description InventoryBuilderInventoryBuilder. versions(Map<VersionNum,Version> versions)voidInventory.JacksonBuilder. withVersions(Map<VersionNum,Version> versions)Constructors in edu.wisc.library.ocfl.core.model with parameters of type Version Constructor Description VersionBuilder(Version original)Used to construct a new Version that's based on an existing version. -
Uses of Version in edu.wisc.library.ocfl.core.util
Methods in edu.wisc.library.ocfl.core.util with parameters of type Version Modifier and Type Method Description VersionDetailsResponseMapper. mapVersion(Inventory inventory, VersionNum versionNum, Version version)
-