Uses of Class
io.process4j.core.bpmn.model.BPMNOutgoing
-
Packages that use BPMNOutgoing Package Description io.process4j.core.bpmn.model -
-
Uses of BPMNOutgoing in io.process4j.core.bpmn.model
Methods in io.process4j.core.bpmn.model that return types with arguments of type BPMNOutgoing Modifier and Type Method Description List<BPMNOutgoing>
BPMNBusinessRuleTask. getOutgoing()
List<BPMNOutgoing>
BPMNEndEvent. getOutgoing()
List<BPMNOutgoing>
BPMNExclusiveGateway. getOutgoing()
List<BPMNOutgoing>
BPMNStartEvent. getOutgoing()
List<BPMNOutgoing>
BPMNSubProcess. getOutgoing()
List<BPMNOutgoing>
BPMNTask. getOutgoing()
List<BPMNOutgoing>
NodeElement. getOutgoing()
Constructors in io.process4j.core.bpmn.model with parameters of type BPMNOutgoing Constructor Description BPMNBusinessRuleTask(String id, String name, BPMNOutgoing outgoing, BPMNIncoming... incoming)
BPMNStartEvent(String id, String name, BPMNOutgoing outgoing)
BPMNSubProcess(String id, String name, BPMNOutgoing outgoing, BPMNIncoming... incoming)
BPMNTask(String id, String name, BPMNOutgoing outgoing, BPMNIncoming... incoming)
-