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

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

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

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

Fields in org.camunda.bpm.model.dmn.impl.instance 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.instance that return KnowledgeSource
 KnowledgeSource AuthorityRequirementImpl.getRequiredAuthority()
           
 

Methods in org.camunda.bpm.model.dmn.impl.instance 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.