Class TransitionContext<T>
java.lang.Object
org.chenile.workflow.service.stmcmds.dto.TransitionContext<T>
-
Constructor Summary
ConstructorsConstructorDescriptionTransitionContext(T entity, String eventId, Object transitionParam, org.chenile.stm.State startState, org.chenile.stm.State endState, org.chenile.stm.model.Transition transition) -
Method Summary
Modifier and TypeMethodDescriptionorg.chenile.stm.Stateorg.chenile.stm.Stateorg.chenile.stm.model.Transition
-
Constructor Details
-
TransitionContext
-
-
Method Details
-
getEntity
-
getEventId
-
getTransitionParam
-
getStartState
public org.chenile.stm.State getStartState() -
getEndState
public org.chenile.stm.State getEndState() -
getTransition
public org.chenile.stm.model.Transition getTransition()
-