Uses of Interface
org.kie.api.fluent.JoinNodeBuilder
-
Packages that use JoinNodeBuilder 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 JoinNodeBuilder in org.kie.api.fluent
Methods in org.kie.api.fluent that return JoinNodeBuilder Modifier and Type Method Description JoinNodeBuilder<T>
NodeContainerBuilder. joinNode(long id)
JoinNodeBuilder<T>
JoinNodeBuilder. type(int type)
JoinNodeBuilder<T>
JoinNodeBuilder. type(String type)
-