Modifier and Type | Class and Description |
---|---|
class |
ServiceTaskJavaDelegateActivityBehavior |
Modifier and Type | Class and Description |
---|---|
class |
ClassDelegate
Helper class for bpmn constructs that allow class delegation.
|
Modifier and Type | Field and Description |
---|---|
protected ExecutionListener |
ClassDelegate.executionListenerInstance |
Modifier and Type | Method and Description |
---|---|
protected ExecutionListener |
ClassDelegate.getExecutionListenerInstance() |
Modifier and Type | Class and Description |
---|---|
class |
DelegateExpressionExecutionListener |
class |
ExpressionExecutionListener
An
ExecutionListener that evaluates a Expression when notified. |
class |
ScriptExecutionListener |
Modifier and Type | Method and Description |
---|---|
ExecutionListener |
ListenerFactory.createClassDelegateExecutionListener(org.activiti.bpmn.model.ActivitiListener activitiListener) |
ExecutionListener |
DefaultListenerFactory.createClassDelegateExecutionListener(org.activiti.bpmn.model.ActivitiListener activitiListener) |
ExecutionListener |
ListenerFactory.createDelegateExpressionExecutionListener(org.activiti.bpmn.model.ActivitiListener activitiListener) |
ExecutionListener |
DefaultListenerFactory.createDelegateExpressionExecutionListener(org.activiti.bpmn.model.ActivitiListener activitiListener) |
ExecutionListener |
ListenerFactory.createExpressionExecutionListener(org.activiti.bpmn.model.ActivitiListener activitiListener) |
ExecutionListener |
DefaultListenerFactory.createExpressionExecutionListener(org.activiti.bpmn.model.ActivitiListener activitiListener) |
Modifier and Type | Method and Description |
---|---|
protected ExecutionListener |
AbstractBpmnParseHandler.createExecutionListener(BpmnParse bpmnParse,
org.activiti.bpmn.model.ActivitiListener activitiListener) |
Modifier and Type | Field and Description |
---|---|
protected ExecutionListener |
ExecutionListenerInvocation.executionListenerInstance |
Constructor and Description |
---|
ExecutionListenerInvocation(ExecutionListener executionListenerInstance,
DelegateExecution execution) |
Modifier and Type | Class and Description |
---|---|
class |
ActivityInstanceEndHandler |
class |
ActivityInstanceStartHandler |
class |
CallActivityStartHandler |
class |
ProcessInstanceEndHandler |
class |
StartEventEndHandler |
Modifier and Type | Method and Description |
---|---|
ProcessDefinitionBuilder |
ProcessDefinitionBuilder.executionListener(ExecutionListener executionListener) |
ProcessDefinitionBuilder |
ProcessDefinitionBuilder.executionListener(String eventName,
ExecutionListener executionListener) |
Modifier and Type | Field and Description |
---|---|
protected List<ExecutionListener> |
TransitionImpl.executionListeners |
protected Map<String,List<ExecutionListener>> |
ScopeImpl.executionListeners |
Modifier and Type | Method and Description |
---|---|
List<ExecutionListener> |
TransitionImpl.getExecutionListeners() |
Map<String,List<ExecutionListener>> |
ScopeImpl.getExecutionListeners() |
List<ExecutionListener> |
ScopeImpl.getExecutionListeners(String eventName) |
Modifier and Type | Method and Description |
---|---|
void |
TransitionImpl.addExecutionListener(ExecutionListener executionListener) |
void |
ScopeImpl.addExecutionListener(String eventName,
ExecutionListener executionListener) |
void |
ScopeImpl.addExecutionListener(String eventName,
ExecutionListener executionListener,
int index) |
Modifier and Type | Method and Description |
---|---|
void |
TransitionImpl.setExecutionListeners(List<ExecutionListener> executionListeners) |
Copyright © 2016 Alfresco. All rights reserved.