Class LifeCycleTransitionImpl
- java.lang.Object
-
- org.nuxeo.ecm.core.lifecycle.impl.LifeCycleTransitionImpl
-
- All Implemented Interfaces:
LifeCycleTransition
public class LifeCycleTransitionImpl extends Object implements LifeCycleTransition
Life cycle transition implementation.- Author:
- Julien Anguenot
- See Also:
LifeCycleTransition
-
-
Constructor Summary
Constructors Constructor Description LifeCycleTransitionImpl(String name, String description, String destinationState)
-
Method Summary
All Methods Instance Methods Concrete 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
-
getDestinationStateName
public String getDestinationStateName()
Description copied from interface:LifeCycleTransitionReturns the destination state.- Specified by:
getDestinationStateNamein interfaceLifeCycleTransition- Returns:
- the destination state name as a string
-
getDescription
public String getDescription()
Description copied from interface:LifeCycleTransitionReturns the description of the transition.- Specified by:
getDescriptionin interfaceLifeCycleTransition- Returns:
- the description of the transition.
-
getName
public String getName()
Description copied from interface:LifeCycleTransitionReturns the transition name.- Specified by:
getNamein interfaceLifeCycleTransition- Returns:
- the transition name as a string
-
-