Uses of Class
fr.gouv.vitam.logbook.common.exception.LogbookClientAlreadyExistsException
-
Packages that use LogbookClientAlreadyExistsException Package Description fr.gouv.vitam.functional.administration.client Provides Functional administration client interface, factory and implementations.fr.gouv.vitam.logbook.common.parameters Provides common parameters, helpers and factory classes used for the Logbook 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. -
-
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.functional.administration.client
Methods in fr.gouv.vitam.functional.administration.client that throw LogbookClientAlreadyExistsException Modifier and Type Method Description javax.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.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that throw LogbookClientAlreadyExistsException Modifier and Type Method Description voidLogbookLifeCyclesClientHelper. 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 LogbookClientAlreadyExistsException 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. 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 LogbookClientAlreadyExistsException Modifier and Type Method Description 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).voidLogbookOperationsClient. create(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).voidLogbookOperationsClientMock. create(LogbookOperationParameters... parameters)
-