Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITKnowledgeRequirement> |
JSITDecision.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> |
JSITBusinessKnowledgeModel.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> |
JSITDecision.addKnowledgeRequirement(D element)
Appends the specified element to the end of knowledgeRequirement
|
<D extends JSITKnowledgeRequirement> |
JSITBusinessKnowledgeModel.addKnowledgeRequirement(D element)
Appends the specified element to the end of knowledgeRequirement
|
Modifier and Type | Method and Description |
---|---|
JSITKnowledgeRequirement |
DMN12.getKnowledgeRequirement()
Native getter for knowledgeRequirement
|
Modifier and Type | Method and Description |
---|---|
List<JSITKnowledgeRequirement> |
JSITDecision.getKnowledgeRequirement()
READ-ONLY getter for knowledgeRequirement as a
List |
List<JSITKnowledgeRequirement> |
JSITBusinessKnowledgeModel.getKnowledgeRequirement()
READ-ONLY getter for knowledgeRequirement as a
List |
jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> |
JSITDecision.getNativeKnowledgeRequirement()
Native getter for knowledgeRequirement
|
jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> |
JSITBusinessKnowledgeModel.getNativeKnowledgeRequirement()
Native getter for knowledgeRequirement
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITKnowledgeRequirement> |
JSITDecision.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> |
JSITBusinessKnowledgeModel.addAllKnowledgeRequirement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of knowledgeRequirement
|
void |
DMN12.setKnowledgeRequirement(JSITKnowledgeRequirement knowledgeRequirementParam)
Setter for knowledgeRequirement
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDecision.setKnowledgeRequirement(List<JSITKnowledgeRequirement> knowledgeRequirementParam)
Setter for knowledgeRequirement as a
List |
void |
JSITBusinessKnowledgeModel.setKnowledgeRequirement(List<JSITKnowledgeRequirement> knowledgeRequirementParam)
Setter for knowledgeRequirement as a
List |
void |
JSITDecision.setNativeKnowledgeRequirement(jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> knowledgeRequirementParam)
Setter for knowledgeRequirement
|
void |
JSITBusinessKnowledgeModel.setNativeKnowledgeRequirement(jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> knowledgeRequirementParam)
Setter for knowledgeRequirement
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.