Uses of Class
org.kie.api.fluent.Dialect
-
Packages that use Dialect 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 Dialect in org.kie.api.fluent
Methods in org.kie.api.fluent that return Dialect Modifier and Type Method Description static Dialect
Dialect. valueOf(String name)
Returns the enum constant of this type with the specified name.static Dialect[]
Dialect. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.kie.api.fluent with parameters of type Dialect Modifier and Type Method Description ActionNodeBuilder<T>
ActionNodeBuilder. action(Dialect dialect, String code)
SplitNodeBuilder<T>
SplitNodeBuilder. constraint(long toNodeId, String name, String type, Dialect dialect, String constraint, int priority)
T
NodeContainerBuilder. exceptionHandler(Class<? extends Throwable> exceptionClass, Dialect dialect, String code)
BoundaryEventNodeBuilder<T>
BoundaryEventNodeBuilder. timeCycle(String timeCycle, Dialect dialect)
-