Uses of Class
com.arsdigita.cms.lifecycle.Lifecycle

Packages that use Lifecycle
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.lifecycle Provides a set of classes to manage and apply lifecycles to content items
com.arsdigita.cms.ui.lifecycle Contains the set of classes that implements the user interface for managing lifecycles and their phases. 
 

Uses of Lifecycle in com.arsdigita.cms
 

Methods in com.arsdigita.cms that return Lifecycle
 Lifecycle Folder.getLifecycle()
          Always returns null, as folders do not have lifecycles.
 Lifecycle ContentBundle.getLifecycle()
           
 Lifecycle ContentItem.getLifecycle()
          Fetches the publication lifecycle.
 

Methods in com.arsdigita.cms with parameters of type Lifecycle
 void Folder.setLifecycle(Lifecycle cycle)
          Does not do anything, as folders do not have lifecycles.
 void ContentBundle.setLifecycle(Lifecycle lifecycle)
           
 void ContentItem.setLifecycle(Lifecycle lifecycle)
          Apply a lifecycle to this content item.
protected  ContentItem ContentItem.createPendingVersion(Lifecycle cycle)
          Recursively copy this item, creating a pending version.
 

Uses of Lifecycle in com.arsdigita.cms.lifecycle
 

Methods in com.arsdigita.cms.lifecycle that return Lifecycle
protected  Lifecycle LifecycleService.getLifecycle()
           
static Lifecycle LifecycleService.getLifecycle(com.arsdigita.kernel.ACSObject object)
          Get the lifecycle for an ACSObject.
 Lifecycle Phase.getLifecycle()
          Fetches the lifecycle to which this phase belongs.
 Lifecycle LifecycleDefinition.createLifecycle()
          Creates and returns a cycle using this lifecycle definition.
 Lifecycle LifecycleDefinition.createFullLifecycle(Date startDate, String listenerClassName)
          Creates and returns a cycle using this lifecycle definition; then, populates the lifecycle with phases and saves it.
 Lifecycle LifecycleDefinition.createFullLifecycle(String listenerClassName)
          Creates and returns a cycle using this lifecycle definition; then, populates the lifecycle with phases and saves it.
 

Methods in com.arsdigita.cms.lifecycle with parameters of type Lifecycle
protected  void LifecycleService.setLifecycle(Lifecycle lifecycle)
           
static boolean LifecycleService.setLifecycle(com.arsdigita.kernel.ACSObject obj, Lifecycle cycle)
          Set the lifecycle for a versioned object.
protected  void Phase.setLifecycle(Lifecycle lifecycle)
          Update the associated Lifecycle.
 

Uses of Lifecycle in com.arsdigita.cms.ui.lifecycle
 

Methods in com.arsdigita.cms.ui.lifecycle that return Lifecycle
 Lifecycle LifecycleRequestLocal.getLifecycle(com.arsdigita.bebop.PageState state)
           
 



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