Uses of Interface
org.camunda.bpm.model.dmn.instance.KnowledgeSource
-
Packages that use KnowledgeSource Package Description 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 Modifier and Type Class Description class
KnowledgeSourceImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type KnowledgeSource Modifier and Type Field Description protected static ElementReference<KnowledgeSource,RequiredAuthorityReference>
AuthorityRequirementImpl. requiredAuthorityRef
Methods in org.camunda.bpm.model.dmn.impl.instance that return KnowledgeSource Modifier and Type Method Description KnowledgeSource
AuthorityRequirementImpl. getRequiredAuthority()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type KnowledgeSource Modifier and Type Method Description 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 Modifier and Type Method Description KnowledgeSource
AuthorityRequirement. getRequiredAuthority()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type KnowledgeSource Modifier and Type Method Description void
AuthorityRequirement. setRequiredAuthority(KnowledgeSource requiredAuthority)
-