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 classKnowledgeSourceImplFields 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. requiredAuthorityRefMethods in org.camunda.bpm.model.dmn.impl.instance that return KnowledgeSource Modifier and Type Method Description KnowledgeSourceAuthorityRequirementImpl. getRequiredAuthority()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type KnowledgeSource Modifier and Type Method Description voidAuthorityRequirementImpl. 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 KnowledgeSourceAuthorityRequirement. getRequiredAuthority()Methods in org.camunda.bpm.model.dmn.instance with parameters of type KnowledgeSource Modifier and Type Method Description voidAuthorityRequirement. setRequiredAuthority(KnowledgeSource requiredAuthority)
-