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() |
DefaultListenerFactory(ClassDelegateFactory classDelegateFactory) |
createFieldDeclarations, getExpressionManager, setExpressionManagerpublic DefaultListenerFactory(ClassDelegateFactory classDelegateFactory)
public DefaultListenerFactory()
public TaskListener createClassDelegateTaskListener(org.flowable.bpmn.model.FlowableListener listener)
createClassDelegateTaskListener in interface ListenerFactorypublic TaskListener createExpressionTaskListener(org.flowable.bpmn.model.FlowableListener listener)
createExpressionTaskListener in interface ListenerFactorypublic TaskListener createDelegateExpressionTaskListener(org.flowable.bpmn.model.FlowableListener listener)
createDelegateExpressionTaskListener in interface ListenerFactorypublic TransactionDependentTaskListener createTransactionDependentDelegateExpressionTaskListener(org.flowable.bpmn.model.FlowableListener listener)
createTransactionDependentDelegateExpressionTaskListener in interface ListenerFactorypublic ExecutionListener createClassDelegateExecutionListener(org.flowable.bpmn.model.FlowableListener listener)
createClassDelegateExecutionListener in interface ListenerFactorypublic ExecutionListener createExpressionExecutionListener(org.flowable.bpmn.model.FlowableListener listener)
createExpressionExecutionListener in interface ListenerFactorypublic ExecutionListener createDelegateExpressionExecutionListener(org.flowable.bpmn.model.FlowableListener listener)
createDelegateExpressionExecutionListener in interface ListenerFactorypublic DelegateExpressionTransactionDependentExecutionListener createTransactionDependentDelegateExpressionExecutionListener(org.flowable.bpmn.model.FlowableListener listener)
createTransactionDependentDelegateExpressionExecutionListener in interface ListenerFactorypublic FlowableEventListener createClassDelegateEventListener(org.flowable.bpmn.model.EventListener eventListener)
createClassDelegateEventListener in interface ListenerFactorypublic FlowableEventListener createDelegateExpressionEventListener(org.flowable.bpmn.model.EventListener eventListener)
createDelegateExpressionEventListener in interface ListenerFactorypublic FlowableEventListener createEventThrowingEventListener(org.flowable.bpmn.model.EventListener eventListener)
createEventThrowingEventListener in interface ListenerFactorypublic CustomPropertiesResolver createClassDelegateCustomPropertiesResolver(org.flowable.bpmn.model.FlowableListener listener)
createClassDelegateCustomPropertiesResolver in interface ListenerFactorypublic CustomPropertiesResolver createExpressionCustomPropertiesResolver(org.flowable.bpmn.model.FlowableListener listener)
createExpressionCustomPropertiesResolver in interface ListenerFactorypublic CustomPropertiesResolver createDelegateExpressionCustomPropertiesResolver(org.flowable.bpmn.model.FlowableListener listener)
createDelegateExpressionCustomPropertiesResolver in interface ListenerFactoryprotected Class<?> getEntityType(String entityType)
entityType - the name of the entityFlowableIllegalArgumentException - when the given entity nameCopyright © 2018 Flowable. All rights reserved.