Package org.nuxeo.ecm.core.lifecycle
Interface LifeCycleTransition
-
- All Known Implementing Classes:
LifeCycleTransitionImpl
public interface LifeCycleTransition
Life cycle transition.- Author:
- Julien Anguenot
- See Also:
LifeCycleTransitionImpl
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description StringgetDescription()Returns the description of the transition.StringgetDestinationStateName()Returns the destination state.StringgetName()Returns the transition name.
-
-
-
Method Detail
-
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
-
-