public class CollectBpmnFlowNodes extends Object implements Function<org.camunda.bpm.model.bpmn.instance.Process,Collection<org.camunda.bpm.model.bpmn.instance.FlowNode>>
| Constructor and Description |
|---|
CollectBpmnFlowNodes() |
| Modifier and Type | Method and Description |
|---|---|
Collection<org.camunda.bpm.model.bpmn.instance.FlowNode> |
apply(org.camunda.bpm.model.bpmn.instance.Process process) |
protected void |
collect(List<org.camunda.bpm.model.bpmn.instance.FlowNode> flowNodes,
Collection<org.camunda.bpm.model.bpmn.instance.FlowElement> elements) |
protected void |
collectSubProcesses(List<org.camunda.bpm.model.bpmn.instance.FlowNode> flowNodes,
Collection<org.camunda.bpm.model.bpmn.instance.SubProcess> subProcesses) |
public Collection<org.camunda.bpm.model.bpmn.instance.FlowNode> apply(org.camunda.bpm.model.bpmn.instance.Process process)
apply in interface Function<org.camunda.bpm.model.bpmn.instance.Process,Collection<org.camunda.bpm.model.bpmn.instance.FlowNode>>protected void collect(List<org.camunda.bpm.model.bpmn.instance.FlowNode> flowNodes, Collection<org.camunda.bpm.model.bpmn.instance.FlowElement> elements)
protected void collectSubProcesses(List<org.camunda.bpm.model.bpmn.instance.FlowNode> flowNodes, Collection<org.camunda.bpm.model.bpmn.instance.SubProcess> subProcesses)
Copyright © 2022 Camunda Services GmbH. All rights reserved.