Uses of Class
com.arsdigita.cms.ItemCollection

Packages that use ItemCollection
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.ui Provides a set of UI components and tools for the Content Management System. 
 

Uses of ItemCollection in com.arsdigita.cms
 

Subclasses of ItemCollection in com.arsdigita.cms
static class Folder.ItemCollection
          A collection of items that can be filtered to return only folders or only nonfolders.
 

Methods in com.arsdigita.cms that return ItemCollection
 ItemCollection ContentBundle.getInstances()
          Produces a collection containing all language instances in this bundle.
 ItemCollection ContentItem.getChildren()
          Fetches all the child items of this item.
 ItemCollection ContentItem.getPathInfo()
          Return a collection of ancestors starting from the item's root to the item's parent item.
 ItemCollection ContentItem.getPathInfo(boolean includeSelf)
          Return a collection of ancestors starting from the item's root to the item's parent item (if includeSelf is false) or to the item itself otherwise.
 ItemCollection ContentItem.getPendingVersions()
          Fetches the pending versions, if any, of this content item.
 

Uses of ItemCollection in com.arsdigita.cms.contenttypes
 

Methods in com.arsdigita.cms.contenttypes that return ItemCollection
 ItemCollection ContentGroup.getContentItems()
          This returns the related items, in order.
 ItemCollection ContentGroup.getContentGroupAssociations()
          This returns the related items, in order.
 

Uses of ItemCollection in com.arsdigita.cms.ui
 

Constructors in com.arsdigita.cms.ui with parameters of type ItemCollection
ItemListModel(ItemCollection collection)
          Construct a new GroupListModel
 



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