Uses of Class
fr.gouv.vitam.logbook.common.exception.LogbookClientAlreadyExistsException
Packages that use LogbookClientAlreadyExistsException
Package
Description
Provides Functional administration client interface, factory and implementations.
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.
-
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.collect.internal.core.service
Methods in fr.gouv.vitam.collect.internal.core.service that throw LogbookClientAlreadyExistsExceptionModifier 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 LogbookClientAlreadyExistsException in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client that throw LogbookClientAlreadyExistsExceptionModifier and TypeMethodDescriptionjavax.ws.rs.core.Response.StatusAdminManagementClient.createExternalOperation(LogbookOperationParameters logbookOperationparams) Create external logbook operation entry
javax.ws.rs.core.Response.StatusAdminManagementClientMock.createExternalOperation(LogbookOperationParameters logbookOperationparams) -
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.functional.administration.core.schema
Methods in fr.gouv.vitam.functional.administration.core.schema that throw LogbookClientAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidSchemaValidationService.startLogBook(GUID operationGuid, String eventType) -
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that throw LogbookClientAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidLogbookLifeCyclesClientHelper.createDelegate(LogbookLifeCycleParameters parameters) Deprecated.Create logbook entry using delegation
To be used ONLY once at top level of process startup (where objectIdentifier is set for the first time).voidLogbookOperationsClientHelper.createDelegate(LogbookOperationParameters parameters) Create logbook entry using delegation
To be used ONLY once at top level of process startup (where eventIdentifierProcess is set for the first time). -
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.logbook.lifecycles.client
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw LogbookClientAlreadyExistsExceptionModifier 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.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). -
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.logbook.operations.client
Methods in fr.gouv.vitam.logbook.operations.client that throw LogbookClientAlreadyExistsExceptionModifier and TypeMethodDescriptionvoidLogbookOperationsClient.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)