| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.factory | |
| org.activiti.engine.impl.bpmn.parser.handler | |
| org.flowable.bpmn.model | |
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.impl.bpmn.parser.handler | |
| org.flowable.engine.impl.dynamic | |
| org.flowable.engine.impl.migration | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| Modifier and Type | Method and Description |
|---|---|
CallActivityBehavior |
DefaultActivityBehaviorFactory.createCallActivityBehavior(CallActivity callActivity) |
CallActivityBehavior |
ActivityBehaviorFactory.createCallActivityBehavior(CallActivity callActivity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CallActivityParseHandler.executeParse(BpmnParse bpmnParse,
CallActivity callActivity) |
| Modifier and Type | Method and Description |
|---|---|
CallActivity |
CallActivity.clone() |
| Modifier and Type | Method and Description |
|---|---|
void |
CallActivity.setValues(CallActivity otherElement) |
| Modifier and Type | Field and Description |
|---|---|
protected CallActivity |
CallActivityBehavior.callActivity |
| Modifier and Type | Method and Description |
|---|---|
protected ProcessDefinition |
CallActivityBehavior.getProcessDefinition(DelegateExecution execution,
CallActivity callActivity,
ProcessEngineConfigurationImpl processEngineConfiguration) |
| Constructor and Description |
|---|
CallActivityBehavior(CallActivity callActivity) |
| Modifier and Type | Method and Description |
|---|---|
CallActivityBehavior |
DefaultActivityBehaviorFactory.createCallActivityBehavior(CallActivity callActivity) |
CallActivityBehavior |
ActivityBehaviorFactory.createCallActivityBehavior(CallActivity callActivity) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
CallActivityParseHandler.executeParse(BpmnParse bpmnParse,
CallActivity callActivity) |
| Modifier and Type | Field and Description |
|---|---|
protected CallActivity |
MoveExecutionEntityContainer.callActivity |
| Modifier and Type | Method and Description |
|---|---|
CallActivity |
MoveExecutionEntityContainer.getCallActivity() |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionEntity |
AbstractDynamicStateManager.createCallActivityInstance(CallActivity callActivity,
ProcessDefinition subProcessDefinition,
ExecutionEntity parentExecution,
String initialActivityId,
CommandContext commandContext) |
void |
MoveExecutionEntityContainer.setCallActivity(CallActivity callActivity) |
| Modifier and Type | Method and Description |
|---|---|
protected boolean |
ProcessInstanceMigrationManagerImpl.referToSameCalledElement(CallActivity callActivity1,
CallActivity callActivity2) |
| Modifier and Type | Method and Description |
|---|---|
CallActivityBehavior |
TestActivityBehaviorFactory.createCallActivityBehavior(CallActivity callActivity) |
Copyright © 2023 Flowable. All rights reserved.