Class BatchReportClientRest
java.lang.Object
fr.gouv.vitam.common.client.DefaultClient
fr.gouv.vitam.batch.report.client.BatchReportClientRest
- All Implemented Interfaces:
BatchReportClient
,BasicClient
,MockOrRestClient
,BasicClient
,VitamAutoCloseable
,AutoCloseable
-
Field Summary
Fields inherited from interface fr.gouv.vitam.common.client.BasicClient
STATUS_URL
Fields inherited from interface fr.gouv.vitam.common.external.client.BasicClient
STATUS_URL
-
Method Summary
Modifier and TypeMethodDescriptionvoid
appendReportEntries
(ReportBody reportBody) Append report entriesvoid
Check the status from the servicevoid
checkStatus
(javax.ws.rs.core.MultivaluedHashMap<String, Object> headers) Check the status from the service used to passe "X-SSL-CLIENT-CERT" header that contain a pem certificatevoid
cleanupReport
(String processId, ReportType reportType) Clean all entries with the given process Id tenant and reportTypevoid
close()
Close the underneath http clientfinal void
consumeAnyEntityAndClose
(javax.ws.rs.core.Response response) Helper when an error occurs on client usage side to consume response howevervoid
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.javax.ws.rs.client.Client
javax.ws.rs.client.Client
Get the resource path of the server.Get the service URLjavax.ws.rs.core.Response
make
(VitamRequestBuilder request) javax.ws.rs.core.Response
makeSpecifyingUrl
(VitamRequestBuilder request) com.fasterxml.jackson.databind.JsonNode
readComputedDetailsFromReport
(ReportType reportType, String processId) static void
staticConsumeAnyEntityAndClose
(javax.ws.rs.core.Response response) This method consume everything (in particular InputStream) and close the response.void
storeExtractedMetadataForAu
(List<ExtractedMetadata> extractedMetadata) void
storeReportToWorkspace
(Report reportInfo) toString()
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface fr.gouv.vitam.common.client.MockOrRestClient
checkStatus, checkStatus, close, consumeAnyEntityAndClose, getResourcePath, getServiceUrl
-
Method Details
-
generatePurgeDistinctObjectGroupInUnitReport
public void generatePurgeDistinctObjectGroupInUnitReport(String processId, ReportExportRequest reportExportRequest) throws VitamClientInternalException Description copied from interface:BatchReportClient
Generate purge district object groups for units by status and process Id. Report is stored in JSONL format in workspace.- Specified by:
generatePurgeDistinctObjectGroupInUnitReport
in interfaceBatchReportClient
reportExportRequest
- report export request- Throws:
VitamClientInternalException
-
appendReportEntries
Description copied from interface:BatchReportClient
Append report entries- Specified by:
appendReportEntries
in interfaceBatchReportClient
- Parameters:
reportBody
- the given entry document.- Throws:
VitamClientInternalException
-
storeReportToWorkspace
- Specified by:
storeReportToWorkspace
in interfaceBatchReportClient
- Throws:
VitamClientInternalException
-
exportUnitsToInvalidate
public void exportUnitsToInvalidate(String processId, ReportExportRequest reportExportRequest) throws VitamClientInternalException Description copied from interface:BatchReportClient
Generate units to invalidate by process Id. Report is stored in JSONL format without duplicates.- Specified by:
exportUnitsToInvalidate
in interfaceBatchReportClient
- Throws:
VitamClientInternalException
-
generatePurgeAccessionRegisterReport
public void generatePurgeAccessionRegisterReport(String processId, ReportExportRequest reportExportRequest) throws VitamClientInternalException Description copied from interface:BatchReportClient
Generate elimination action accession register for deleted units by status and process Id. Report is stored in JSONL format in workspace ORDERED BY opi.- Specified by:
generatePurgeAccessionRegisterReport
in interfaceBatchReportClient
reportExportRequest
- report export request- Throws:
VitamClientInternalException
-
cleanupReport
public void cleanupReport(String processId, ReportType reportType) throws VitamClientInternalException Description copied from interface:BatchReportClient
Clean all entries with the given process Id tenant and reportType- Specified by:
cleanupReport
in interfaceBatchReportClient
- Parameters:
processId
- the given process IdreportType
- report type- Throws:
VitamClientInternalException
-
storeExtractedMetadataForAu
public void storeExtractedMetadataForAu(List<ExtractedMetadata> extractedMetadata) throws VitamClientInternalException - Specified by:
storeExtractedMetadataForAu
in interfaceBatchReportClient
- Throws:
VitamClientInternalException
-
createExtractedMetadataDistributionFileForAu
- Specified by:
createExtractedMetadataDistributionFileForAu
in interfaceBatchReportClient
- Throws:
Exception
-
readComputedDetailsFromReport
public com.fasterxml.jackson.databind.JsonNode readComputedDetailsFromReport(ReportType reportType, String processId) - Specified by:
readComputedDetailsFromReport
in interfaceBatchReportClient
-
staticConsumeAnyEntityAndClose
public static void staticConsumeAnyEntityAndClose(javax.ws.rs.core.Response response) This method consume everything (in particular InputStream) and close the response.- Parameters:
response
-
-
consumeAnyEntityAndClose
public final void consumeAnyEntityAndClose(javax.ws.rs.core.Response response) Description copied from interface:MockOrRestClient
Helper when an error occurs on client usage side to consume response however- Specified by:
consumeAnyEntityAndClose
in interfaceMockOrRestClient
-
checkStatus
Description copied from interface:MockOrRestClient
Check the status from the service- Specified by:
checkStatus
in interfaceMockOrRestClient
- Throws:
VitamApplicationServerException
- if the Server is unavailable
-
checkStatus
public void checkStatus(javax.ws.rs.core.MultivaluedHashMap<String, Object> headers) throws VitamApplicationServerExceptionDescription copied from interface:MockOrRestClient
Check the status from the service used to passe "X-SSL-CLIENT-CERT" header that contain a pem certificate- Specified by:
checkStatus
in interfaceMockOrRestClient
- Throws:
VitamApplicationServerException
- if the Server is unavailable
-
getResourcePath
Description copied from interface:MockOrRestClient
Get the resource path of the server.- Specified by:
getResourcePath
in interfaceMockOrRestClient
- Returns:
- the resource path as string
-
getServiceUrl
Description copied from interface:MockOrRestClient
Get the service URL- Specified by:
getServiceUrl
in interfaceMockOrRestClient
- Returns:
- the service URL
-
close
public void close()Description copied from interface:MockOrRestClient
Close the underneath http client- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceMockOrRestClient
- Specified by:
close
in interfaceVitamAutoCloseable
-
toString
-
makeSpecifyingUrl
public javax.ws.rs.core.Response makeSpecifyingUrl(VitamRequestBuilder request) throws VitamClientInternalException - Throws:
VitamClientInternalException
-
make
public javax.ws.rs.core.Response make(VitamRequestBuilder request) throws VitamClientInternalException - Throws:
VitamClientInternalException
-
getClientFactory
-
getClient
public javax.ws.rs.client.Client getClient() -
getChunkedClient
public javax.ws.rs.client.Client getChunkedClient()
-