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 JSIImportType> |
JSIWrappedImportsType.addAllImport(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of _import
|
<D extends JSIImportType> |
JSIWrappedImportsType.addImport(D element)
Appends the specified element to the end of _import
|
Modifier and Type | Method and Description |
---|---|
List<JSIImportType> |
JSIWrappedImportsType.getImport()
READ-ONLY getter for _import as a
List |
jsinterop.base.JsArrayLike<JSIImportType> |
JSIWrappedImportsType.getNativeImport()
Native getter for _import
|
Modifier and Type | Method and Description |
---|---|
<D extends JSIImportType> |
JSIWrappedImportsType.addAllImport(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of _import
|
Modifier and Type | Method and Description |
---|---|
void |
JSIWrappedImportsType.setImport(List<JSIImportType> _importParam)
Setter for _import as a
List |
void |
JSIWrappedImportsType.setNativeImport(jsinterop.base.JsArrayLike<JSIImportType> _importParam)
Setter for _import
|
Modifier and Type | Method and Description |
---|---|
protected static JSIImportType |
ApiJSInteropConverter.getImport(org.kie.soup.project.datamodel.imports.Import source) |
Modifier and Type | Method and Description |
---|---|
protected static org.kie.soup.project.datamodel.imports.Import |
JSInteropApiConverter.getImport(JSIImportType source) |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.