Package | Description |
---|---|
fr.gouv.vitam.logbook.common.parameters |
Provides common parameters, helpers and factory classes used for the Logbook module
|
fr.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 module
|
fr.gouv.vitam.security.internal.rest.service |
Provides core classes of functional administration rules module
|
fr.gouv.vitam.storage.engine.server.storagelog |
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCyclesClientHelper.createDelegate(LogbookLifeCycleParameters parameters)
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). |
Modifier and Type | Method and Description |
---|---|
void |
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). |
Modifier and Type | Method and Description |
---|---|
void |
LogbookOperationsClient.bulkCreate(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 |
LogbookOperationsClient.commitCreateDelegate(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 |
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). |
Modifier and Type | Method and Description |
---|---|
void |
PersonalCertificateResource.checkPersonalCertificate(byte[] certificate,
String permission)
Check personal certificate
|
Modifier and Type | Method and Description |
---|---|
void |
PersonalCertificateService.checkPersonalCertificateExistence(byte[] certificate,
String permission)
Checks if the personal certificate if valid.
|
Modifier and Type | Method and Description |
---|---|
GUID |
StorageLogAdministration.backupStorageLog()
secure the logbook operation since last securisation.
|
Copyright © 2018 Vitam. All rights reserved.