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.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 module -
-
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.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.logbook.common.parameters
Methods in fr.gouv.vitam.logbook.common.parameters that throw LogbookClientAlreadyExistsException Modifier and Type Method Description void
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
Methods in fr.gouv.vitam.logbook.lifecycles.client that throw LogbookClientAlreadyExistsException Modifier and Type Method Description void
LogbookLifeCyclesClient. 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).void
LogbookLifeCyclesClient. 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).void
LogbookLifeCyclesClient. bulkObjectGroup(java.lang.String eventIdProc, java.util.List<LogbookLifeCycleObjectGroupModel> logbookLifeCycleModels)
void
LogbookLifeCyclesClient. bulkUnit(java.lang.String eventIdProc, java.util.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
Methods in fr.gouv.vitam.logbook.operations.client that throw LogbookClientAlreadyExistsException Modifier and Type Method Description void
LogbookOperationsClient. 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).void
LogbookOperationsClient. 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).void
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
LogbookOperationsClientMock. create(LogbookOperationParameters parameters)
void
LogbookOperationsClient. 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).void
LogbookOperationsClientMock. createDelegate(LogbookOperationParameters parameters)
-
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.security.internal.rest.resource
Methods in fr.gouv.vitam.security.internal.rest.resource that throw LogbookClientAlreadyExistsException Modifier and Type Method Description void
PersonalCertificateResource. checkPersonalCertificate(byte[] certificate, java.lang.String permission)
Check personal certificate -
Uses of LogbookClientAlreadyExistsException in fr.gouv.vitam.security.internal.rest.service
Methods in fr.gouv.vitam.security.internal.rest.service that throw LogbookClientAlreadyExistsException Modifier and Type Method Description void
PersonalCertificateService. checkPersonalCertificateExistence(byte[] certificate, java.lang.String permission)
Checks if the personal certificate if valid.
-