@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITBusinessKnowledgeModel", isNative=true) public class JSITBusinessKnowledgeModel extends JSITInvocable
TBusinessKnowledgeModel
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITBusinessKnowledgeModel() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITAuthorityRequirement> |
addAllAuthorityRequirement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of authorityRequirement
|
<D extends JSITKnowledgeRequirement> |
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 JSITAuthorityRequirement> |
addAuthorityRequirement(D element)
Appends the specified element to the end of authorityRequirement
|
<D extends JSITKnowledgeRequirement> |
addKnowledgeRequirement(D element)
Appends the specified element to the end of knowledgeRequirement
|
List<JSITAuthorityRequirement> |
getAuthorityRequirement()
READ-ONLY getter for authorityRequirement as a
List |
JSITFunctionDefinition |
getEncapsulatedLogic()
Native getter for encapsulatedLogic
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
List<JSITKnowledgeRequirement> |
getKnowledgeRequirement()
READ-ONLY getter for knowledgeRequirement as a
List |
jsinterop.base.JsArrayLike<JSITAuthorityRequirement> |
getNativeAuthorityRequirement()
Native getter for authorityRequirement
|
jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> |
getNativeKnowledgeRequirement()
Native getter for knowledgeRequirement
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeAuthorityRequirement(int index)
Removes the element at the specified position in the authorityRequirement
|
void |
removeKnowledgeRequirement(int index)
Removes the element at the specified position in the knowledgeRequirement
|
void |
setAuthorityRequirement(List<JSITAuthorityRequirement> authorityRequirementParam)
Setter for authorityRequirement as a
List |
void |
setEncapsulatedLogic(JSITFunctionDefinition encapsulatedLogicParam)
Setter for encapsulatedLogic
|
void |
setKnowledgeRequirement(List<JSITKnowledgeRequirement> knowledgeRequirementParam)
Setter for knowledgeRequirement as a
List |
void |
setNativeAuthorityRequirement(jsinterop.base.JsArrayLike<JSITAuthorityRequirement> authorityRequirementParam)
Setter for authorityRequirement
|
void |
setNativeKnowledgeRequirement(jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> knowledgeRequirementParam)
Setter for knowledgeRequirement
|
getVariable, setVariable
getName, setName
getDescription, getExtensionElements, getId, getLabel, getOtherAttributes, getOtherAttributesMap, setDescription, setExtensionElements, setId, setLabel, setOtherAttributes
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSIName
JSIName
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
getTYPE_NAME
in class JSITInvocable
@JsProperty(name="encapsulatedLogic") public JSITFunctionDefinition getEncapsulatedLogic()
@JsProperty(name="encapsulatedLogic") public final void setEncapsulatedLogic(JSITFunctionDefinition encapsulatedLogicParam)
encapsulatedLogicParam
- encapsulatedLogic to set.@JsOverlay public final List<JSITKnowledgeRequirement> getKnowledgeRequirement()
List
List
@JsOverlay public final <D extends JSITKnowledgeRequirement> void addKnowledgeRequirement(D element)
element
- to be appended to knowledgeRequirement@JsOverlay public final <D extends JSITKnowledgeRequirement> void addAllKnowledgeRequirement(D... elements)
elements
- to be appended to knowledgeRequirement@JsOverlay public final void removeKnowledgeRequirement(int index)
index
- of the element to be removed@JsProperty(name="knowledgeRequirement") public jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> getNativeKnowledgeRequirement()
@JsOverlay public final void setKnowledgeRequirement(List<JSITKnowledgeRequirement> knowledgeRequirementParam)
List
knowledgeRequirementParam
- The knowledgeRequirement mapped as a List
@JsProperty(name="knowledgeRequirement") public final void setNativeKnowledgeRequirement(jsinterop.base.JsArrayLike<JSITKnowledgeRequirement> knowledgeRequirementParam)
knowledgeRequirementParam
- knowledgeRequirement to set.@JsOverlay public final List<JSITAuthorityRequirement> getAuthorityRequirement()
List
List
@JsOverlay public final <D extends JSITAuthorityRequirement> void addAuthorityRequirement(D element)
element
- to be appended to authorityRequirement@JsOverlay public final <D extends JSITAuthorityRequirement> void addAllAuthorityRequirement(D... elements)
elements
- to be appended to authorityRequirement@JsOverlay public final void removeAuthorityRequirement(int index)
index
- of the element to be removed@JsProperty(name="authorityRequirement") public jsinterop.base.JsArrayLike<JSITAuthorityRequirement> getNativeAuthorityRequirement()
@JsOverlay public final void setAuthorityRequirement(List<JSITAuthorityRequirement> authorityRequirementParam)
List
authorityRequirementParam
- The authorityRequirement mapped as a List
@JsProperty(name="authorityRequirement") public final void setNativeAuthorityRequirement(jsinterop.base.JsArrayLike<JSITAuthorityRequirement> authorityRequirementParam)
authorityRequirementParam
- authorityRequirement to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.