|
Clearspace API (1.7.0) Core Javadocs | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| 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 | |||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||