Uses of Class
org.chenile.orchestrator.process.model.payload.StatusUpdatePayload
Packages that use StatusUpdatePayload
-
Uses of StatusUpdatePayload in org.chenile.orchestrator.delegate
Methods in org.chenile.orchestrator.delegate with parameters of type StatusUpdatePayloadModifier and TypeMethodDescriptionProcessManagerClient.statusUpdate(String id, StatusUpdatePayload payload) ProcessManagerClientImpl.statusUpdate(String id, StatusUpdatePayload payload) -
Uses of StatusUpdatePayload in org.chenile.orchestrator.process.service.cmds
Subclasses with type arguments of type StatusUpdatePayload in org.chenile.orchestrator.process.service.cmdsMethods in org.chenile.orchestrator.process.service.cmds with parameters of type StatusUpdatePayloadModifier and TypeMethodDescriptionvoidStatusUpdateAction.transitionTo(Process process, StatusUpdatePayload payload, State startState, String eventId, State endState, STMInternalTransitionInvoker<?> stm, Transition transition)