Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.DocumentState

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

Uses of DocumentState in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return DocumentState
 DocumentState Document.getDocumentState()
          Return the state of the document.
 DocumentState DocumentVersion.getDocumentState()
          Retrieve the document state for the version.
static DocumentState DocumentState.getDocumentState(String state)
          A helper method to get a specific DocumentState object from its key
static DocumentState DocumentState.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentState[] DocumentState.values()
          Returns an array containing the constants of this enum type, in the order they're declared.
 

Methods in com.jivesoftware.community that return types with arguments of type DocumentState
 Iterator<DocumentState> DocumentResultFilter.getDocumentStates()
          Returns the list of document states to filter results selected by the result filter.
 

Methods in com.jivesoftware.community with parameters of type DocumentState
 void DocumentResultFilter.addDocumentState(DocumentState state)
          Add a document state to the list of document states that will be filtered upon.
 void DocumentResultFilter.deleteDocumentState(DocumentState state)
          Deletes a document state from the list of document states that will be filtered upon.
 int DocumentManager.getUserDocumentCount(User user, DocumentState[] states)
          Returns a count of all documents in the supplied DocumentStates a user is an author of.
 JiveIterator<Document> DocumentManager.getUserDocuments(User user, DocumentState[] states)
          Returns all documents in the supplied DocumentStates for the supplied user.
 void Document.setDocumentState(DocumentState state)
          Sets the state of the document.
 void DocumentVersion.setDocumentState(DocumentState state)
          Sets the document state for the version.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.