Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITInformationItem
-
Packages that use JSITInformationItem Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITInformationItem in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Methods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITInformationItem Modifier and Type Method Description <D extends JSITInformationItem>
voidJSITRelation. 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>
voidJSITFunctionDefinition. 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>
voidJSITRelation. addColumn(D element)Appends the specified element to the end of column<D extends JSITInformationItem>
voidJSITFunctionDefinition. addFormalParameter(D element)Appends the specified element to the end of formalParameterMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITInformationItem Modifier and Type Method Description JSITInformationItemDMN12. getInformationItem()Native getter for informationItemJSITInformationItemJSITBinding. getParameter()Native getter for parameterJSITInformationItemJSITContextEntry. getVariable()Native getter for variableJSITInformationItemJSITDecision. getVariable()Native getter for variableJSITInformationItemJSITInputData. getVariable()Native getter for variableJSITInformationItemJSITInvocable. getVariable()Native getter for variableMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITInformationItem Modifier and Type Method Description List<JSITInformationItem>JSITRelation. getColumn()READ-ONLY getter for column as aListList<JSITInformationItem>JSITFunctionDefinition. getFormalParameter()READ-ONLY getter for formalParameter as aListjsinterop.base.JsArrayLike<JSITInformationItem>JSITRelation. getNativeColumn()Native getter for columnjsinterop.base.JsArrayLike<JSITInformationItem>JSITFunctionDefinition. getNativeFormalParameter()Native getter for formalParameterMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITInformationItem Modifier and Type Method Description <D extends JSITInformationItem>
voidJSITRelation. 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>
voidJSITFunctionDefinition. addAllFormalParameter(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of formalParametervoidDMN12. setInformationItem(JSITInformationItem informationItemParam)Setter for informationItemvoidJSITBinding. setParameter(JSITInformationItem parameterParam)Setter for parametervoidJSITContextEntry. setVariable(JSITInformationItem variableParam)Setter for variablevoidJSITDecision. setVariable(JSITInformationItem variableParam)Setter for variablevoidJSITInputData. setVariable(JSITInformationItem variableParam)Setter for variablevoidJSITInvocable. setVariable(JSITInformationItem variableParam)Setter for variableMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITInformationItem Modifier and Type Method Description voidJSITRelation. setColumn(List<JSITInformationItem> columnParam)Setter for column as aListvoidJSITFunctionDefinition. setFormalParameter(List<JSITInformationItem> formalParameterParam)Setter for formalParameter as aListvoidJSITRelation. setNativeColumn(jsinterop.base.JsArrayLike<JSITInformationItem> columnParam)Setter for columnvoidJSITFunctionDefinition. setNativeFormalParameter(jsinterop.base.JsArrayLike<JSITInformationItem> formalParameterParam)Setter for formalParameter
-