@ApplicationScoped public class DMNMarshallerImportsHelperKogitoImpl extends Object implements DMNMarshallerImportsHelperKogito
Constructor and Description |
---|
DMNMarshallerImportsHelperKogitoImpl() |
Modifier and Type | Method and Description |
---|---|
org.uberfire.backend.vfs.Path |
getDMNModelPath(Metadata metadata,
String modelNamespace,
String modelName) |
Map<JSITImport,JSITDefinitions> |
getImportDefinitions(Metadata metadata,
List<JSITImport> imports) |
List<JSITDRGElement> |
getImportedDRGElements(Map<JSITImport,JSITDefinitions> importDefinitions) |
List<JSITItemDefinition> |
getImportedItemDefinitions(Map<JSITImport,JSITDefinitions> importDefinitions) |
List<JSITItemDefinition> |
getImportedItemDefinitionsByNamespace(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
String modelName,
String namespace) |
Map<JSITImport,String> |
getImportXML(Metadata metadata,
List<JSITImport> imports) |
Map<JSITImport,PMMLDocumentMetadata> |
getPMMLDocuments(Metadata metadata,
List<JSITImport> imports) |
Optional<InputStream> |
loadPath(org.uberfire.backend.vfs.Path path) |
public DMNMarshallerImportsHelperKogitoImpl()
public Map<JSITImport,JSITDefinitions> getImportDefinitions(Metadata metadata, List<JSITImport> imports)
getImportDefinitions
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
public Map<JSITImport,PMMLDocumentMetadata> getPMMLDocuments(Metadata metadata, List<JSITImport> imports)
getPMMLDocuments
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
public Map<JSITImport,String> getImportXML(Metadata metadata, List<JSITImport> imports)
getImportXML
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
public List<JSITDRGElement> getImportedDRGElements(Map<JSITImport,JSITDefinitions> importDefinitions)
getImportedDRGElements
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
public List<JSITItemDefinition> getImportedItemDefinitions(Map<JSITImport,JSITDefinitions> importDefinitions)
getImportedItemDefinitions
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
public List<JSITItemDefinition> getImportedItemDefinitionsByNamespace(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, String modelName, String namespace)
getImportedItemDefinitionsByNamespace
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
public org.uberfire.backend.vfs.Path getDMNModelPath(Metadata metadata, String modelNamespace, String modelName)
getDMNModelPath
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
public Optional<InputStream> loadPath(org.uberfire.backend.vfs.Path path)
loadPath
in interface DMNMarshallerImportsHelper<JSITImport,JSITDefinitions,JSITDRGElement,JSITItemDefinition>
Copyright © 2001–2020 JBoss by Red Hat. All rights reserved.