Uses of Enum
org.kie.api.fluent.Dialect
Packages that use Dialect
Package
Description
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 .
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 DialectModifier and TypeMethodDescriptionstatic DialectReturns 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 DialectModifier and TypeMethodDescriptionSplitNodeBuilder.constraint(long toNodeId, String name, String type, Dialect dialect, String constraint, int priority) NodeContainerBuilder.exceptionHandler(Class<? extends Throwable> exceptionClass, Dialect dialect, String code)