Package | Description |
---|---|
fr.gouv.vitam.access.internal.client |
Provides access internal client interface, factory and implementations.
|
fr.gouv.vitam.ihmrecette.appserver |
Provides the web server application and configuration for the IHM Recette module and the rest resource it uses
|
fr.gouv.vitam.logbook.administration.audit.main |
Provides the core classes for the Logbook Administration module
|
fr.gouv.vitam.logbook.administration.main |
Povides command line (main) to control Traceability lifecycle process for the Logbook Administration Lifecycle 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 | |
fr.gouv.vitam.worker.core.handler |
Provides Handler classes for the Worker Core module
|
Modifier and Type | Method and Description |
---|---|
RequestResponse<com.fasterxml.jackson.databind.JsonNode> |
AccessInternalClient.checkTraceabilityOperation(com.fasterxml.jackson.databind.JsonNode query)
Checks operation traceability
|
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
WebApplicationResource.traceability(String xTenantId) |
javax.ws.rs.core.Response |
WebApplicationResource.traceabilityLFC(String xTenantId)
launch the traceabiity for lifecycles
|
Modifier and Type | Method and Description |
---|---|
static void |
CallTraceabilityAudit.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static void |
CallTraceabilityLFC.main(String[] args) |
static void |
CallTraceability.main(String[] args) |
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
|
LifeCycleStatusCode |
LogbookLifeCyclesClient.getObjectGroupLifeCycleStatus(String objectGroupId)
Gets the object group lifeCycle status (COMMITTED or IN_PROCESS)
|
LifeCycleStatusCode |
LogbookLifeCyclesClient.getUnitLifeCycleStatus(String unitId)
Gets the unit lifeCycle status (COMMITTED or IN_PROCESS)
|
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). |
com.fasterxml.jackson.databind.JsonNode |
LogbookOperationsClient.reindex(IndexParameters indexParam)
Reindex a collection with parameters
|
com.fasterxml.jackson.databind.JsonNode |
LogbookOperationsClient.switchIndexes(SwitchIndexParameters switchIndexParam)
Switch indexes
|
RequestResponseOK |
LogbookOperationsClient.traceability()
Call traceability logbook operation
|
void |
LogbookOperationsClient.traceabilityAudit(int tenant,
AuditLogbookOptions options) |
RequestResponseOK |
LogbookOperationsClient.traceabilityLFC()
Call traceability logbook lifecycles
|
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.