@JsType(namespace="<global>", name="JsInterop__ConstructorAPI__DMN12__org__kie__workbench__common__dmn__webapp__kogito__marshaller__js__model__dmn12__JSITKnowledgeSource", isNative=true) public class JSITKnowledgeSource extends JSITDRGElement
TKnowledgeSource
JSITDMNElement.JSIExtensionElements
Constructor and Description |
---|
JSITKnowledgeSource() |
Modifier and Type | Method and Description |
---|---|
<D extends JSITAuthorityRequirement> |
addAllAuthorityRequirement(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of authorityRequirement
|
<D extends JSITAuthorityRequirement> |
addAuthorityRequirement(D element)
Appends the specified element to the end of authorityRequirement
|
List<JSITAuthorityRequirement> |
getAuthorityRequirement()
READ-ONLY getter for authorityRequirement as a
List |
static JSIName |
getJSIName()
Getter for specific
JSIName |
String |
getLocationURI()
Native getter for locationURI
|
jsinterop.base.JsArrayLike<JSITAuthorityRequirement> |
getNativeAuthorityRequirement()
Native getter for authorityRequirement
|
JSITDMNElementReference |
getOwner()
Native getter for owner
|
String |
getTYPE_NAME()
Native getter for TYPE_NAME
|
String |
getType()
Native getter for type
|
static boolean |
instanceOf(Object instance) |
void |
removeAuthorityRequirement(int index)
Removes the element at the specified position in the authorityRequirement
|
void |
setAuthorityRequirement(List<JSITAuthorityRequirement> authorityRequirementParam)
Setter for authorityRequirement as a
List |
void |
setLocationURI(String locationURIParam)
Setter for locationURI
|
void |
setNativeAuthorityRequirement(jsinterop.base.JsArrayLike<JSITAuthorityRequirement> authorityRequirementParam)
Setter for authorityRequirement
|
void |
setOwner(JSITDMNElementReference ownerParam)
Setter for owner
|
void |
setType(String typeParam)
Setter for type
|
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 JSITDRGElement
@JsOverlay public final List<JSITAuthorityRequirement> getAuthorityRequirement()
List
List
@JsOverlay public final <D extends JSITAuthorityRequirement> void addAuthorityRequirement(D element)
element
- to be appended to authorityRequirement@JsOverlay public final <D extends JSITAuthorityRequirement> void addAllAuthorityRequirement(D... elements)
elements
- to be appended to authorityRequirement@JsOverlay public final void removeAuthorityRequirement(int index)
index
- of the element to be removed@JsProperty(name="authorityRequirement") public jsinterop.base.JsArrayLike<JSITAuthorityRequirement> getNativeAuthorityRequirement()
@JsOverlay public final void setAuthorityRequirement(List<JSITAuthorityRequirement> authorityRequirementParam)
List
authorityRequirementParam
- The authorityRequirement mapped as a List
@JsProperty(name="authorityRequirement") public final void setNativeAuthorityRequirement(jsinterop.base.JsArrayLike<JSITAuthorityRequirement> authorityRequirementParam)
authorityRequirementParam
- authorityRequirement to set.@JsProperty(name="type") public String getType()
@JsProperty(name="type") public final void setType(String typeParam)
typeParam
- type to set.@JsProperty(name="owner") public JSITDMNElementReference getOwner()
@JsProperty(name="owner") public final void setOwner(JSITDMNElementReference ownerParam)
ownerParam
- owner to set.@JsProperty(name="locationURI") public String getLocationURI()
@JsProperty(name="locationURI") public final void setLocationURI(String locationURIParam)
locationURIParam
- locationURI to set.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.