com.ibm.workplace.wcm.api
Interface DocumentTypes


public interface DocumentTypes

This interface holds constants that define each of the DocumentTypes that are known to the API. These can be used wherever a DocumentType object is required.


Field Summary
static com.ibm.workplace.wcm.api.DocumentType AuthoringTemplate
          The document type for AuthoringTemplate
static com.ibm.workplace.wcm.api.DocumentType Category
          The document type for Category
static com.ibm.workplace.wcm.api.DocumentType Content
          The document type for Content
static com.ibm.workplace.wcm.api.DocumentType ContentLink
          The document type for ContentLink
static com.ibm.workplace.wcm.api.DocumentType DateComponent
          The document type for a DateComponent.
static com.ibm.workplace.wcm.api.DocumentType DocumentManagerComponent
          The document type for a DocumentManagerComponent.
static com.ibm.workplace.wcm.api.DocumentType FileComponent
          The document type for a FileComponent.
static com.ibm.workplace.wcm.api.DocumentType HTMLComponent
          The document type for a HTMLComponent.
static com.ibm.workplace.wcm.api.DocumentType ImageComponent
          The document type for a ImageComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryComponent
          The document type for Library Components.
static com.ibm.workplace.wcm.api.DocumentType LibraryDateComponent
          The document type for a LibraryDateComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryDocumentManagerComponent
          The document type for a LibraryDocumentManagerComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryFileComponent
          The document type for a LibraryFileComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryHTMLComponent
          The document type for a LibraryHTMLComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryImageComponent
          The document type for a LibraryImageComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryLinkComponent
          The document type for LibraryLinkComponent
static com.ibm.workplace.wcm.api.DocumentType LibraryNumericComponent
          The document type for a LibraryNumericComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryStyleSheetComponent
          The document type for a LibraryStyleSheetComponent.
static com.ibm.workplace.wcm.api.DocumentType LibraryUserSelectionComponent
          The document type for a LibraryUserSelectionComponent.
static com.ibm.workplace.wcm.api.DocumentType NumericComponent
          The document type for a NumericComponent.
static com.ibm.workplace.wcm.api.DocumentType OptionSelectionComponent
          The document type for a OptionSelectionComponent.
static com.ibm.workplace.wcm.api.DocumentType PresentationTemplate
          The document type for a PresentationTemplate
static com.ibm.workplace.wcm.api.DocumentType ReferenceComponent
          The document type for a ReferenceComponent.
static com.ibm.workplace.wcm.api.DocumentType RichTextComponent
          The document type for a RichTextComponent.
static com.ibm.workplace.wcm.api.DocumentType Site
          The document type for Site
static com.ibm.workplace.wcm.api.DocumentType SiteArea
          The document type for SiteArea
static com.ibm.workplace.wcm.api.DocumentType Taxonomy
          The document type for Taxonomy
static com.ibm.workplace.wcm.api.DocumentType TextComponent
          The document type for a TextComponent.
static com.ibm.workplace.wcm.api.DocumentType UserSelectionComponent
          The document type for a UserSelectionComponent.
static com.ibm.workplace.wcm.api.DocumentType Workflow
          The document type for Workflow
static com.ibm.workplace.wcm.api.DocumentType WorkflowStage
          The document type for WorkflowStage
 

Field Detail

AuthoringTemplate

public static final com.ibm.workplace.wcm.api.DocumentType AuthoringTemplate
The document type for AuthoringTemplate


Content

public static final com.ibm.workplace.wcm.api.DocumentType Content
The document type for Content


ContentLink

public static final com.ibm.workplace.wcm.api.DocumentType ContentLink
The document type for ContentLink


Category

public static final com.ibm.workplace.wcm.api.DocumentType Category
The document type for Category


FileComponent

public static final com.ibm.workplace.wcm.api.DocumentType FileComponent
The document type for a FileComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type FileComponent must live in a ContentComponentContainer.


HTMLComponent

public static final com.ibm.workplace.wcm.api.DocumentType HTMLComponent
The document type for a HTMLComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type HTMLComponent must live in a ContentComponentContainer.


ImageComponent

public static final com.ibm.workplace.wcm.api.DocumentType ImageComponent
The document type for a ImageComponent.

A component of this type cannot be stored as a separate entity in the repository. I.e. Components of type ImageComponent must live in a ContentComponentContainer.


DocumentManagerComponent

public static final com.ibm.workplace.wcm.api.DocumentType DocumentManagerComponent
The document type for a DocumentManagerComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type DocumentManagerComponent must live in a ContentComponentContainer.


DateComponent

public static final com.ibm.workplace.wcm.api.DocumentType DateComponent
The document type for a DateComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type DateComponent must live in a ContentComponentContainer.


NumericComponent

public static final com.ibm.workplace.wcm.api.DocumentType NumericComponent
The document type for a NumericComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type NumericComponent must live in a ContentComponentContainer.


OptionSelectionComponent

public static final com.ibm.workplace.wcm.api.DocumentType OptionSelectionComponent
The document type for a OptionSelectionComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type OptionSelectionComponent must live in a ContentComponentContainer.


UserSelectionComponent

public static final com.ibm.workplace.wcm.api.DocumentType UserSelectionComponent
The document type for a UserSelectionComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type UserSelectionComponent must live in a ContentComponentContainer.


LibraryFileComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryFileComponent
The document type for a LibraryFileComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


LibraryHTMLComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryHTMLComponent
The document type for a LibraryHTMLComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


LibraryImageComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryImageComponent
The document type for a LibraryImageComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


LibraryDocumentManagerComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryDocumentManagerComponent
The document type for a LibraryDocumentManagerComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


LibraryDateComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryDateComponent
The document type for a LibraryDateComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


LibraryNumericComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryNumericComponent
The document type for a LibraryNumericComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


LibraryUserSelectionComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryUserSelectionComponent
The document type for a LibraryUserSelectionComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


LibraryStyleSheetComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryStyleSheetComponent
The document type for a LibraryStyleSheetComponent.

A component of this type is stored as an entity in the repository and is also known as a Library Component.


PresentationTemplate

public static final com.ibm.workplace.wcm.api.DocumentType PresentationTemplate
The document type for a PresentationTemplate


ReferenceComponent

public static final com.ibm.workplace.wcm.api.DocumentType ReferenceComponent
The document type for a ReferenceComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type ReferenceComponent must live in a ContentComponentContainer.


RichTextComponent

public static final com.ibm.workplace.wcm.api.DocumentType RichTextComponent
The document type for a RichTextComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type RichTextComponent must live in a ContentComponentContainer.


Site

public static final com.ibm.workplace.wcm.api.DocumentType Site
The document type for Site


SiteArea

public static final com.ibm.workplace.wcm.api.DocumentType SiteArea
The document type for SiteArea


Taxonomy

public static final com.ibm.workplace.wcm.api.DocumentType Taxonomy
The document type for Taxonomy


TextComponent

public static final com.ibm.workplace.wcm.api.DocumentType TextComponent
The document type for a TextComponent.

A component of this type cannot be stored as a separate entity in the repository.

I.e. Components of type TextComponent must live in a ContentComponentContainer.


Workflow

public static final com.ibm.workplace.wcm.api.DocumentType Workflow
The document type for Workflow


WorkflowStage

public static final com.ibm.workplace.wcm.api.DocumentType WorkflowStage
The document type for WorkflowStage


LibraryComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryComponent
The document type for Library Components.

A Library Component refers to any component that can be stored in the Component Library as a separate entity in the repository.

This document type refers to any other Library Component that is not specifically included in this API.

See Also:
LibraryFileComponent, LibraryHTMLComponent, LibraryImageComponent

LibraryLinkComponent

public static final com.ibm.workplace.wcm.api.DocumentType LibraryLinkComponent
The document type for LibraryLinkComponent