Uses of Interface
org.camunda.bpm.model.bpmn.instance.ConditionExpression
Package
Description
-
Uses of ConditionExpression in org.camunda.bpm.model.bpmn.builder
Modifier and TypeMethodDescriptionAbstractSequenceFlowBuilder.condition
(ConditionExpression conditionExpression) Sets the condition for this sequence flow. -
Uses of ConditionExpression in org.camunda.bpm.model.bpmn.impl.instance
Modifier and TypeClassDescriptionclass
The BPMN conditionExpression element of the BPMN tSequenceFlow typeModifier and TypeFieldDescriptionprotected static ChildElement<ConditionExpression>
SequenceFlowImpl.conditionExpressionCollection
Modifier and TypeMethodDescriptionvoid
SequenceFlowImpl.setConditionExpression
(ConditionExpression conditionExpression) -
Uses of ConditionExpression in org.camunda.bpm.model.bpmn.instance
Modifier and TypeMethodDescriptionvoid
SequenceFlow.setConditionExpression
(ConditionExpression conditionExpression)