Uses of Interface
org.camunda.bpm.model.dmn.instance.BusinessKnowledgeModel
-
Packages that use BusinessKnowledgeModel Package Description org.camunda.bpm.model.dmn.impl.instance org.camunda.bpm.model.dmn.instance -
-
Uses of BusinessKnowledgeModel in org.camunda.bpm.model.dmn.impl.instance
Classes in org.camunda.bpm.model.dmn.impl.instance that implement BusinessKnowledgeModel Modifier and Type Class Description class
BusinessKnowledgeModelImpl
Fields in org.camunda.bpm.model.dmn.impl.instance with type parameters of type BusinessKnowledgeModel Modifier and Type Field Description protected static ElementReference<BusinessKnowledgeModel,RequiredKnowledgeReference>
KnowledgeRequirementImpl. requiredKnowledgeRef
Methods in org.camunda.bpm.model.dmn.impl.instance that return BusinessKnowledgeModel Modifier and Type Method Description BusinessKnowledgeModel
KnowledgeRequirementImpl. getRequiredKnowledge()
Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type BusinessKnowledgeModel Modifier and Type Method Description void
KnowledgeRequirementImpl. setRequiredKnowledge(BusinessKnowledgeModel requiredKnowledge)
-
Uses of BusinessKnowledgeModel in org.camunda.bpm.model.dmn.instance
Methods in org.camunda.bpm.model.dmn.instance that return BusinessKnowledgeModel Modifier and Type Method Description BusinessKnowledgeModel
KnowledgeRequirement. getRequiredKnowledge()
Methods in org.camunda.bpm.model.dmn.instance with parameters of type BusinessKnowledgeModel Modifier and Type Method Description void
KnowledgeRequirement. setRequiredKnowledge(BusinessKnowledgeModel requiredKnowledge)
-