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<DMNIncludedModel> |
loadModels(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
This method loads all DMN models from a given project.
|
List<DMNIncludedNode> |
loadNodesFromImports(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
List<DMNIncludedModel> includedModels)
This method loads all nodes from an included model.
|
List<DMNIncludedModel> loadModels(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
workspaceProject - represents the project that will be scanned.DMNIncludedModels 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 imports that provide the list of nodes.DMNIncludedNodes.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.