| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.factory | |
| org.activiti.engine.impl.bpmn.parser.handler | |
| org.flowable.bpmn.model | |
| org.flowable.bpmn.model.alfresco | |
| org.flowable.engine.delegate |
Interfaces used to include Java code in a process as the behavior of an activity
or as a listener to process events with
JavaDelegates. |
| org.flowable.engine.impl.bpmn.behavior | |
| org.flowable.engine.impl.bpmn.helper | |
| org.flowable.engine.impl.bpmn.listener | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.impl.bpmn.parser.handler | |
| org.flowable.engine.test |
Helper classes for testing processes.
|
| Modifier and Type | Method and Description |
|---|---|
TaskActivityBehavior |
DefaultActivityBehaviorFactory.createTaskActivityBehavior(Task task) |
TaskActivityBehavior |
ActivityBehaviorFactory.createTaskActivityBehavior(Task task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskParseHandler.executeParse(BpmnParse bpmnParse,
Task task) |
| Modifier and Type | Class and Description |
|---|---|
class |
BusinessRuleTask |
class |
CaseServiceTask |
class |
ExternalWorkerServiceTask |
class |
HttpServiceTask |
class |
ManualTask |
class |
ReceiveTask |
class |
ScriptTask |
class |
SendEventServiceTask |
class |
SendTask |
class |
ServiceTask |
class |
TaskWithFieldExtensions |
class |
UserTask |
| Modifier and Type | Class and Description |
|---|---|
class |
AlfrescoMailTask |
class |
AlfrescoScriptTask |
class |
AlfrescoUserTask |
| Modifier and Type | Method and Description |
|---|---|
void |
TransactionDependentTaskListener.notify(String processInstanceId,
String executionId,
Task task,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
| Modifier and Type | Field and Description |
|---|---|
protected Task |
DmnActivityBehavior.task |
| Constructor and Description |
|---|
DmnActivityBehavior(Task task) |
| Modifier and Type | Method and Description |
|---|---|
void |
ClassDelegate.notify(String processInstanceId,
String executionId,
Task task,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
| Modifier and Type | Field and Description |
|---|---|
protected Task |
TransactionDependentTaskListenerExecutionScope.task |
| Modifier and Type | Method and Description |
|---|---|
Task |
TransactionDependentTaskListenerExecutionScope.getTask() |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegateExpressionTransactionDependentTaskListener.notify(String processInstanceId,
String executionId,
Task task,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
| Constructor and Description |
|---|
TransactionDependentTaskListenerExecutionScope(String processInstanceId,
String executionId,
Task task,
Map<String,Object> executionVariables,
Map<String,Object> customPropertiesMap) |
| Modifier and Type | Method and Description |
|---|---|
TaskActivityBehavior |
DefaultActivityBehaviorFactory.createTaskActivityBehavior(Task task) |
TaskActivityBehavior |
ActivityBehaviorFactory.createTaskActivityBehavior(Task task) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
TaskParseHandler.executeParse(BpmnParse bpmnParse,
Task task) |
| Modifier and Type | Method and Description |
|---|---|
TaskActivityBehavior |
TestActivityBehaviorFactory.createTaskActivityBehavior(Task task) |
Copyright © 2023 Flowable. All rights reserved.