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

Packages that use Phase
com.arsdigita.cms.lifecycle Provides a set of classes to manage and apply lifecycles to content items
 

Uses of Phase in com.arsdigita.cms.lifecycle
 

Methods in com.arsdigita.cms.lifecycle that return Phase
 Phase PhaseCollection.getPhase()
          Returns a ContentItem for the current position in the collection.
 Phase Lifecycle.addPhase(PhaseDefinition pd)
          Adds a phase which uses the default delay and duration from the phase definition.
 Phase Lifecycle.addPhase(PhaseDefinition pd, Date startDate)
          Adds a phase which uses the supplied start date and calculate the end date using the phase definition default duration.
 Phase Lifecycle.addPhase(PhaseDefinition pd, Date startDate, Date endDate)
          Adds a phase which uses the supplied start date and end date.
 Phase Lifecycle.addCustomPhase(String label, Date startDate, Date endDate)
          Adds a custom phase which is not part of the lifecycle definition.
 Phase Lifecycle.addCustomPhase(String label, Long start, Long end)
          Adds a custom phase which is not part of the lifecycle definition.
 



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