Interface DMNTypeService
-
public interface DMNTypeService
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DMNMetadatagetDMNMetadata(org.uberfire.backend.vfs.Path path, String dmnPath)It returns the DMN name and namespace given a dmnPathvoidinitializeNameAndNamespace(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 settingsFactModelTupleretrieveFactModelTuple(org.uberfire.backend.vfs.Path path, String dmnPath)Retrieves aFactModelTuplerepresenting the given dmn file
-
-
-
Method Detail
-
retrieveFactModelTuple
FactModelTuple retrieveFactModelTuple(org.uberfire.backend.vfs.Path path, String dmnPath)
Retrieves aFactModelTuplerepresenting the given dmn file- Parameters:
path-dmnPath-- Returns:
- Throws:
Exception
-
initializeNameAndNamespace
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- Parameters:
settings- to updatepath- to projectdmnPath- to dmn file
-
getDMNMetadata
DMNMetadata getDMNMetadata(org.uberfire.backend.vfs.Path path, String dmnPath)
It returns the DMN name and namespace given a dmnPath- Parameters:
path- to projectdmnPath- to dmn file
-
-