Package org.nuxeo.ecm.core.lifecycle
Interface LifeCycleTransition
- All Known Implementing Classes:
LifeCycleTransitionImpl
public interface LifeCycleTransition
Life cycle transition.
- Author:
- Julien Anguenot
- See Also:
-
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the transition.Returns the destination state.getName()
Returns the transition name.
-
Method Details
-
getName
String getName()Returns the transition name.- Returns:
- the transition name as a string
-
getDescription
String getDescription()Returns the description of the transition.- Returns:
- the description of the transition.
-
getDestinationStateName
String getDestinationStateName()Returns the destination state.- Returns:
- the destination state name as a string
-