public interface DMNMarshallerImportsHelper<IMPORT,DEFINITIONS,DRGELEMENT,ITEMDEFINITION>
| Modifier and Type | Method and Description |
|---|---|
List<DRGELEMENT> |
getImportedDRGElements(Map<IMPORT,DEFINITIONS> importDefinitions)
This method extract a list of
DRGELEMENTs from the importDefinitions map. |
List<ITEMDEFINITION> |
getImportedItemDefinitions(Map<IMPORT,DEFINITIONS> importDefinitions)
This method extract a list of
ITEMDEFINITION from the importDefinitions map. |
Map<IMPORT,String> |
getImportXML(Metadata metadata,
List<IMPORT> imports)
This method loads
String of all imported XML files from a list of imports. |
Map<IMPORT,String> getImportXML(Metadata metadata, List<IMPORT> imports)
String of all imported XML files from a list of imports.metadata - represents the metadata from the main DMN model.imports - represent the list of imported files.String indexed by IMPORTs.List<DRGELEMENT> getImportedDRGElements(Map<IMPORT,DEFINITIONS> importDefinitions)
DRGELEMENTs from the importDefinitions map.importDefinitions - is a map of DEFINITIONS indexed by IMPORT.DRGELEMENTs.List<ITEMDEFINITION> getImportedItemDefinitions(Map<IMPORT,DEFINITIONS> importDefinitions)
ITEMDEFINITION from the importDefinitions map.importDefinitions - is a map of DEFINITIONS indexed by IMPORT.ITEMDEFINITIONs.Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.