Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Method and Description |
---|---|
<D extends JSITInformationItem> |
JSITRelation.addAllColumn(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of column
|
<D extends JSITInformationItem> |
JSITFunctionDefinition.addAllFormalParameter(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of formalParameter
|
<D extends JSITInformationItem> |
JSITRelation.addColumn(D element)
Appends the specified element to the end of column
|
<D extends JSITInformationItem> |
JSITFunctionDefinition.addFormalParameter(D element)
Appends the specified element to the end of formalParameter
|
Modifier and Type | Method and Description |
---|---|
JSITInformationItem |
DMN12.getInformationItem()
Native getter for informationItem
|
JSITInformationItem |
JSITBinding.getParameter()
Native getter for parameter
|
JSITInformationItem |
JSITInvocable.getVariable()
Native getter for variable
|
JSITInformationItem |
JSITInputData.getVariable()
Native getter for variable
|
JSITInformationItem |
JSITDecision.getVariable()
Native getter for variable
|
JSITInformationItem |
JSITContextEntry.getVariable()
Native getter for variable
|
Modifier and Type | Method and Description |
---|---|
List<JSITInformationItem> |
JSITRelation.getColumn()
READ-ONLY getter for column as a
List |
List<JSITInformationItem> |
JSITFunctionDefinition.getFormalParameter()
READ-ONLY getter for formalParameter as a
List |
jsinterop.base.JsArrayLike<JSITInformationItem> |
JSITRelation.getNativeColumn()
Native getter for column
|
jsinterop.base.JsArrayLike<JSITInformationItem> |
JSITFunctionDefinition.getNativeFormalParameter()
Native getter for formalParameter
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITInformationItem> |
JSITRelation.addAllColumn(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of column
|
<D extends JSITInformationItem> |
JSITFunctionDefinition.addAllFormalParameter(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of formalParameter
|
void |
DMN12.setInformationItem(JSITInformationItem informationItemParam)
Setter for informationItem
|
void |
JSITBinding.setParameter(JSITInformationItem parameterParam)
Setter for parameter
|
void |
JSITInvocable.setVariable(JSITInformationItem variableParam)
Setter for variable
|
void |
JSITInputData.setVariable(JSITInformationItem variableParam)
Setter for variable
|
void |
JSITDecision.setVariable(JSITInformationItem variableParam)
Setter for variable
|
void |
JSITContextEntry.setVariable(JSITInformationItem variableParam)
Setter for variable
|
Modifier and Type | Method and Description |
---|---|
void |
JSITRelation.setColumn(List<JSITInformationItem> columnParam)
Setter for column as a
List |
void |
JSITFunctionDefinition.setFormalParameter(List<JSITInformationItem> formalParameterParam)
Setter for formalParameter as a
List |
void |
JSITRelation.setNativeColumn(jsinterop.base.JsArrayLike<JSITInformationItem> columnParam)
Setter for column
|
void |
JSITFunctionDefinition.setNativeFormalParameter(jsinterop.base.JsArrayLike<JSITInformationItem> formalParameterParam)
Setter for formalParameter
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.