Uses of Enum Class
cn.net.pap.statemachine.enums.OrderEvents
Packages that use OrderEvents
Package
Description
-
Uses of OrderEvents in cn.net.pap.statemachine.actions
Method parameters in cn.net.pap.statemachine.actions with type arguments of type OrderEventsModifier and TypeMethodDescriptionvoidErrorAction.execute(org.springframework.statemachine.StateContext<OrderStates, OrderEvents> context) voidOrderAction.execute(org.springframework.statemachine.StateContext<OrderStates, OrderEvents> context) Constructors in cn.net.pap.statemachine.actions with parameters of type OrderEventsModifierConstructorDescriptionOrderAction(OrderStates source, OrderStates target, OrderEvents event) -
Uses of OrderEvents in cn.net.pap.statemachine.config
Methods in cn.net.pap.statemachine.config that return types with arguments of type OrderEventsModifier and TypeMethodDescriptionorg.springframework.statemachine.persist.StateMachineRuntimePersister<OrderStates,OrderEvents, String> OrderJpaPersisterConfig.orderStateMachineRuntimePersister(org.springframework.statemachine.data.jpa.JpaStateMachineRepository jpaStateMachineRepository) -
Uses of OrderEvents in cn.net.pap.statemachine.enums
Methods in cn.net.pap.statemachine.enums that return OrderEventsModifier and TypeMethodDescriptionstatic OrderEventsReturns the enum constant of this class with the specified name.static OrderEvents[]OrderEvents.values()Returns an array containing the constants of this enum class, in the order they are declared. -
Uses of OrderEvents in cn.net.pap.statemachine.listeners
Method parameters in cn.net.pap.statemachine.listeners with type arguments of type OrderEventsModifier and TypeMethodDescriptionvoidOrderStateMachineListener.stateChanged(org.springframework.statemachine.state.State<OrderStates, OrderEvents> from, org.springframework.statemachine.state.State<OrderStates, OrderEvents> to)