Class TransitionContext<T>

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

public class TransitionContext<T> extends Object
  • Field Details

    • entity

      private T entity
    • eventId

      private String eventId
    • transitionParam

      private Object transitionParam
    • startState

      private State startState
    • endState

      private State endState
    • transition

      private Transition transition
  • Constructor Details

  • Method Details

    • getEntity

      public T getEntity()
    • getEventId

      public String getEventId()
    • getTransitionParam

      public Object getTransitionParam()
    • getStartState

      public State getStartState()
    • getEndState

      public State getEndState()
    • getTransition

      public Transition getTransition()