Uses of Class
io.ocfl.api.model.FileChange
-
Packages that use FileChange Package Description io.ocfl.api.model -
-
Uses of FileChange in io.ocfl.api.model
Methods in io.ocfl.api.model that return FileChange Modifier and Type Method Description FileChangeFileChangeHistory. getMostRecent()The most recent file change to occurFileChangeFileChangeHistory. getOldest()The oldest change to occur.FileChangeFileChange. setChangeType(FileChangeType changeType)FileChangeFileChange. setFixity(Map<DigestAlgorithm,String> fixity)FileChangeFileChange. setObjectVersionId(ObjectVersionId objectVersionId)FileChangeFileChange. setPath(String path)FileChangeFileChange. setStorageRelativePath(String storageRelativePath)FileChangeFileChange. setTimestamp(OffsetDateTime timestamp)FileChangeFileChange. setVersionInfo(VersionInfo versionInfo)Methods in io.ocfl.api.model that return types with arguments of type FileChange Modifier and Type Method Description List<FileChange>FileChangeHistory. getFileChanges()An ordered list, oldest to newest, of every change that occurred to the fileIterator<FileChange>FileChangeHistory. getForwardChangeIterator()Iterator for traversing file changes from oldest to newestIterator<FileChange>FileChangeHistory. getReverseChangeIterator()Iterator for traversing file changes from newest to oldest.Method parameters in io.ocfl.api.model with type arguments of type FileChange Modifier and Type Method Description FileChangeHistoryFileChangeHistory. setFileChanges(List<FileChange> fileChanges)
-