|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Uses of Expression in org.camunda.bpm.engine.impl.bpmn.behavior |
|---|
| Fields in org.camunda.bpm.engine.impl.bpmn.behavior declared as Expression | |
|---|---|
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 |
CallableElementActivityBehavior.expression
The expression which identifies the delegation for the variable mapping. |
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 | |
|---|---|
Expression |
MultiInstanceActivityBehavior.getCollectionExpression()
|
Expression |
MultiInstanceActivityBehavior.getCompletionConditionExpression()
|
Expression |
MultiInstanceActivityBehavior.getLoopCardinalityExpression()
|
| Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type Expression | |
|---|---|
protected String |
ShellActivityBehavior.getStringFromField(Expression expression,
DelegateExecution execution)
|
protected String |
MailActivityBehavior.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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected Expression |
DelegateExpressionExecutionListener.expression
|
protected Expression |
ExpressionExecutionListener.expression
|
| Constructors in org.camunda.bpm.engine.impl.bpmn.listener with parameters of type Expression | |
|---|---|
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 | |
|---|---|
protected Expression |
DataAssociation.businessKeyExpression
|
protected Expression |
DataAssociation.sourceExpression
|
| Methods in org.camunda.bpm.engine.impl.bpmn.parser that return Expression | |
|---|---|
Expression |
DataAssociation.getBusinessKeyExpression()
|
Expression |
DataAssociation.getSourceExpression()
|
| Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type Expression | |
|---|---|
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 | |
|---|---|
protected Expression |
CaseControlRuleImpl.expression
|
| Constructors in org.camunda.bpm.engine.impl.cmmn.behavior with parameters of type Expression | |
|---|---|
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 | |
|---|---|
protected Expression |
ItemHandler.getExpressionValue(org.camunda.bpm.model.cmmn.instance.camunda.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 | |
|---|---|
protected Expression |
DelegateExpressionCaseExecutionListener.expression
|
protected Expression |
ExpressionCaseExecutionListener.expression
|
| Constructors in org.camunda.bpm.engine.impl.cmmn.listener with parameters of type Expression | |
|---|---|
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 | |
|---|---|
protected Expression |
CmmnIfPartDeclaration.condition
|
| Methods in org.camunda.bpm.engine.impl.cmmn.model that return Expression | |
|---|---|
Expression |
CmmnIfPartDeclaration.getCondition()
|
| Methods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type Expression | |
|---|---|
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 | |
|---|---|
interface |
Expression
|
| Classes in org.camunda.bpm.engine.impl.el that implement Expression | |
|---|---|
class |
FixedValue
Expression that always returns the same value when getValue is
called. |
class |
JuelExpression
Expression implementation backed by a JUEL ValueExpression. |
| Uses of Expression in org.camunda.bpm.engine.impl.form.handler |
|---|
| Fields in org.camunda.bpm.engine.impl.form.handler declared as Expression | |
|---|---|
protected Expression |
FormPropertyHandler.defaultExpression
|
protected Expression |
FormFieldHandler.defaultValueExpression
|
protected Expression |
DefaultStartFormHandler.formKey
|
protected Expression |
FormFieldHandler.label
|
protected Expression |
FormPropertyHandler.variableExpression
|
| Methods in org.camunda.bpm.engine.impl.form.handler that return Expression | |
|---|---|
Expression |
FormPropertyHandler.getDefaultExpression()
|
Expression |
FormFieldHandler.getDefaultValueExpression()
|
Expression |
DefaultStartFormHandler.getFormKey()
|
Expression |
FormFieldHandler.getLabel()
|
Expression |
FormPropertyHandler.getVariableExpression()
|
| Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type Expression | |
|---|---|
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 | |
|---|---|
protected Expression |
DelegateFormFieldValidator.delegateExpression
|
| Constructors in org.camunda.bpm.engine.impl.form.validator with parameters of type Expression | |
|---|---|
DelegateFormFieldValidator(Expression expression)
|
|
| Uses of Expression in org.camunda.bpm.engine.impl.jobexecutor |
|---|
| Fields in org.camunda.bpm.engine.impl.jobexecutor declared as Expression | |
|---|---|
protected Expression |
TimerDeclarationImpl.description
|
| Constructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Expression | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
Set<Expression> |
ProcessDefinitionEntity.getCandidateStarterGroupIdExpressions()
|
Set<Expression> |
ProcessDefinitionEntity.getCandidateStarterUserIdExpressions()
|
| Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Expression | |
|---|---|
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 | |
|---|---|
protected Expression |
DynamicExecutableScript.scriptExpression
|
| Methods in org.camunda.bpm.engine.impl.scripting with parameters of type Expression | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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
|
| Fields in org.camunda.bpm.engine.impl.task with type parameters of type Expression | |
|---|---|
protected Set<Expression> |
TaskDefinition.candidateGroupIdExpressions
|
protected Set<Expression> |
TaskDefinition.candidateUserIdExpressions
|
| Methods in org.camunda.bpm.engine.impl.task that return Expression | |
|---|---|
Expression |
TaskDefinition.getAssigneeExpression()
|
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 | |
|---|---|
Set<Expression> |
TaskDefinition.getCandidateGroupIdExpressions()
|
Set<Expression> |
TaskDefinition.getCandidateUserIdExpressions()
|
| Methods in org.camunda.bpm.engine.impl.task with parameters of type Expression | |
|---|---|
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 | |
|---|---|
protected Expression |
ExpressionTaskListener.expression
|
protected Expression |
DelegateExpressionTaskListener.expression
|
| Constructors in org.camunda.bpm.engine.impl.task.listener with parameters of type Expression | |
|---|---|
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 | |
|---|---|
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. |
| Uses of Expression in org.camunda.bpm.engine.impl.variable |
|---|
| Fields in org.camunda.bpm.engine.impl.variable declared as Expression | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
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 | |
|---|---|
protected Expression |
ExpressionCaseVariableListener.expression
|
protected Expression |
DelegateExpressionCaseVariableListener.expression
|
| Constructors in org.camunda.bpm.engine.impl.variable.listener with parameters of type Expression | |
|---|---|
DelegateExpressionCaseVariableListener(Expression expression,
List<FieldDeclaration> fieldDeclarations)
|
|
ExpressionCaseVariableListener(Expression expression)
|
|
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||