Modifier and Type | Field and 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 |
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 Type | Method and Description |
---|---|
Expression |
MultiInstanceActivityBehavior.getCollectionExpression() |
Expression |
MultiInstanceActivityBehavior.getCompletionConditionExpression() |
Expression |
MultiInstanceActivityBehavior.getLoopCardinalityExpression() |
Modifier and Type | Method and Description |
---|---|
protected String |
ShellActivityBehavior.getStringFromField(Expression expression,
DelegateExecution execution) |
protected String |
MailActivityBehavior.getStringFromField(Expression expression,
DelegateExecution execution) |
void |
MultiInstanceActivityBehavior.setCollectionExpression(Expression collectionExpression) |
void |
MultiInstanceActivityBehavior.setCompletionConditionExpression(Expression completionConditionExpression) |
void |
MultiInstanceActivityBehavior.setLoopCardinalityExpression(Expression loopCardinalityExpression) |
Constructor and Description |
---|
CallActivityBehavior(Expression processDefinitionExpression) |
CallActivityBehavior(Expression processDefinitionExpression,
String binding,
Integer version) |
ServiceTaskDelegateExpressionActivityBehavior(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
ServiceTaskExpressionActivityBehavior(Expression expression,
String resultVariable) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
DelegateExpressionExecutionListener.expression |
protected Expression |
ExpressionExecutionListener.expression |
Constructor and Description |
---|
DelegateExpressionExecutionListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
ExpressionExecutionListener(Expression expression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
DataAssociation.businessKeyExpression |
protected Expression |
DataAssociation.sourceExpression |
Modifier and Type | Method and Description |
---|---|
Expression |
DataAssociation.getBusinessKeyExpression() |
Expression |
DataAssociation.getSourceExpression() |
protected Expression |
BpmnParse.parseExpression(Element parent,
String name) |
Constructor and Description |
---|
DataAssociation(Expression businessKeyExpression) |
DataAssociation(Expression sourceExpression,
String target) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
CaseControlRuleImpl.expression |
Constructor and Description |
---|
CaseControlRuleImpl(Expression expression) |
Modifier and Type | Method and Description |
---|---|
protected Expression |
ItemHandler.getExpressionValue(CamundaField field,
ExpressionManager expressionManager) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
ExpressionCaseExecutionListener.expression |
protected Expression |
DelegateExpressionCaseExecutionListener.expression |
Constructor and Description |
---|
DelegateExpressionCaseExecutionListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
ExpressionCaseExecutionListener(Expression expression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
CmmnIfPartDeclaration.condition |
Modifier and Type | Method and Description |
---|---|
Expression |
CmmnIfPartDeclaration.getCondition() |
Modifier and Type | Method and Description |
---|---|
void |
CmmnIfPartDeclaration.setCondition(Expression condition) |
Modifier and Type | Interface and Description |
---|---|
interface |
Expression |
Modifier and Type | Class and Description |
---|---|
class |
FixedValue
Expression that always returns the same value when
getValue is
called. |
class |
JuelExpression
Expression implementation backed by a JUEL
ValueExpression . |
Modifier and Type | Field and Description |
---|---|
protected Expression |
ElValueProvider.expression |
protected Expression |
UelExpressionCondition.expression |
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionManager.createExpression(String expression) |
Expression |
ElValueProvider.getExpression() |
Modifier and Type | Method and Description |
---|---|
void |
ElValueProvider.setExpression(Expression expression) |
Constructor and Description |
---|
ElValueProvider(Expression expression) |
UelExpressionCondition(Expression expression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
FormPropertyHandler.defaultExpression |
protected Expression |
FormFieldHandler.defaultValueExpression |
protected Expression |
DefaultStartFormHandler.formKey |
protected Expression |
FormFieldHandler.label |
protected Expression |
FormPropertyHandler.variableExpression |
Modifier and Type | Method and Description |
---|---|
Expression |
FormPropertyHandler.getDefaultExpression() |
Expression |
FormFieldHandler.getDefaultValueExpression() |
Expression |
DefaultStartFormHandler.getFormKey() |
Expression |
FormFieldHandler.getLabel() |
Expression |
FormPropertyHandler.getVariableExpression() |
Modifier and Type | Method and Description |
---|---|
void |
FormPropertyHandler.setDefaultExpression(Expression defaultExpression) |
void |
FormFieldHandler.setDefaultValueExpression(Expression defaultValue) |
void |
FormFieldHandler.setLabel(Expression name) |
void |
FormPropertyHandler.setVariableExpression(Expression variableExpression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
DelegateFormFieldValidator.delegateExpression |
Constructor and Description |
---|
DelegateFormFieldValidator(Expression expression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
TimerDeclarationImpl.description |
Constructor and Description |
---|
TimerDeclarationImpl(Expression expression,
TimerDeclarationType type,
String jobHandlerType) |
Modifier and Type | Field and Description |
---|---|
protected Set<Expression> |
ProcessDefinitionEntity.candidateStarterGroupIdExpressions |
protected Set<Expression> |
ProcessDefinitionEntity.candidateStarterUserIdExpressions |
Modifier and Type | Method and Description |
---|---|
Set<Expression> |
ProcessDefinitionEntity.getCandidateStarterGroupIdExpressions() |
Set<Expression> |
ProcessDefinitionEntity.getCandidateStarterUserIdExpressions() |
Modifier and Type | Method and Description |
---|---|
void |
ProcessDefinitionEntity.addCandidateStarterGroupIdExpression(Expression groupId) |
void |
ProcessDefinitionEntity.addCandidateStarterUserIdExpression(Expression userId) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
DynamicExecutableScript.scriptExpression |
Modifier and Type | Method and Description |
---|---|
ExecutableScript |
ScriptFactory.createScriptFromResource(String language,
Expression resourceExpression) |
ExecutableScript |
ScriptFactory.createScriptFromSource(String language,
Expression sourceExpression) |
Constructor and Description |
---|
DynamicExecutableScript(Expression scriptExpression,
String language) |
DynamicResourceExecutableScript(String language,
Expression scriptResourceExpression) |
DynamicSourceExecutableScript(String language,
Expression scriptSourceExpression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
TaskDefinition.assigneeExpression |
protected Expression |
TaskDefinition.descriptionExpression |
protected Expression |
TaskDefinition.dueDateExpression |
protected Expression |
TaskDefinition.followUpDateExpression |
protected Expression |
TaskDefinition.formKey |
protected Expression |
TaskDefinition.nameExpression |
protected Expression |
TaskDefinition.priorityExpression |
Modifier and Type | Field and Description |
---|---|
protected Set<Expression> |
TaskDefinition.candidateGroupIdExpressions |
protected Set<Expression> |
TaskDefinition.candidateUserIdExpressions |
Modifier and Type | Method and Description |
---|---|
Expression |
TaskDefinition.getAssigneeExpression() |
Expression |
TaskDefinition.getDescriptionExpression() |
Expression |
TaskDefinition.getDueDateExpression() |
Expression |
TaskDefinition.getFollowUpDateExpression() |
Expression |
TaskDefinition.getFormKey() |
Expression |
TaskDefinition.getNameExpression() |
Expression |
TaskDefinition.getPriorityExpression() |
Modifier and Type | Method and Description |
---|---|
Set<Expression> |
TaskDefinition.getCandidateGroupIdExpressions() |
Set<Expression> |
TaskDefinition.getCandidateUserIdExpressions() |
Modifier and Type | Method and 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) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
ExpressionTaskListener.expression |
protected Expression |
DelegateExpressionTaskListener.expression |
Constructor and Description |
---|
DelegateExpressionTaskListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
ExpressionTaskListener(Expression expression) |
Modifier and Type | Method and Description |
---|---|
static ExecutableScript |
ScriptUtil.getScriptFromResourceExpression(String language,
Expression resourceExpression,
ScriptFactory scriptFactory)
Creates a new
ExecutableScript from a dynamic resource. |
static ExecutableScript |
ScriptUtil.getScriptFromSourceExpression(String language,
Expression sourceExpression,
ScriptFactory scriptFactory)
Creates a new
ExecutableScript from a dynamic source. |
Modifier and Type | Field and Description |
---|---|
protected Expression |
VariableDeclaration.destinationExpression
Deprecated.
|
protected Expression |
VariableDeclaration.linkExpression
Deprecated.
|
protected Expression |
VariableDeclaration.sourceExpression
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
Expression |
VariableDeclaration.getDestinationExpression()
Deprecated.
|
Expression |
VariableDeclaration.getLinkExpression()
Deprecated.
|
Expression |
VariableDeclaration.getSourceExpression()
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
VariableDeclaration.setDestinationExpression(Expression destinationExpression)
Deprecated.
|
void |
VariableDeclaration.setLinkExpression(Expression linkExpression)
Deprecated.
|
void |
VariableDeclaration.setSourceExpression(Expression sourceExpression)
Deprecated.
|
Modifier and Type | Field and Description |
---|---|
protected Expression |
ExpressionCaseVariableListener.expression |
protected Expression |
DelegateExpressionCaseVariableListener.expression |
Constructor and Description |
---|
DelegateExpressionCaseVariableListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
ExpressionCaseVariableListener(Expression expression) |
Copyright © 2018. All rights reserved.