Package | Description |
---|---|
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 | |
fr.gouv.vitam.worker.core.handler |
Provides Handler classes for the Worker Core module
|
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.bulkUpdateObjectGroup(String objectIdentifier,
Iterable<LogbookLifeCycleParameters> queue)
Bulk Update for ObjectGroup
To be used everywhere except very first time (when objectIdentifier already used once) |
void |
LogbookLifeCyclesClient.bulkUpdateUnit(String objectIdentifier,
Iterable<LogbookLifeCycleParameters> queue)
Bulk Update for Unit
To be used everywhere except very first time (when objectIdentifier already used once) |
void |
LogbookLifeCyclesClient.commit(LogbookLifeCycleParameters parameters)
Commit logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
void |
LogbookLifeCyclesClient.commitObjectGroup(String operationId,
String objectGroupId)
Commit objectGroup lifeCycle
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
void |
LogbookLifeCyclesClient.commitUnit(String operationId,
String unitId)
Commit unit lifeCycle
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
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). |
void |
LogbookLifeCyclesClient.createRawbulkObjectgrouplifecycles(List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws)
Create lifecycle objectgroup
|
void |
LogbookLifeCyclesClient.createRawbulkUnitlifecycles(List<com.fasterxml.jackson.databind.JsonNode> logbookLifeCycleRaws)
Create lifecycle unit
|
void |
LogbookLifeCyclesClient.rollback(LogbookLifeCycleParameters parameters)
Rollback logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
void |
LogbookLifeCyclesClient.rollBackObjectGroupsByOperation(String operationId)
Remove created object group lifeCycles during the given operation
|
void |
LogbookLifeCyclesClient.rollBackUnitsByOperation(String operationId)
Remove created unit lifeCycles during the given operation
|
void |
LogbookLifeCyclesClient.update(LogbookLifeCycleParameters parameters)
Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
void |
LogbookLifeCyclesClient.update(LogbookLifeCycleParameters parameters,
LifeCycleStatusCode lifeCycleStatusCode)
Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
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.bulkUpdate(String eventIdProc,
Iterable<LogbookOperationParameters> queue)
Bulk Update
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
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.commitUpdateDelegate(String eventIdProc)
Finalize logbook entry using delegation
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
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.update(LogbookOperationParameters parameters)
Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
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.
|
Modifier and Type | Method and Description |
---|---|
abstract void |
CommitLifeCycleActionHandler.commitLifeCycle(HandlerIO handlerIO,
String objectID,
String operationId)
Runs a commit process for the given object (Unit or ObjectGroup) and a given operation
|
void |
CommitLifeCycleUnitActionHandler.commitLifeCycle(HandlerIO handlerIO,
String objectID,
String operationId) |
void |
CommitLifeCycleObjectGroupActionHandler.commitLifeCycle(HandlerIO handlerIO,
String objectID,
String operationId) |
Copyright © 2018 Vitam. All rights reserved.