public interface BatchReportClient extends BasicClient
STATUS_URL
Modifier and Type | Method and Description |
---|---|
void |
appendReportEntries(ReportBody reportBody)
Append report entries
|
void |
cleanupReport(String processId,
ReportType reportType)
Clean all entries with the given process Id tenant and reportType
|
void |
exportUnitsToInvalidate(String processId,
ReportExportRequest reportExportRequest)
Generate units to invalidate by process Id.
|
void |
generatePurgeAccessionRegisterReport(String processId,
ReportExportRequest reportExportRequest)
Generate elimination action accession register for deleted units by status and process Id.
|
void |
generatePurgeDistinctObjectGroupInUnitReport(String processId,
ReportExportRequest reportExportRequest)
Generate purge district object groups for units by status and process Id.
|
void |
storeReport(Report reportInfo) |
checkStatus, checkStatus, close, consumeAnyEntityAndClose, getResourcePath, getServiceUrl
void generatePurgeDistinctObjectGroupInUnitReport(String processId, ReportExportRequest reportExportRequest) throws VitamClientInternalException
processId
- reportExportRequest
- report export requestVitamClientInternalException
void appendReportEntries(ReportBody reportBody) throws VitamClientInternalException
reportBody
- the given entry document.VitamClientInternalException
void storeReport(Report reportInfo) throws VitamClientInternalException
VitamClientInternalException
void exportUnitsToInvalidate(String processId, ReportExportRequest reportExportRequest) throws VitamClientInternalException
VitamClientInternalException
void generatePurgeAccessionRegisterReport(String processId, ReportExportRequest reportExportRequest) throws VitamClientInternalException
processId
- reportExportRequest
- report export requestVitamClientInternalException
void cleanupReport(String processId, ReportType reportType) throws VitamClientInternalException
processId
- the given process IdreportType
- report typeVitamClientInternalException
Copyright © 2019 Vitam. All rights reserved.