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

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

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

Classes in org.camunda.bpm.model.dmn.impl that implement KnowledgeSource
 class KnowledgeSourceImpl
           
 

Fields in org.camunda.bpm.model.dmn.impl with type parameters of type KnowledgeSource
protected static org.camunda.bpm.model.xml.type.reference.ElementReference<KnowledgeSource,RequiredAuthorityReference> AuthorityRequirementImpl.requiredAuthorityRef
           
 

Methods in org.camunda.bpm.model.dmn.impl that return KnowledgeSource
 KnowledgeSource AuthorityRequirementImpl.getRequiredAuthority()
           
 

Methods in org.camunda.bpm.model.dmn.impl with parameters of type KnowledgeSource
 void AuthorityRequirementImpl.setRequiredAuthority(KnowledgeSource requiredAuthority)
           
 

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

Methods in org.camunda.bpm.model.dmn.instance that return KnowledgeSource
 KnowledgeSource AuthorityRequirement.getRequiredAuthority()
           
 

Methods in org.camunda.bpm.model.dmn.instance with parameters of type KnowledgeSource
 void AuthorityRequirement.setRequiredAuthority(KnowledgeSource requiredAuthority)
           
 



Copyright © 2015 camunda services GmbH. All rights reserved.