Uses of Class
fr.gouv.vitam.logbook.common.exception.LogbookClientBadRequestException
Packages that use LogbookClientBadRequestException
Package
Description
Provides Logbook Lifecycles client interface, factory and implementations.
Provides Logbook Operations client interface, factory and implementations.
Provides Handler classes for the Worker Core module
-
Uses of LogbookClientBadRequestException in fr.gouv.vitam.functional.administration.core.schema
Methods in fr.gouv.vitam.functional.administration.core.schema that throw LogbookClientBadRequestExceptionModifier and TypeMethodDescriptionvoid
SchemaValidationService.startLogBook
(GUID operationGuid, String eventType) -
Uses of LogbookClientBadRequestException in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw LogbookClientBadRequestExceptionModifier and TypeMethodDescriptionvoid
LogbookLifeCyclesClient.bulkCreateObjectGroup
(String objectIdentifier, Iterable<LogbookLifeCycleParameters> queue) Bulk Create for ObjectGroup
To be used ONLY once at top level of process startup (where objectIdentifier is set for the first time).void
LogbookLifeCyclesClient.bulkCreateUnit
(String objectIdentifier, Iterable<LogbookLifeCycleParameters> queue) Bulk Create for Unit
To be used ONLY once at top level of process startup (where objectIdentifier is set for the first time).void
LogbookLifeCyclesClient.bulkObjectGroup
(String eventIdProc, List<LogbookLifeCycleObjectGroupModel> logbookLifeCycleModels) void
LogbookLifeCyclesClient.bulkUnit
(String eventIdProc, List<LogbookLifeCycleUnitModel> logbookLifeCycleModels) void
LogbookLifeCyclesClient.bulkUpdateObjectGroup
(String objectIdentifier, Iterable<? extends LogbookLifeCycleParameters> queue) Bulk Update for ObjectGroup
To be used everywhere except very first time (when objectIdentifier already used once)void
LogbookLifeCyclesClient.bulkUpdateUnit
(String objectIdentifier, Iterable<? extends LogbookLifeCycleParameters> queue) Bulk Update for Unit
To be used everywhere except very first time (when objectIdentifier already used once)void
LogbookLifeCyclesClient.commit
(LogbookLifeCycleParameters parameters) Commit logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookLifeCyclesClient.commitObjectGroup
(String operationId, String objectGroupId) Commit objectGroup lifeCycle
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookLifeCyclesClient.commitUnit
(String operationId, String unitId) Commit unit lifeCycle
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookLifeCyclesClient.create
(LogbookLifeCycleParameters parameters) Create logbook entry
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time).void
LogbookLifeCyclesClient.createRawbulkObjectgrouplifecycles
(List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws) Create lifecycle objectgroupvoid
LogbookLifeCyclesClient.createRawbulkUnitlifecycles
(List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws) Create lifecycle unitvoid
LogbookLifeCyclesClient.deleteLifecycleObjectGroupBulk
(Collection<String> listIds) deleteLifecycleObjectGroupBulkvoid
LogbookLifeCyclesClient.deleteLifecycleUnitsBulk
(Collection<String> listIds) deleteLifecycleUnitsBulkvoid
LogbookLifeCyclesClient.rollback
(LogbookLifeCycleParameters parameters) Rollback logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookLifeCyclesClient.rollBackObjectGroupsByOperation
(String operationId) Remove created object group lifeCycles during the given operationvoid
LogbookLifeCyclesClient.rollBackUnitsByOperation
(String operationId) Remove created unit lifeCycles during the given operationvoid
LogbookLifeCyclesClient.update
(LogbookLifeCycleParameters parameters) Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookLifeCyclesClient.update
(LogbookLifeCycleParameters parameters, LifeCycleStatusCode lifeCycleStatusCode) Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) -
Uses of LogbookClientBadRequestException in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client that throw LogbookClientBadRequestExceptionModifier and TypeMethodDescriptionvoid
LogbookOperationsClient.create
(LogbookOperationParameters... parameters) Create logbook entry
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time).void
LogbookOperationsClient.create
(String eventIdProc, Iterable<LogbookOperationParameters> queue) Bulk Create
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time).void
LogbookOperationsClientMock.create
(LogbookOperationParameters... parameters) void
LogbookOperationsClientMock.create
(String eventIdProc, Iterable<LogbookOperationParameters> queue) void
LogbookOperationsClient.update
(LogbookOperationParameters... parameters) Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookOperationsClient.update
(String eventIdProc, Iterable<LogbookOperationParameters> queue) Bulk Update
To be used everywhere except very first time (when eventIdentifierProcess already used once)void
LogbookOperationsClientMock.update
(LogbookOperationParameters... parameters) void
LogbookOperationsClientMock.update
(String eventIdProc, Iterable<LogbookOperationParameters> queue) -
Uses of LogbookClientBadRequestException in fr.gouv.vitam.metadata.audit.core
Methods in fr.gouv.vitam.metadata.audit.core that throw LogbookClientBadRequestExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MetadataAuditService.auditDataConsistencyMongoEs()
-
Uses of LogbookClientBadRequestException in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that throw LogbookClientBadRequestExceptionModifier and TypeMethodDescriptionabstract void
CommitLifeCycleActionHandler.commitLifeCycle
(HandlerIO handlerIO, String objectID, String operationId) Runs a commit process for the given object (Unit or ObjectGroup) and a given operationvoid
CommitLifeCycleObjectGroupActionHandler.commitLifeCycle
(HandlerIO handlerIO, String objectID, String operationId) void
CommitLifeCycleUnitActionHandler.commitLifeCycle
(HandlerIO handlerIO, String objectID, String operationId) -
Uses of LogbookClientBadRequestException in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence that throw LogbookClientBadRequestExceptionModifier and TypeMethodDescriptionDataRectificationService.correctObjectGroups
(EvidenceAuditReportLine line, String containerName) DataRectificationService.correctUnits
(EvidenceAuditReportLine line, String containerName) -
Uses of LogbookClientBadRequestException in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw LogbookClientBadRequestExceptionModifier and TypeMethodDescriptionvoid
PurgeDeleteService.deleteObjectGroups
(Map<String, String> objectGroupsGuidsWithStrategies) void
PurgeDeleteService.deleteUnits
(Map<String, String> unitsGuidsWithStrategies)