Uses of Interface
org.camunda.bpm.model.cmmn.instance.DefaultControl
-
Packages that use DefaultControl Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of DefaultControl in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement DefaultControl Modifier and Type Class Description class
DefaultControlImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type DefaultControl Modifier and Type Field Description protected static ChildElement<DefaultControl>
PlanItemDefinitionImpl. defaultControlChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return DefaultControl Modifier and Type Method Description DefaultControl
PlanItemDefinitionImpl. getDefaultControl()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type DefaultControl Modifier and Type Method Description void
PlanItemDefinitionImpl. setDefaultControl(DefaultControl defaultControl)
-
Uses of DefaultControl in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return DefaultControl Modifier and Type Method Description DefaultControl
PlanItemDefinition. getDefaultControl()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type DefaultControl Modifier and Type Method Description void
PlanItemDefinition. setDefaultControl(DefaultControl defaultControl)
-