Uses of Class
io.automatiko.engine.api.workflow.NamedDataType
-
Packages that use NamedDataType Package Description io.automatiko.engine.api.workflow -
-
Uses of NamedDataType in io.automatiko.engine.api.workflow
Methods in io.automatiko.engine.api.workflow that return types with arguments of type NamedDataType Modifier and Type Method Description Set<NamedDataType>GroupedNamedDataType. getTypesByName(String name)Method parameters in io.automatiko.engine.api.workflow with type arguments of type NamedDataType Modifier and Type Method Description voidGroupedNamedDataType. add(String name, List<NamedDataType> types)Constructors in io.automatiko.engine.api.workflow with parameters of type NamedDataType 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)
-