Uses of Class
edu.wisc.library.ocfl.api.model.OcflObjectVersionFile
-
Packages that use OcflObjectVersionFile Package Description edu.wisc.library.ocfl.api.model -
-
Uses of OcflObjectVersionFile in edu.wisc.library.ocfl.api.model
Methods in edu.wisc.library.ocfl.api.model that return OcflObjectVersionFile Modifier and Type Method Description OcflObjectVersionFileOcflObjectVersion. getFile(String path)Returns the OcflObjectVersionFile for the file at the given path or null if it does not existMethods in edu.wisc.library.ocfl.api.model that return types with arguments of type OcflObjectVersionFile Modifier and Type Method Description Collection<OcflObjectVersionFile>OcflObjectVersion. getFiles()Collection of all of the files in this version of the objectConstructor parameters in edu.wisc.library.ocfl.api.model with type arguments of type OcflObjectVersionFile Constructor Description OcflObjectVersion(VersionDetails versionDetails, Map<String,OcflObjectVersionFile> fileMap)
-