Uses of Interface
org.camunda.bpm.model.bpmn.instance.Expression
-
Packages that use Expression Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Expression in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Expression Modifier and Type Class Description class
ActivationConditionImpl
The BPMN element activationCondition of the BPMN tComplexGateway typeclass
CompletionConditionImpl
The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics typeclass
ConditionExpressionImpl
The BPMN conditionExpression element of the BPMN tSequenceFlow typeclass
ConditionImpl
The BPMN condition element of the BPMN tConditionalEventDefinition typeclass
DataPath
The BPMN dataPath element of the BPMN tCorrelationPropertyBinding typeclass
ExpressionImpl
The BPMN expression elementclass
FormalExpressionImpl
The BPMN formalExpression elementclass
From
The BPMN from element of the BPMN tAssignment typeclass
LoopCardinalityImpl
The loopCardinality element from the tMultiInstanceLoopCharacteristics complex typeclass
MessagePath
The BPMN messagePath element of the BPMN tCorrelationPropertyRetrievalExpression typeclass
TimeCycleImpl
The BPMN timeDuration element of the BPMN tTimerEventDefinition typeclass
TimeDateImpl
The BPMN timeDate element of the BPMN tTimerEventDefinition typeclass
TimeDurationImpl
The BPMN timeDuration element of the BPMN tTimerEventDefinition typeclass
To
The BPMN to element of the BPMN tAssignment typeclass
Transformation
The BPMN transformation element of the BPMN tDataAssociation typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Expression Modifier and Type Field Description protected static ChildElement<Expression>
ResourceAssignmentExpressionImpl. expressionChild
protected static ChildElement<Expression>
ResourceParameterBindingImpl. expressionChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Expression Modifier and Type Method Description Expression
ResourceAssignmentExpressionImpl. getExpression()
Expression
ResourceParameterBindingImpl. getExpression()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Expression Modifier and Type Method Description void
ResourceAssignmentExpressionImpl. setExpression(Expression expression)
void
ResourceParameterBindingImpl. setExpression(Expression expression)
-
Uses of Expression in org.camunda.bpm.model.bpmn.instance
Subinterfaces of Expression in org.camunda.bpm.model.bpmn.instance Modifier and Type Interface Description interface
ActivationCondition
The BPMN element activationCondition of the BPMN tComplexGateway typeinterface
CompletionCondition
The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics typeinterface
Condition
The BPMN condition element of the BPMN tConditionalEventDefinition typeinterface
ConditionExpression
The BPMN conditionExpression element of the BPMN tSequenceFlow typeinterface
FormalExpression
The BPMN formalExpression elementinterface
LoopCardinality
The loopCardinality element from the tMultiInstanceLoopCharacteristics complex typeinterface
TimeCycle
The BPMN timeCycle element of the BPMN tTimerEventDefinition typeinterface
TimeDate
The BPMN timeDate element of the BPMN tTimerEventDefinition typeinterface
TimeDuration
The BPMN timeDuration element of the BPMN tTimerEventDefinition typeMethods in org.camunda.bpm.model.bpmn.instance that return Expression Modifier and Type Method Description Expression
ResourceAssignmentExpression. getExpression()
Expression
ResourceParameterBinding. getExpression()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Expression Modifier and Type Method Description void
ResourceAssignmentExpression. setExpression(Expression expression)
void
ResourceParameterBinding. setExpression(Expression expression)
-