Uses of Interface
org.camunda.bpm.model.cmmn.instance.Children
-
Packages that use Children Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Children in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Children Modifier and Type Class Description classChildrenImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Children Modifier and Type Field Description protected static ChildElement<Children>CaseFileItemImpl. childrenChildMethods in org.camunda.bpm.model.cmmn.impl.instance that return Children Modifier and Type Method Description ChildrenCaseFileItemImpl. getChildren()Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Children Modifier and Type Method Description voidCaseFileItemImpl. setChildren(Children children) -
Uses of Children in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return Children Modifier and Type Method Description ChildrenCaseFileItem. getChildren()Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Children Modifier and Type Method Description voidCaseFileItem. setChildren(Children children)
-