| Modifier and Type | Class and Description |
|---|---|
class |
JSITImportedValues
JSInterop adapter for
TImportedValues |
| Modifier and Type | Method and Description |
|---|---|
<D extends JSITImport> |
JSITDefinitions.addAllImport(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of _import
|
<D extends JSITImport> |
JSITDefinitions.addImport(D element)
Appends the specified element to the end of _import
|
| Modifier and Type | Method and Description |
|---|---|
JSITImport |
DMN12.getImport()
Native getter for import
|
| Modifier and Type | Method and Description |
|---|---|
List<JSITImport> |
JSITDefinitions.getImport()
READ-ONLY getter for _import as a
List |
jsinterop.base.JsArrayLike<JSITImport> |
JSITDefinitions.getNativeImport()
Native getter for _import
|
| Modifier and Type | Method and Description |
|---|---|
<D extends JSITImport> |
JSITDefinitions.addAllImport(D... elements)
Iterates over the specified collection of elements, and adds each element returned by the iterator
to the end of _import
|
void |
DMN12.setImport(JSITImport importParam)
Setter for import
|
| Modifier and Type | Method and Description |
|---|---|
void |
JSITDefinitions.setImport(List<JSITImport> _importParam)
Setter for _import as a
List |
void |
JSITDefinitions.setNativeImport(jsinterop.base.JsArrayLike<JSITImport> _importParam)
Setter for _import
|
| Modifier and Type | Method and Description |
|---|---|
Map<JSITImport,JSITDefinitions> |
DMNMarshallerImportsHelperKogitoImpl.getImportDefinitions(Metadata metadata,
List<JSITImport> imports) |
Map<JSITImport,String> |
DMNMarshallerImportsHelperKogitoImpl.getImportXML(Metadata metadata,
List<JSITImport> imports) |
Map<JSITImport,PMMLDocumentMetadata> |
DMNMarshallerImportsHelperKogitoImpl.getPMMLDocuments(Metadata metadata,
List<JSITImport> imports) |
| Modifier and Type | Method and Description |
|---|---|
Map<JSITImport,JSITDefinitions> |
DMNMarshallerImportsHelperKogitoImpl.getImportDefinitions(Metadata metadata,
List<JSITImport> imports) |
List<JSITDRGElement> |
DMNMarshallerImportsHelperKogitoImpl.getImportedDRGElements(Map<JSITImport,JSITDefinitions> importDefinitions) |
List<JSITItemDefinition> |
DMNMarshallerImportsHelperKogitoImpl.getImportedItemDefinitions(Map<JSITImport,JSITDefinitions> importDefinitions) |
Map<JSITImport,String> |
DMNMarshallerImportsHelperKogitoImpl.getImportXML(Metadata metadata,
List<JSITImport> imports) |
Map<JSITImport,PMMLDocumentMetadata> |
DMNMarshallerImportsHelperKogitoImpl.getPMMLDocuments(Metadata metadata,
List<JSITImport> imports) |
| Modifier and Type | Method and Description |
|---|---|
static Import |
ImportConverter.wbFromDMN(JSITImport dmn,
JSITDefinitions definitions,
PMMLDocumentMetadata pmmlDocument) |
| Modifier and Type | Method and Description |
|---|---|
static Definitions |
DefinitionsConverter.wbFromDMN(JSITDefinitions dmn,
Map<JSITImport,JSITDefinitions> importDefinitions,
Map<JSITImport,PMMLDocumentMetadata> pmmlDocuments) |
static Definitions |
DefinitionsConverter.wbFromDMN(JSITDefinitions dmn,
Map<JSITImport,JSITDefinitions> importDefinitions,
Map<JSITImport,PMMLDocumentMetadata> pmmlDocuments) |
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.