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 ExpressionShellActivityBehavior. arg1protected ExpressionShellActivityBehavior. arg2protected ExpressionShellActivityBehavior. arg3protected ExpressionShellActivityBehavior. arg4protected ExpressionShellActivityBehavior. arg5protected ExpressionMailActivityBehavior. bccprotected ExpressionMailActivityBehavior. ccprotected ExpressionMailActivityBehavior. charsetprotected ExpressionShellActivityBehavior. cleanEnvprotected ExpressionMultiInstanceActivityBehavior. collectionExpressionprotected ExpressionShellActivityBehavior. commandprotected ExpressionMultiInstanceActivityBehavior. completionConditionExpressionprotected ExpressionShellActivityBehavior. directoryprotected ExpressionShellActivityBehavior. errorCodeVariableprotected ExpressionCallableElementActivityBehavior. expressionThe expression which identifies the delegation for the variable mapping.protected ExpressionServiceTaskDelegateExpressionActivityBehavior. expressionprotected ExpressionServiceTaskExpressionActivityBehavior. expressionprotected ExpressionMailActivityBehavior. fromprotected ExpressionMailActivityBehavior. htmlprotected ExpressionMultiInstanceActivityBehavior. loopCardinalityExpressionprotected ExpressionShellActivityBehavior. outputVariableprotected ExpressionShellActivityBehavior. redirectErrorprotected ExpressionMailActivityBehavior. subjectprotected ExpressionMailActivityBehavior. textprotected ExpressionMailActivityBehavior. toprotected ExpressionShellActivityBehavior. waitMethods in org.camunda.bpm.engine.impl.bpmn.behavior that return Expression Modifier and Type Method Description ExpressionMultiInstanceActivityBehavior. getCollectionExpression()ExpressionMultiInstanceActivityBehavior. getCompletionConditionExpression()ExpressionMultiInstanceActivityBehavior. getLoopCardinalityExpression()Methods in org.camunda.bpm.engine.impl.bpmn.behavior with parameters of type Expression Modifier and Type Method Description protected java.lang.StringMailActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)protected java.lang.StringShellActivityBehavior. getStringFromField(Expression expression, DelegateExecution execution)ProcessEngineExceptionBpmnBehaviorLogger. resolveDelegateExpressionException(Expression expression, java.lang.Class<?> parentClass, java.lang.Class<JavaDelegate> javaDelegateClass)voidMultiInstanceActivityBehavior. setCollectionExpression(Expression collectionExpression)voidMultiInstanceActivityBehavior. setCompletionConditionExpression(Expression completionConditionExpression)voidMultiInstanceActivityBehavior. 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, java.util.List<FieldDeclaration> fieldDeclarations)ServiceTaskExpressionActivityBehavior(Expression expression, java.lang.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 voidBpmnDeployer. addAuthorizationsFromIterator(java.util.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 ExpressionDelegateExpressionExecutionListener. expressionprotected ExpressionExpressionExecutionListener. expressionConstructors in org.camunda.bpm.engine.impl.bpmn.listener with parameters of type Expression Constructor Description DelegateExpressionExecutionListener(Expression expression, java.util.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 ExpressionDataAssociation. businessKeyExpressionprotected ExpressionDataAssociation. sourceExpressionMethods in org.camunda.bpm.engine.impl.bpmn.parser that return Expression Modifier and Type Method Description ExpressionDataAssociation. getBusinessKeyExpression()ExpressionDataAssociation. getSourceExpression()Constructors in org.camunda.bpm.engine.impl.bpmn.parser with parameters of type Expression Constructor Description DataAssociation(Expression businessKeyExpression)DataAssociation(Expression sourceExpression, java.lang.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 ExpressionCaseControlRuleImpl. expressionConstructors 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 ExpressionItemHandler. 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 ExpressionDelegateExpressionCaseExecutionListener. expressionprotected ExpressionExpressionCaseExecutionListener. expressionConstructors in org.camunda.bpm.engine.impl.cmmn.listener with parameters of type Expression Constructor Description DelegateExpressionCaseExecutionListener(Expression expression, java.util.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 ExpressionCmmnIfPartDeclaration. conditionMethods in org.camunda.bpm.engine.impl.cmmn.model that return Expression Modifier and Type Method Description ExpressionCmmnIfPartDeclaration. getCondition()Methods in org.camunda.bpm.engine.impl.cmmn.model with parameters of type Expression Modifier and Type Method Description voidCmmnIfPartDeclaration. 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 interfaceExpressionClasses in org.camunda.bpm.engine.impl.el that implement Expression Modifier and Type Class Description classFixedValueExpression that always returns the same value whengetValueis called.classJuelExpressionExpression 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 ExpressionFormDefinition. camundaFormDefinitionKeyprotected ExpressionFormDefinition. camundaFormDefinitionVersionprotected ExpressionFormDefinition. formKeyMethods in org.camunda.bpm.engine.impl.form that return Expression Modifier and Type Method Description ExpressionFormDefinition. getCamundaFormDefinitionKey()ExpressionFormDefinition. getCamundaFormDefinitionVersion()ExpressionFormDefinition. getFormKey()Methods in org.camunda.bpm.engine.impl.form with parameters of type Expression Modifier and Type Method Description voidFormDefinition. setCamundaFormDefinitionKey(Expression camundaFormDefinitionKey)voidFormDefinition. setCamundaFormDefinitionVersion(Expression camundaFormDefinitionVersion)voidFormDefinition. 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 ExpressionFormPropertyHandler. defaultExpressionprotected ExpressionFormFieldHandler. defaultValueExpressionprotected ExpressionFormFieldHandler. labelprotected ExpressionFormPropertyHandler. variableExpressionMethods in org.camunda.bpm.engine.impl.form.handler that return Expression Modifier and Type Method Description ExpressionFormPropertyHandler. getDefaultExpression()ExpressionFormFieldHandler. getDefaultValueExpression()ExpressionFormFieldHandler. getLabel()ExpressionFormPropertyHandler. getVariableExpression()Methods in org.camunda.bpm.engine.impl.form.handler with parameters of type Expression Modifier and Type Method Description voidFormPropertyHandler. setDefaultExpression(Expression defaultExpression)voidFormFieldHandler. setDefaultValueExpression(Expression defaultValue)voidFormFieldHandler. setLabel(Expression name)voidFormPropertyHandler. 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 ExpressionDelegateFormFieldValidator. delegateExpressionConstructors 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 ExpressionTimerDeclarationImpl. descriptionConstructors in org.camunda.bpm.engine.impl.jobexecutor with parameters of type Expression Constructor Description TimerDeclarationImpl(Expression expression, TimerDeclarationType type, java.lang.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 java.util.Set<Expression>ProcessDefinitionEntity. candidateStarterGroupIdExpressionsprotected java.util.Set<Expression>ProcessDefinitionEntity. candidateStarterUserIdExpressionsMethods in org.camunda.bpm.engine.impl.persistence.entity that return types with arguments of type Expression Modifier and Type Method Description java.util.Set<Expression>ProcessDefinitionEntity. getCandidateStarterGroupIdExpressions()java.util.Set<Expression>ProcessDefinitionEntity. getCandidateStarterUserIdExpressions()Methods in org.camunda.bpm.engine.impl.persistence.entity with parameters of type Expression Modifier and Type Method Description voidProcessDefinitionEntity. addCandidateStarterGroupIdExpression(Expression groupId)voidProcessDefinitionEntity. 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 ExpressionDynamicExecutableScript. scriptExpressionMethods in org.camunda.bpm.engine.impl.scripting with parameters of type Expression Modifier and Type Method Description ExecutableScriptScriptFactory. createScriptFromResource(java.lang.String language, Expression resourceExpression)ExecutableScriptScriptFactory. createScriptFromSource(java.lang.String language, Expression sourceExpression)Constructors in org.camunda.bpm.engine.impl.scripting with parameters of type Expression Constructor Description DynamicExecutableScript(Expression scriptExpression, java.lang.String language)DynamicResourceExecutableScript(java.lang.String language, Expression scriptResourceExpression)DynamicSourceExecutableScript(java.lang.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 ExpressionTaskDefinition. assigneeExpressionprotected ExpressionTaskDefinition. descriptionExpressionprotected ExpressionTaskDefinition. dueDateExpressionprotected ExpressionTaskDefinition. followUpDateExpressionprotected ExpressionTaskDefinition. nameExpressionprotected ExpressionTaskDefinition. priorityExpressionFields in org.camunda.bpm.engine.impl.task with type parameters of type Expression Modifier and Type Field Description protected java.util.Set<Expression>TaskDefinition. candidateGroupIdExpressionsprotected java.util.Set<Expression>TaskDefinition. candidateUserIdExpressionsMethods in org.camunda.bpm.engine.impl.task that return Expression Modifier and Type Method Description ExpressionTaskDefinition. getAssigneeExpression()ExpressionTaskDefinition. getCamundaFormDefinitionKey()ExpressionTaskDefinition. getCamundaFormDefinitionVersion()ExpressionTaskDefinition. getDescriptionExpression()ExpressionTaskDefinition. getDueDateExpression()ExpressionTaskDefinition. getFollowUpDateExpression()ExpressionTaskDefinition. getFormKey()ExpressionTaskDefinition. getNameExpression()ExpressionTaskDefinition. getPriorityExpression()Methods in org.camunda.bpm.engine.impl.task that return types with arguments of type Expression Modifier and Type Method Description java.util.Set<Expression>TaskDefinition. getCandidateGroupIdExpressions()java.util.Set<Expression>TaskDefinition. getCandidateUserIdExpressions()Methods in org.camunda.bpm.engine.impl.task with parameters of type Expression Modifier and Type Method Description voidTaskDefinition. addCandidateGroupIdExpression(Expression groupId)voidTaskDefinition. addCandidateUserIdExpression(Expression userId)voidTaskDefinition. setAssigneeExpression(Expression assigneeExpression)voidTaskDefinition. setDescriptionExpression(Expression descriptionExpression)voidTaskDefinition. setDueDateExpression(Expression dueDateExpression)voidTaskDefinition. setFollowUpDateExpression(Expression followUpDateExpression)voidTaskDefinition. setFormKey(Expression formKey)voidTaskDefinition. setNameExpression(Expression nameExpression)voidTaskDefinition. 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 ExpressionDelegateExpressionTaskListener. expressionprotected ExpressionExpressionTaskListener. expressionConstructors in org.camunda.bpm.engine.impl.task.listener with parameters of type Expression Constructor Description DelegateExpressionTaskListener(Expression expression, java.util.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 ExecutableScriptScriptUtil. getScriptFromResourceExpression(java.lang.String language, Expression resourceExpression, ScriptFactory scriptFactory)Creates a newExecutableScriptfrom a dynamic resource.static ExecutableScriptScriptUtil. getScriptFromSourceExpression(java.lang.String language, Expression sourceExpression, ScriptFactory scriptFactory)Creates a newExecutableScriptfrom 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 ExpressionVariableDeclaration. destinationExpressionDeprecated.protected ExpressionVariableDeclaration. linkExpressionDeprecated.protected ExpressionVariableDeclaration. sourceExpressionDeprecated.Methods in org.camunda.bpm.engine.impl.variable that return Expression Modifier and Type Method Description ExpressionVariableDeclaration. getDestinationExpression()Deprecated.ExpressionVariableDeclaration. getLinkExpression()Deprecated.ExpressionVariableDeclaration. getSourceExpression()Deprecated.Methods in org.camunda.bpm.engine.impl.variable with parameters of type Expression Modifier and Type Method Description voidVariableDeclaration. setDestinationExpression(Expression destinationExpression)Deprecated.voidVariableDeclaration. setLinkExpression(Expression linkExpression)Deprecated.voidVariableDeclaration. 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 ExpressionDelegateExpressionCaseVariableListener. expressionprotected ExpressionExpressionCaseVariableListener. expressionConstructors in org.camunda.bpm.engine.impl.variable.listener with parameters of type Expression Constructor Description DelegateExpressionCaseVariableListener(Expression expression, java.util.List<FieldDeclaration> fieldDeclarations)ExpressionCaseVariableListener(Expression expression)
-