Uses of Class
fr.gouv.vitam.logbook.common.exception.LogbookClientNotFoundException
Packages that use LogbookClientNotFoundException
Package
Description
Provides common parameters, helpers and factory classes used for the Logbook module
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 LogbookClientNotFoundException in fr.gouv.vitam.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that throw LogbookClientNotFoundExceptionModifier and TypeMethodDescriptionvoid
LogbookLifeCyclesClientHelper.updateDelegate
(LogbookLifeCycleParameters parameters) Deprecated.Update logbook entry using delegation
To be used everywhere except very first time if creation (when objectIdentifier already used once)void
LogbookOperationsClientHelper.updateDelegate
(LogbookOperationParameters parameters) Update logbook entry using delegation
To be used everywhere except very first time (when eventIdentifierProcess already used once) -
Uses of LogbookClientNotFoundException in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw LogbookClientNotFoundExceptionModifier and TypeMethodDescriptionvoid
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)LogbookLifeCyclesClient.getObjectGroupLifeCycleStatus
(String objectGroupId) Gets the object group lifeCycle status (COMMITTED or IN_PROCESS)LogbookLifeCyclesClient.getUnitLifeCycleStatus
(String unitId) Gets the unit lifeCycle status (COMMITTED or IN_PROCESS)void
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 LogbookClientNotFoundException in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client that throw LogbookClientNotFoundExceptionModifier and TypeMethodDescriptionvoid
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) -
Uses of LogbookClientNotFoundException in fr.gouv.vitam.metadata.audit.core
Methods in fr.gouv.vitam.metadata.audit.core that throw LogbookClientNotFoundExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response
MetadataAuditService.auditDataConsistencyMongoEs()
-
Uses of LogbookClientNotFoundException in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that throw LogbookClientNotFoundExceptionModifier 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 LogbookClientNotFoundException in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence that throw LogbookClientNotFoundExceptionModifier and TypeMethodDescriptionDataRectificationService.correctObjectGroups
(EvidenceAuditReportLine line, String containerName) DataRectificationService.correctUnits
(EvidenceAuditReportLine line, String containerName)