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
ItemDefinition s 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.IncludedModel
s 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.DMNIncludedNode
s.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.PMMLDocumentMetadata
s.List<ItemDefinition> loadItemDefinitionsByNamespace(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject, String modelName, String namespace)
ItemDefinition
s for a given namespace
.workspaceProject
- represents the project that will be scanned.modelName
- is the value used as the prefix for imported ItemDefinition
s.namespace
- is the namespace of the model that provides the list of ItemDefinition
s.ItemDefinition
s.Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.