Uses of Interface
org.camunda.bpm.model.bpmn.instance.ConditionExpression
-
Packages that use ConditionExpression Package Description org.camunda.bpm.model.bpmn.builder org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of ConditionExpression in org.camunda.bpm.model.bpmn.builder
Methods in org.camunda.bpm.model.bpmn.builder with parameters of type ConditionExpression Modifier and Type Method Description B
AbstractSequenceFlowBuilder. condition(ConditionExpression conditionExpression)
Sets the condition for this sequence flow. -
Uses of ConditionExpression in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement ConditionExpression Modifier and Type Class Description class
ConditionExpressionImpl
The BPMN conditionExpression element of the BPMN tSequenceFlow typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type ConditionExpression Modifier and Type Field Description protected static ChildElement<ConditionExpression>
SequenceFlowImpl. conditionExpressionCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance that return ConditionExpression Modifier and Type Method Description ConditionExpression
SequenceFlowImpl. getConditionExpression()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type ConditionExpression Modifier and Type Method Description void
SequenceFlowImpl. setConditionExpression(ConditionExpression conditionExpression)
-
Uses of ConditionExpression in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return ConditionExpression Modifier and Type Method Description ConditionExpression
SequenceFlow. getConditionExpression()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type ConditionExpression Modifier and Type Method Description void
SequenceFlow. setConditionExpression(ConditionExpression conditionExpression)
-