Class JSITContext


  • @JsType(namespace="<global>",
            name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITContext",
            isNative=true)
    public class JSITContext
    extends JSITExpression
    JSInterop adapter for TContext
    • Constructor Detail

      • JSITContext

        public JSITContext()
    • Method Detail

      • instanceOf

        @JsOverlay
        public static boolean instanceOf​(Object instance)
      • getJSIName

        @JsOverlay
        public static JSIName getJSIName()
        Getter for specific JSIName
        Returns:
        Getter for specific JSIName
      • getTYPE_NAME

        @JsProperty(name="TYPE_NAME")
        public String getTYPE_NAME()
        Native getter for TYPE_NAME
        Overrides:
        getTYPE_NAME in class JSITExpression
        Returns:
        The TYPE_NAME JSON property
      • getContextEntry

        @JsOverlay
        public final List<JSITContextEntry> getContextEntry()
        READ-ONLY getter for contextEntry as a List
        Returns:
        The contextEntry mapped as a List
      • addContextEntry

        @JsOverlay
        public final <D extends JSITContextEntry> void addContextEntry​(D element)
        Appends the specified element to the end of contextEntry
        Parameters:
        element - to be appended to contextEntry
      • addAllContextEntry

        @JsOverlay
        public final <D extends JSITContextEntry> void addAllContextEntry​(D... elements)
        Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of contextEntry
        Parameters:
        elements - to be appended to contextEntry
      • removeContextEntry

        @JsOverlay
        public final void removeContextEntry​(int index)
        Removes the element at the specified position in the contextEntry
        Parameters:
        index - of the element to be removed
      • getNativeContextEntry

        @JsProperty(name="contextEntry")
        public jsinterop.base.JsArrayLike<JSITContextEntry> getNativeContextEntry()
        Native getter for contextEntry
        Returns:
        The contextEntry JSON property
      • setContextEntry

        @JsOverlay
        public final void setContextEntry​(List<JSITContextEntry> contextEntryParam)
        Setter for contextEntry as a List
        Parameters:
        contextEntryParam - The contextEntry mapped as a List
      • setNativeContextEntry

        @JsProperty(name="contextEntry")
        public final void setNativeContextEntry​(jsinterop.base.JsArrayLike<JSITContextEntry> contextEntryParam)
        Setter for contextEntry
        Parameters:
        contextEntryParam - contextEntry to set.