Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Class and Description |
---|---|
class |
JSITBusinessKnowledgeModel
JSInterop adapter for
TBusinessKnowledgeModel |
class |
JSITDecision
JSInterop adapter for
TDecision |
class |
JSITDecisionService
JSInterop adapter for
TDecisionService |
class |
JSITInputData
JSInterop adapter for
TInputData |
class |
JSITInvocable
JSInterop adapter for
TInvocable |
class |
JSITKnowledgeSource
JSInterop adapter for
TKnowledgeSource |
Modifier and Type | Method and Description |
---|---|
<D extends JSITDRGElement> |
JSITDefinitions.addAllDrgElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of drgElement
|
<D extends JSITDRGElement> |
JSITDefinitions.addDrgElement(D element)
Appends the specified element to the end of drgElement
|
Modifier and Type | Method and Description |
---|---|
JSITDRGElement |
DMN12.getDrgElement()
Native getter for drgElement
|
Modifier and Type | Method and Description |
---|---|
List<JSITDRGElement> |
JSITDefinitions.getDrgElement()
READ-ONLY getter for drgElement as a
List |
jsinterop.base.JsArrayLike<JSITDRGElement> |
JSITDefinitions.getNativeDrgElement()
Native getter for drgElement
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITDRGElement> |
JSITDefinitions.addAllDrgElement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of drgElement
|
void |
DMN12.setDrgElement(JSITDRGElement drgElementParam)
Setter for drgElement
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDefinitions.setDrgElement(List<JSITDRGElement> drgElementParam)
Setter for drgElement as a
List |
void |
JSITDefinitions.setNativeDrgElement(jsinterop.base.JsArrayLike<JSITDRGElement> drgElementParam)
Setter for drgElement
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.