|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
Packages that use PhaseDefinition | |
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 PhaseDefinition in com.arsdigita.cms.lifecycle |
Methods in com.arsdigita.cms.lifecycle that return PhaseDefinition | |
PhaseDefinition |
Phase.getPhaseDefinition()
Fetches the definition of this phase. |
PhaseDefinition |
PhaseDefinitionCollection.getPhaseDefinition()
Returns a PhaseDefinition for the current position in
the collection. |
PhaseDefinition |
LifecycleDefinition.addPhaseDefinition()
Add a phase definition to this lifecycle definition. |
PhaseDefinition |
LifecycleDefinition.addPhaseDefinition(String label,
String description,
Integer delay,
Integer duration,
String defaultListener)
Add a phase definition to this lifecycle definition. |
Methods in com.arsdigita.cms.lifecycle with parameters of type PhaseDefinition | |
protected void |
Phase.setPhaseDefinition(PhaseDefinition definition)
Update the definition of this phase Every Phase needs to be associated with a definition. |
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. |
Uses of PhaseDefinition in com.arsdigita.cms.ui.lifecycle |
Methods in com.arsdigita.cms.ui.lifecycle that return PhaseDefinition | |
PhaseDefinition |
PhaseRequestLocal.getPhase(com.arsdigita.bebop.PageState state)
|
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |