|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
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 DocumentType |
AuthoringTemplate
The document type for AuthoringTemplate |
static DocumentType |
Category
The document type for Category |
static DocumentType |
Content
The document type for Content |
static DocumentType |
ContentLink
The document type for ContentLink |
static DocumentType |
DateComponent
The document type for a DateComponent. |
static DocumentType |
DocumentManagerComponent
The document type for a DocumentManagerComponent. |
static DocumentType |
FileComponent
The document type for a FileComponent. |
static DocumentType |
HTMLComponent
The document type for a HTMLComponent. |
static DocumentType |
ImageComponent
The document type for a ImageComponent. |
static DocumentType |
LibraryComponent
The document type for Library Components. |
static DocumentType |
LibraryDateComponent
The document type for a LibraryDateComponent. |
static DocumentType |
LibraryDocumentManagerComponent
The document type for a LibraryDocumentManagerComponent. |
static DocumentType |
LibraryFileComponent
The document type for a LibraryFileComponent. |
static DocumentType |
LibraryHTMLComponent
The document type for a LibraryHTMLComponent. |
static DocumentType |
LibraryImageComponent
The document type for a LibraryImageComponent. |
static DocumentType |
LibraryLinkComponent
The document type for LibraryLinkComponent |
static DocumentType |
LibraryNumericComponent
The document type for a LibraryNumericComponent. |
static DocumentType |
LibraryRichTextComponent
The document type for a LibraryRichTextComponent. |
static DocumentType |
LibraryShortTextComponent
The document type for a LibraryShortTextComponent. |
static DocumentType |
LibraryStyleSheetComponent
The document type for a LibraryStyleSheetComponent. |
static DocumentType |
LibraryTextComponent
The document type for a LibraryTextComponent. |
static DocumentType |
LibraryUserSelectionComponent
The document type for a LibraryUserSelectionComponent. |
static DocumentType |
LinkComponent
The document type for a LinkComponent. |
static DocumentType |
NumericComponent
The document type for a NumericComponent. |
static DocumentType |
OptionSelectionComponent
The document type for a OptionSelectionComponent. |
static DocumentType |
PresentationTemplate
The document type for a PresentationTemplate |
static DocumentType |
ReferenceComponent
The document type for a ReferenceComponent. |
static DocumentType |
RichTextComponent
The document type for a RichTextComponent. |
static DocumentType |
ShortTextComponent
The document type for a ShortTextComponent. |
static DocumentType |
Site
The document type for Site |
static DocumentType |
SiteArea
The document type for SiteArea |
static DocumentType |
Taxonomy
The document type for Taxonomy |
static DocumentType |
TextComponent
The document type for a TextComponent. |
static DocumentType |
UserSelectionComponent
The document type for a UserSelectionComponent. |
static DocumentType |
Workflow
The document type for Workflow |
static DocumentType |
WorkflowStage
The document type for WorkflowStage |
| Field Detail |
|---|
static final DocumentType AuthoringTemplate
AuthoringTemplate
static final DocumentType Content
Content
static final DocumentType ContentLink
ContentLink
static final DocumentType Category
Category
static final DocumentType FileComponent
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.
static final DocumentType HTMLComponent
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.
static final DocumentType ImageComponent
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.
static final DocumentType DocumentManagerComponent
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.
static final DocumentType DateComponent
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.
static final DocumentType NumericComponent
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.
static final DocumentType OptionSelectionComponent
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.
static final DocumentType UserSelectionComponent
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.
static final DocumentType LibraryFileComponent
LibraryFileComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryHTMLComponent
LibraryHTMLComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryImageComponent
LibraryImageComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryDocumentManagerComponent
LibraryDocumentManagerComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryDateComponent
LibraryDateComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryNumericComponent
LibraryNumericComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryUserSelectionComponent
LibraryUserSelectionComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryStyleSheetComponent
LibraryStyleSheetComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryRichTextComponent
LibraryRichTextComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryShortTextComponent
LibraryShortTextComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType LibraryTextComponent
LibraryTextComponent.
A component of this type is stored as an entity in the repository and is also known as a Library Component.
static final DocumentType PresentationTemplate
PresentationTemplate
static final DocumentType ReferenceComponent
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.
static final DocumentType RichTextComponent
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.
static final DocumentType Site
Site
static final DocumentType SiteArea
SiteArea
static final DocumentType Taxonomy
Taxonomy
static final DocumentType TextComponent
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.
static final DocumentType ShortTextComponent
ShortTextComponent.
A component of this type cannot be stored as a separate entity in the repository.
I.e. Components of type ShortTextComponent must live
in a ContentComponentContainer.
static final DocumentType Workflow
Workflow
static final DocumentType WorkflowStage
WorkflowStage
static final DocumentType LibraryComponent
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.
LibraryFileComponent,
LibraryHTMLComponent,
LibraryImageComponentstatic final DocumentType LinkComponent
LinkComponent.
A component of this type cannot be stored as a separate entity in the repository.
I.e. Components of type LinkComponent must live in a
ContentComponentContainer.
static final DocumentType LibraryLinkComponent
LibraryLinkComponent
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||