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 String
getDescription()
Returns the description of the transition.String
getDestinationStateName()
Returns the destination state.String
getName()
Returns the transition name.
-
-
-
Method Detail
-
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
-
-