Uses of Interface
de.mid.innovator.srv2api.icw2dm.DRKnowledgeRequirement
-
Packages that use DRKnowledgeRequirement Package Description de.mid.innovator.srv2api.icw2dm The purpose of DMN is to provide the constructs that are needed to model decisions, so that organizational decision-making can be readily depicted in diagrams, accurately defined by business analysts, and (optionally) automated. -
-
Uses of DRKnowledgeRequirement in de.mid.innovator.srv2api.icw2dm
Methods in de.mid.innovator.srv2api.icw2dm that return DRKnowledgeRequirement Modifier and Type Method Description static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. create(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMCreateTemplate ohTemplate, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with template from source to target element.static DRKnowledgeRequirement
DRKnowledgeRequirementHelper. createAndMaintain(SrvContext srvCtx, MMStereotype ohStereotype, ELContainerAble ohSource, ELElement ohTarget)
Create a new Knowledge Requirement with stereotype from source to target element.Methods in de.mid.innovator.srv2api.icw2dm that return types with arguments of type DRKnowledgeRequirement Modifier and Type Method Description java.util.List<DRKnowledgeRequirement>
DRInvocable. getKnowledgeRequiredBy(K_CONTROL_OPTION... behaviourFlags)
References the knowledge requirements which require thisDRInvocable
.java.util.List<DRKnowledgeRequirement>
DRBusinessKnowledgeModel. getOwnedKnowledgeRequirement(K_CONTROL_OPTION... behaviourFlags)
References the knowledge requirements owned by thisDRBusinessKnowledgeModel
.java.util.List<DRKnowledgeRequirement>
DRDecision. getOwnedKnowledgeRequirement(K_CONTROL_OPTION... behaviourFlags)
References the knowledge requirements owned by thisDRDecision
.
-