public interface DMNTypeService
| Modifier and Type | Method and Description |
|---|---|
DMNMetadata |
getDMNMetadata(org.uberfire.backend.vfs.Path path,
String dmnPath)
It returns the DMN name and namespace given a dmnPath
|
void |
initializeNameAndNamespace(org.drools.scenariosimulation.api.model.Settings settings,
org.uberfire.backend.vfs.Path path,
String dmnPath)
Extract name and namespace from DMN model (dmnPath) and update settings
|
FactModelTuple |
retrieveFactModelTuple(org.uberfire.backend.vfs.Path path,
String dmnPath)
Retrieves a
FactModelTuple representing the given dmn file |
FactModelTuple retrieveFactModelTuple(org.uberfire.backend.vfs.Path path, String dmnPath)
FactModelTuple representing the given dmn filepath - dmnPath - Exceptionvoid initializeNameAndNamespace(org.drools.scenariosimulation.api.model.Settings settings,
org.uberfire.backend.vfs.Path path,
String dmnPath)
settings - to updatepath - to projectdmnPath - to dmn fileDMNMetadata getDMNMetadata(org.uberfire.backend.vfs.Path path, String dmnPath)
path - to projectdmnPath - to dmn fileCopyright © 2001–2021 JBoss by Red Hat. All rights reserved.