Uses of Class
edu.wisc.library.ocfl.api.model.OcflVersion
-
Packages that use OcflVersion Package Description edu.wisc.library.ocfl.api edu.wisc.library.ocfl.api.model -
-
Uses of OcflVersion in edu.wisc.library.ocfl.api
Fields in edu.wisc.library.ocfl.api declared as OcflVersion Modifier and Type Field Description static OcflVersionOcflConstants. DEFAULT_OCFL_VERSIONMethods in edu.wisc.library.ocfl.api that return OcflVersion Modifier and Type Method Description OcflVersionOcflConfig. getOcflVersion()Methods in edu.wisc.library.ocfl.api with parameters of type OcflVersion Modifier and Type Method Description OcflConfigOcflConfig. setOcflVersion(OcflVersion ocflVersion)Set the default OCFL version to use when creating new inventories. -
Uses of OcflVersion in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return OcflVersion Modifier and Type Method Description static OcflVersionOcflVersion. fromOcflObjectVersionFilename(String ocflObjectVersionFilename)Returns an OCFL version based on the name of an OCFL object Namaste filestatic OcflVersionOcflVersion. fromOcflObjectVersionString(String ocflObjectVersionString)Returns an OCFL version based on the OCFL version string specified in the Namaste file in an OCFL object.static OcflVersionOcflVersion. fromOcflVersionFilename(String ocflVersionFilename)Returns an OCFL version based on the name of an OCFL storage root Namaste filestatic OcflVersionOcflVersion. fromOcflVersionString(String ocflVersionString)Returns an OCFL version based on the OCFL version string specified in the Namaste file in the OCFL storage root.OcflVersionObjectDetails. getObjectOcflVersion()OcflVersionVersionDetails. getObjectOcflVersion()OcflVersionInventoryType. getOcflVersion()static OcflVersionOcflVersion. valueOf(String name)Returns the enum constant of this type with the specified name.static OcflVersion[]OcflVersion. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in edu.wisc.library.ocfl.api.model with parameters of type OcflVersion Modifier and Type Method Description ObjectDetailsObjectDetails. setObjectOcflVersion(OcflVersion objectOcflVersion)VersionDetailsVersionDetails. setObjectOcflVersion(OcflVersion objectOcflVersion)
-