Uses of Class
edu.wisc.library.ocfl.core.inventory.InventoryUpdater.RemoveFileResult
-
Packages that use InventoryUpdater.RemoveFileResult Package Description edu.wisc.library.ocfl.core.inventory -
-
Uses of InventoryUpdater.RemoveFileResult in edu.wisc.library.ocfl.core.inventory
Methods in edu.wisc.library.ocfl.core.inventory that return types with arguments of type InventoryUpdater.RemoveFileResult Modifier and Type Method Description Set<InventoryUpdater.RemoveFileResult>InventoryUpdater. reinstateFile(VersionNum sourceVersion, String srcLogicalPath, String dstLogicalPath, OcflOption... options)Reinstates a file from a previous version to the current version.Set<InventoryUpdater.RemoveFileResult>InventoryUpdater. removeFile(String logicalPath)Removes a file from the current version.Set<InventoryUpdater.RemoveFileResult>InventoryUpdater. renameFile(String srcLogicalPath, String dstLogicalPath, OcflOption... options)Renames a file in the current version to a new logical path.
-