Package | Description |
---|---|
org.activiti.engine.impl.cfg |
Modifier and Type | Field and Description |
---|---|
protected 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.
|
Modifier and Type | Method and Description |
---|---|
DelegateExpressionFieldInjectionMode |
ProcessEngineConfigurationImpl.getDelegateExpressionFieldInjectionMode() |
static DelegateExpressionFieldInjectionMode |
DelegateExpressionFieldInjectionMode.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.
|
Modifier and Type | Method and Description |
---|---|
void |
ProcessEngineConfigurationImpl.setDelegateExpressionFieldInjectionMode(DelegateExpressionFieldInjectionMode delegateExpressionFieldInjectionMode) |
Copyright © 2016 Alfresco. All rights reserved.