Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITContextEntry
-
Packages that use JSITContextEntry Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITContextEntry 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 JSITContextEntry Modifier and Type Method Description <D extends JSITContextEntry>
voidJSITContext. addAllContextEntry(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of contextEntry<D extends JSITContextEntry>
voidJSITContext. addContextEntry(D element)Appends the specified element to the end of contextEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITContextEntry Modifier and Type Method Description JSITContextEntryDMN12. getContextEntry()Native getter for contextEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITContextEntry Modifier and Type Method Description List<JSITContextEntry>JSITContext. getContextEntry()READ-ONLY getter for contextEntry as aListjsinterop.base.JsArrayLike<JSITContextEntry>JSITContext. getNativeContextEntry()Native getter for contextEntryMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITContextEntry Modifier and Type Method Description <D extends JSITContextEntry>
voidJSITContext. addAllContextEntry(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of contextEntryvoidDMN12. setContextEntry(JSITContextEntry contextEntryParam)Setter for contextEntryMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITContextEntry Modifier and Type Method Description voidJSITContext. setContextEntry(List<JSITContextEntry> contextEntryParam)Setter for contextEntry as aListvoidJSITContext. setNativeContextEntry(jsinterop.base.JsArrayLike<JSITContextEntry> contextEntryParam)Setter for contextEntry
-