| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<SubProcess> |
BpmnParse.currentSubprocessStack |
| Modifier and Type | Method and Description |
|---|---|
SubProcess |
BpmnParse.getCurrentSubProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnParse.setCurrentSubProcess(SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
SubProcessActivityBehavior |
DefaultActivityBehaviorFactory.createSubprocActivityBehavior(SubProcess subProcess) |
SubProcessActivityBehavior |
ActivityBehaviorFactory.createSubprocActivityBehavior(SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
SubProcessParseHandler.executeParse(BpmnParse bpmnParse,
SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
BpmnAutoLayout.translateNestedSubprocessElements(SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
void |
BaseBpmnXMLConverter.convertToBpmnModel(XMLStreamReader xtr,
BpmnModel model,
Process activeProcess,
List<SubProcess> activeSubProcessList) |
| Modifier and Type | Method and Description |
|---|---|
void |
SubProcessParser.parse(XMLStreamReader xtr,
List<SubProcess> activeSubProcessList,
Process activeProcess) |
void |
ExtensionElementsParser.parse(XMLStreamReader xtr,
List<SubProcess> activeSubProcessList,
Process activeProcess,
BpmnModel model) |
| Modifier and Type | Class and Description |
|---|---|
class |
AdhocSubProcess |
class |
EventSubProcess |
class |
Transaction |
| Modifier and Type | Method and Description |
|---|---|
SubProcess |
SubProcess.clone() |
SubProcess |
FlowElement.getSubProcess() |
| Modifier and Type | Method and Description |
|---|---|
<FlowElementType extends FlowElement> |
Process.findFlowElementsInSubProcessOfType(SubProcess subProcess,
Class<FlowElementType> type) |
<FlowElementType extends FlowElement> |
Process.findFlowElementsInSubProcessOfType(SubProcess subProcess,
Class<FlowElementType> type,
boolean goIntoSubprocesses) |
protected Artifact |
BpmnModel.getArtifactInSubProcess(String id,
SubProcess subProcess) |
protected FlowElement |
BpmnModel.getFlowElementInSubProcess(String id,
SubProcess subProcess) |
void |
SubProcess.setValues(SubProcess otherElement) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ContinueProcessOperation.createChildExecutionForSubProcess(SubProcess subProcess) |
protected ExecutionEntity |
EndExecutionOperation.handleSubProcessEnd(ExecutionEntityManager executionEntityManager,
ExecutionEntity parentExecution,
SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
protected SubProcess |
AdhocSubProcessActivityBehavior.getSubProcessFromExecution(DelegateExecution execution) |
protected SubProcess |
SubProcessActivityBehavior.getSubProcessFromExecution(DelegateExecution execution) |
| Modifier and Type | Method and Description |
|---|---|
protected FlowElement |
SubProcessActivityBehavior.getStartElement(SubProcess subProcess) |
| Modifier and Type | Field and Description |
|---|---|
protected LinkedList<SubProcess> |
BpmnParse.currentSubprocessStack |
| Modifier and Type | Method and Description |
|---|---|
SubProcess |
BpmnParse.getCurrentSubProcess() |
| Modifier and Type | Method and Description |
|---|---|
void |
BpmnParse.setCurrentSubProcess(SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
AdhocSubProcessActivityBehavior |
DefaultActivityBehaviorFactory.createAdhocSubprocessActivityBehavior(SubProcess subProcess) |
AdhocSubProcessActivityBehavior |
ActivityBehaviorFactory.createAdhocSubprocessActivityBehavior(SubProcess subProcess) |
SubProcessActivityBehavior |
DefaultActivityBehaviorFactory.createSubprocessActivityBehavior(SubProcess subProcess) |
SubProcessActivityBehavior |
ActivityBehaviorFactory.createSubprocessActivityBehavior(SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AdhocSubProcessParseHandler.executeParse(BpmnParse bpmnParse,
SubProcess subProcess) |
protected void |
SubProcessParseHandler.executeParse(BpmnParse bpmnParse,
SubProcess subProcess) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionEntity |
AbstractDynamicStateManager.createEmbeddedSubProcessHierarchy(SubProcess subProcess,
ExecutionEntity defaultParentExecution,
Map<String,SubProcess> subProcessesToCreate,
Set<String> movingExecutionIds,
ProcessInstanceChangeState processInstanceChangeState,
CommandContext commandContext) |
protected List<FlowElement> |
AbstractDynamicStateManager.getFlowElementsInSubProcess(SubProcess subProcess,
Collection<FlowElement> flowElements) |
void |
DynamicUserTaskCallback.handleCreatedDynamicUserTask(UserTask userTask,
SubProcess newSubProcess,
FlowElementsContainer parentContainer,
Process process) |
protected static void |
BaseDynamicSubProcessInjectUtil.processSubProcessFlowElements(CommandContext commandContext,
String prefix,
Process process,
BpmnModel bpmnModel,
SubProcess subProcess,
BpmnModel subProcessBpmnModel,
ProcessDefinition originalProcessDefinition,
DeploymentEntity newDeploymentEntity,
Map<String,FlowElement> generatedIds,
boolean includeDiInfo) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionEntity |
AbstractDynamicStateManager.createEmbeddedSubProcessHierarchy(SubProcess subProcess,
ExecutionEntity defaultParentExecution,
Map<String,SubProcess> subProcessesToCreate,
Set<String> movingExecutionIds,
ProcessInstanceChangeState processInstanceChangeState,
CommandContext commandContext) |
| Modifier and Type | Method and Description |
|---|---|
AdhocSubProcessActivityBehavior |
TestActivityBehaviorFactory.createAdhocSubprocessActivityBehavior(SubProcess subProcess) |
SubProcessActivityBehavior |
TestActivityBehaviorFactory.createSubprocessActivityBehavior(SubProcess subProcess) |
Copyright © 2023 Flowable. All rights reserved.