Uses of Interface
org.camunda.bpm.model.cmmn.instance.Documentation
-
Packages that use Documentation Package Description org.camunda.bpm.model.cmmn.impl.instance org.camunda.bpm.model.cmmn.instance -
-
Uses of Documentation in org.camunda.bpm.model.cmmn.impl.instance
Classes in org.camunda.bpm.model.cmmn.impl.instance that implement Documentation Modifier and Type Class Description classDocumentationImplFields in org.camunda.bpm.model.cmmn.impl.instance with type parameters of type Documentation Modifier and Type Field Description protected static ChildElementCollection<Documentation>CmmnElementImpl. documentationCollectionMethods in org.camunda.bpm.model.cmmn.impl.instance that return types with arguments of type Documentation Modifier and Type Method Description java.util.Collection<Documentation>CmmnElementImpl. getDocumentations() -
Uses of Documentation in org.camunda.bpm.model.cmmn.instance
Methods in org.camunda.bpm.model.cmmn.instance that return types with arguments of type Documentation Modifier and Type Method Description java.util.Collection<Documentation>CmmnElement. getDocumentations()
-