Interface DMNTypeService


  • public interface DMNTypeService
    • Method Detail

      • retrieveFactModelTuple

        FactModelTuple retrieveFactModelTuple​(org.uberfire.backend.vfs.Path path,
                                              String dmnPath)
        Retrieves a FactModelTuple representing 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 update
        path - to project
        dmnPath - 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 project
        dmnPath - to dmn file