|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use LifecycleDefinition | |
| 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.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 LifecycleDefinition in com.arsdigita.cms |
| Methods in com.arsdigita.cms that return LifecycleDefinition | |
static LifecycleDefinition |
ContentTypeLifecycleDefinition.getLifecycleDefinition(ContentSection section,
ContentType type)
Get the default associated lifecycle definition for a content type in a particular content section |
| Methods in com.arsdigita.cms with parameters of type LifecycleDefinition | |
protected void |
ContentTypeLifecycleDefinition.setLifecycleDefinition(LifecycleDefinition definition)
|
static boolean |
ContentTypeLifecycleDefinition.updateLifecycleDefinition(ContentSection section,
ContentType type,
LifecycleDefinition lifecycle)
Associated a default lifecycle definition for a content type in a particular content section. |
ContentItem |
Folder.publish(LifecycleDefinition cycleDef,
Date startDate)
|
ContentItem |
ContentBundle.publish(LifecycleDefinition definition,
Date start)
|
void |
ContentSection.addLifecycleDefinition(LifecycleDefinition definition)
Register a lifecycle definition to the content section. |
void |
ContentSection.removeLifecycleDefinition(LifecycleDefinition definition)
Unregister a lifecycle definition from the content section. |
ContentItem |
ContentItem.publish(LifecycleDefinition cycleDef,
Date startDate)
Schedules an item for publication. |
| Uses of LifecycleDefinition in com.arsdigita.cms.contenttypes |
| Methods in com.arsdigita.cms.contenttypes with parameters of type LifecycleDefinition | |
protected void |
AbstractContentTypeLoader.prepareSection(ContentSection section,
ContentType type,
LifecycleDefinition ld,
com.arsdigita.workflow.simple.WorkflowTemplate wf)
|
protected Template |
AbstractContentTypeLoader.setDefaultTemplate(String name,
String label,
URL templateURL,
ContentSection section,
ContentType type,
LifecycleDefinition ld,
com.arsdigita.workflow.simple.WorkflowTemplate wf)
This provides an easy way to subtypes to register default templates during the loading. |
| Uses of LifecycleDefinition in com.arsdigita.cms.lifecycle |
| Methods in com.arsdigita.cms.lifecycle that return LifecycleDefinition | |
LifecycleDefinition |
PhaseDefinition.getLifecycleDefinition()
|
LifecycleDefinition |
LifecycleDefinitionCollection.getLifecycleDefinition()
Returns a LifecycleDefinition for the current position in
the collection. |
LifecycleDefinition |
Lifecycle.getLifecycleDefinition()
Fetches the definition of publication lifecycle. |
| Methods in com.arsdigita.cms.lifecycle with parameters of type LifecycleDefinition | |
protected void |
PhaseDefinition.setLifecycleDefinition(LifecycleDefinition lifecycleDefinition)
Update the associated LifecycleDefinition. |
protected void |
Lifecycle.setLifecycleDefinition(LifecycleDefinition definition)
Update the associated definition of publication lifecycle. |
| Uses of LifecycleDefinition in com.arsdigita.cms.ui.lifecycle |
| Methods in com.arsdigita.cms.ui.lifecycle that return LifecycleDefinition | |
LifecycleDefinition |
LifecycleDefinitionRequestLocal.getLifecycleDefinition(com.arsdigita.bebop.PageState state)
|
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||