Uses of Class
org.kie.api.fluent.Variable
-
Packages that use Variable Package Description org.kie.api.fluent Process Fluent API allows programmer to build an in memory representation of a bpmn file.
This information can later be used to build a KIE resource and execute the process . -
-
Uses of Variable in org.kie.api.fluent
Methods in org.kie.api.fluent that return Variable Modifier and Type Method Description Variable<T>
Variable. metadata(java.lang.String key, java.lang.Object value)
Variable<T>
Variable. value(T value)
static <T> Variable<T>
Variable. var(java.lang.String name, java.lang.Class<T> type)
Methods in org.kie.api.fluent with parameters of type Variable Modifier and Type Method Description <V> T
NodeContainerBuilder. variable(Variable<V> variable)
Adds a variable to this container
-