Clearspace API (1.7.0) Core Javadocs

Uses of Interface
com.jivesoftware.community.DocumentFieldType

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

Uses of DocumentFieldType in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return DocumentFieldType
 DocumentFieldType DocumentFieldTypeManager.createDocumentFieldType(java.lang.String name, java.lang.String displayName, java.lang.String description, DocumentFieldType.DataType dataType, DocumentFieldValidator validator, DocumentFieldFormatter formatter)
          Creates a new DocumentFieldType.
 DocumentFieldType DocumentFieldTypeManager.getDocumentFieldType(long id)
          Returns the DocumentFieldType with a given id
 DocumentFieldType DocumentFieldTypeManager.getDocumentFieldType(java.lang.String name)
          Returns the DocumentFieldType with a given name
 DocumentFieldType DocumentField.getFieldType()
          Returns the DocumentFieldType associated with this DocumentField.
 

Methods in com.jivesoftware.community that return types with arguments of type DocumentFieldType
 java.util.Collection<DocumentFieldType> DocumentFieldTypeManager.getDocumentFieldTypes()
          Returns a collection of all the DocumentFieldTypes.
 

Methods in com.jivesoftware.community with parameters of type DocumentFieldType
 DocumentField DocumentFieldManager.createDocumentField(java.lang.String name, java.lang.String displayName, java.lang.String description, DocumentFieldType documentFieldType)
          Creates a new document field.
 void DocumentFieldTypeManager.deleteDocumentFieldType(DocumentFieldType documentFieldType)
          Deletes an existing DocumentFieldType.
 void DocumentField.setFieldType(DocumentFieldType documentFieldType)
          Associates a DocumentFieldType with this DocumentField.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.