Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.DocumentVersion

Packages that use DocumentVersion
com.jivesoftware.community Core interfaces and classes for Clearspace. 
 

Uses of DocumentVersion in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return DocumentVersion
 DocumentVersion VersionManager.cloneDocumentVersion(int versionID)
          Creates a new document version based on an existing document version.
 DocumentVersion Document.getDocumentVersion()
          Returns a DocumentVersion object corresponding to the current instance.
 DocumentVersion VersionManager.getDocumentVersion(int versionID)
          Returns a specific document version for the document.
 DocumentVersion VersionManager.getNewestDocumentVersion()
          Convenience method which returns the newest document version as determined by version number.
 DocumentVersion VersionManager.getPublishedDocumentVersion()
          Convenience method which returns the published document version.
 DocumentVersion VersionManager.restoreDocumentVersion(int versionID, long versionAuthor)
          Restores a document version by creating a copy of the version to restore as the newest document version and returning that document version.
 

Methods in com.jivesoftware.community that return types with arguments of type DocumentVersion
 java.util.List<DocumentVersion> VersionManager.getDocumentVersions()
          Returns a list of DocumentVersion objects for the document.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.