Package | Description |
---|---|
org.nuxeo.ecm.core.lifecycle |
LifeCycle API.
|
org.nuxeo.ecm.core.lifecycle.extensions |
Manages LifeCycle configuration (states, transitions...).
|
org.nuxeo.ecm.core.lifecycle.impl |
Implementation of the LifeCycle API.
|
org.nuxeo.ecm.platform.sync.utils |
Modifier and Type | Method and Description |
---|---|
LifeCycle |
LifeCycleService.getLifeCycleByName(String name)
Returns a life cycle given its name.
|
LifeCycle |
LifeCycleService.getLifeCycleFor(Document doc)
Returns the life cycle a given document follows.
|
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycle> |
LifeCycleService.getLifeCycles()
Returns all the registered life cycles.
|
Modifier and Type | Method and Description |
---|---|
LifeCycle |
LifeCycleDescriptor.getLifeCycle()
Returns a life cycle instance out of the life cycle configuration.
|
Modifier and Type | Class and Description |
---|---|
class |
LifeCycleImpl
Life cycle implementation.
|
Modifier and Type | Method and Description |
---|---|
LifeCycle |
LifeCycleServiceImpl.getLifeCycleByName(String name) |
LifeCycle |
LifeCycleServiceImpl.getLifeCycleFor(Document doc) |
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycle> |
LifeCycleServiceImpl.getLifeCycles() |
Modifier and Type | Method and Description |
---|---|
static List<String> |
ImportUtils.getLifeCycleTransitions(LifeCycle lifeCycle,
String origState,
String destState)
Returns the list of transition names to follow to go from one particular
state to another.
|
Copyright © 2011 Nuxeo SA. All Rights Reserved.