Uses of Class
io.ocfl.api.model.OcflVersion
-
Packages that use OcflVersion Package Description io.ocfl.api io.ocfl.api.model -
-
Uses of OcflVersion in io.ocfl.api
Fields in io.ocfl.api declared as OcflVersion Modifier and Type Field Description static OcflVersionOcflConstants. DEFAULT_OCFL_VERSIONMethods in io.ocfl.api that return OcflVersion Modifier and Type Method Description OcflVersionOcflConfig. getOcflVersion()Methods in io.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 io.ocfl.api.model
Methods in io.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 io.ocfl.api.model with parameters of type OcflVersion Modifier and Type Method Description ObjectDetailsObjectDetails. setObjectOcflVersion(OcflVersion objectOcflVersion)VersionDetailsVersionDetails. setObjectOcflVersion(OcflVersion objectOcflVersion)
-