Uses of Interface
org.camunda.bpm.engine.delegate.Expression
Package
Description
-
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.behavior
Modifier 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
Modifier and TypeMethodDescriptionMultiInstanceActivityBehavior.getCollectionExpression()
MultiInstanceActivityBehavior.getCompletionConditionExpression()
MultiInstanceActivityBehavior.getLoopCardinalityExpression()
Modifier 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) ModifierConstructorDescriptionCallableElementActivityBehavior
(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
Modifier 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
Modifier and TypeFieldDescriptionprotected Expression
DelegateExpressionExecutionListener.expression
protected Expression
ExpressionExecutionListener.expression
ModifierConstructorDescriptionDelegateExpressionExecutionListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionExecutionListener
(Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.parser
Modifier and TypeFieldDescriptionprotected Expression
DataAssociation.businessKeyExpression
protected Expression
DataAssociation.sourceExpression
Modifier and TypeMethodDescriptionDataAssociation.getBusinessKeyExpression()
DataAssociation.getSourceExpression()
ModifierConstructorDescriptionprotected
DataAssociation
(Expression businessKeyExpression) protected
DataAssociation
(Expression sourceExpression, String target) -
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.behavior
-
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.handler
Modifier and TypeMethodDescriptionprotected Expression
ItemHandler.getExpressionValue
(CamundaField field, ExpressionManager expressionManager) -
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.listener
Modifier and TypeFieldDescriptionprotected Expression
DelegateExpressionCaseExecutionListener.expression
protected Expression
ExpressionCaseExecutionListener.expression
ModifierConstructorDescriptionDelegateExpressionCaseExecutionListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionCaseExecutionListener
(Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.model
-
Uses of Expression in org.camunda.bpm.engine.impl.el
Modifier 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
Modifier and TypeFieldDescriptionprotected Expression
FormDefinition.camundaFormDefinitionKey
protected Expression
FormDefinition.camundaFormDefinitionVersion
protected Expression
FormDefinition.formKey
Modifier and TypeMethodDescriptionFormDefinition.getCamundaFormDefinitionKey()
FormDefinition.getCamundaFormDefinitionVersion()
FormDefinition.getFormKey()
Modifier 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
Modifier and TypeFieldDescriptionprotected Expression
FormPropertyHandler.defaultExpression
protected Expression
FormFieldHandler.defaultValueExpression
protected Expression
FormFieldHandler.label
protected Expression
FormPropertyHandler.variableExpression
Modifier and TypeMethodDescriptionFormPropertyHandler.getDefaultExpression()
FormFieldHandler.getDefaultValueExpression()
FormFieldHandler.getLabel()
FormPropertyHandler.getVariableExpression()
Modifier 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
Modifier and TypeFieldDescriptionprotected Expression
DelegateFormFieldValidator.delegateExpression
-
Uses of Expression in org.camunda.bpm.engine.impl.jobexecutor
ModifierConstructorDescriptionTimerDeclarationImpl
(Expression expression, TimerDeclarationType type, String jobHandlerType) -
Uses of Expression in org.camunda.bpm.engine.impl.persistence.entity
Modifier and TypeFieldDescriptionprotected Set<Expression>
ProcessDefinitionEntity.candidateStarterGroupIdExpressions
protected Set<Expression>
ProcessDefinitionEntity.candidateStarterUserIdExpressions
Modifier and TypeMethodDescriptionProcessDefinitionEntity.getCandidateStarterGroupIdExpressions()
ProcessDefinitionEntity.getCandidateStarterUserIdExpressions()
Modifier and TypeMethodDescriptionvoid
ProcessDefinitionEntity.addCandidateStarterGroupIdExpression
(Expression groupId) void
ProcessDefinitionEntity.addCandidateStarterUserIdExpression
(Expression userId) -
Uses of Expression in org.camunda.bpm.engine.impl.scripting
Modifier and TypeFieldDescriptionprotected final Expression
DynamicExecutableScript.scriptExpression
Modifier and TypeMethodDescriptionScriptFactory.createScriptFromResource
(String language, Expression resourceExpression) ScriptFactory.createScriptFromSource
(String language, Expression sourceExpression) ModifierConstructorDescriptionprotected
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
Modifier 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
Modifier and TypeFieldDescriptionprotected Set<Expression>
TaskDefinition.candidateGroupIdExpressions
protected Set<Expression>
TaskDefinition.candidateUserIdExpressions
Modifier and TypeMethodDescriptionTaskDefinition.getAssigneeExpression()
TaskDefinition.getCamundaFormDefinitionKey()
TaskDefinition.getCamundaFormDefinitionVersion()
TaskDefinition.getDescriptionExpression()
TaskDefinition.getDueDateExpression()
TaskDefinition.getFollowUpDateExpression()
TaskDefinition.getFormKey()
TaskDefinition.getNameExpression()
TaskDefinition.getPriorityExpression()
Modifier and TypeMethodDescriptionTaskDefinition.getCandidateGroupIdExpressions()
TaskDefinition.getCandidateUserIdExpressions()
Modifier 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
Modifier and TypeFieldDescriptionprotected Expression
DelegateExpressionTaskListener.expression
protected Expression
ExpressionTaskListener.expression
ModifierConstructorDescriptionDelegateExpressionTaskListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionTaskListener
(Expression expression) -
Uses of Expression in org.camunda.bpm.engine.impl.util
Modifier 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
Modifier and TypeFieldDescriptionprotected Expression
VariableDeclaration.destinationExpression
Deprecated.protected Expression
VariableDeclaration.linkExpression
Deprecated.protected Expression
VariableDeclaration.sourceExpression
Deprecated.Modifier and TypeMethodDescriptionVariableDeclaration.getDestinationExpression()
Deprecated.VariableDeclaration.getLinkExpression()
Deprecated.VariableDeclaration.getSourceExpression()
Deprecated.Modifier 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
Modifier and TypeFieldDescriptionprotected Expression
DelegateExpressionCaseVariableListener.expression
protected Expression
ExpressionCaseVariableListener.expression
ModifierConstructorDescriptionDelegateExpressionCaseVariableListener
(Expression expression, List<FieldDeclaration> fieldDeclarations) ExpressionCaseVariableListener
(Expression expression)