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 |
ServiceTaskExpressionActivityBehavior.expression |
protected Expression |
ServiceTaskDelegateExpressionActivityBehavior.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 |
ExpressionTaskListener.expression |
protected Expression |
ExpressionExecutionListener.expression |
protected Expression |
DelegateExpressionTaskListener.expression |
protected Expression |
DelegateExpressionExecutionListener.expression |
Constructor and Description |
---|
DelegateExpressionExecutionListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
DelegateExpressionTaskListener(Expression expression,
List<FieldDeclaration> fieldDeclarations) |
ExpressionExecutionListener(Expression expression) |
ExpressionTaskListener(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 | 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 |
UelExpressionCondition.expression |
Modifier and Type | Method and Description |
---|---|
Expression |
ExpressionManager.createExpression(String expression) |
Constructor and Description |
---|
UelExpressionCondition(Expression expression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
FormPropertyHandler.defaultExpression |
protected Expression |
FormFieldHandler.defaultValue |
protected Expression |
DefaultFormHandler.formKey |
protected Expression |
FormFieldHandler.label |
protected Expression |
FormPropertyHandler.variableExpression |
Modifier and Type | Method and Description |
---|---|
Expression |
FormPropertyHandler.getDefaultExpression() |
Expression |
FormFieldHandler.getDefaultValue() |
Expression |
DefaultFormHandler.getFormKey() |
Expression |
FormFieldHandler.getLabel() |
Expression |
FormPropertyHandler.getVariableExpression() |
Modifier and Type | Method and Description |
---|---|
void |
FormPropertyHandler.setDefaultExpression(Expression defaultExpression) |
void |
FormFieldHandler.setDefaultValue(Expression defaultValue) |
void |
DefaultFormHandler.setFormKey(Expression formKey) |
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 |
TaskDefinition.assigneeExpression |
protected Expression |
TaskDefinition.descriptionExpression |
protected Expression |
TaskDefinition.dueDateExpression |
protected Expression |
TaskDefinition.followUpDateExpression |
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.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.setNameExpression(Expression nameExpression) |
void |
TaskDefinition.setPriorityExpression(Expression priorityExpression) |
Modifier and Type | Field and Description |
---|---|
protected Expression |
VariableDeclaration.destinationExpression |
protected Expression |
VariableDeclaration.linkExpression |
protected Expression |
VariableDeclaration.sourceExpression |
Modifier and Type | Method and Description |
---|---|
Expression |
VariableDeclaration.getDestinationExpression() |
Expression |
VariableDeclaration.getLinkExpression() |
Expression |
VariableDeclaration.getSourceExpression() |
Modifier and Type | Method and Description |
---|---|
void |
VariableDeclaration.setDestinationExpression(Expression destinationExpression) |
void |
VariableDeclaration.setLinkExpression(Expression linkExpression) |
void |
VariableDeclaration.setSourceExpression(Expression sourceExpression) |
Copyright © 2015. All rights reserved.