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 classBusinessKnowledgeModelImplFields 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. requiredKnowledgeRefMethods in org.camunda.bpm.model.dmn.impl.instance that return BusinessKnowledgeModel Modifier and Type Method Description BusinessKnowledgeModelKnowledgeRequirementImpl. getRequiredKnowledge()Methods in org.camunda.bpm.model.dmn.impl.instance with parameters of type BusinessKnowledgeModel Modifier and Type Method Description voidKnowledgeRequirementImpl. 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 BusinessKnowledgeModelKnowledgeRequirement. getRequiredKnowledge()Methods in org.camunda.bpm.model.dmn.instance with parameters of type BusinessKnowledgeModel Modifier and Type Method Description voidKnowledgeRequirement. setRequiredKnowledge(BusinessKnowledgeModel requiredKnowledge)
-