Uses of Class
org.tkit.rhpam.quarkus.messaging.model.NodeType
-
Packages that use NodeType Package Description org.tkit.rhpam.quarkus.messaging.model -
-
Uses of NodeType in org.tkit.rhpam.quarkus.messaging.model
Methods in org.tkit.rhpam.quarkus.messaging.model that return NodeType Modifier and Type Method Description static NodeTypeNodeType. valueOf(String name)Returns the enum constant of this type with the specified name.static NodeType[]NodeType. 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 NodeType Constructor Description ProcessEventItem(Long timerId, Long workItemId, Long executionId, NodeType nodeType, Long 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)The default constructor.
-