| Package | Description | 
|---|---|
| org.kie.api.fluent | 
 Process Fluent API allows programmer to build an in memory representation of a bpmn file. 
 | 
| Modifier and Type | Method and 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. 
 | 
| Modifier and Type | Method and 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)  | 
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.