| Package | Description |
|---|---|
| org.activiti.engine.impl.bpmn.parser.factory | |
| org.activiti.engine.impl.bpmn.parser.handler | |
| org.activiti.engine.impl.persistence.entity | |
| org.activiti.engine.impl.pvm.runtime | |
| org.flowable.bpmn.converter.child | |
| org.flowable.bpmn.model | |
| org.flowable.editor.language.json.converter | |
| 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.listener | |
| org.flowable.engine.impl.bpmn.parser.factory | |
| org.flowable.engine.impl.bpmn.parser.handler | |
| org.flowable.engine.impl.persistence.entity | |
| org.flowable.ui.modeler.service.mapper | |
| org.flowable.ui.task.service.editor.mapper | |
| org.flowable.validation.validator.impl |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionListener |
AbstractBpmnParseHandler.createExecutionListener(BpmnParse bpmnParse,
FlowableListener activitiListener) |
protected TaskListener |
UserTaskParseHandler.createTaskListener(BpmnParse bpmnParse,
FlowableListener activitiListener,
String taskId) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractBpmnParseHandler.createExecutionListenersOnScope(BpmnParse bpmnParse,
List<FlowableListener> activitiListenerList,
ScopeImpl scope) |
protected void |
AbstractBpmnParseHandler.createExecutionListenersOnTransition(BpmnParse bpmnParse,
List<FlowableListener> activitiListenerList,
TransitionImpl transition) |
| Modifier and Type | Method and Description |
|---|---|
FlowableListener |
ExecutionEntity.getCurrentFlowableListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEntity.setCurrentFlowableListener(FlowableListener currentListener) |
| Modifier and Type | Method and Description |
|---|---|
FlowableListener |
ExecutionImpl.getCurrentFlowableListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionImpl.setCurrentFlowableListener(FlowableListener currentListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
TaskListenerParser.addListenerToParent(FlowableListener listener,
BaseElement parentElement) |
abstract void |
FlowableListenerParser.addListenerToParent(FlowableListener listener,
BaseElement parentElement) |
void |
ExecutionListenerParser.addListenerToParent(FlowableListener listener,
BaseElement parentElement) |
| Modifier and Type | Field and Description |
|---|---|
protected List<FlowableListener> |
Process.executionListeners |
protected List<FlowableListener> |
FlowElement.executionListeners |
protected List<FlowableListener> |
UserTask.taskListeners |
| Modifier and Type | Method and Description |
|---|---|
FlowableListener |
FlowableListener.clone() |
| Modifier and Type | Method and Description |
|---|---|
List<FlowableListener> |
Process.getExecutionListeners() |
List<FlowableListener> |
HasExecutionListeners.getExecutionListeners() |
List<FlowableListener> |
FlowElement.getExecutionListeners() |
List<FlowableListener> |
UserTask.getTaskListeners() |
| Modifier and Type | Method and Description |
|---|---|
void |
FlowableListener.setValues(FlowableListener otherListener) |
| Modifier and Type | Method and Description |
|---|---|
void |
Process.setExecutionListeners(List<FlowableListener> executionListeners) |
void |
HasExecutionListeners.setExecutionListeners(List<FlowableListener> executionListeners) |
void |
FlowElement.setExecutionListeners(List<FlowableListener> executionListeners) |
void |
UserTask.setTaskListeners(List<FlowableListener> taskListeners) |
| Modifier and Type | Method and Description |
|---|---|
static void |
BpmnJsonConverterUtil.convertListenersToJson(List<FlowableListener> listeners,
boolean isExecutionListener,
com.fasterxml.jackson.databind.node.ObjectNode propertiesNode) |
| Modifier and Type | Method and Description |
|---|---|
FlowableListener |
DelegateExecution.getCurrentFlowableListener()
Returns the
FlowableListener instance matching an ExecutionListener if currently an execution listener is being execution. |
| Modifier and Type | Method and Description |
|---|---|
void |
DelegateExecution.setCurrentFlowableListener(FlowableListener currentListener)
Called when an
ExecutionListener is being executed. |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ListenerNotificationHelper.addTransactionListener(FlowableListener listener,
TransactionListener transactionListener) |
protected CustomPropertiesResolver |
ListenerNotificationHelper.createCustomPropertiesResolver(FlowableListener listener) |
protected BaseTaskListener |
ListenerNotificationHelper.createTaskListener(FlowableListener listener) |
protected void |
ListenerNotificationHelper.planTransactionDependentExecutionListener(ListenerFactory listenerFactory,
DelegateExecution execution,
TransactionDependentExecutionListener executionListener,
FlowableListener listener) |
protected void |
ListenerNotificationHelper.planTransactionDependentTaskListener(DelegateExecution execution,
TransactionDependentTaskListener taskListener,
FlowableListener listener) |
| Modifier and Type | Method and Description |
|---|---|
protected ExecutionListener |
AbstractBpmnParseHandler.createExecutionListener(BpmnParse bpmnParse,
FlowableListener listener) |
| Modifier and Type | Field and Description |
|---|---|
protected FlowableListener |
ExecutionEntityImpl.currentListener |
| Modifier and Type | Method and Description |
|---|---|
FlowableListener |
ExecutionEntityImpl.getCurrentFlowableListener() |
| Modifier and Type | Method and Description |
|---|---|
void |
ExecutionEntityImpl.setCurrentFlowableListener(FlowableListener currentListener) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractInfoMapper.createListenerPropertyNodes(String name,
List<FlowableListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
AbstractInfoMapper.createListenerPropertyNodes(String name,
List<FlowableListener> listeners) |
| Modifier and Type | Method and Description |
|---|---|
protected void |
ExecutionListenerValidator.validateListeners(Process process,
FlowElement flowElement,
List<FlowableListener> listeners,
List<ValidationError> errors) |
Copyright © 2023 Flowable. All rights reserved.