Class IOEventDescription
- java.lang.Object
-
- io.automatiko.engine.api.workflow.AbstractEventDescription<GroupedNamedDataType>
-
- io.automatiko.engine.api.workflow.IOEventDescription
-
- All Implemented Interfaces:
EventDescription<GroupedNamedDataType>
public class IOEventDescription extends AbstractEventDescription<GroupedNamedDataType>
-
-
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 IOEventDescription(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, hashCode, toString
-
-