Uses of Enum Class
org.flowable.engine.impl.cfg.DelegateExpressionFieldInjectionMode
Packages that use DelegateExpressionFieldInjectionMode
-
Uses of DelegateExpressionFieldInjectionMode in org.flowable.engine.impl.cfg
Fields in org.flowable.engine.impl.cfg declared as DelegateExpressionFieldInjectionModeModifier and TypeFieldDescriptionprotected DelegateExpressionFieldInjectionMode
ProcessEngineConfigurationImpl.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.engine.impl.cfg that return DelegateExpressionFieldInjectionModeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.getDelegateExpressionFieldInjectionMode()
Returns 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.Methods in org.flowable.engine.impl.cfg with parameters of type DelegateExpressionFieldInjectionModeModifier and TypeMethodDescriptionProcessEngineConfigurationImpl.setDelegateExpressionFieldInjectionMode
(DelegateExpressionFieldInjectionMode delegateExpressionFieldInjectionMode)