Clearspace API (2.5.29) Core Javadocs

Uses of Class
com.jivesoftware.community.DocumentTypeElement.Type

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

Uses of DocumentTypeElement.Type in com.jivesoftware.community
 

Methods in com.jivesoftware.community that return DocumentTypeElement.Type
 DocumentTypeElement.Type DocumentTypeElement.getType()
          Returns the type of this DocumentTypeElement.
static DocumentTypeElement.Type DocumentTypeElement.Type.getType(long id)
          Acquires a Type by its ID.
static DocumentTypeElement.Type DocumentTypeElement.Type.getType(String name)
          Acquires a Type by its string name.
static DocumentTypeElement.Type DocumentTypeElement.Type.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static DocumentTypeElement.Type[] DocumentTypeElement.Type.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 DocumentTypeElement.Type
static List<DocumentTypeElement.Type> DocumentTypeElement.Type.getBuiltinTypes()
          Returns a list of all the builtin types
 

Methods in com.jivesoftware.community with parameters of type DocumentTypeElement.Type
 DocumentTypeElement DocumentType.addBuiltInElement(DocumentTypeElement.Type type)
          Used to create and add a new built-in type element to this DocumentTypeSectionElement.
 DocumentTypeElement DocumentTypeSectionElement.addBuiltInElement(DocumentTypeElement.Type type)
          Used to create and add a new built-in type element to this DocumentTypeSectionElement.
 List<DocumentTypeElement> DocumentType.getDocumentElements(DocumentTypeElement.Type type)
          Returns the elements that make up this document type and match the given type.
 


Clearspace Project Page

Copyright © 1999-2007 Jive Software.