Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITLiteralExpression> |
JSITDecisionRule.addAllOutputEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of outputEntry
|
<D extends JSITLiteralExpression> |
JSITDecisionRule.addOutputEntry(D element)
Appends the specified element to the end of outputEntry
|
Modifier and Type | Method and Description |
---|---|
JSITLiteralExpression |
JSITOutputClause.getDefaultOutputEntry()
Native getter for defaultOutputEntry
|
JSITLiteralExpression |
JSITInputClause.getInputExpression()
Native getter for inputExpression
|
JSITLiteralExpression |
DMN12.getLiteralExpression()
Native getter for literalExpression
|
Modifier and Type | Method and Description |
---|---|
jsinterop.base.JsArrayLike<JSITLiteralExpression> |
JSITDecisionRule.getNativeOutputEntry()
Native getter for outputEntry
|
List<JSITLiteralExpression> |
JSITDecisionRule.getOutputEntry()
READ-ONLY getter for outputEntry as a
List |
Modifier and Type | Method and Description |
---|---|
<D extends JSITLiteralExpression> |
JSITDecisionRule.addAllOutputEntry(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of outputEntry
|
void |
JSITOutputClause.setDefaultOutputEntry(JSITLiteralExpression defaultOutputEntryParam)
Setter for defaultOutputEntry
|
void |
JSITInputClause.setInputExpression(JSITLiteralExpression inputExpressionParam)
Setter for inputExpression
|
void |
DMN12.setLiteralExpression(JSITLiteralExpression literalExpressionParam)
Setter for literalExpression
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDecisionRule.setNativeOutputEntry(jsinterop.base.JsArrayLike<JSITLiteralExpression> outputEntryParam)
Setter for outputEntry
|
void |
JSITDecisionRule.setOutputEntry(List<JSITLiteralExpression> outputEntryParam)
Setter for outputEntry as a
List |
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.