| 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  
Expression for the FieldExtension. | 
static Expression | 
DelegateHelper.getFieldExpression(DelegateExecution execution,
                  String fieldName)
Returns the  
Expression for the field defined for the current activity
 of the provided DelegateExecution. | 
| Modifier and Type | Method and Description | 
|---|---|
void | 
BusinessRuleTaskDelegate.addRuleIdExpression(Expression inputId)  | 
void | 
BusinessRuleTaskDelegate.addRuleVariableInputIdExpression(Expression inputId)  | 
Copyright © 2017 Flowable. All rights reserved.