Package | Description |
---|---|
org.drools.workbench.scenariosimulation.kogito.marshaller.js.model | |
org.drools.workbench.screens.scenariosimulation.kogito.client.converters |
Modifier and Type | Method and Description |
---|---|
<D extends JSIBackgroundDataType> |
JSIBackgroundDatasType.addAllBackgroundData(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of backgroundData
|
<D extends JSIBackgroundDataType> |
JSIBackgroundDatasType.addBackgroundData(D element)
Appends the specified element to the end of backgroundData
|
Modifier and Type | Method and Description |
---|---|
List<JSIBackgroundDataType> |
JSIBackgroundDatasType.getBackgroundData()
READ-ONLY getter for backgroundData as a
List |
jsinterop.base.JsArrayLike<JSIBackgroundDataType> |
JSIBackgroundDatasType.getNativeBackgroundData()
Native getter for backgroundData
|
Modifier and Type | Method and Description |
---|---|
<D extends JSIBackgroundDataType> |
JSIBackgroundDatasType.addAllBackgroundData(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of backgroundData
|
Modifier and Type | Method and Description |
---|---|
void |
JSIBackgroundDatasType.setBackgroundData(List<JSIBackgroundDataType> backgroundDataParam)
Setter for backgroundData as a
List |
void |
JSIBackgroundDatasType.setNativeBackgroundData(jsinterop.base.JsArrayLike<JSIBackgroundDataType> backgroundDataParam)
Setter for backgroundData
|
Modifier and Type | Method and Description |
---|---|
protected static JSIBackgroundDataType |
ApiJSInteropConverter.getBackgroundData(org.drools.scenariosimulation.api.model.BackgroundData source) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.