Uses of Interface
org.camunda.bpm.engine.delegate.Expression
Packages that use Expression
Package
Description
-
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
ShellActivityBehavior.arg1
protected Expression
ShellActivityBehavior.arg2
protected Expression
ShellActivityBehavior.arg3
protected Expression
ShellActivityBehavior.arg4
protected Expression
ShellActivityBehavior.arg5
protected Expression
MailActivityBehavior.bcc
protected Expression
MailActivityBehavior.cc
protected Expression
MailActivityBehavior.charset
protected Expression
ShellActivityBehavior.cleanEnv
protected Expression
MultiInstanceActivityBehavior.collectionExpression
protected Expression
ShellActivityBehavior.command
protected Expression
MultiInstanceActivityBehavior.completionConditionExpression
protected Expression
ShellActivityBehavior.directory
protected Expression
ShellActivityBehavior.errorCodeVariable
protected Expression
CallableElementActivityBehavior.expression
The expression which identifies the delegation for the variable mapping.protected Expression
ServiceTaskDelegateExpressionActivityBehavior.expression
protected Expression
ServiceTaskExpressionActivityBehavior.expression
protected Expression
MailActivityBehavior.from
protected Expression
MailActivityBehavior.html
protected Expression
MultiInstanceActivityBehavior.loopCardinalityExpression
protected Expression
ShellActivityBehavior.outputVariable
protected Expression
ShellActivityBehavior.redirectError
protected Expression
MailActivityBehavior.subject
protected Expression
MailActivityBehavior.text
protected Expression
MailActivityBehavior.to
protected Expression
ShellActivityBehavior.wait
Methods in org.camunda.bpm.engine.impl.bpmn.behavior that return ExpressionModifier and TypeMethodDescriptionMultiInstanceActivityBehavior.getCollectionExpression()
MultiInstanceActivityBehavior.getCompletionConditionExpression()
MultiInstanceActivityBehavior.getLoopCardinalityExpression()
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ExpressionModifier and TypeMethodDescriptionprotected String
MailActivityBehavior.getStringFromField
(Expression expression, DelegateExecution execution) protected String
ShellActivityBehavior.getStringFromField
(Expression expression, DelegateExecution execution) BpmnBehaviorLogger.resolveDelegateExpressionException
(Expression expression, Class<?> parentClass, Class<JavaDelegate> javaDelegateClass) void
MultiInstanceActivityBehavior.setCollectionExpression
(Expression collectionExpression) void
MultiInstanceActivityBehavior.setCompletionConditionExpression
(Expression completionConditionExpression) void
MultiInstanceActivityBehavior.setLoopCardinalityExpression
(Expression loopCardinalityExpression) Constructors in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type ExpressionModifierConstructorDescriptionCallableElementActivityBehavior
(Expression expression) CallActivityBehavior
(Expression expression) ServiceTaskDelegateExpressionActivityBehavior
(Expression expression, List<FieldDeclaration> fieldDeclarations) ServiceTaskExpressionActivityBehavior
(Expression expression, String resultVariable) -
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.deployer
Method parameters in org.camunda.bpm.engine.impl.bpmn.deployer with type arguments of type ExpressionModifier and TypeMethodDescriptionprotected void
BpmnDeployer.addAuthorizationsFromIterator
(Set<Expression> exprSet, ProcessDefinitionEntity processDefinition, org.camunda.bpm.engine.impl.bpmn.deployer.BpmnDeployer.ExprType exprType) -
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.listener
Fields in org.camunda.bpm.engine.impl.bpmn.listener declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
DelegateExpressionExecutionListener.expression
protected Expression
ExpressionExecutionListener.expression
Constructors in org.camunda.bpm.engine.impl.bpmn.listener with parameters of type ExpressionModifierConstructorDescriptionDelegateExpressionExecutionListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionExecutionListener
(Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.parser
Fields in org.camunda.bpm.engine.impl.bpmn.parser declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
DataAssociation.businessKeyExpression
protected Expression
DataAssociation.sourceExpression
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return ExpressionModifier and TypeMethodDescriptionDataAssociation.getBusinessKeyExpression()
DataAssociation.getSourceExpression()
Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type ExpressionModifierConstructorDescriptionprotected
DataAssociation
(Expression businessKeyExpression) protected
DataAssociation
(Expression sourceExpression, String target) -
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.behavior
Fields in org.camunda.bpm.engine.impl.cmmn.behavior declared as ExpressionConstructors in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type Expression -
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return ExpressionModifier and TypeMethodDescriptionprotected Expression
ItemHandler.getExpressionValue
(CamundaField field, ExpressionManager expressionManager) -
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.listener
Fields in org.camunda.bpm.engine.impl.cmmn.listener declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
DelegateExpressionCaseExecutionListener.expression
protected Expression
ExpressionCaseExecutionListener.expression
Constructors in org.camunda.bpm.engine.impl.cmmn.listener with parameters of type ExpressionModifierConstructorDescriptionDelegateExpressionCaseExecutionListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionCaseExecutionListener
(Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.model
Fields in org.camunda.bpm.engine.impl.cmmn.model declared as ExpressionMethods in org.camunda.bpm.engine.impl.cmmn.model that return ExpressionMethods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type Expression -
Uses of Expression in org.camunda.bpm.engine.impl.el
Subinterfaces of Expression in org.camunda.bpm.engine.impl.elClasses in org.camunda.bpm.engine.impl.el that implement ExpressionModifier and TypeClassDescriptionclass
Expression that always returns the same value whengetValue
is called.class
Expression implementation backed by a JUELValueExpression
. -
Uses of Expression in org.camunda.bpm.engine.impl.form
Fields in org.camunda.bpm.engine.impl.form declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
FormDefinition.camundaFormDefinitionKey
protected Expression
FormDefinition.camundaFormDefinitionVersion
protected Expression
FormDefinition.formKey
Methods in org.camunda.bpm.engine.impl.form that return ExpressionModifier and TypeMethodDescriptionFormDefinition.getCamundaFormDefinitionKey()
FormDefinition.getCamundaFormDefinitionVersion()
FormDefinition.getFormKey()
Methods in org.camunda.bpm.engine.impl.form with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
FormDefinition.setCamundaFormDefinitionKey
(Expression camundaFormDefinitionKey) void
FormDefinition.setCamundaFormDefinitionVersion
(Expression camundaFormDefinitionVersion) void
FormDefinition.setFormKey
(Expression formKey) -
Uses of Expression in org.camunda.bpm.engine.impl.form.handler
Fields in org.camunda.bpm.engine.impl.form.handler declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
FormPropertyHandler.defaultExpression
protected Expression
FormFieldHandler.defaultValueExpression
protected Expression
FormFieldHandler.label
protected Expression
FormPropertyHandler.variableExpression
Methods in org.camunda.bpm.engine.impl.form.handler that return ExpressionModifier and TypeMethodDescriptionFormPropertyHandler.getDefaultExpression()
FormFieldHandler.getDefaultValueExpression()
FormFieldHandler.getLabel()
FormPropertyHandler.getVariableExpression()
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
FormPropertyHandler.setDefaultExpression
(Expression defaultExpression) void
FormFieldHandler.setDefaultValueExpression
(Expression defaultValue) void
FormFieldHandler.setLabel
(Expression name) void
FormPropertyHandler.setVariableExpression
(Expression variableExpression) -
Uses of Expression in org.camunda.bpm.engine.impl.form.validator
Fields in org.camunda.bpm.engine.impl.form.validator declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
DelegateFormFieldValidator.delegateExpression
Constructors in org.camunda.bpm.engine.impl.form.validator with parameters of type Expression -
Uses of Expression in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as ExpressionConstructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type ExpressionModifierConstructorDescriptionTimerDeclarationImpl
(Expression expression, TimerDeclarationType type, String jobHandlerType) -
Uses of Expression in org.camunda.bpm.engine.impl.persistence.entity
Fields in org.camunda.bpm.engine.impl.persistence.entity with type parameters of type ExpressionModifier and TypeFieldDescriptionprotected Set<Expression>
ProcessDefinitionEntity.candidateStarterGroupIdExpressions
protected Set<Expression>
ProcessDefinitionEntity.candidateStarterUserIdExpressions
Methods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type ExpressionModifier and TypeMethodDescriptionProcessDefinitionEntity.getCandidateStarterGroupIdExpressions()
ProcessDefinitionEntity.getCandidateStarterUserIdExpressions()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
ProcessDefinitionEntity.addCandidateStarterGroupIdExpression
(Expression groupId) void
ProcessDefinitionEntity.addCandidateStarterUserIdExpression
(Expression userId) -
Uses of Expression in org.camunda.bpm.engine.impl.scripting
Fields in org.camunda.bpm.engine.impl.scripting declared as ExpressionModifier and TypeFieldDescriptionprotected final Expression
DynamicExecutableScript.scriptExpression
Methods in org.camunda.bpm.engine.impl.scripting with parameters of type ExpressionModifier and TypeMethodDescriptionScriptFactory.createScriptFromResource
(String language, Expression resourceExpression) ScriptFactory.createScriptFromSource
(String language, Expression sourceExpression) Constructors in org.camunda.bpm.engine.impl.scripting with parameters of type ExpressionModifierConstructorDescriptionprotected
DynamicExecutableScript
(Expression scriptExpression, String language) DynamicResourceExecutableScript
(String language, Expression scriptResourceExpression) DynamicSourceExecutableScript
(String language, Expression scriptSourceExpression) -
Uses of Expression in org.camunda.bpm.engine.impl.task
Fields in org.camunda.bpm.engine.impl.task declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
TaskDefinition.assigneeExpression
protected Expression
TaskDefinition.descriptionExpression
protected Expression
TaskDefinition.dueDateExpression
protected Expression
TaskDefinition.followUpDateExpression
protected Expression
TaskDefinition.nameExpression
protected Expression
TaskDefinition.priorityExpression
Fields in org.camunda.bpm.engine.impl.task with type parameters of type ExpressionModifier and TypeFieldDescriptionprotected Set<Expression>
TaskDefinition.candidateGroupIdExpressions
protected Set<Expression>
TaskDefinition.candidateUserIdExpressions
Methods in org.camunda.bpm.engine.impl.task that return ExpressionModifier and TypeMethodDescriptionTaskDefinition.getAssigneeExpression()
TaskDefinition.getCamundaFormDefinitionKey()
TaskDefinition.getCamundaFormDefinitionVersion()
TaskDefinition.getDescriptionExpression()
TaskDefinition.getDueDateExpression()
TaskDefinition.getFollowUpDateExpression()
TaskDefinition.getFormKey()
TaskDefinition.getNameExpression()
TaskDefinition.getPriorityExpression()
Methods in org.camunda.bpm.engine.impl.task that return types with arguments of type ExpressionModifier and TypeMethodDescriptionTaskDefinition.getCandidateGroupIdExpressions()
TaskDefinition.getCandidateUserIdExpressions()
Methods in org.camunda.bpm.engine.impl.task with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
TaskDefinition.addCandidateGroupIdExpression
(Expression groupId) void
TaskDefinition.addCandidateUserIdExpression
(Expression userId) void
TaskDefinition.setAssigneeExpression
(Expression assigneeExpression) void
TaskDefinition.setDescriptionExpression
(Expression descriptionExpression) void
TaskDefinition.setDueDateExpression
(Expression dueDateExpression) void
TaskDefinition.setFollowUpDateExpression
(Expression followUpDateExpression) void
TaskDefinition.setFormKey
(Expression formKey) void
TaskDefinition.setNameExpression
(Expression nameExpression) void
TaskDefinition.setPriorityExpression
(Expression priorityExpression) -
Uses of Expression in org.camunda.bpm.engine.impl.task.listener
Fields in org.camunda.bpm.engine.impl.task.listener declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
DelegateExpressionTaskListener.expression
protected Expression
ExpressionTaskListener.expression
Constructors in org.camunda.bpm.engine.impl.task.listener with parameters of type ExpressionModifierConstructorDescriptionDelegateExpressionTaskListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionTaskListener
(Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.util
Methods in org.camunda.bpm.engine.impl.util with parameters of type ExpressionModifier and TypeMethodDescriptionstatic ExecutableScript
ScriptUtil.getScriptFromResourceExpression
(String language, Expression resourceExpression, ScriptFactory scriptFactory) Creates a newExecutableScript
from a dynamic resource.static ExecutableScript
ScriptUtil.getScriptFromSourceExpression
(String language, Expression sourceExpression, ScriptFactory scriptFactory) Creates a newExecutableScript
from a dynamic source. -
Uses of Expression in org.camunda.bpm.engine.impl.variable
Fields in org.camunda.bpm.engine.impl.variable declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
VariableDeclaration.destinationExpression
Deprecated.protected Expression
VariableDeclaration.linkExpression
Deprecated.protected Expression
VariableDeclaration.sourceExpression
Deprecated.Methods in org.camunda.bpm.engine.impl.variable that return ExpressionModifier and TypeMethodDescriptionVariableDeclaration.getDestinationExpression()
Deprecated.VariableDeclaration.getLinkExpression()
Deprecated.VariableDeclaration.getSourceExpression()
Deprecated.Methods in org.camunda.bpm.engine.impl.variable with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
VariableDeclaration.setDestinationExpression
(Expression destinationExpression) Deprecated.void
VariableDeclaration.setLinkExpression
(Expression linkExpression) Deprecated.void
VariableDeclaration.setSourceExpression
(Expression sourceExpression) Deprecated. -
Uses of Expression in org.camunda.bpm.engine.impl.variable.listener
Fields in org.camunda.bpm.engine.impl.variable.listener declared as ExpressionModifier and TypeFieldDescriptionprotected Expression
DelegateExpressionCaseVariableListener.expression
protected Expression
ExpressionCaseVariableListener.expression
Constructors in org.camunda.bpm.engine.impl.variable.listener with parameters of type ExpressionModifierConstructorDescriptionDelegateExpressionCaseVariableListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionCaseVariableListener
(Expression expression)