Uses of Class
com.logicaldoc.core.document.Version
Packages that use Version
Package
Description
-
Uses of Version in com.logicaldoc.core.document
Methods in com.logicaldoc.core.document that return VersionModifier 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) Methods in com.logicaldoc.core.document with parameters of type VersionConstructors in com.logicaldoc.core.document with parameters of type Version -
Uses of Version in com.logicaldoc.core.document.dao
Methods in com.logicaldoc.core.document.dao that return VersionModifier and TypeMethodDescriptionHibernateVersionDAO.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.Methods in com.logicaldoc.core.document.dao that return types with arguments of type VersionModifier and TypeMethodDescriptionHibernateVersionDAO.findByDocId
(long docId) VersionDAO.findByDocId
(long docId) Finds all versions of the given documentMethods in com.logicaldoc.core.document.dao with parameters of type VersionModifier and TypeMethodDescriptionvoid
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)