Uses of Class
org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12.JSITArtifact
-
Packages that use JSITArtifact Package Description org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 -
-
Uses of JSITArtifact in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12
Subclasses of JSITArtifact in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 Modifier and Type Class Description classJSITAssociationJSInterop adapter forTAssociationclassJSITTextAnnotationJSInterop adapter forTTextAnnotationMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type parameters of type JSITArtifact Modifier and Type Method Description <D extends JSITArtifact>
voidJSITDefinitions. 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>
voidJSITDefinitions. addArtifact(D element)Appends the specified element to the end of artifactMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return JSITArtifact Modifier and Type Method Description JSITArtifactDMN12. getArtifact()Native getter for artifactMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 that return types with arguments of type JSITArtifact Modifier and Type Method Description List<JSITArtifact>JSITDefinitions. getArtifact()READ-ONLY getter for artifact as aListjsinterop.base.JsArrayLike<JSITArtifact>JSITDefinitions. getNativeArtifact()Native getter for artifactMethods in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with parameters of type JSITArtifact Modifier and Type Method Description <D extends JSITArtifact>
voidJSITDefinitions. addAllArtifact(D... elements)Iterates over the specified collection of elements, and adds each element returned by the iterator to the end of artifactvoidDMN12. setArtifact(JSITArtifact artifactParam)Setter for artifactMethod parameters in org.kie.workbench.common.dmn.webapp.kogito.marshaller.js.model.dmn12 with type arguments of type JSITArtifact Modifier and Type Method Description voidJSITDefinitions. setArtifact(List<JSITArtifact> artifactParam)Setter for artifact as aListvoidJSITDefinitions. setNativeArtifact(jsinterop.base.JsArrayLike<JSITArtifact> artifactParam)Setter for artifact
-