Uses of Class
org.tkit.rhpam.quarkus.messaging.model.ProcessEventType
-
Packages that use ProcessEventType Package Description org.tkit.rhpam.quarkus.messaging.model -
-
Uses of ProcessEventType in org.tkit.rhpam.quarkus.messaging.model
Methods in org.tkit.rhpam.quarkus.messaging.model that return ProcessEventType Modifier and Type Method Description static ProcessEventTypeProcessEventType. valueOf(String name)Returns the enum constant of this type with the specified name.static ProcessEventType[]ProcessEventType. 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 ProcessEventType 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.
-