Clearspace API (1.7.0) Core Javadocs

Uses of Class
com.jivesoftware.community.DocumentFieldValue

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

Uses of DocumentFieldValue in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return DocumentFieldValue
 DocumentFieldValue Document.getDocumentFieldValue(DocumentField field)
          Returns the value of the document field as a DocumentFieldValue object.
 DocumentFieldValue Document.getUnfilteredDocumentFieldValue(DocumentField field)
          Returns the value of the document field bypassing any active filters.
 

Methods in com.jivesoftware.community that return types with arguments of type DocumentFieldValue
 java.util.Map<java.lang.String,DocumentFieldValue> Document.getDocumentFieldValues()
          Returns a map of DocumentField -> DocumentFieldValue for the document.
 

Methods in com.jivesoftware.community with parameters of type DocumentFieldValue
 void Document.setDocumentFieldValue(DocumentField field, DocumentFieldValue value)
          Sets the value of the document field.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.