Uses of Class
io.ocfl.api.model.FileChangeHistory
-
Packages that use FileChangeHistory Package Description io.ocfl.api io.ocfl.api.model -
-
Uses of FileChangeHistory in io.ocfl.api
Methods in io.ocfl.api that return FileChangeHistory Modifier and Type Method Description FileChangeHistoryOcflRepository. fileChangeHistory(String objectId, String logicalPath)Retrieves the complete change history for a logical path within an object. -
Uses of FileChangeHistory in io.ocfl.api.model
Methods in io.ocfl.api.model that return FileChangeHistory Modifier and Type Method Description FileChangeHistoryFileChangeHistory. setFileChanges(List<FileChange> fileChanges)FileChangeHistoryFileChangeHistory. setPath(String path)
-