public class DefaultListenerFactory extends AbstractBehaviorFactory implements ListenerFactory
ListenerFactory. Used when no custom ListenerFactory is injected on the ProcessEngineConfigurationImpl.| Modifier and Type | Field and Description |
|---|---|
static Map<String,Class<?>> |
ENTITY_MAPPING |
expressionManager| Constructor and Description |
|---|
DefaultListenerFactory() |
| Modifier and Type | Method and Description |
|---|---|
org.flowable.common.engine.api.delegate.event.FlowableEventListener |
createClassDelegateEventListener(org.flowable.bpmn.model.EventListener eventListener) |
ExecutionListener |
createClassDelegateExecutionListener(org.flowable.bpmn.model.FlowableListener activitiListener) |
TaskListener |
createClassDelegateTaskListener(org.flowable.bpmn.model.FlowableListener activitiListener) |
org.flowable.common.engine.api.delegate.event.FlowableEventListener |
createDelegateExpressionEventListener(org.flowable.bpmn.model.EventListener eventListener) |
ExecutionListener |
createDelegateExpressionExecutionListener(org.flowable.bpmn.model.FlowableListener activitiListener) |
TaskListener |
createDelegateExpressionTaskListener(org.flowable.bpmn.model.FlowableListener activitiListener) |
org.flowable.common.engine.api.delegate.event.FlowableEventListener |
createEventThrowingEventListener(org.flowable.bpmn.model.EventListener eventListener) |
ExecutionListener |
createExpressionExecutionListener(org.flowable.bpmn.model.FlowableListener activitiListener) |
TaskListener |
createExpressionTaskListener(org.flowable.bpmn.model.FlowableListener activitiListener) |
protected Class<?> |
getEntityType(String entityType) |
createFieldDeclarations, getExpressionManager, setExpressionManagerpublic TaskListener createClassDelegateTaskListener(org.flowable.bpmn.model.FlowableListener activitiListener)
createClassDelegateTaskListener in interface ListenerFactorypublic TaskListener createExpressionTaskListener(org.flowable.bpmn.model.FlowableListener activitiListener)
createExpressionTaskListener in interface ListenerFactorypublic TaskListener createDelegateExpressionTaskListener(org.flowable.bpmn.model.FlowableListener activitiListener)
createDelegateExpressionTaskListener in interface ListenerFactorypublic ExecutionListener createClassDelegateExecutionListener(org.flowable.bpmn.model.FlowableListener activitiListener)
createClassDelegateExecutionListener in interface ListenerFactorypublic ExecutionListener createExpressionExecutionListener(org.flowable.bpmn.model.FlowableListener activitiListener)
createExpressionExecutionListener in interface ListenerFactorypublic ExecutionListener createDelegateExpressionExecutionListener(org.flowable.bpmn.model.FlowableListener activitiListener)
createDelegateExpressionExecutionListener in interface ListenerFactorypublic org.flowable.common.engine.api.delegate.event.FlowableEventListener createClassDelegateEventListener(org.flowable.bpmn.model.EventListener eventListener)
createClassDelegateEventListener in interface ListenerFactorypublic org.flowable.common.engine.api.delegate.event.FlowableEventListener createDelegateExpressionEventListener(org.flowable.bpmn.model.EventListener eventListener)
createDelegateExpressionEventListener in interface ListenerFactorypublic org.flowable.common.engine.api.delegate.event.FlowableEventListener createEventThrowingEventListener(org.flowable.bpmn.model.EventListener eventListener)
createEventThrowingEventListener in interface ListenerFactoryprotected Class<?> getEntityType(String entityType)
entityType - the name of the entityActivitiIllegalArgumentException - when the given entity nameCopyright © 2018 Flowable. All rights reserved.