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
JavaDelegate s. |
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 . |
static Expression |
DelegateHelper.getFieldExpression(DelegateTask task,
String fieldName)
Similar to
DelegateHelper.getFieldExpression(DelegateExecution, String) , but for use within a TaskListener . |
static Expression |
DelegateHelper.getFlowElementFieldExpression(DelegateExecution execution,
String fieldName) |
static Expression |
DelegateHelper.getListenerFieldExpression(DelegateExecution execution,
String fieldName) |
Modifier and Type | Method and Description |
---|---|
void |
BusinessRuleTaskDelegate.addRuleIdExpression(Expression inputId) |
void |
BusinessRuleTaskDelegate.addRuleVariableInputIdExpression(Expression inputId) |
Copyright © 2017 Alfresco. All rights reserved.