Daisy Open Source CMS

Package org.outerj.daisy.repository.schema

API for dealing with the repository schema, thus the available document types, fields, and parts.

See:
          Description

Interface Summary
DescriptionEnabled  
DocumentType Describes a type of document in the repository.
DocumentTypes  
FieldType Describes a type of field in the repository.
FieldTypes  
FieldTypeUse Describes the usage of the field type by a document type.
HierarchicalQuerySelectionList A hierarchical selection list for link-type fields.
LabelEnabled  
LinkQuerySelectionList A selection list to be used only with link-type fields.
ListItem An item from a SelectionList
ParentLinkedSelectionList A hierarchical selection list for link-type fields.
PartType Describes a type of part in the repository.
PartTypes A collection of PartType objects.
PartTypeUse Describes the usage of the part type by a document type.
QuerySelectionList A query-based selection list implementation.
RepositorySchema Allows querying and manipulation of the Repository Schema.
RepositorySchemaListener  
SelectionList A list of values from which one can be selected by the end-user.
StaticListItem A ListItem meant to be used in a StaticSelectionList
StaticListItemParent Methods shared by objects that contain child static list items.
StaticSelectionList A static selection list.
 

Enum Summary
RepositorySchemaEventType  
 

Exception Summary
DocumentTypeNotFoundException  
FieldTypeNotFoundException  
PartTypeNotFoundException  
 

Package org.outerj.daisy.repository.schema Description

API for dealing with the repository schema, thus the available document types, fields, and parts.


Daisy Open Source CMS