Uses of Interface
org.camunda.bpm.model.bpmn.instance.Condition
-
Packages that use Condition Package Description org.camunda.bpm.model.bpmn.impl.instance org.camunda.bpm.model.bpmn.instance -
-
Uses of Condition in org.camunda.bpm.model.bpmn.impl.instance
Classes in org.camunda.bpm.model.bpmn.impl.instance that implement Condition Modifier and Type Class Description class
ConditionImpl
The BPMN condition element of the BPMN tConditionalEventDefinition typeFields in org.camunda.bpm.model.bpmn.impl.instance with type parameters of type Condition Modifier and Type Field Description protected static ChildElement<Condition>
ConditionalEventDefinitionImpl. conditionChild
Methods in org.camunda.bpm.model.bpmn.impl.instance that return Condition Modifier and Type Method Description Condition
ConditionalEventDefinitionImpl. getCondition()
Methods in org.camunda.bpm.model.bpmn.impl.instance with parameters of type Condition Modifier and Type Method Description void
ConditionalEventDefinitionImpl. setCondition(Condition condition)
-
Uses of Condition in org.camunda.bpm.model.bpmn.instance
Methods in org.camunda.bpm.model.bpmn.instance that return Condition Modifier and Type Method Description Condition
ConditionalEventDefinition. getCondition()
Methods in org.camunda.bpm.model.bpmn.instance with parameters of type Condition Modifier and Type Method Description void
ConditionalEventDefinition. setCondition(Condition condition)
-