Uses of Enum Class
cn.net.pap.statemachine.enums.OrderStates
Package
Description
-
Uses of OrderStates in cn.net.pap.statemachine.actions
Modifier and TypeMethodDescriptionvoid
ErrorAction.execute
(org.springframework.statemachine.StateContext<OrderStates, OrderEvents> context) void
OrderAction.execute
(org.springframework.statemachine.StateContext<OrderStates, OrderEvents> context) ModifierConstructorDescriptionOrderAction
(OrderStates source, OrderStates target, OrderEvents event) -
Uses of OrderStates in cn.net.pap.statemachine.config
Modifier and TypeMethodDescriptionorg.springframework.statemachine.persist.StateMachineRuntimePersister<OrderStates,
OrderEvents, String> OrderJpaPersisterConfig.orderStateMachineRuntimePersister
(org.springframework.statemachine.data.jpa.JpaStateMachineRepository jpaStateMachineRepository) -
Uses of OrderStates in cn.net.pap.statemachine.enums
Modifier and TypeMethodDescriptionstatic OrderStates
Returns the enum constant of this class with the specified name.static OrderStates[]
OrderStates.values()
Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrderStates in cn.net.pap.statemachine.listeners
Modifier and TypeMethodDescriptionvoid
OrderStateMachineListener.stateChanged
(org.springframework.statemachine.state.State<OrderStates, OrderEvents> from, org.springframework.statemachine.state.State<OrderStates, OrderEvents> to)