Uses of Class
org.flowable.cmmn.engine.impl.cfg.DelegateExpressionFieldInjectionMode
-
Packages that use DelegateExpressionFieldInjectionMode Package Description org.flowable.cmmn.engine org.flowable.cmmn.engine.impl.cfg -
-
Uses of DelegateExpressionFieldInjectionMode in org.flowable.cmmn.engine
Fields in org.flowable.cmmn.engine declared as DelegateExpressionFieldInjectionMode Modifier and Type Field Description protected DelegateExpressionFieldInjectionModeCmmnEngineConfiguration. delegateExpressionFieldInjectionModeUsing 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 DelegateExpressionFieldInjectionMode Modifier and Type Method Description DelegateExpressionFieldInjectionModeCmmnEngineConfiguration. getDelegateExpressionFieldInjectionMode()Methods in org.flowable.cmmn.engine with parameters of type DelegateExpressionFieldInjectionMode Modifier and Type Method Description CmmnEngineConfigurationCmmnEngineConfiguration. setDelegateExpressionFieldInjectionMode(DelegateExpressionFieldInjectionMode delegateExpressionFieldInjectionMode) -
Uses of DelegateExpressionFieldInjectionMode in org.flowable.cmmn.engine.impl.cfg
Methods in org.flowable.cmmn.engine.impl.cfg that return DelegateExpressionFieldInjectionMode Modifier and Type Method Description static DelegateExpressionFieldInjectionModeDelegateExpressionFieldInjectionMode. valueOf(String name)Returns the enum constant of this type with the specified name.static DelegateExpressionFieldInjectionMode[]DelegateExpressionFieldInjectionMode. values()Returns an array containing the constants of this enum type, in the order they are declared.
-