Class BaseEventDescription
- java.lang.Object
-
- io.automatiko.engine.api.workflow.AbstractEventDescription<NamedDataType>
-
- io.automatiko.engine.api.workflow.BaseEventDescription
-
- All Implemented Interfaces:
EventDescription<NamedDataType>
public class BaseEventDescription extends AbstractEventDescription<NamedDataType>
-
-
Field Summary
-
Fields inherited from class io.automatiko.engine.api.workflow.AbstractEventDescription
dataType, event, eventType, id, nodeId, nodeInstanceId, nodeName, processInstanceId, properties
-
-
Constructor Summary
Constructors Constructor Description BaseEventDescription(String event, String nodeId, String nodeName, String eventType, String nodeInstanceId, String processInstanceId, NamedDataType dataType)BaseEventDescription(String event, String nodeId, String nodeName, String eventType, String nodeInstanceId, String processInstanceId, NamedDataType dataType, Map<String,String> properties)
-
Method Summary
-
Methods inherited from class io.automatiko.engine.api.workflow.AbstractEventDescription
equals, getDataType, getEvent, getEventType, getId, getNodeId, getNodeInstanceId, getNodeName, getProcessInstanceId, getProperties, hashCode, toString
-
-