Uses of Class
org.tkit.rhpam.quarkus.messaging.model.ProcessState
-
Packages that use ProcessState Package Description org.tkit.rhpam.quarkus.messaging.model -
-
Uses of ProcessState in org.tkit.rhpam.quarkus.messaging.model
Fields in org.tkit.rhpam.quarkus.messaging.model declared as ProcessState Modifier and Type Field Description protected ProcessStateAbstractProcessItem. processStateProcess state.Methods in org.tkit.rhpam.quarkus.messaging.model that return ProcessState Modifier and Type Method Description static ProcessStateProcessState. parse(String value)static ProcessStateProcessState. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessState[]ProcessState. values()Returns an array containing the constants of this enum type, in the order they are declared.Constructors in org.tkit.rhpam.quarkus.messaging.model with parameters of type ProcessState Constructor Description ProcessEventItem(Long timerId, Long workItemId, Long executionId, NodeType nodeType, Object referenceBid, String referenceKey, ProcessEventType processEventType, String listenerType, String body, String processLogGuid, String processId, String processName, String processVersion, Long processInstanceId, Date executionDate, String deploymentId, String name, Long nodeId, Long parentProcessInstanceId, String boundaryEventId, Map<String,Object> parameters, String outcome, boolean error, String nodeResolutionStatus, String parentProcessId, String correlationId, Long subProcessId, ProcessState processState)The default constructor.
-