Uses of Interface
org.camunda.bpm.model.dmn.instance.BusinessContextElement
-
Packages that use BusinessContextElement Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of BusinessContextElement in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement BusinessContextElement Modifier and Type Class Description classBusinessContextElementImplclassOrganizationUnitImplclassPerformanceIndicatorImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type BusinessContextElement Modifier and Type Field Description protected static ChildElementCollection<BusinessContextElement>DefinitionsImpl. businessContextElementCollectionMethods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type BusinessContextElement Modifier and Type Method Description java.util.Collection<BusinessContextElement>DefinitionsImpl. getBusinessContextElements() -
Uses of BusinessContextElement in org.camunda.bpm.model.dmn.instance
Subinterfaces of BusinessContextElement in org.camunda.bpm.model.dmn.instance Modifier and Type Interface Description interfaceOrganizationUnitinterfacePerformanceIndicatorMethods in org.camunda.bpm.model.dmn.instance that return types with arguments of type BusinessContextElement Modifier and Type Method Description java.util.Collection<BusinessContextElement>Definitions. getBusinessContextElements()
-