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.fluentMethods in org.kie.api.fluent that return Dialect Modifier and Type Method Description static DialectDialect. valueOf(java.lang.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, java.lang.String code)SplitNodeBuilder<T>SplitNodeBuilder. constraint(long toNodeId, java.lang.String name, java.lang.String type, Dialect dialect, java.lang.String constraint, int priority)TNodeContainerBuilder. exceptionHandler(java.lang.Class<? extends java.lang.Throwable> exceptionClass, Dialect dialect, java.lang.String code)BoundaryEventNodeBuilder<T>BoundaryEventNodeBuilder. timeCycle(java.lang.String timeCycle, Dialect dialect)
 
-