Uses of Interface
org.kie.api.fluent.DynamicNodeBuilder
- 
Packages that use DynamicNodeBuilder 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 DynamicNodeBuilder in org.kie.api.fluentMethods in org.kie.api.fluent that return DynamicNodeBuilder Modifier and Type Method Description DynamicNodeBuilder<T>DynamicNodeBuilder. autoComplete(boolean autoComplete)DynamicNodeBuilder<T>NodeContainerBuilder. dynamicNode(long id)
 
-