Uses of Class
fr.gouv.vitam.logbook.common.exception.LogbookClientServerException
Packages that use LogbookClientServerException
Package
Description
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
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 LogbookClientServerException in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseTransactionService.startDeletionWorkflow(String transactionId, DeletionRequestBody deletionRequestBody, Contexts deletionWorkflowContext) javax.ws.rs.core.ResponseTransactionService.startEliminationActionWorkflow(String transactionId, EliminationRequestBody eliminationRequestBody, Contexts eliminationWorkflowContext) -
Uses of LogbookClientServerException in fr.gouv.vitam.functional.administration.core.schema
Methods in fr.gouv.vitam.functional.administration.core.schema that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionvoidSchemaValidationService.startLogBook(GUID operationGuid, String eventType) -
Uses of LogbookClientServerException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseWebApplicationResource.traceability(String xTenantId) javax.ws.rs.core.ResponseWebApplicationResource.traceabilityLfcObjectGroup(String xTenantId) launch the traceability for object group lifecyclesjavax.ws.rs.core.ResponseWebApplicationResource.traceabilityLfcUnit(String xTenantId) launch the traceability for unit lifecycles -
Uses of LogbookClientServerException in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionvoidLogbookLifeCyclesClient.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).voidLogbookLifeCyclesClient.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).voidLogbookLifeCyclesClient.bulkObjectGroup(String eventIdProc, List<LogbookLifeCycleObjectGroupModel> logbookLifeCycleModels) voidLogbookLifeCyclesClient.bulkUnit(String eventIdProc, List<LogbookLifeCycleUnitModel> logbookLifeCycleModels) voidLogbookLifeCyclesClient.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)voidLogbookLifeCyclesClient.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).voidLogbookLifeCyclesClient.createRawbulkObjectgrouplifecycles(List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws) Create lifecycle objectgroupvoidLogbookLifeCyclesClient.createRawbulkUnitlifecycles(List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws) Create lifecycle unitvoidLogbookLifeCyclesClient.deleteLifecycleObjectGroupBulk(Collection<String> listIds) deleteLifecycleObjectGroupBulkvoidLogbookLifeCyclesClient.deleteLifecycleUnitsBulk(Collection<String> listIds) deleteLifecycleUnitsBulkLogbookLifeCyclesClient.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 LogbookClientServerException in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionLogbookOperationsClient.checkLifecycleTraceabilityWorkflowStatus(String processId) Check life cycle traceability status (unit / got)LogbookOperationsClient.checkLogbookCoherence()checkLogbookCoherencevoidLogbookOperationsClient.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).voidLogbookOperationsClient.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).voidLogbookOperationsClientMock.create(LogbookOperationParameters... parameters) RequestResponse<com.fasterxml.jackson.databind.JsonNode>LogbookOperationsClient.getLastOperationByType(String operationType) voidLogbookOperationsClient.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) voidLogbookOperationsClientMock.reconstructCollection(List<ReconstructionRequestItem> reconstructionItems) LogbookOperationsClient.reindex(IndexParameters indexParam) Reindex a collection with parametersLogbookOperationsClient.switchIndexes(SwitchIndexParameters switchIndexParam) Switch indexesLogbookOperationsClient.traceability(List<Integer> tenants) Call traceability logbook operation for requested tenantsvoidLogbookOperationsClient.traceabilityAudit(int tenant, AuditLogbookOptions options) LogbookOperationsClient.traceabilityLfcObjectGroup()Starts Object Group logbook lifecycle traceabilityLogbookOperationsClient.traceabilityLfcUnit()Starts Unit logbook lifecycle traceabilityvoidLogbookOperationsClient.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 LogbookClientServerException in fr.gouv.vitam.metadata.audit.core
Methods in fr.gouv.vitam.metadata.audit.core that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.ResponseMetadataAuditService.auditDataConsistencyMongoEs() -
Uses of LogbookClientServerException in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that throw LogbookClientServerExceptionModifier 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 LogbookClientServerException in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionDataRectificationService.correctObjectGroups(EvidenceAuditReportLine line, String containerName) DataRectificationService.correctUnits(EvidenceAuditReportLine line, String containerName) -
Uses of LogbookClientServerException in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw LogbookClientServerExceptionModifier and TypeMethodDescriptionabstract voidCommonPurgeDeleteService.deleteObjectGroups(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeDeleteCollectService.deleteObjectGroups(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeDeleteService.deleteObjectGroups(List<PurgeObjectGroupParams> objectGroupParams, HandlerIO handler) voidPurgeDeleteService.deleteUnits(Map<String, String> unitsGuidsWithStrategies, HandlerIO handler)