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(FlowableListener listener)
createClassDelegateTaskListener in interface ListenerFactorypublic TaskListener createExpressionTaskListener(FlowableListener listener)
createExpressionTaskListener in interface ListenerFactorypublic TaskListener createDelegateExpressionTaskListener(FlowableListener listener)
createDelegateExpressionTaskListener in interface ListenerFactorypublic TransactionDependentTaskListener createTransactionDependentDelegateExpressionTaskListener(FlowableListener listener)
createTransactionDependentDelegateExpressionTaskListener in interface ListenerFactorypublic ExecutionListener createClassDelegateExecutionListener(FlowableListener listener)
createClassDelegateExecutionListener in interface ListenerFactorypublic ExecutionListener createExpressionExecutionListener(FlowableListener listener)
createExpressionExecutionListener in interface ListenerFactorypublic ExecutionListener createDelegateExpressionExecutionListener(FlowableListener listener)
createDelegateExpressionExecutionListener in interface ListenerFactorypublic DelegateExpressionTransactionDependentExecutionListener createTransactionDependentDelegateExpressionExecutionListener(FlowableListener listener)
createTransactionDependentDelegateExpressionExecutionListener in interface ListenerFactorypublic FlowableEventListener createClassDelegateEventListener(EventListener eventListener)
createClassDelegateEventListener in interface ListenerFactorypublic FlowableEventListener createDelegateExpressionEventListener(EventListener eventListener)
createDelegateExpressionEventListener in interface ListenerFactorypublic FlowableEventListener createEventThrowingEventListener(EventListener eventListener)
createEventThrowingEventListener in interface ListenerFactorypublic CustomPropertiesResolver createClassDelegateCustomPropertiesResolver(FlowableListener listener)
createClassDelegateCustomPropertiesResolver in interface ListenerFactorypublic CustomPropertiesResolver createExpressionCustomPropertiesResolver(FlowableListener listener)
createExpressionCustomPropertiesResolver in interface ListenerFactorypublic CustomPropertiesResolver createDelegateExpressionCustomPropertiesResolver(FlowableListener listener)
createDelegateExpressionCustomPropertiesResolver in interface ListenerFactoryprotected Class<?> getEntityType(String entityType)
entityType - the name of the entityFlowableIllegalArgumentException - when the given entity type is not foundCopyright © 2023 Flowable. All rights reserved.