|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |
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. |
|
|||||||||||
PREV NEXT | FRAMES NO FRAMES |