Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.DocumentObjectNotFoundException

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

Uses of DocumentObjectNotFoundException in com.jivesoftware.community
 

Methods in com.jivesoftware.community that throw DocumentObjectNotFoundException
 DocumentVersion VersionManager.cloneDocumentVersion(int versionID)
          Creates a new document version based on an existing document version.
 void VersionManager.deleteDocumentVersion(int versionID)
          Delete a document version.
 Document DocumentManager.getDocument(JiveContainer container, String subject)
          Returns a document from a container based on its subject.
 Document DocumentManager.getDocument(long docID)
          Returns the document with the specified docID.
 Document DocumentManager.getDocument(long docID, int version)
          Returns the revision of document with the specified docID and version number.
 Document DocumentManager.getDocument(String documentID)
          Returns a document from the container based on its document ID.
 Document DocumentManager.getDocument(String documentID, int version)
          Returns the revision of the document with the specified docID and version number.
 DocumentField DocumentFieldManager.getDocumentField(long id)
          Returns the document field with the given id.
 DocumentField DocumentFieldManager.getDocumentField(String name)
          Returns the document field with the given name.
 DocumentFieldType DocumentFieldTypeManager.getDocumentFieldType(long id)
          Returns the DocumentFieldType with a given id
 DocumentFieldType DocumentFieldTypeManager.getDocumentFieldType(String name)
          Returns the DocumentFieldType with a given name
 DocumentType DocumentTypeManager.getDocumentType(long typeID)
          Retrieve the document type with the specified id.
 DocumentVersion VersionManager.getDocumentVersion(int versionID)
          Returns a specific document version for the document.
 DocumentFieldOption MultiOptionDocumentField.getOption(long optionID)
          Returns a DocumentFieldOption by its id.
 boolean VersionManager.isVersionViewable(int versionID, User viewer)
          Returns true if the supplied User can view the version indicated by the supplied version number.
 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.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.