Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITContextEntry> |
JSITContext.addAllContextEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of contextEntry
|
<D extends JSITContextEntry> |
JSITContext.addContextEntry(D element)
Appends the specified element to the end of contextEntry
|
Modifier and Type | Method and Description |
---|---|
JSITContextEntry |
DMN12.getContextEntry()
Native getter for contextEntry
|
Modifier and Type | Method and Description |
---|---|
List<JSITContextEntry> |
JSITContext.getContextEntry()
READ-ONLY getter for contextEntry as a
List |
jsinterop.base.JsArrayLike<JSITContextEntry> |
JSITContext.getNativeContextEntry()
Native getter for contextEntry
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITContextEntry> |
JSITContext.addAllContextEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of contextEntry
|
void |
DMN12.setContextEntry(JSITContextEntry contextEntryParam)
Setter for contextEntry
|
Modifier and Type | Method and Description |
---|---|
void |
JSITContext.setContextEntry(List<JSITContextEntry> contextEntryParam)
Setter for contextEntry as a
List |
void |
JSITContext.setNativeContextEntry(jsinterop.base.JsArrayLike<JSITContextEntry> contextEntryParam)
Setter for contextEntry
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.