Uses of Interface
org.camunda.bpm.model.bpmn.instance.Expression
Packages that use Expression
-
Uses of Expression in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ExpressionModifier and TypeClassDescriptionclass
The BPMN element activationCondition of the BPMN tComplexGateway typeclass
The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics typeclass
The BPMN conditionExpression element of the BPMN tSequenceFlow typeclass
The BPMN condition element of the BPMN tConditionalEventDefinition typeclass
The BPMN dataPath element of the BPMN tCorrelationPropertyBinding typeclass
The BPMN expression elementclass
The BPMN formalExpression elementclass
The BPMN from element of the BPMN tAssignment typeclass
The loopCardinality element from the tMultiInstanceLoopCharacteristics complex typeclass
The BPMN messagePath element of the BPMN tCorrelationPropertyRetrievalExpression typeclass
The BPMN timeDuration element of the BPMN tTimerEventDefinition typeclass
The BPMN timeDate element of the BPMN tTimerEventDefinition typeclass
The BPMN timeDuration element of the BPMN tTimerEventDefinition typeclass
The BPMN to element of the BPMN tAssignment typeclass
The BPMN transformation element of the BPMN tDataAssociation typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ExpressionModifier and TypeFieldDescriptionprotected static ChildElement<Expression>
ResourceAssignmentExpressionImpl.expressionChild
protected static ChildElement<Expression>
ResourceParameterBindingImpl.expressionChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return ExpressionModifier and TypeMethodDescriptionResourceAssignmentExpressionImpl.getExpression()
ResourceParameterBindingImpl.getExpression()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
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.instanceModifier and TypeInterfaceDescriptioninterface
The BPMN element activationCondition of the BPMN tComplexGateway typeinterface
The BPMN 2.0 completionCondition element from the tMultiInstanceLoopCharacteristics typeinterface
The BPMN condition element of the BPMN tConditionalEventDefinition typeinterface
The BPMN conditionExpression element of the BPMN tSequenceFlow typeinterface
The BPMN formalExpression elementinterface
The loopCardinality element from the tMultiInstanceLoopCharacteristics complex typeinterface
The BPMN timeCycle element of the BPMN tTimerEventDefinition typeinterface
The BPMN timeDate element of the BPMN tTimerEventDefinition typeinterface
The BPMN timeDuration element of the BPMN tTimerEventDefinition typeMethods in org.camunda.bpm.model.bpmn.instance that return ExpressionModifier and TypeMethodDescriptionResourceAssignmentExpression.getExpression()
ResourceParameterBinding.getExpression()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ExpressionModifier and TypeMethodDescriptionvoid
ResourceAssignmentExpression.setExpression
(Expression expression) void
ResourceParameterBinding.setExpression
(Expression expression)