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 classDefaultControlImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type DefaultControl Modifier and Type Field Description protected static ChildElement<DefaultControl>PlanItemDefinitionImpl. defaultControlChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return DefaultControl Modifier and Type Method Description DefaultControlPlanItemDefinitionImpl. getDefaultControl()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type DefaultControl Modifier and Type Method Description voidPlanItemDefinitionImpl. 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 DefaultControlPlanItemDefinition. getDefaultControl()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type DefaultControl Modifier and Type Method Description voidPlanItemDefinition. setDefaultControl(DefaultControl defaultControl)
-