Uses of Class
fr.gouv.vitam.logbook.common.exception.LogbookClientServerException
-
Packages that use LogbookClientServerException Package Description fr.gouv.vitam.access.internal.client Provides access internal client interface, factory and implementations.fr.gouv.vitam.ihmrecette.appserver Provides the web server application and configuration for the IHM Recette module and the rest resource it usesfr.gouv.vitam.logbook.administration.main Povides command line (main) to control Traceability lifecycle process for the Logbook Administration Lifecycle modulefr.gouv.vitam.logbook.lifecycles.client Provides Logbook Lifecycles client interface, factory and implementations.fr.gouv.vitam.logbook.operations.client Provides Logbook Operations client interface, factory and implementations.fr.gouv.vitam.security.internal.rest.resource Provides core classes of functional administration rules modulefr.gouv.vitam.security.internal.rest.service Provides core classes of functional administration rules modulefr.gouv.vitam.storage.engine.server.storagelog fr.gouv.vitam.worker.core.handler Provides Handler classes for the Worker Core modulefr.gouv.vitam.worker.core.plugin.evidence fr.gouv.vitam.worker.core.plugin.purge -
-
Uses of LogbookClientServerException in fr.gouv.vitam.access.internal.client
Methods in fr.gouv.vitam.access.internal.client that throw LogbookClientServerException Modifier and Type Method Description RequestResponse<com.fasterxml.jackson.databind.JsonNode>AccessInternalClient. checkTraceabilityOperation(com.fasterxml.jackson.databind.JsonNode query)Checks operation traceability -
Uses of LogbookClientServerException in fr.gouv.vitam.ihmrecette.appserver
Methods in fr.gouv.vitam.ihmrecette.appserver that throw LogbookClientServerException Modifier and Type Method Description javax.ws.rs.core.ResponseWebApplicationResource. traceability(java.lang.String xTenantId)javax.ws.rs.core.ResponseWebApplicationResource. traceabilityLfcObjectGroup(java.lang.String xTenantId)launch the traceability for object group lifecyclesjavax.ws.rs.core.ResponseWebApplicationResource. traceabilityLfcUnit(java.lang.String xTenantId)launch the traceability for unit lifecycles -
Uses of LogbookClientServerException in fr.gouv.vitam.logbook.administration.main
Methods in fr.gouv.vitam.logbook.administration.main that throw LogbookClientServerException Modifier and Type Method Description static voidCallTraceability. main(java.lang.String[] args) -
Uses of LogbookClientServerException in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw LogbookClientServerException Modifier and Type Method Description voidLogbookLifeCyclesClient. bulkCreateObjectGroup(java.lang.String objectIdentifier, java.lang.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(java.lang.String objectIdentifier, java.lang.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(java.lang.String eventIdProc, java.util.List<LogbookLifeCycleObjectGroupModel> logbookLifeCycleModels)voidLogbookLifeCyclesClient. bulkUnit(java.lang.String eventIdProc, java.util.List<LogbookLifeCycleUnitModel> logbookLifeCycleModels)voidLogbookLifeCyclesClient. bulkUpdateObjectGroup(java.lang.String objectIdentifier, java.lang.Iterable<LogbookLifeCycleParameters> queue)Bulk Update for ObjectGroup
To be used everywhere except very first time (when objectIdentifier already used once)voidLogbookLifeCyclesClient. bulkUpdateUnit(java.lang.String objectIdentifier, java.lang.Iterable<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(java.lang.String operationId, java.lang.String objectGroupId)Commit objectGroup lifeCycle
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookLifeCyclesClient. commitUnit(java.lang.String operationId, java.lang.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(java.util.List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws)Create lifecycle objectgroupvoidLogbookLifeCyclesClient. createRawbulkUnitlifecycles(java.util.List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws)Create lifecycle unitvoidLogbookLifeCyclesClient. deleteLifecycleObjectGroupBulk(java.util.Collection<java.lang.String> listIds)deleteLifecycleObjectGroupBulkvoidLogbookLifeCyclesClient. deleteLifecycleUnitsBulk(java.util.Collection<java.lang.String> listIds)deleteLifecycleUnitsBulkLifeCycleStatusCodeLogbookLifeCyclesClient. getObjectGroupLifeCycleStatus(java.lang.String objectGroupId)Gets the object group lifeCycle status (COMMITTED or IN_PROCESS)LifeCycleStatusCodeLogbookLifeCyclesClient. getUnitLifeCycleStatus(java.lang.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(java.lang.String operationId)Remove created object group lifeCycles during the given operationvoidLogbookLifeCyclesClient. rollBackUnitsByOperation(java.lang.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 LogbookClientServerException Modifier and Type Method Description voidLogbookOperationsClient. bulkCreate(java.lang.String eventIdProc, java.lang.Iterable<LogbookOperationParameters> queue)Bulk Create
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time).voidLogbookOperationsClient. bulkUpdate(java.lang.String eventIdProc, java.lang.Iterable<LogbookOperationParameters> queue)Bulk Update
To be used everywhere except very first time (when eventIdentifierProcess already used once)LifecycleTraceabilityStatusLogbookOperationsClient. checkLifecycleTraceabilityWorkflowStatus(java.lang.String processId)Check life cycle traceability status (unit / got)LogbookCheckResultLogbookOperationsClient. checkLogbookCoherence()checkLogbookCoherencevoidLogbookOperationsClient. commitCreateDelegate(java.lang.String eventIdProc)Finalize logbook entry using delegation
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time).voidLogbookOperationsClient. commitUpdateDelegate(java.lang.String eventIdProc)Finalize logbook entry using delegation
To be used everywhere except very first time (when eventIdentifierProcess already used once)voidLogbookOperationsClient. 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).voidLogbookOperationsClientMock. create(LogbookOperationParameters parameters)com.fasterxml.jackson.databind.JsonNodeLogbookOperationsClient. reindex(IndexParameters indexParam)Reindex a collection with parameterscom.fasterxml.jackson.databind.JsonNodeLogbookOperationsClientMock. reindex(IndexParameters indexParam)com.fasterxml.jackson.databind.JsonNodeLogbookOperationsClient. switchIndexes(SwitchIndexParameters switchIndexParam)Switch indexescom.fasterxml.jackson.databind.JsonNodeLogbookOperationsClientMock. switchIndexes(SwitchIndexParameters switchIndexParam)RequestResponseOKLogbookOperationsClient. traceability()Call traceability logbook operation
voidLogbookOperationsClient. traceabilityAudit(int tenant, AuditLogbookOptions options)RequestResponseOKLogbookOperationsClient. traceabilityLfcObjectGroup()Starts Object Group logbook lifecycle traceabilityRequestResponseOKLogbookOperationsClient. 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)voidLogbookOperationsClientMock. update(LogbookOperationParameters parameters) -
Uses of LogbookClientServerException in fr.gouv.vitam.security.internal.rest.resource
Methods in fr.gouv.vitam.security.internal.rest.resource that throw LogbookClientServerException Modifier and Type Method Description voidPersonalCertificateResource. checkPersonalCertificate(byte[] certificate, java.lang.String permission)Check personal certificate -
Uses of LogbookClientServerException in fr.gouv.vitam.security.internal.rest.service
Methods in fr.gouv.vitam.security.internal.rest.service that throw LogbookClientServerException Modifier and Type Method Description voidPersonalCertificateService. checkPersonalCertificateExistence(byte[] certificate, java.lang.String permission)Checks if the personal certificate if valid. -
Uses of LogbookClientServerException in fr.gouv.vitam.storage.engine.server.storagelog
Methods in fr.gouv.vitam.storage.engine.server.storagelog that throw LogbookClientServerException Modifier and Type Method Description voidStorageLogAdministration. backupStorageLog(java.lang.String strategyId, java.lang.Boolean backupWriteLog, GUID eip)backup the log files since last backup:
* Link the appender to a new file in order to continue to log access/write during the operation
* Copy previous log files from Storage to Offers * Delete old files from Storage -
Uses of LogbookClientServerException in fr.gouv.vitam.worker.core.handler
Methods in fr.gouv.vitam.worker.core.handler that throw LogbookClientServerException Modifier and Type Method Description abstract voidCommitLifeCycleActionHandler. commitLifeCycle(HandlerIO handlerIO, java.lang.String objectID, java.lang.String operationId)Runs a commit process for the given object (Unit or ObjectGroup) and a given operationvoidCommitLifeCycleObjectGroupActionHandler. commitLifeCycle(HandlerIO handlerIO, java.lang.String objectID, java.lang.String operationId)voidCommitLifeCycleUnitActionHandler. commitLifeCycle(HandlerIO handlerIO, java.lang.String objectID, java.lang.String operationId) -
Uses of LogbookClientServerException in fr.gouv.vitam.worker.core.plugin.evidence
Methods in fr.gouv.vitam.worker.core.plugin.evidence that throw LogbookClientServerException Modifier and Type Method Description java.util.List<IdentifierType>DataRectificationService. correctObjectGroups(EvidenceAuditReportLine line, java.lang.String containerName)java.util.Optional<IdentifierType>DataRectificationService. correctUnits(EvidenceAuditReportLine line, java.lang.String containerName) -
Uses of LogbookClientServerException in fr.gouv.vitam.worker.core.plugin.purge
Methods in fr.gouv.vitam.worker.core.plugin.purge that throw LogbookClientServerException Modifier and Type Method Description voidPurgeDeleteService. deleteObjectGroups(java.util.Map<java.lang.String,java.lang.String> objectGroupsGuidsWithStrategies)voidPurgeDeleteService. deleteUnits(java.util.Map<java.lang.String,java.lang.String> unitsGuidsWithStrategies)
-