Uses of Interface
net.anwiba.commons.workflow.state.IStateType
-
Packages that use IStateType Package Description net.anwiba.commons.workflow.state -
-
Uses of IStateType in net.anwiba.commons.workflow.state
Classes in net.anwiba.commons.workflow.state that implement IStateType Modifier and Type Class Description classStateTypeMethods in net.anwiba.commons.workflow.state that return IStateType Modifier and Type Method Description IStateTypeErrorState. getStateType()IStateTypeIState. getStateType()IStateTypeMessageState. getStateType()IStateTypeState. getStateType()Methods in net.anwiba.commons.workflow.state with parameters of type IStateType Modifier and Type Method Description static booleanStateUtilities. equals(IState<?> state, java.lang.Object context, IStateType stateType)Constructors in net.anwiba.commons.workflow.state with parameters of type IStateType Constructor Description State(T context, IStateType type)
-