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 TypeMethodDescriptionvoidLogbookLifeCyclesClientHelper.updateDelegate(LogbookLifeCycleParameters parameters) Deprecated.Update logbook entry using delegation
To be used everywhere except very first time if creation (when objectIdentifier already used once)voidLogbookOperationsClientHelper.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 TypeMethodDescriptionvoidLogbookLifeCyclesClient.bulkUpdateObjectGroup(String objectIdentifier, Iterable<? extends LogbookLifeCycleParameters> queue) Bulk Update for ObjectGroup
To be used everywhere except very first time (when objectIdentifier already used once)voidLogbookLifeCyclesClient.bulkUpdateUnit(String objectIdentifier, Iterable<? extends LogbookLifeCycleParameters> queue) Bulk Update for Unit
To be used everywhere except very first time (when objectIdentifier already used once)voidLogbookLifeCyclesClient.commit(LogbookLifeCycleParameters parameters) Commit logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookLifeCyclesClient.commitObjectGroup(String operationId, String objectGroupId) Commit objectGroup lifeCycle
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookLifeCyclesClient.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)voidLogbookLifeCyclesClient.rollback(LogbookLifeCycleParameters parameters) Rollback logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookLifeCyclesClient.rollBackObjectGroupsByOperation(String operationId) Remove created object group lifeCycles during the given operationvoidLogbookLifeCyclesClient.rollBackUnitsByOperation(String operationId) Remove created unit lifeCycles during the given operationvoidLogbookLifeCyclesClient.update(LogbookLifeCycleParameters parameters) Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookLifeCyclesClient.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 TypeMethodDescriptionvoidLogbookOperationsClient.update(LogbookOperationParameters... parameters) Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookOperationsClient.update(String eventIdProc, Iterable<LogbookOperationParameters> queue) Bulk Update
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookOperationsClientMock.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.ResponseMetadataAuditService.auditDataConsistencyMongoEs() -
Uses of LogbookClientNotFoundException in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that throw LogbookClientNotFoundExceptionModifier and TypeMethodDescriptionabstract voidCommitLifeCycleActionHandler.commitLifeCycle(HandlerIO handlerIO, String objectID, String operationId) Runs a commit process for the given object (Unit or ObjectGroup) and a given operationvoidCommitLifeCycleObjectGroupActionHandler.commitLifeCycle(HandlerIO handlerIO, String objectID, String operationId) voidCommitLifeCycleUnitActionHandler.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)