Clearspace API (2.5.29) Core Javadocs

Uses of Interface
com.jivesoftware.community.DocumentType

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

Uses of DocumentType in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return DocumentType
 DocumentType DocumentTypeManager.createDocumentType(String name, String description)
          Create a new document type with the specified attributes.
 DocumentType DocumentTypeManager.getDefaultDocumentType()
          Returns the default document type in the system, which includes the fields title, body, attachments, and language.
 DocumentType Document.getDocumentType()
          Return the type of the document.
 DocumentType DocumentTypeManager.getDocumentType(long typeID)
          Retrieve the document type with the specified id.
 DocumentType DocumentSearchQueryCriteria.getFilteredDocumentType()
          Returns a DocumentType that query results are restricted to.
 

Methods in com.jivesoftware.community that return types with arguments of type DocumentType
 Iterator<DocumentType> DocumentResultFilter.getDocumentTypes()
          Returns the list of document types to filter results selected by the result filter.
 List<DocumentType> DocumentTypeManager.getDocumentTypes()
          Returns a list of DocumentType objects that list all the current document types.
 

Methods in com.jivesoftware.community with parameters of type DocumentType
 void DocumentResultFilter.addDocumentType(DocumentType type)
          Sets the document type to filter results selected by the result filter.
 Document DocumentManager.createDocument(User user, DocumentType documentType, String documentID, String title, Document body)
          Create a new document.
 Document DocumentManager.createDocument(User user, DocumentType documentType, String documentID, String title, String body)
          Create a new document.
 void DocumentResultFilter.deleteDocumentType(DocumentType type)
          Add a document type to the list of document states that will be filtered upon.
 void DocumentTypeManager.deleteDocumentType(DocumentType documentType)
          Deletes the specified document type from the system.
 void SearchManager.removeFromIndex(DocumentType type)
          Removes all documents of a given document type from the index.
 void DocumentTypeManager.setDocumentTypeIndex(DocumentType documentType, int newIndex)
          Sets the index of the document type.
 void DocumentSearchQueryCriteria.setFilterOnDocumentType(DocumentType type)
          Restricts the query results to documents having the specified document type.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.