Class RexResultFileExporter
- java.lang.Object
-
- com.farao_community.farao.gridcapa_core_valid.app.services.results_export.RexResultFileExporter
-
- All Implemented Interfaces:
ResultFileExporter
@Component public class RexResultFileExporter extends Object implements ResultFileExporter
ResultFileExporter implementation generating a zip archive with the following files:- An overview of all limitingBranch for each study-point of the timestamp
- An overview of Remedial Actions (RAs) selected by the RAO runner for each study point (TODO)
- all shifted network files, before and after application of preventive RAs, for each study point(TODO)
- Author:
- Alexandre Montigny <alexandre.montigny at rte-france.com>
-
-
Nested Class Summary
-
Nested classes/interfaces inherited from interface com.farao_community.farao.gridcapa_core_valid.app.services.results_export.ResultFileExporter
ResultFileExporter.ResultType
-
-
Constructor Summary
Constructors Constructor Description RexResultFileExporter(MinioAdapter minioAdapter)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description StringexportStudyPointResult(List<StudyPointResult> studyPointResults, OffsetDateTime timestamp)
-
-
-
Constructor Detail
-
RexResultFileExporter
public RexResultFileExporter(MinioAdapter minioAdapter)
-
-
Method Detail
-
exportStudyPointResult
public String exportStudyPointResult(List<StudyPointResult> studyPointResults, OffsetDateTime timestamp)
- Specified by:
exportStudyPointResultin interfaceResultFileExporter
-
-