Package | Description |
---|---|
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 |
Modifier and Type | Class and Description |
---|---|
class |
JSITAssociation
JSInterop adapter for
TAssociation |
class |
JSITTextAnnotation
JSInterop adapter for
TTextAnnotation |
Modifier and Type | Method and Description |
---|---|
<D extends JSITArtifact> |
JSITDefinitions.addAllArtifact(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of artifact
|
<D extends JSITArtifact> |
JSITDefinitions.addArtifact(D element)
Appends the specified element to the end of artifact
|
Modifier and Type | Method and Description |
---|---|
JSITArtifact |
DMN12.getArtifact()
Native getter for artifact
|
Modifier and Type | Method and Description |
---|---|
List<JSITArtifact> |
JSITDefinitions.getArtifact()
READ-ONLY getter for artifact as a
List |
jsinterop.base.JsArrayLike<JSITArtifact> |
JSITDefinitions.getNativeArtifact()
Native getter for artifact
|
Modifier and Type | Method and Description |
---|---|
<D extends JSITArtifact> |
JSITDefinitions.addAllArtifact(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of artifact
|
void |
DMN12.setArtifact(JSITArtifact artifactParam)
Setter for artifact
|
Modifier and Type | Method and Description |
---|---|
void |
JSITDefinitions.setArtifact(List<JSITArtifact> artifactParam)
Setter for artifact as a
List |
void |
JSITDefinitions.setNativeArtifact(jsinterop.base.JsArrayLike<JSITArtifact> artifactParam)
Setter for artifact
|
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.