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.
|
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
LifeCycle.getStateByName(String stateName)
Returns a life cycle state instance given its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycleState> |
LifeCycle.getStates()
Returns the list of life cycle state instances.
|
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycleState> |
LifeCycleStateConfiguration.getStates() |
Collection<LifeCycleState> |
LifeCycleDescriptor.getStates() |
Modifier and Type | Class and Description |
---|---|
class |
LifeCycleStateImpl
Life cycle state implementation.
|
Modifier and Type | Method and Description |
---|---|
LifeCycleState |
LifeCycleImpl.getStateByName(String stateName) |
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycleState> |
LifeCycleImpl.getStates() |
Constructor and Description |
---|
LifeCycleImpl(String name,
String defaultInitialStateName,
Collection<String> initialStateNames,
Collection<LifeCycleState> states,
Collection<LifeCycleTransition> transitions) |
Copyright © 2017 Nuxeo. All rights reserved.