Uses of Interface
org.camunda.bpm.model.dmn.instance.KnowledgeRequirement
-
Packages that use KnowledgeRequirement Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of KnowledgeRequirement in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement KnowledgeRequirement Modifier and Type Class Description classKnowledgeRequirementImplFields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type KnowledgeRequirement Modifier and Type Field Description protected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement>BusinessKnowledgeModelImpl. knowledgeRequirementCollectionprotected static org.camunda.bpm.model.xml.type.child.ChildElementCollection<KnowledgeRequirement>DecisionImpl. knowledgeRequirementCollectionMethods in org.camunda.bpm.model.dmn.impl.instance that return types with arguments of type KnowledgeRequirement Modifier and Type Method Description Collection<KnowledgeRequirement>BusinessKnowledgeModelImpl. getKnowledgeRequirement()Collection<KnowledgeRequirement>DecisionImpl. getKnowledgeRequirements() -
Uses of KnowledgeRequirement in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return types with arguments of type KnowledgeRequirement Modifier and Type Method Description Collection<KnowledgeRequirement>BusinessKnowledgeModel. getKnowledgeRequirement()Collection<KnowledgeRequirement>Decision. getKnowledgeRequirements()
-