Uses of Interface
org.camunda.bpm.engine.delegate.Expression
-
-
Uses of Expression in org.camunda.bpm.engine.impl.bpmn.behavior
Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as Expression Modifier and Type Field Description protected 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 Expression Modifier and Type Method Description Expression
MultiInstanceActivityBehavior. getCollectionExpression()
Expression
MultiInstanceActivityBehavior. getCompletionConditionExpression()
Expression
MultiInstanceActivityBehavior. getLoopCardinalityExpression()
Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type Expression Modifier and Type Method Description protected String
MailActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)
protected String
ShellActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)
ProcessEngineException
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 Expression Constructor Description CallableElementActivityBehavior(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 Expression Modifier and Type Method Description protected 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 Expression Modifier and Type Field Description protected Expression
DelegateExpressionExecutionListener. expression
protected Expression
ExpressionExecutionListener. expression
Constructors in org.camunda.bpm.engine.impl.bpmn.listener with parameters of type Expression Constructor Description DelegateExpressionExecutionListener(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 Expression Modifier and Type Field Description protected Expression
DataAssociation. businessKeyExpression
protected Expression
DataAssociation. sourceExpression
Methods in org.camunda.bpm.engine.impl.bpmn.parser that return Expression Modifier and Type Method Description Expression
DataAssociation. getBusinessKeyExpression()
Expression
DataAssociation. getSourceExpression()
Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type Expression Constructor Description DataAssociation(Expression businessKeyExpression)
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 Expression Modifier and Type Field Description protected Expression
CaseControlRuleImpl. expression
Constructors in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type Expression Constructor Description CaseControlRuleImpl(Expression expression)
-
Uses of Expression in org.camunda.bpm.engine.impl.cmmn.handler
Methods in org.camunda.bpm.engine.impl.cmmn.handler that return Expression Modifier and Type Method Description protected 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 Expression Modifier and Type Field Description protected Expression
DelegateExpressionCaseExecutionListener. expression
protected Expression
ExpressionCaseExecutionListener. expression
Constructors in org.camunda.bpm.engine.impl.cmmn.listener with parameters of type Expression Constructor Description DelegateExpressionCaseExecutionListener(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 Expression Modifier and Type Field Description protected Expression
CmmnIfPartDeclaration. condition
Methods in org.camunda.bpm.engine.impl.cmmn.model that return Expression Modifier and Type Method Description Expression
CmmnIfPartDeclaration. getCondition()
Methods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type Expression Modifier and Type Method Description void
CmmnIfPartDeclaration. setCondition(Expression condition)
-
Uses of Expression in org.camunda.bpm.engine.impl.el
Subinterfaces of Expression in org.camunda.bpm.engine.impl.el Modifier and Type Interface Description interface
Expression
Classes in org.camunda.bpm.engine.impl.el that implement Expression Modifier and Type Class Description class
FixedValue
Expression that always returns the same value whengetValue
is called.class
JuelExpression
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 Expression Modifier and Type Field Description protected Expression
FormDefinition. camundaFormDefinitionKey
protected Expression
FormDefinition. camundaFormDefinitionVersion
protected Expression
FormDefinition. formKey
Methods in org.camunda.bpm.engine.impl.form that return Expression Modifier and Type Method Description Expression
FormDefinition. getCamundaFormDefinitionKey()
Expression
FormDefinition. getCamundaFormDefinitionVersion()
Expression
FormDefinition. getFormKey()
Methods in org.camunda.bpm.engine.impl.form with parameters of type Expression Modifier and Type Method Description void
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 Expression Modifier and Type Field Description protected 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 Expression Modifier and Type Method Description Expression
FormPropertyHandler. getDefaultExpression()
Expression
FormFieldHandler. getDefaultValueExpression()
Expression
FormFieldHandler. getLabel()
Expression
FormPropertyHandler. getVariableExpression()
Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type Expression Modifier and Type Method Description void
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 Expression Modifier and Type Field Description protected Expression
DelegateFormFieldValidator. delegateExpression
Constructors in org.camunda.bpm.engine.impl.form.validator with parameters of type Expression Constructor Description DelegateFormFieldValidator(Expression expression)
-
Uses of Expression in org.camunda.bpm.engine.impl.jobexecutor
Fields in org.camunda.bpm.engine.impl.jobexecutor declared as Expression Modifier and Type Field Description protected Expression
TimerDeclarationImpl. description
Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Expression Constructor Description TimerDeclarationImpl(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 Expression Modifier and Type Field Description protected 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 Expression Modifier and Type Method Description Set<Expression>
ProcessDefinitionEntity. getCandidateStarterGroupIdExpressions()
Set<Expression>
ProcessDefinitionEntity. getCandidateStarterUserIdExpressions()
Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Expression Modifier and Type Method Description void
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 Expression Modifier and Type Field Description protected Expression
DynamicExecutableScript. scriptExpression
Methods in org.camunda.bpm.engine.impl.scripting with parameters of type Expression Modifier and Type Method Description ExecutableScript
ScriptFactory. createScriptFromResource(String language, Expression resourceExpression)
ExecutableScript
ScriptFactory. createScriptFromSource(String language, Expression sourceExpression)
Constructors in org.camunda.bpm.engine.impl.scripting with parameters of type Expression Constructor Description 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 Expression Modifier and Type Field Description protected 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 Expression Modifier and Type Field Description protected Set<Expression>
TaskDefinition. candidateGroupIdExpressions
protected Set<Expression>
TaskDefinition. candidateUserIdExpressions
Methods in org.camunda.bpm.engine.impl.task that return Expression Modifier and Type Method Description Expression
TaskDefinition. getAssigneeExpression()
Expression
TaskDefinition. getCamundaFormDefinitionKey()
Expression
TaskDefinition. getCamundaFormDefinitionVersion()
Expression
TaskDefinition. getDescriptionExpression()
Expression
TaskDefinition. getDueDateExpression()
Expression
TaskDefinition. getFollowUpDateExpression()
Expression
TaskDefinition. getFormKey()
Expression
TaskDefinition. getNameExpression()
Expression
TaskDefinition. getPriorityExpression()
Methods in org.camunda.bpm.engine.impl.task that return types with arguments of type Expression Modifier and Type Method Description Set<Expression>
TaskDefinition. getCandidateGroupIdExpressions()
Set<Expression>
TaskDefinition. getCandidateUserIdExpressions()
Methods in org.camunda.bpm.engine.impl.task with parameters of type Expression Modifier and Type Method Description void
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 Expression Modifier and Type Field Description protected Expression
DelegateExpressionTaskListener. expression
protected Expression
ExpressionTaskListener. expression
Constructors in org.camunda.bpm.engine.impl.task.listener with parameters of type Expression Constructor Description DelegateExpressionTaskListener(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 Expression Modifier and Type Method Description static 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 Expression Modifier and Type Field Description protected Expression
VariableDeclaration. destinationExpression
Deprecated.protected Expression
VariableDeclaration. linkExpression
Deprecated.protected Expression
VariableDeclaration. sourceExpression
Deprecated.Methods in org.camunda.bpm.engine.impl.variable that return Expression Modifier and Type Method Description Expression
VariableDeclaration. getDestinationExpression()
Deprecated.Expression
VariableDeclaration. getLinkExpression()
Deprecated.Expression
VariableDeclaration. getSourceExpression()
Deprecated.Methods in org.camunda.bpm.engine.impl.variable with parameters of type Expression Modifier and Type Method Description void
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 Expression Modifier and Type Field Description protected Expression
DelegateExpressionCaseVariableListener. expression
protected Expression
ExpressionCaseVariableListener. expression
Constructors in org.camunda.bpm.engine.impl.variable.listener with parameters of type Expression Constructor Description DelegateExpressionCaseVariableListener(Expression expression, List<FieldDeclaration> fieldDeclarations)
ExpressionCaseVariableListener(Expression expression)
-