Uses of Class
org.activiti.engine.impl.cfg.DelegateExpressionFieldInjectionMode
-
Packages that use DelegateExpressionFieldInjectionMode Package Description org.activiti.engine.impl.cfg -
-
Uses of DelegateExpressionFieldInjectionMode in org.activiti.engine.impl.cfg
Fields in org.activiti.engine.impl.cfg declared as DelegateExpressionFieldInjectionMode Modifier and Type Field Description protected DelegateExpressionFieldInjectionModeProcessEngineConfigurationImpl. 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.activiti.engine.impl.cfg that return DelegateExpressionFieldInjectionMode Modifier and Type Method Description DelegateExpressionFieldInjectionModeProcessEngineConfigurationImpl. getDelegateExpressionFieldInjectionMode()static DelegateExpressionFieldInjectionModeDelegateExpressionFieldInjectionMode. valueOf(java.lang.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.Methods in org.activiti.engine.impl.cfg with parameters of type DelegateExpressionFieldInjectionMode Modifier and Type Method Description ProcessEngineConfigurationImplProcessEngineConfigurationImpl. setDelegateExpressionFieldInjectionMode(DelegateExpressionFieldInjectionMode delegateExpressionFieldInjectionMode)
-