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 |
---|---|
LifeCycleTransition |
LifeCycle.getTransitionByName(String transitionName)
Returns a life cycle transition instance given its name.
|
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycleTransition> |
LifeCycle.getTransitions()
Returns a list of life cycle transition instances.
|
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycleTransition> |
LifeCycleTransitionConfiguration.getTransitions() |
Collection<LifeCycleTransition> |
LifeCycleDescriptor.getTransitions() |
Modifier and Type | Class and Description |
---|---|
class |
LifeCycleTransitionImpl
Life cycle transition implementation.
|
Modifier and Type | Method and Description |
---|---|
LifeCycleTransition |
LifeCycleImpl.getTransitionByName(String transitionName) |
Modifier and Type | Method and Description |
---|---|
Collection<LifeCycleTransition> |
LifeCycleImpl.getTransitions() |
Constructor and Description |
---|
LifeCycleImpl(String name,
String defaultInitialStateName,
Collection<String> initialStateNames,
Collection<LifeCycleState> states,
Collection<LifeCycleTransition> transitions) |
Copyright © 2018 Nuxeo. All rights reserved.