Uses of Enum Class
org.flowable.cmmn.engine.impl.cfg.DelegateExpressionFieldInjectionMode
Packages that use DelegateExpressionFieldInjectionMode
-
Uses of DelegateExpressionFieldInjectionMode in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as DelegateExpressionFieldInjectionModeModifier and TypeFieldDescriptionprotected DelegateExpressionFieldInjectionMode
CmmnEngineConfiguration.delegateExpressionFieldInjectionMode
Using field injection together with a delegate expression for a service task / execution listener / task listener is not thread-sade , see user guide section 'Field Injection' for more information.Methods in org.flowable.cmmn.engine that return DelegateExpressionFieldInjectionModeModifier and TypeMethodDescriptionCmmnEngineConfiguration.getDelegateExpressionFieldInjectionMode()
Methods in org.flowable.cmmn.engine with parameters of type DelegateExpressionFieldInjectionModeModifier and TypeMethodDescriptionCmmnEngineConfiguration.setDelegateExpressionFieldInjectionMode
(DelegateExpressionFieldInjectionMode delegateExpressionFieldInjectionMode) -
Uses of DelegateExpressionFieldInjectionMode in org.flowable.cmmn.engine.impl.cfg
Methods in org.flowable.cmmn.engine.impl.cfg that return DelegateExpressionFieldInjectionModeModifier and TypeMethodDescriptionReturns the enum constant of this class with the specified name.static DelegateExpressionFieldInjectionMode[]
DelegateExpressionFieldInjectionMode.values()
Returns an array containing the constants of this enum class, in the order they are declared.