Uses of Class
fr.gouv.vitam.common.exception.VitamClientInternalException
-
Packages that use VitamClientInternalException Package Description fr.gouv.vitam.batch.report.client fr.gouv.vitam.common.client Basic Vitam Client Common interfacesfr.gouv.vitam.common.external.client Contains generic VitamClient and associated basic implementation used as base for every specific client module.fr.gouv.vitam.logbook.lifecycles.client Provides Logbook Lifecycles client interface, factory and implementations.fr.gouv.vitam.processing.management.client Provides Processing Management client interface, factory and implementations.fr.gouv.vitam.security.internal.client fr.gouv.vitam.worker.core.plugin.bulkatomicupdate -
-
Uses of VitamClientInternalException in fr.gouv.vitam.batch.report.client
Methods in fr.gouv.vitam.batch.report.client that throw VitamClientInternalException Modifier and Type Method Description void
BatchReportClient. appendReportEntries(ReportBody reportBody)
Append report entriesvoid
BatchReportClientRest. appendReportEntries(ReportBody reportBody)
void
BatchReportClient. cleanupReport(java.lang.String processId, ReportType reportType)
Clean all entries with the given process Id tenant and reportTypevoid
BatchReportClientRest. cleanupReport(java.lang.String processId, ReportType reportType)
void
BatchReportClient. exportUnitsToInvalidate(java.lang.String processId, ReportExportRequest reportExportRequest)
Generate units to invalidate by process Id.void
BatchReportClientRest. exportUnitsToInvalidate(java.lang.String processId, ReportExportRequest reportExportRequest)
void
BatchReportClient. generatePurgeAccessionRegisterReport(java.lang.String processId, ReportExportRequest reportExportRequest)
Generate elimination action accession register for deleted units by status and process Id.void
BatchReportClientRest. generatePurgeAccessionRegisterReport(java.lang.String processId, ReportExportRequest reportExportRequest)
void
BatchReportClient. generatePurgeDistinctObjectGroupInUnitReport(java.lang.String processId, ReportExportRequest reportExportRequest)
Generate purge district object groups for units by status and process Id.void
BatchReportClientRest. generatePurgeDistinctObjectGroupInUnitReport(java.lang.String processId, ReportExportRequest reportExportRequest)
void
BatchReportClient. storeExtractedMetadataForAu(java.util.List<ExtractedMetadata> extractedMetadata)
void
BatchReportClientRest. storeExtractedMetadataForAu(java.util.List<ExtractedMetadata> extractedMetadata)
void
BatchReportClient. storeReportToWorkspace(Report reportInfo)
void
BatchReportClientRest. storeReportToWorkspace(Report reportInfo)
-
Uses of VitamClientInternalException in fr.gouv.vitam.common.client
Methods in fr.gouv.vitam.common.client that throw VitamClientInternalException Modifier and Type Method Description int
VitamRestTestClient.VitamRestTest. delete(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. delete(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. execute(VitamRequestBuilder request)
<T> T
VitamRestTestClient.VitamRestTest. execute(VitamRequestBuilder request, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. get(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. get(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. head(java.lang.String path)
int
VitamRestTestClient.VitamRestTest. options(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. options(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. post(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. post(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. put(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. put(java.lang.String path, java.lang.Class<T> entityTpe)
-
Uses of VitamClientInternalException in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that throw VitamClientInternalException Modifier and Type Method Description int
VitamRestTestClient.VitamRestTest. delete(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. delete(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. execute(VitamRequestBuilder requestBuilder, java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. execute(VitamRequestBuilder requestBuilder, java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. get(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. get(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. head(java.lang.String path)
int
VitamRestTestClient.VitamRestTest. options(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. options(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. post(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. post(java.lang.String path, java.lang.Class<T> entityTpe)
int
VitamRestTestClient.VitamRestTest. put(java.lang.String path)
<T> T
VitamRestTestClient.VitamRestTest. put(java.lang.String path, java.lang.Class<T> entityTpe)
-
Uses of VitamClientInternalException in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw VitamClientInternalException Modifier and Type Method Description void
LogbookLifeCyclesClient. bulkLifeCycle(java.lang.String operationId, DistributionType type, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)
bulkLifeCyclevoid
LogbookLifeCyclesClient. bulkLifeCycleTemporary(java.lang.String operationId, DistributionType type, java.util.List<LogbookLifeCycleParametersBulk> logbookLifeCycleParametersBulk)
bulkLifeCycleTemporary -
Uses of VitamClientInternalException in fr.gouv.vitam.processing.management.client
Methods in fr.gouv.vitam.processing.management.client that throw VitamClientInternalException Modifier and Type Method Description void
ProcessingManagementClient. registerWorker(java.lang.String familyId, java.lang.String workerId, WorkerBean workerDescription)
Register a new worker knowing its family and with a WorkerBean. -
Uses of VitamClientInternalException in fr.gouv.vitam.security.internal.client
Methods in fr.gouv.vitam.security.internal.client that throw VitamClientInternalException Modifier and Type Method Description void
InternalSecurityClient. checkIdentityExpiration()
void
InternalSecurityClientRest. checkIdentityExpiration()
void
InternalSecurityClient. checkPersonalCertificate(byte[] certificate, java.lang.String permission)
Check certificate with a permissionvoid
InternalSecurityClientRest. checkPersonalCertificate(byte[] certificate, java.lang.String permission)
void
InternalSecurityClient. checkPersonalCertificateExpiration()
void
InternalSecurityClientRest. checkPersonalCertificateExpiration()
boolean
InternalSecurityClient. contextIsUsed(java.lang.String contextId)
Check if a context is used in certificatesboolean
InternalSecurityClientRest. contextIsUsed(java.lang.String contextId)
java.util.Optional<IdentityModel>
InternalSecurityClient. findIdentity(byte[] certificate)
Find Identityjava.util.Optional<IdentityModel>
InternalSecurityClientRest. findIdentity(byte[] certificate)
IsPersonalCertificateRequiredModel
InternalSecurityClient. isPersonalCertificateRequiredByPermission(java.lang.String permission)
Check if a personal certificate is required for this permissionIsPersonalCertificateRequiredModel
InternalSecurityClientRest. isPersonalCertificateRequiredByPermission(java.lang.String permission)
-
Uses of VitamClientInternalException in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate
Methods in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate that throw VitamClientInternalException Modifier and Type Method Description void
BulkSelectQueryParallelProcessor. close()
void
BulkSelectQueryParallelProcessor. processBulkQueries(java.util.List<CountingIterator.EntryWithIndex<com.fasterxml.jackson.databind.JsonNode>> bulkQueriesToProcess)
-