Class LifeCycleTransitionImpl
java.lang.Object
org.nuxeo.ecm.core.lifecycle.impl.LifeCycleTransitionImpl
- All Implemented Interfaces:
LifeCycleTransition
Life cycle transition implementation.
- Author:
- Julien Anguenot
- See Also:
-
Constructor Summary
ConstructorDescriptionLifeCycleTransitionImpl
(String name, String description, String destinationState) -
Method Summary
Modifier and TypeMethodDescriptionReturns the description of the transition.Returns the destination state.getName()
Returns the transition name.
-
Constructor Details
-
LifeCycleTransitionImpl
-
-
Method Details
-
getDestinationStateName
Description copied from interface:LifeCycleTransition
Returns the destination state.- Specified by:
getDestinationStateName
in interfaceLifeCycleTransition
- Returns:
- the destination state name as a string
-
getDescription
Description copied from interface:LifeCycleTransition
Returns the description of the transition.- Specified by:
getDescription
in interfaceLifeCycleTransition
- Returns:
- the description of the transition.
-
getName
Description copied from interface:LifeCycleTransition
Returns the transition name.- Specified by:
getName
in interfaceLifeCycleTransition
- Returns:
- the transition name as a string
-