@JsType(namespace="<global>",
name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITDecisionService",
isNative=true)
public class JSITDecisionService
extends JSITInvocable
TDecisionServiceJSITDMNElement.JSIExtensionElements| Constructor and Description |
|---|
JSITDecisionService() |
| Modifier and Type | Method and Description |
|---|---|
<D extends JSITDMNElementReference> |
addAllEncapsulatedDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of encapsulatedDecision
|
<D extends JSITDMNElementReference> |
addAllInputData(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputData
|
<D extends JSITDMNElementReference> |
addAllInputDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of inputDecision
|
<D extends JSITDMNElementReference> |
addAllOutputDecision(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of outputDecision
|
<D extends JSITDMNElementReference> |
addEncapsulatedDecision(D element)
Appends the specified element to the end of encapsulatedDecision
|
<D extends JSITDMNElementReference> |
addInputData(D element)
Appends the specified element to the end of inputData
|
<D extends JSITDMNElementReference> |
addInputDecision(D element)
Appends the specified element to the end of inputDecision
|
<D extends JSITDMNElementReference> |
addOutputDecision(D element)
Appends the specified element to the end of outputDecision
|
List<JSITDMNElementReference> |
getEncapsulatedDecision()
READ-ONLY getter for encapsulatedDecision as a
List |
List<JSITDMNElementReference> |
getInputData()
READ-ONLY getter for inputData as a
List |
List<JSITDMNElementReference> |
getInputDecision()
READ-ONLY getter for inputDecision as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
getNativeEncapsulatedDecision()
Native getter for encapsulatedDecision
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
getNativeInputData()
Native getter for inputData
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
getNativeInputDecision()
Native getter for inputDecision
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
getNativeOutputDecision()
Native getter for outputDecision
|
List<JSITDMNElementReference> |
getOutputDecision()
READ-ONLY getter for outputDecision as a
List |
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeEncapsulatedDecision(int index)
Removes the element at the specified position in the encapsulatedDecision
|
void |
removeInputData(int index)
Removes the element at the specified position in the inputData
|
void |
removeInputDecision(int index)
Removes the element at the specified position in the inputDecision
|
void |
removeOutputDecision(int index)
Removes the element at the specified position in the outputDecision
|
void |
setEncapsulatedDecision(List<JSITDMNElementReference> encapsulatedDecisionParam)
Setter for encapsulatedDecision as a
List |
void |
setInputData(List<JSITDMNElementReference> inputDataParam)
Setter for inputData as a
List |
void |
setInputDecision(List<JSITDMNElementReference> inputDecisionParam)
Setter for inputDecision as a
List |
void |
setNativeEncapsulatedDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> encapsulatedDecisionParam)
Setter for encapsulatedDecision
|
void |
setNativeInputData(jsinterop.base.JsArrayLike<JSITDMNElementReference> inputDataParam)
Setter for inputData
|
void |
setNativeInputDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> inputDecisionParam)
Setter for inputDecision
|
void |
setNativeOutputDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> outputDecisionParam)
Setter for outputDecision
|
void |
setOutputDecision(List<JSITDMNElementReference> outputDecisionParam)
Setter for outputDecision as a
List |
getVariable, setVariablegetName, setNamegetDescription, 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()
JSINameJSIName@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
getTYPE_NAME in class JSITInvocable@JsOverlay public final List<JSITDMNElementReference> getOutputDecision()
ListList@JsOverlay public final <D extends JSITDMNElementReference> void addOutputDecision(D element)
element - to be appended to outputDecision@JsOverlay public final <D extends JSITDMNElementReference> void addAllOutputDecision(D... elements)
elements - to be appended to outputDecision@JsOverlay public final void removeOutputDecision(int index)
index - of the element to be removed@JsProperty(name="outputDecision") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeOutputDecision()
@JsOverlay public final void setOutputDecision(List<JSITDMNElementReference> outputDecisionParam)
ListoutputDecisionParam - The outputDecision mapped as a List@JsProperty(name="outputDecision") public final void setNativeOutputDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> outputDecisionParam)
outputDecisionParam - outputDecision to set.@JsOverlay public final List<JSITDMNElementReference> getEncapsulatedDecision()
ListList@JsOverlay public final <D extends JSITDMNElementReference> void addEncapsulatedDecision(D element)
element - to be appended to encapsulatedDecision@JsOverlay public final <D extends JSITDMNElementReference> void addAllEncapsulatedDecision(D... elements)
elements - to be appended to encapsulatedDecision@JsOverlay public final void removeEncapsulatedDecision(int index)
index - of the element to be removed@JsProperty(name="encapsulatedDecision") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeEncapsulatedDecision()
@JsOverlay public final void setEncapsulatedDecision(List<JSITDMNElementReference> encapsulatedDecisionParam)
ListencapsulatedDecisionParam - The encapsulatedDecision mapped as a List@JsProperty(name="encapsulatedDecision") public final void setNativeEncapsulatedDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> encapsulatedDecisionParam)
encapsulatedDecisionParam - encapsulatedDecision to set.@JsOverlay public final List<JSITDMNElementReference> getInputDecision()
ListList@JsOverlay public final <D extends JSITDMNElementReference> void addInputDecision(D element)
element - to be appended to inputDecision@JsOverlay public final <D extends JSITDMNElementReference> void addAllInputDecision(D... elements)
elements - to be appended to inputDecision@JsOverlay public final void removeInputDecision(int index)
index - of the element to be removed@JsProperty(name="inputDecision") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeInputDecision()
@JsOverlay public final void setInputDecision(List<JSITDMNElementReference> inputDecisionParam)
ListinputDecisionParam - The inputDecision mapped as a List@JsProperty(name="inputDecision") public final void setNativeInputDecision(jsinterop.base.JsArrayLike<JSITDMNElementReference> inputDecisionParam)
inputDecisionParam - inputDecision to set.@JsOverlay public final List<JSITDMNElementReference> getInputData()
ListList@JsOverlay public final <D extends JSITDMNElementReference> void addInputData(D element)
element - to be appended to inputData@JsOverlay public final <D extends JSITDMNElementReference> void addAllInputData(D... elements)
elements - to be appended to inputData@JsOverlay public final void removeInputData(int index)
index - of the element to be removed@JsProperty(name="inputData") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeInputData()
@JsOverlay public final void setInputData(List<JSITDMNElementReference> inputDataParam)
ListinputDataParam - The inputData mapped as a List@JsProperty(name="inputData") public final void setNativeInputData(jsinterop.base.JsArrayLike<JSITDMNElementReference> inputDataParam)
inputDataParam - inputData to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.