Uses of Class
fr.gouv.vitam.batch.report.model.ReportType
-
Packages that use ReportType Package Description fr.gouv.vitam.batch.report.client fr.gouv.vitam.batch.report.model fr.gouv.vitam.batch.report.rest.resource fr.gouv.vitam.worker.core.plugin Plugin package in worker module -
-
Uses of ReportType in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client with parameters of type ReportType Modifier and Type Method Description voidBatchReportClient. cleanupReport(java.lang.String processId, ReportType reportType)Clean all entries with the given process Id tenant and reportTypevoidBatchReportClientRest. cleanupReport(java.lang.String processId, ReportType reportType) -
Uses of ReportType in fr.gouv.vitam.batch.report.model
Methods in fr.gouv.vitam.batch.report.model that return ReportType Modifier and Type Method Description ReportTypeReportBody. getReportType()ReportTypeReportSummary. getReportType()static ReportTypeReportType. valueOf(java.lang.String name)Returns the enum constant of this type with the specified name.static ReportType[]ReportType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in fr.gouv.vitam.batch.report.model with parameters of type ReportType Modifier and Type Method Description voidReportBody. setReportType(ReportType reportType)voidReportSummary. setReportType(ReportType reportType)Constructors in fr.gouv.vitam.batch.report.model with parameters of type ReportType Constructor Description ReportBody(java.lang.String processId, ReportType reportType, java.util.List<T> entries)ReportSummary(java.lang.String startDate, java.lang.String endDate, ReportType reportType, ReportResults vitamResults, com.fasterxml.jackson.databind.JsonNode extendedInfo) -
Uses of ReportType in fr.gouv.vitam.batch.report.rest.resource
Methods in fr.gouv.vitam.batch.report.rest.resource with parameters of type ReportType Modifier and Type Method Description javax.ws.rs.core.ResponseBatchReportResource. deleteReport(java.lang.String processId, ReportType reportType) -
Uses of ReportType in fr.gouv.vitam.worker.core.plugin
Constructors in fr.gouv.vitam.worker.core.plugin with parameters of type ReportType Constructor Description CommonReportService(ReportType reportType)CommonReportService(ReportType reportType, BatchReportClientFactory batchReportClientFactory, WorkspaceClientFactory workspaceClientFactory, StorageClientFactory storageClientFactory)
-