Module io.automatiko.engine.api
Class BaseEventDescription
java.lang.Object
io.automatiko.engine.api.workflow.AbstractEventDescription<NamedDataType>
io.automatiko.engine.api.workflow.BaseEventDescription
- All Implemented Interfaces:
EventDescription<NamedDataType>
-
Field Summary
Fields inherited from class io.automatiko.engine.api.workflow.AbstractEventDescription
dataType, event, eventType, id, nodeId, nodeInstanceId, nodeName, processInstanceId, properties, referenceId -
Constructor Summary
ConstructorsConstructorDescriptionBaseEventDescription(String event, String nodeId, String nodeName, String eventType, String nodeInstanceId, String processInstanceId, NamedDataType dataType, Map<String, String> properties) BaseEventDescription(String event, String nodeId, String nodeName, String eventType, String nodeInstanceId, String processInstanceId, String referenceId, NamedDataType dataType) -
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
-
BaseEventDescription
-
BaseEventDescription
-