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 class
BusinessContextElementImpl
class
OrganizationUnitImpl
class
PerformanceIndicatorImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type BusinessContextElement Modifier and Type Field Description protected static ChildElementCollection<BusinessContextElement>
DefinitionsImpl. businessContextElementCollection
Methods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type BusinessContextElement Modifier and Type Method Description 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 interface
OrganizationUnit
interface
PerformanceIndicator
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type BusinessContextElement Modifier and Type Method Description Collection<BusinessContextElement>
Definitions. getBusinessContextElements()
-