public interface DMNIncludedModelsService
| Modifier and Type | Method and Description |
|---|---|
List<ItemDefinition> |
loadItemDefinitionsByNamespace(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
String modelName,
String namespace)
This method finds the list of
ItemDefinitions for a given namespace. |
List<IncludedModel> |
loadModels(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
This method loads all models (DMN and PMML) from a given project.
|
List<DMNIncludedNode> |
loadNodesFromImports(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
List<DMNIncludedModel> includedModels)
This method loads all DMN nodes for the included DMN models.
|
List<PMMLDocumentMetadata> |
loadPMMLDocumentsFromImports(org.uberfire.backend.vfs.Path path,
org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
List<PMMLIncludedModel> includedModels)
This method loads all PMML documents for the included PMML models.
|
List<IncludedModel> loadModels(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
path - Path of the DMN file being edited.workspaceProject - represents the project that will be scanned.IncludedModels from a given project.List<DMNIncludedNode> loadNodesFromImports(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, List<DMNIncludedModel> includedModels)
workspaceProject - represents the project that will be scanned.includedModels - represents all DMN imports that provide the list of nodes.DMNIncludedNodes.List<PMMLDocumentMetadata> loadPMMLDocumentsFromImports(org.uberfire.backend.vfs.Path path, org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, List<PMMLIncludedModel> includedModels)
path - Path of the DMN file being edited.workspaceProject - represents the project that will be scanned.includedModels - represents all PMML imports that provide the list of nodes.PMMLDocumentMetadatas.List<ItemDefinition> loadItemDefinitionsByNamespace(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, String modelName, String namespace)
ItemDefinitions for a given namespace.workspaceProject - represents the project that will be scanned.modelName - is the value used as the prefix for imported ItemDefinitions.namespace - is the namespace of the model that provides the list of ItemDefinitions.ItemDefinitions.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.