java.lang.Object
io.automatiko.engine.api.workflow.AbstractEventDescription<GroupedNamedDataType>
io.automatiko.engine.api.workflow.IOEventDescription
- All Implemented Interfaces:
EventDescription<GroupedNamedDataType>
-
Field Summary
Fields inherited from class io.automatiko.engine.api.workflow.AbstractEventDescription
dataType, event, eventType, id, nodeId, nodeInstanceId, nodeName, processInstanceId, properties, referenceId -
Constructor Summary
ConstructorsConstructorDescriptionIOEventDescription(String event, String nodeId, String nodeName, String eventType, String nodeInstanceId, String processInstanceId, GroupedNamedDataType dataType) IOEventDescription(String event, String nodeId, String nodeName, String eventType, String nodeInstanceId, String processInstanceId, GroupedNamedDataType 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, getReferenceId, hashCode, toString
-
Constructor Details
-
IOEventDescription
-
IOEventDescription
-