Class TransitionContext<T>

java.lang.Object
org.chenile.workflow.service.stmcmds.dto.TransitionContext<T>

public class TransitionContext<T> extends Object
  • Constructor Details

    • TransitionContext

      public TransitionContext(T entity, String eventId, Object transitionParam, org.chenile.stm.State startState, org.chenile.stm.State endState, org.chenile.stm.model.Transition transition)
  • Method Details

    • getEntity

      public T getEntity()
    • getEventId

      public String getEventId()
    • getTransitionParam

      public Object getTransitionParam()
    • getStartState

      public org.chenile.stm.State getStartState()
    • getEndState

      public org.chenile.stm.State getEndState()
    • getTransition

      public org.chenile.stm.model.Transition getTransition()