Interface RunnerReportService


  • public interface RunnerReportService
    This interface define the service to download a report with the audit messages of a given Simulation
    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method Description
      String getReport​(org.drools.scenariosimulation.api.model.SimulationRunMetadata scenarioRunMetadata, org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type modelType)
      This method returns the report of the given SimulationRunMetadata
    • Method Detail

      • getReport

        String getReport​(org.drools.scenariosimulation.api.model.SimulationRunMetadata scenarioRunMetadata,
                         org.drools.scenariosimulation.api.model.ScenarioSimulationModel.Type modelType)
        This method returns the report of the given SimulationRunMetadata
        Parameters:
        scenarioRunMetadata -
        modelType -
        Returns: