Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITBusinessContextElement
-
Packages that use JSITBusinessContextElement Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITBusinessContextElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Subclasses of JSITBusinessContextElement in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 Modifier and Type Class Description classJSITOrganizationUnitJSInterop adapter forTOrganizationUnitclassJSITPerformanceIndicatorJSInterop adapter forTPerformanceIndicatorMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITBusinessContextElement Modifier and Type Method Description <D extends JSITBusinessContextElement>
voidJSITDefinitions. 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>
voidJSITDefinitions. addBusinessContextElement(D element)Appends the specified element to the end of businessContextElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITBusinessContextElement Modifier and Type Method Description JSITBusinessContextElementDMN12. getBusinessContextElement()Native getter for businessContextElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITBusinessContextElement Modifier and Type Method Description List<JSITBusinessContextElement>JSITDefinitions. getBusinessContextElement()READ-ONLY getter for businessContextElement as aListjsinterop.base.JsArrayLike<JSITBusinessContextElement>JSITDefinitions. getNativeBusinessContextElement()Native getter for businessContextElementMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITBusinessContextElement Modifier and Type Method Description <D extends JSITBusinessContextElement>
voidJSITDefinitions. addAllBusinessContextElement(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of businessContextElementvoidDMN12. setBusinessContextElement(JSITBusinessContextElement businessContextElementParam)Setter for businessContextElementMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITBusinessContextElement Modifier and Type Method Description voidJSITDefinitions. setBusinessContextElement(List<JSITBusinessContextElement> businessContextElementParam)Setter for businessContextElement as aListvoidJSITDefinitions. setNativeBusinessContextElement(jsinterop.base.JsArrayLike<JSITBusinessContextElement> businessContextElementParam)Setter for businessContextElement
-