Uses of Interface
org.flowable.common.engine.api.delegate.Expression
Packages that use Expression
Package
Description
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.-
Uses of Expression in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return ExpressionModifier and TypeMethodDescriptionstatic Expression
DelegateHelper.createExpressionForField
(FieldExtension fieldExtension) Creates anExpression
for theFieldExtension
.static Expression
DelegateHelper.getFieldExpression
(DelegateExecution execution, String fieldName) Returns theExpression
for the field defined for the current activity of the providedDelegateExecution
.static Expression
DelegateHelper.getFieldExpression
(org.flowable.task.service.delegate.DelegateTask task, String fieldName) Similar toDelegateHelper.getFieldExpression(DelegateExecution, String)
, but for use within aTaskListener
.static Expression
DelegateHelper.getFlowElementFieldExpression
(DelegateExecution execution, String fieldName) static Expression
DelegateHelper.getListenerFieldExpression
(DelegateExecution execution, String fieldName) Methods in org.flowable.engine.delegate with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
BusinessRuleTaskDelegate.addRuleIdExpression
(Expression inputId) void
BusinessRuleTaskDelegate.addRuleVariableInputIdExpression
(Expression inputId)