Uses of Class
org.exoplatform.documents.model.FileVersion
Packages that use FileVersion
Package
Description
-
Uses of FileVersion in org.exoplatform.documents.model
Methods in org.exoplatform.documents.model with parameters of type FileVersion -
Uses of FileVersion in org.exoplatform.documents.service
Methods in org.exoplatform.documents.service that return FileVersionModifier and TypeMethodDescriptionDocumentFileService.restoreVersion(String versionId, String aclIdentity) restore document versionDocumentFileService.updateVersionSummary(String originFileId, String versionId, String summary, String aclIdentity) update or add a version summaryMethods in org.exoplatform.documents.service that return types with arguments of type FileVersionModifier and TypeMethodDescriptionDocumentFileService.getFileVersions(String fileNodeId, String aclIdentity) Retrieves versions of specific file -
Uses of FileVersion in org.exoplatform.documents.storage
Methods in org.exoplatform.documents.storage that return FileVersionModifier and TypeMethodDescriptionDocumentFileStorage.restoreVersion(String versionId, String aclIdentity) restore document versionDocumentFileStorage.updateVersionSummary(String originFileId, String versionId, String summary, String aclIdentity) update or add a version summaryMethods in org.exoplatform.documents.storage that return types with arguments of type FileVersionModifier and TypeMethodDescriptionDocumentFileStorage.getFileVersions(String fileNodeId, String aclIdentity) Retrieves versions of specific file