Uses of Interface
org.kie.api.fluent.BoundaryEventNodeBuilder
-
Packages that use BoundaryEventNodeBuilder 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 BoundaryEventNodeBuilder in org.kie.api.fluent
Methods in org.kie.api.fluent that return BoundaryEventNodeBuilder Modifier and Type Method Description BoundaryEventNodeBuilder<T>
BoundaryEventNodeBuilder. attachedTo(long attachedToId)
BoundaryEventNodeBuilder<T>
NodeContainerBuilder. boundaryEventNode(long id)
BoundaryEventNodeBuilder<T>
BoundaryEventNodeBuilder. cancelActivity(boolean cancelActivity)
BoundaryEventNodeBuilder<T>
BoundaryEventNodeBuilder. eventType(String prefix, String Suffix)
BoundaryEventNodeBuilder<T>
BoundaryEventNodeBuilder. timeCycle(String timeCycle)
BoundaryEventNodeBuilder<T>
BoundaryEventNodeBuilder. timeCycle(String timeCycle, Dialect dialect)
BoundaryEventNodeBuilder<T>
BoundaryEventNodeBuilder. timeDuration(String timeDuration)
-