Uses of Package
com.arsdigita.cms

Packages that use com.arsdigita.cms
com.arsdigita.cms Contains the core classes for the Red Hat Content Management System (CMS), classes that persist the fundamental objects for CMS such as content items, templates, content sections, and content types
com.arsdigita.cms.contenttypes   
com.arsdigita.cms.contenttypes.ui   
com.arsdigita.cms.dispatcher Provides a set of classes that serves requests to the Content Management System. 
com.arsdigita.cms.installer Provides a set of classes to install and initialize the Content Management System. 
com.arsdigita.cms.installer.xml   
com.arsdigita.cms.lifecycle Provides a set of classes to manage and apply lifecycles to content items
com.arsdigita.cms.portlet   
com.arsdigita.cms.publishToFile The Publish-To-Filesystem(P2FS) service writes published content to the file system so that another webserver (e.g. 
com.arsdigita.cms.search   
com.arsdigita.cms.ui Provides a set of UI components and tools for the Content Management System. 
com.arsdigita.cms.ui.authoring Provides a set of UI components and tools for the Authoring Kit user interface. 
com.arsdigita.cms.ui.authoringkit Provides a set of UI components for administering the authoring kit for a content type. 
com.arsdigita.cms.ui.folder Provides a set of UI components for administering folders
com.arsdigita.cms.ui.item Contains the set of classes that implements the user interface for managing a single ContentItem
com.arsdigita.cms.ui.role   
com.arsdigita.cms.ui.search   
com.arsdigita.cms.ui.templates   
com.arsdigita.cms.ui.type Provides the set of classes that implements the user interface for managing pre-defined content types. 
com.arsdigita.cms.ui.workflow Contains the set of classes that implement the user interface for creating workflow templates, assigning parties to tasks, applying workflows to items, and managing task state. 
com.arsdigita.cms.util   
com.arsdigita.cms.workflow Provides a set of classes that model a CMS-specific workflow engine. 
 

Classes in com.arsdigita.cms used by com.arsdigita.cms
Article
          A class that represents an Article
ArticleImageAssociation
          This class associates an Article and an Image with a particular caption.
Asset
          Assets are extra content associated with a content item.
AuthoringKit
          An AuthoringKit contains a collection of authoring steps that are used for authoring a particular content type.
AuthoringStep
          Represents a step in an authoring kit.
AuthoringStepCollection
          Describes a set of authoring steps.
BinaryAsset
          An abstract class for an asset which represents some binary data, such as an image, an audio clip, etc.
CategoryItemsQuery
          This class represents a query which returns the ContentItems in a given category.
CategoryTemplateCollection
          This class contains a collection of CategoryTemplateMappings
CategoryTemplateMapping
          Represents a mapping from (category + content type) to a template.
CMSContext
          The entry point into all the global state that CCM CMS code expects to have available to it when running, e.g.
ContentBundle
          A bundle of content items of different languages.
ContentItem
          This class represents a content item.
ContentPage
          This class extends content item with the additional attributes name and title.
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentSectionCollection
          This class contains a collection of content sections.
ContentSectionConfig
          A record containing server-session scoped configuration properties.
ContentType
          A Content Type defines the characteristics of a content item.
ContentTypeCollection
          This class contains a collection of content types.
CustomCopy
          This interface represents an item which may be a component of a ContentItem but may not itself extend ContentItem.
DomainObjectSelectionModel
          Deprecated. Use DomainObjectSelectionModel

A SingleSelectionModel which loads an item from the database. The SingleSelectionModel.isSelected(PageState) method will return true if it was possible to load the item.

FileAsset
          An asset describing a concrete file, such as an image.
FileAssetCollection
          This class contains a collection of files.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
Folder.ItemCollection
          A collection of items that can be filtered to return only folders or only nonfolders.
ImageAsset
          An asset representing an image.
ImageAssetCollection
          This class contains a collection of images.
ItemCollection
          Represents a set of content items.
ItemCopier
          This is a supplementary class which should only be used in the copyProperty method of CustomCopy implementations.
ItemTemplateMapping
          Represents a mapping from (content item + use context type) to a template.
SectionLocaleCollection
          This class contains a collection of Locales associated with a ContentSection.
SectionTemplateMapping
          Represents a mapping from (content section + content type) to a template.
SecurityManager
          Security class used for checking and granting privileges in CMS.
Template
          This class represents a template.
TemplateCollection
          Represents a collection of template mappings along with their link attributes.
TemplateContext
          A domain object for maintaining template use context information
TemplateContextCollection
          A collection of template context objects
TemplateManager
          Manages the association between publishable content items and templates in a content section.
TemplateMapping
          Represents a mapping between an arbitrary parent and a template.
TextAsset
          A Text object.
TextPage
          This class extends a content page with an additional text attribute.
UserHomeFolderMap
           
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.contenttypes
ContentItem
          This class represents a content item.
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentType
          A Content Type defines the characteristics of a content item.
CustomCopy
          This interface represents an item which may be a component of a ContentItem but may not itself extend ContentItem.
ItemCollection
          Represents a set of content items.
Template
          This class represents a template.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.contenttypes.ui
ContentItem
          This class represents a content item.
ItemSelectionModel
          Loads a subclass of a ContentItem from the database.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.dispatcher
BinaryAsset
          An abstract class for an asset which represents some binary data, such as an image, an audio clip, etc.
ContentItem
          This class represents a content item.
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentType
          A Content Type defines the characteristics of a content item.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
ImageAsset
          An asset representing an image.
SecurityManager
          Security class used for checking and granting privileges in CMS.
Template
          This class represents a template.
UserDefinedContentItem
          This class extends content page and is the base class for all user defined content types.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.installer
ContentSection
          A content section represents a collection of content that is managed as a unit.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.installer.xml
AuthoringKit
          An AuthoringKit contains a collection of authoring steps that are used for authoring a particular content type.
ContentItem
          This class represents a content item.
ContentPage
          This class extends content item with the additional attributes name and title.
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentType
          A Content Type defines the characteristics of a content item.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.lifecycle
ContentItem
          This class represents a content item.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.portlet
ContentItem
          This class represents a content item.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.publishToFile
Asset
          Assets are extra content associated with a content item.
ContentItem
          This class represents a content item.
ContentSection
          A content section represents a collection of content that is managed as a unit.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.search
ContentPage
          This class extends content item with the additional attributes name and title.
ContentType
          A Content Type defines the characteristics of a content item.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui
Article
          A class that represents an Article
ContentItem
          This class represents a content item.
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentType
          A Content Type defines the characteristics of a content item.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
ImageAsset
          An asset representing an image.
ImageAssetCollection
          This class contains a collection of images.
ItemCollection
          Represents a set of content items.
ItemSelectionModel
          Loads a subclass of a ContentItem from the database.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.authoring
Article
          A class that represents an Article
AuthoringKit
          An AuthoringKit contains a collection of authoring steps that are used for authoring a particular content type.
ContentItem
          This class represents a content item.
ContentPage
          This class extends content item with the additional attributes name and title.
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentType
          A Content Type defines the characteristics of a content item.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
ImageAsset
          An asset representing an image.
ItemSelectionModel
          Loads a subclass of a ContentItem from the database.
TextAsset
          A Text object.
TextPage
          This class extends a content page with an additional text attribute.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.authoringkit
AuthoringKit
          An AuthoringKit contains a collection of authoring steps that are used for authoring a particular content type.
AuthoringStep
          Represents a step in an authoring kit.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.folder
ContentItem
          This class represents a content item.
Folder
          This class represents folders for which to organize items in a tree hierarchy.
ItemSelectionModel
          Loads a subclass of a ContentItem from the database.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.item
ContentItem
          This class represents a content item.
ContentSection
          A content section represents a collection of content that is managed as a unit.
ItemSelectionModel
          Loads a subclass of a ContentItem from the database.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.role
ContentSection
          A content section represents a collection of content that is managed as a unit.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.search
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentTypeCollection
          This class contains a collection of content types.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.templates
ContentItem
          This class represents a content item.
ContentType
          A Content Type defines the characteristics of a content item.
ItemSelectionModel
          Loads a subclass of a ContentItem from the database.
Template
          This class represents a template.
TemplateCollection
          Represents a collection of template mappings along with their link attributes.
TemplateMapping
          Represents a mapping between an arbitrary parent and a template.
TextAsset
          A Text object.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.type
ContentSection
          A content section represents a collection of content that is managed as a unit.
ContentType
          A Content Type defines the characteristics of a content item.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.ui.workflow
ContentSection
          A content section represents a collection of content that is managed as a unit.
ItemSelectionModel
          Loads a subclass of a ContentItem from the database.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.util
CMSGlobalized
           .
ContentPage
          This class extends content item with the additional attributes name and title.
 

Classes in com.arsdigita.cms used by com.arsdigita.cms.workflow
ContentItem
          This class represents a content item.
ContentSection
          A content section represents a collection of content that is managed as a unit.
 



Copyright (c) 2004 Red Hat, Inc. Corporation. All Rights Reserved. Generated at July 19 2004:2352 UTC