Uses of Interface
org.camunda.bpm.model.dmn.instance.BusinessContextElement

Packages that use BusinessContextElement
org.camunda.bpm.model.dmn.impl   
org.camunda.bpm.model.dmn.instance   
 

Uses of BusinessContextElement in org.camunda.bpm.model.dmn.impl
 

Classes in org.camunda.bpm.model.dmn.impl that implement BusinessContextElement
 class BusinessContextElementImpl
           
 class OrganizationUnitImpl
           
 class PerformanceIndicatorImpl
           
 

Fields in org.camunda.bpm.model.dmn.impl with type parameters of type BusinessContextElement
protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<BusinessContextElement> DefinitionsImpl.businessContextElementCollection
           
 

Methods in org.camunda.bpm.model.dmn.impl that return types with arguments of type BusinessContextElement
 Collection<BusinessContextElement> DefinitionsImpl.getBusinessContextElements()
           
 

Uses of BusinessContextElement in org.camunda.bpm.model.dmn.instance
 

Subinterfaces of BusinessContextElement in org.camunda.bpm.model.dmn.instance
 interface OrganizationUnit
           
 interface PerformanceIndicator
           
 

Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type BusinessContextElement
 Collection<BusinessContextElement> Definitions.getBusinessContextElements()
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.