Class JSITContext
- java.lang.Object
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITExpression
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.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 JSITExpressionJSInterop adapter forTContext
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
JSITDMNElement.JSIExtensionElements
-
-
Constructor Summary
Constructors Constructor Description JSITContext()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <D extends JSITContextEntry>
voidaddAllContextEntry(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>
voidaddContextEntry(D element)Appends the specified element to the end of contextEntryList<JSITContextEntry>getContextEntry()READ-ONLY getter for contextEntry as aListstatic JSINamegetJSIName()Getter for specificJSINamejsinterop.base.JsArrayLike<JSITContextEntry>getNativeContextEntry()Native getter for contextEntryStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidremoveContextEntry(int index)Removes the element at the specified position in the contextEntryvoidsetContextEntry(List<JSITContextEntry> contextEntryParam)Setter for contextEntry as aListvoidsetNativeContextEntry(jsinterop.base.JsArrayLike<JSITContextEntry> contextEntryParam)Setter for contextEntry-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITExpression
getTypeRef, setTypeRef
-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITDMNElement
getDescription, getExtensionElements, getId, getLabel, getOtherAttributes, getOtherAttributesMap, setDescription, setExtensionElements, setId, setLabel, setOtherAttributes
-
-
-
-
Field Detail
-
TYPE
@JsOverlay public static final String TYPE
- See Also:
- Constant Field Values
-
-
Method Detail
-
instanceOf
@JsOverlay public static boolean instanceOf(Object instance)
-
getJSIName
@JsOverlay public static JSIName getJSIName()
Getter for specificJSIName- Returns:
- Getter for specific
JSIName
-
getTYPE_NAME
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
Native getter for TYPE_NAME- Overrides:
getTYPE_NAMEin classJSITExpression- Returns:
- The TYPE_NAME JSON property
-
getContextEntry
@JsOverlay public final List<JSITContextEntry> getContextEntry()
READ-ONLY getter for contextEntry as aList- 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 aList- Parameters:
contextEntryParam- The contextEntry mapped as aList
-
setNativeContextEntry
@JsProperty(name="contextEntry") public final void setNativeContextEntry(jsinterop.base.JsArrayLike<JSITContextEntry> contextEntryParam)
Setter for contextEntry- Parameters:
contextEntryParam- contextEntry to set.
-
-