Uses of Class
com.logicaldoc.core.document.Version
Package
Description
-
Uses of Version in com.logicaldoc.core.document
Modifier and TypeMethodDescriptionstatic Version
Factory method that creates a Version and replicate all given document's properties.
The new version and fileVersion will be set in both Document and Version
Important: The created Version is not persistentDocumentManager.deleteVersion
(long versionId, DocumentHistory transaction) Deletes a specific version.DocumentManagerImpl.deleteVersion
(long versionId, DocumentHistory transaction) HibernateVersionDAO.findByFileVersion
(long docId, String fileVersion) VersionDAO.findByFileVersion
(long docId, String fileVersion) This method finds a the first version with the given fileVersionHibernateVersionDAO.findByVersion
(long docId, String version) VersionDAO.findByVersion
(long docId, String version) This method finds a version by the document's ID an the version code.Modifier and TypeMethodDescriptionHibernateVersionDAO.findByDocId
(long docId) VersionDAO.findByDocId
(long docId) Finds all versions of the given documentModifier and TypeMethodDescriptionint
void
HibernateVersionDAO.initialize
(Version version) void
This method persists the given version.void
HibernateVersionDAO.updateDigest
(Version version) void
VersionDAO.updateDigest
(Version version) Updates the version's digest (SHA-1)