Uses of Interface
org.camunda.bpm.model.bpmn.instance.camunda.CamundaConstraint
-
Packages that use CamundaConstraint Package Description org.camunda.bpm.model.bpmn.impl.instance.camunda org.camunda.bpm.model.bpmn.instance.camunda -
-
Uses of CamundaConstraint in org.camunda.bpm.model.bpmn.impl.instance.camunda
Classes in org.camunda.bpm.model.bpmn.impl.instance.camunda that implement CamundaConstraint Modifier and Type Class Description class
CamundaConstraintImpl
The BPMN constraint camunda extension elementFields in org.camunda.bpm.model.bpmn.impl.instance.camunda with type parameters of type CamundaConstraint Modifier and Type Field Description protected static ChildElementCollection<CamundaConstraint>
CamundaValidationImpl. camundaConstraintCollection
Methods in org.camunda.bpm.model.bpmn.impl.instance.camunda that return types with arguments of type CamundaConstraint Modifier and Type Method Description java.util.Collection<CamundaConstraint>
CamundaValidationImpl. getCamundaConstraints()
-
Uses of CamundaConstraint in org.camunda.bpm.model.bpmn.instance.camunda
Methods in org.camunda.bpm.model.bpmn.instance.camunda that return types with arguments of type CamundaConstraint Modifier and Type Method Description java.util.Collection<CamundaConstraint>
CamundaValidation. getCamundaConstraints()
-