@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITInvocation", isNative=true) public class JSITInvocation extends JSITExpression
TInvocation
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITInvocation() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITBinding> |
addAllBinding(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of binding
|
<D extends JSITBinding> |
addBinding(D element)
Appends the specified element to the end of binding
|
List<JSITBinding> |
getBinding()
READ-ONLY getter for binding as a
List |
JSITExpression |
getExpression()
Native getter for expression
|
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSITBinding> |
getNativeBinding()
Native getter for binding
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeBinding(int index)
Removes the element at the specified position in the binding
|
void |
setBinding(List<JSITBinding> bindingParam)
Setter for binding as a
List |
void |
setExpression(JSITExpression expressionParam)
Setter for expression
|
void |
setNativeBinding(jsinterop.base.JsArrayLike<JSITBinding> bindingParam)
Setter for binding
|
getTypeRef, setTypeRef
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 JSITExpression
@JsProperty(name="expression") public JSITExpression getExpression()
@JsProperty(name="expression") public final void setExpression(JSITExpression expressionParam)
expressionParam
- expression to set.@JsOverlay public final List<JSITBinding> getBinding()
List
List
@JsOverlay public final <D extends JSITBinding> void addBinding(D element)
element
- to be appended to binding@JsOverlay public final <D extends JSITBinding> void addAllBinding(D... elements)
elements
- to be appended to binding@JsOverlay public final void removeBinding(int index)
index
- of the element to be removed@JsProperty(name="binding") public jsinterop.base.JsArrayLike<JSITBinding> getNativeBinding()
@JsOverlay public final void setBinding(List<JSITBinding> bindingParam)
List
bindingParam
- The binding mapped as a List
@JsProperty(name="binding") public final void setNativeBinding(jsinterop.base.JsArrayLike<JSITBinding> bindingParam)
bindingParam
- binding to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.