T
- Concrete container nodeP
- Parent container nodepublic interface NodeContainerBuilder<T extends NodeContainerBuilder<T,P>,P extends NodeContainerBuilder<P,?>> extends NodeBuilder<T,P>
done, name, setMetadata
StartNodeBuilder<T> startNode(long id)
EndNodeBuilder<T> endNode(long id)
ActionNodeBuilder<T> actionNode(long id)
MilestoneNodeBuilder<T> milestoneNode(long id)
TimerNodeBuilder<T> timerNode(long id)
HumanTaskNodeBuilder<T> humanTaskNode(long id)
SubProcessNodeBuilder<T> subProcessNode(long id)
SplitNodeBuilder<T> splitNode(long id)
JoinNodeBuilder<T> joinNode(long id)
RuleSetNodeBuilder<T> ruleSetNode(long id)
FaultNodeBuilder<T> faultNode(long id)
EventNodeBuilder<T> eventNode(long id)
BoundaryEventNodeBuilder<T> boundaryEventNode(long id)
CompositeNodeBuilder<T> compositeNode(long id)
ForEachNodeBuilder<T> forEachNode(long id)
DynamicNodeBuilder<T> dynamicNode(long id)
WorkItemNodeBuilder<T> workItemNode(long id)
T exceptionHandler(Class<? extends Throwable> exceptionClass, Dialect dialect, String code)
T connection(long fromId, long toId)
Copyright © 2001–2021 JBoss by Red Hat. All rights reserved.