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 class
ChildrenImpl
Fields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Children Modifier and Type Field Description protected static ChildElement<Children>
CaseFileItemImpl. childrenChild
Methods in org.camunda.bpm.model.cmmn.impl.instance that return Children Modifier and Type Method Description Children
CaseFileItemImpl. getChildren()
Methods in org.camunda.bpm.model.cmmn.impl.instance with parameters of type Children Modifier and Type Method Description void
CaseFileItemImpl. 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 Children
CaseFileItem. getChildren()
Methods in org.camunda.bpm.model.cmmn.instance with parameters of type Children Modifier and Type Method Description void
CaseFileItem. setChildren(Children children)
-