Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITKnowledgeRequirement
-
Packages that use JSITKnowledgeRequirement Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITKnowledgeRequirement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITKnowledgeRequirement Modifier and Type Method Description <D extends JSITKnowledgeRequirement>
voidJSITBusinessKnowledgeModel. addAllKnowledgeRequirement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of knowledgeRequirement<D extends JSITKnowledgeRequirement>
voidJSITDecision. addAllKnowledgeRequirement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of knowledgeRequirement<D extends JSITKnowledgeRequirement>
voidJSITBusinessKnowledgeModel. addKnowledgeRequirement(D element)Appends the specified element to the end of knowledgeRequirement<D extends JSITKnowledgeRequirement>
voidJSITDecision. addKnowledgeRequirement(D element)Appends the specified element to the end of knowledgeRequirementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITKnowledgeRequirement Modifier and Type Method Description JSITKnowledgeRequirementDMN12. getKnowledgeRequirement()Native getter for knowledgeRequirementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITKnowledgeRequirement Modifier and Type Method Description List<JSITKnowledgeRequirement>JSITBusinessKnowledgeModel. getKnowledgeRequirement()READ-ONLY getter for knowledgeRequirement as aListList<JSITKnowledgeRequirement>JSITDecision. getKnowledgeRequirement()READ-ONLY getter for knowledgeRequirement as aListjsinterop.base.JsArrayLike<JSITKnowledgeRequirement>JSITBusinessKnowledgeModel. getNativeKnowledgeRequirement()Native getter for knowledgeRequirementjsinterop.base.JsArrayLike<JSITKnowledgeRequirement>JSITDecision. getNativeKnowledgeRequirement()Native getter for knowledgeRequirementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITKnowledgeRequirement Modifier and Type Method Description <D extends JSITKnowledgeRequirement>
voidJSITBusinessKnowledgeModel. addAllKnowledgeRequirement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of knowledgeRequirement<D extends JSITKnowledgeRequirement>
voidJSITDecision. addAllKnowledgeRequirement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of knowledgeRequirementvoidDMN12. setKnowledgeRequirement(JSITKnowledgeRequirement knowledgeRequirementParam)Setter for knowledgeRequirementMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITKnowledgeRequirement Modifier and Type Method Description voidJSITBusinessKnowledgeModel. setKnowledgeRequirement(List<JSITKnowledgeRequirement> knowledgeRequirementParam)Setter for knowledgeRequirement as aListvoidJSITDecision. setKnowledgeRequirement(List<JSITKnowledgeRequirement> knowledgeRequirementParam)Setter for knowledgeRequirement as aListvoidJSITBusinessKnowledgeModel. setNativeKnowledgeRequirement(jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> knowledgeRequirementParam)Setter for knowledgeRequirementvoidJSITDecision. setNativeKnowledgeRequirement(jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> knowledgeRequirementParam)Setter for knowledgeRequirement
-