| Package | Description |
|---|---|
| org.kie.workbench.common.dmn.api.editors.included |
| Modifier and Type | Method and Description |
|---|---|
List<DMNIncludedModel> |
DMNIncludedModelsService.loadModels(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject)
This method loads all DMN models from a given project.
|
| Modifier and Type | Method and Description |
|---|---|
List<DMNIncludedNode> |
DMNIncludedModelsService.loadNodesFromImports(org.guvnor.common.services.project.model.WorkspaceProject workspaceProject,
List<DMNIncludedModel> includedModels)
Deprecated.
Imported nodes are being loaded by the marshaller by using the 'DMNMarshallerImportsHelper'.
Thus, client side components can consume nodes directly from the 'Diagram',
and this method will be removed by https://issues.jboss.org/browse/DROOLS-3934 with the end of this refactoring.
|
Copyright © 2001–2019 JBoss by Red Hat. All rights reserved.