Uses of Class
com.arsdigita.cms.ContentTypeCollection

Packages that use ContentTypeCollection
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.ui.search   
 

Uses of ContentTypeCollection in com.arsdigita.cms
 

Methods in com.arsdigita.cms that return ContentTypeCollection
 ContentTypeCollection ContentSection.getContentTypes()
          Get all user-defined content types registered to the content section.
 ContentTypeCollection ContentSection.getCreatableContentTypes()
          Get all user-defined content types registered to the content section that can be created.
 ContentTypeCollection ContentSection.getNotAssociatedContentTypes()
          Return the user-defined content types that are not registered to this content section.
static ContentTypeCollection ContentType.getAllContentTypes()
          Fetches a collection of all content types, including internal content types.
static ContentTypeCollection ContentType.getUserDefinedContentTypes()
          Fetches a collection of all user-defined (non-internal) content types.
static ContentTypeCollection ContentType.getRegisteredContentTypes()
          Fetches a collection of content types that have been registered to at least one content section, excluding internal content types.
 

Uses of ContentTypeCollection in com.arsdigita.cms.ui.search
 

Constructors in com.arsdigita.cms.ui.search with parameters of type ContentTypeCollection
ContentTypeFilterWidget(ContentTypeCollection types)
           
 



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