Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Class and Description |
---|---|
class |
JSITOrganizationUnit
JSInterop adapter for
TOrganizationUnit |
class |
JSITPerformanceIndicator
JSInterop adapter for
TPerformanceIndicator |
Modifier and Type | Method and Description |
---|---|
<D extends JSITBusinessContextElement> |
JSITDefinitions.addAllBusinessContextElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of businessContextElement
|
<D extends JSITBusinessContextElement> |
JSITDefinitions.addBusinessContextElement(D element)
Appends the specified element to the end of businessContextElement
|
Modifier and Type | Method and Description |
---|---|
JSITBusinessContextElement |
DMN12.getBusinessContextElement()
Native getter for businessContextElement
|
Modifier and Type | Method and Description |
---|---|
List<JSITBusinessContextElement> |
JSITDefinitions.getBusinessContextElement()
READ-ONLY getter for businessContextElement as a
List |
jsinterop.base.JsArrayLike<JSITBusinessContextElement> |
JSITDefinitions.getNativeBusinessContextElement()
Native getter for businessContextElement
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITBusinessContextElement> |
JSITDefinitions.addAllBusinessContextElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of businessContextElement
|
void |
DMN12.setBusinessContextElement(JSITBusinessContextElement businessContextElementParam)
Setter for businessContextElement
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDefinitions.setBusinessContextElement(List<JSITBusinessContextElement> businessContextElementParam)
Setter for businessContextElement as a
List |
void |
JSITDefinitions.setNativeBusinessContextElement(jsinterop.base.JsArrayLike<JSITBusinessContextElement> businessContextElementParam)
Setter for businessContextElement
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.