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
JavaDelegates.-
Uses of Expression in org.flowable.engine.delegate
Methods in org.flowable.engine.delegate that return ExpressionModifier and TypeMethodDescriptionstatic ExpressionDelegateHelper.createExpressionForField(FieldExtension fieldExtension) Creates anExpressionfor theFieldExtension.static ExpressionDelegateHelper.getFieldExpression(DelegateExecution execution, String fieldName) Returns theExpressionfor the field defined for the current activity of the providedDelegateExecution.static ExpressionDelegateHelper.getFieldExpression(org.flowable.task.service.delegate.DelegateTask task, String fieldName) Similar toDelegateHelper.getFieldExpression(DelegateExecution, String), but for use within aTaskListener.static ExpressionDelegateHelper.getFlowElementFieldExpression(DelegateExecution execution, String fieldName) static ExpressionDelegateHelper.getListenerFieldExpression(DelegateExecution execution, String fieldName) Methods in org.flowable.engine.delegate with parameters of type ExpressionModifier and TypeMethodDescriptionvoidBusinessRuleTaskDelegate.addRuleIdExpression(Expression inputId) voidBusinessRuleTaskDelegate.addRuleVariableInputIdExpression(Expression inputId)