Class JSITOrganizationUnit
- 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.JSITNamedElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITBusinessContextElement
-
- org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITOrganizationUnit
-
@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITOrganizationUnit", isNative=true) public class JSITOrganizationUnit extends JSITBusinessContextElementJSInterop adapter forTOrganizationUnit
-
-
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 JSITOrganizationUnit()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description <D extends JSITDMNElementReference>
voidaddAllDecisionMade(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of decisionMade<D extends JSITDMNElementReference>
voidaddAllDecisionOwned(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of decisionOwned<D extends JSITDMNElementReference>
voidaddDecisionMade(D element)Appends the specified element to the end of decisionMade<D extends JSITDMNElementReference>
voidaddDecisionOwned(D element)Appends the specified element to the end of decisionOwnedList<JSITDMNElementReference>getDecisionMade()READ-ONLY getter for decisionMade as aListList<JSITDMNElementReference>getDecisionOwned()READ-ONLY getter for decisionOwned as aListstatic JSINamegetJSIName()Getter for specificJSINamejsinterop.base.JsArrayLike<JSITDMNElementReference>getNativeDecisionMade()Native getter for decisionMadejsinterop.base.JsArrayLike<JSITDMNElementReference>getNativeDecisionOwned()Native getter for decisionOwnedStringgetTYPE_NAME()Native getter for TYPE_NAMEstatic booleaninstanceOf(Object instance)voidremoveDecisionMade(int index)Removes the element at the specified position in the decisionMadevoidremoveDecisionOwned(int index)Removes the element at the specified position in the decisionOwnedvoidsetDecisionMade(List<JSITDMNElementReference> decisionMadeParam)Setter for decisionMade as aListvoidsetDecisionOwned(List<JSITDMNElementReference> decisionOwnedParam)Setter for decisionOwned as aListvoidsetNativeDecisionMade(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionMadeParam)Setter for decisionMadevoidsetNativeDecisionOwned(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionOwnedParam)Setter for decisionOwned-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITBusinessContextElement
getURI, setURI
-
Methods inherited from class org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITNamedElement
getName, setName
-
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 classJSITBusinessContextElement- Returns:
- The TYPE_NAME JSON property
-
getDecisionMade
@JsOverlay public final List<JSITDMNElementReference> getDecisionMade()
READ-ONLY getter for decisionMade as aList- Returns:
- The decisionMade mapped as a
List
-
addDecisionMade
@JsOverlay public final <D extends JSITDMNElementReference> void addDecisionMade(D element)
Appends the specified element to the end of decisionMade- Parameters:
element- to be appended to decisionMade
-
addAllDecisionMade
@JsOverlay public final <D extends JSITDMNElementReference> void addAllDecisionMade(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of decisionMade- Parameters:
elements- to be appended to decisionMade
-
removeDecisionMade
@JsOverlay public final void removeDecisionMade(int index)
Removes the element at the specified position in the decisionMade- Parameters:
index- of the element to be removed
-
getNativeDecisionMade
@JsProperty(name="decisionMade") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeDecisionMade()
Native getter for decisionMade- Returns:
- The decisionMade JSON property
-
setDecisionMade
@JsOverlay public final void setDecisionMade(List<JSITDMNElementReference> decisionMadeParam)
Setter for decisionMade as aList- Parameters:
decisionMadeParam- The decisionMade mapped as aList
-
setNativeDecisionMade
@JsProperty(name="decisionMade") public final void setNativeDecisionMade(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionMadeParam)
Setter for decisionMade- Parameters:
decisionMadeParam- decisionMade to set.
-
getDecisionOwned
@JsOverlay public final List<JSITDMNElementReference> getDecisionOwned()
READ-ONLY getter for decisionOwned as aList- Returns:
- The decisionOwned mapped as a
List
-
addDecisionOwned
@JsOverlay public final <D extends JSITDMNElementReference> void addDecisionOwned(D element)
Appends the specified element to the end of decisionOwned- Parameters:
element- to be appended to decisionOwned
-
addAllDecisionOwned
@JsOverlay public final <D extends JSITDMNElementReference> void addAllDecisionOwned(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of decisionOwned- Parameters:
elements- to be appended to decisionOwned
-
removeDecisionOwned
@JsOverlay public final void removeDecisionOwned(int index)
Removes the element at the specified position in the decisionOwned- Parameters:
index- of the element to be removed
-
getNativeDecisionOwned
@JsProperty(name="decisionOwned") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeDecisionOwned()
Native getter for decisionOwned- Returns:
- The decisionOwned JSON property
-
setDecisionOwned
@JsOverlay public final void setDecisionOwned(List<JSITDMNElementReference> decisionOwnedParam)
Setter for decisionOwned as aList- Parameters:
decisionOwnedParam- The decisionOwned mapped as aList
-
setNativeDecisionOwned
@JsProperty(name="decisionOwned") public final void setNativeDecisionOwned(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionOwnedParam)
Setter for decisionOwned- Parameters:
decisionOwnedParam- decisionOwned to set.
-
-