| Package | Description | 
|---|---|
| org.activiti.engine.delegate | Interfaces used to include Java code in a process as the behavior of an activity 
    or as a listener to process events with  JavaDelegates. | 
| Modifier and Type | Method and Description | 
|---|---|
| static Expression | DelegateHelper. createExpressionForField(org.activiti.bpmn.model.FieldExtension fieldExtension)Creates an  Expressionfor theFieldExtension. | 
| static Expression | DelegateHelper. getFieldExpression(DelegateExecution execution,
                  String fieldName)Returns the  Expressionfor the field defined for the current activity
 of the providedDelegateExecution. | 
| Modifier and Type | Method and Description | 
|---|---|
| void | BusinessRuleTaskDelegate. addRuleIdExpression(Expression inputId) | 
| void | BusinessRuleTaskDelegate. addRuleVariableInputIdExpression(Expression inputId) | 
Copyright © 2016 Alfresco. All rights reserved.