Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITBinding> |
JSITInvocation.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> |
JSITInvocation.addBinding(D element)
Appends the specified element to the end of binding
|
Modifier and Type | Method and Description |
---|---|
List<JSITBinding> |
JSITInvocation.getBinding()
READ-ONLY getter for binding as a
List |
jsinterop.base.JsArrayLike<JSITBinding> |
JSITInvocation.getNativeBinding()
Native getter for binding
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITBinding> |
JSITInvocation.addAllBinding(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of binding
|
Modifier and Type | Method and Description |
---|---|
void |
JSITInvocation.setBinding(List<JSITBinding> bindingParam)
Setter for binding as a
List |
void |
JSITInvocation.setNativeBinding(jsinterop.base.JsArrayLike<JSITBinding> bindingParam)
Setter for binding
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.