Uses of Class
fr.gouv.vitam.logbook.common.exception.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.functional.administration.client
Modifier and TypeMethodDescriptionjavax.ws.rs.core.Response.Status
AdminManagementClient.createExternalOperation
(LogbookOperationParameters logbookOperationparams) Create external logbook operation entry
javax.ws.rs.core.Response.Status
AdminManagementClientMock.createExternalOperation
(LogbookOperationParameters logbookOperationparams) -
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.functional.administration.core.schema
Modifier and TypeMethodDescriptionvoid
SchemaValidationService.startLogBook
(GUID operationGuid, String eventType) -
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.logbook.common.parameters
Modifier and TypeMethodDescriptionvoid
LogbookLifeCyclesClientHelper.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).void
LogbookOperationsClientHelper.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
Modifier and TypeMethodDescriptionvoid
LogbookLifeCyclesClient.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).void
LogbookLifeCyclesClient.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).void
LogbookLifeCyclesClient.bulkObjectGroup
(String eventIdProc, List<LogbookLifeCycleObjectGroupModel> logbookLifeCycleModels) void
LogbookLifeCyclesClient.bulkUnit
(String eventIdProc, List<LogbookLifeCycleUnitModel> logbookLifeCycleModels) void
LogbookLifeCyclesClient.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
Modifier and TypeMethodDescriptionvoid
LogbookOperationsClient.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).void
LogbookOperationsClient.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).void
LogbookOperationsClientMock.create
(LogbookOperationParameters... parameters)