@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 JSITBusinessContextElement
TOrganizationUnit
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITOrganizationUnit() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITDMNElementReference> |
addAllDecisionMade(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> |
addAllDecisionOwned(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> |
addDecisionMade(D element)
Appends the specified element to the end of decisionMade
|
<D extends JSITDMNElementReference> |
addDecisionOwned(D element)
Appends the specified element to the end of decisionOwned
|
List<JSITDMNElementReference> |
getDecisionMade()
READ-ONLY getter for decisionMade as a
List |
List<JSITDMNElementReference> |
getDecisionOwned()
READ-ONLY getter for decisionOwned as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
getNativeDecisionMade()
Native getter for decisionMade
|
jsinterop.base.JsArrayLike<JSITDMNElementReference> |
getNativeDecisionOwned()
Native getter for decisionOwned
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
static boolean |
instanceOf(Object instance) |
void |
removeDecisionMade(int index)
Removes the element at the specified position in the decisionMade
|
void |
removeDecisionOwned(int index)
Removes the element at the specified position in the decisionOwned
|
void |
setDecisionMade(List<JSITDMNElementReference> decisionMadeParam)
Setter for decisionMade as a
List |
void |
setDecisionOwned(List<JSITDMNElementReference> decisionOwnedParam)
Setter for decisionOwned as a
List |
void |
setNativeDecisionMade(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionMadeParam)
Setter for decisionMade
|
void |
setNativeDecisionOwned(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionOwnedParam)
Setter for decisionOwned
|
getURI, setURI
getName, setName
getDescription, getExtensionElements, getId, getLabel, getOtherAttributes, getOtherAttributesMap, setDescription, setExtensionElements, setId, setLabel, setOtherAttributes
@JsOverlay public static final String TYPE
@JsOverlay public static boolean instanceOf(Object instance)
@JsOverlay public static JSIName getJSIName()
JSIName
JSIName
@JsProperty(name="TYPE_NAME") public String getTYPE_NAME()
getTYPE_NAME
in class JSITBusinessContextElement
@JsOverlay public final List<JSITDMNElementReference> getDecisionMade()
List
List
@JsOverlay public final <D extends JSITDMNElementReference> void addDecisionMade(D element)
element
- to be appended to decisionMade@JsOverlay public final <D extends JSITDMNElementReference> void addAllDecisionMade(D... elements)
elements
- to be appended to decisionMade@JsOverlay public final void removeDecisionMade(int index)
index
- of the element to be removed@JsProperty(name="decisionMade") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeDecisionMade()
@JsOverlay public final void setDecisionMade(List<JSITDMNElementReference> decisionMadeParam)
List
decisionMadeParam
- The decisionMade mapped as a List
@JsProperty(name="decisionMade") public final void setNativeDecisionMade(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionMadeParam)
decisionMadeParam
- decisionMade to set.@JsOverlay public final List<JSITDMNElementReference> getDecisionOwned()
List
List
@JsOverlay public final <D extends JSITDMNElementReference> void addDecisionOwned(D element)
element
- to be appended to decisionOwned@JsOverlay public final <D extends JSITDMNElementReference> void addAllDecisionOwned(D... elements)
elements
- to be appended to decisionOwned@JsOverlay public final void removeDecisionOwned(int index)
index
- of the element to be removed@JsProperty(name="decisionOwned") public jsinterop.base.JsArrayLike<JSITDMNElementReference> getNativeDecisionOwned()
@JsOverlay public final void setDecisionOwned(List<JSITDMNElementReference> decisionOwnedParam)
List
decisionOwnedParam
- The decisionOwned mapped as a List
@JsProperty(name="decisionOwned") public final void setNativeDecisionOwned(jsinterop.base.JsArrayLike<JSITDMNElementReference> decisionOwnedParam)
decisionOwnedParam
- decisionOwned to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.