Package | Description |
---|---|
fr.gouv.vitam.access.internal.rest |
Provides the web server application for the Access Internal module and the rest resources it uses.
|
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.worker.core.handler |
Provides Handler classes for the Worker Core module
|
fr.gouv.vitam.worker.core.plugin.evidence |
Modifier and Type | Method and Description |
---|---|
javax.ws.rs.core.Response |
LogbookInternalResourceImpl.checkOperationTraceability(com.fasterxml.jackson.databind.JsonNode query)
Checks a traceability operation based on a given DSLQuery
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCyclesClientHelper.updateDelegate(LogbookLifeCycleParameters parameters)
Update logbook entry using delegation
To be used everywhere except very first time if creation (when objectIdentifier already used once) |
void |
LogbookOperationsClientHelper.updateDelegate(LogbookOperationParameters parameters)
Update logbook entry using delegation
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
Modifier and Type | Method and Description |
---|---|
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) |
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.bulkUpdate(String eventIdProc,
Iterable<LogbookOperationParameters> queue)
Bulk Update
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
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.update(LogbookOperationParameters parameters)
Update logbook entry
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
void |
LogbookOperationsClient.updateDelegate(LogbookOperationParameters parameters)
Update logbook entry using delegation
To be used everywhere except very first time (when eventIdentifierProcess already used once) |
Modifier and Type | Method and Description |
---|---|
void |
CommitLifeCycleObjectGroupActionHandler.commitLifeCycle(HandlerIO handlerIO,
String objectID,
String operationId) |
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) |
Modifier and Type | Method and Description |
---|---|
List<IdentifierType> |
DataRectificationService.correctObjectGroups(EvidenceAuditReportLine line,
String containerName) |
Optional<IdentifierType> |
DataRectificationService.correctUnits(EvidenceAuditReportLine line,
String containerName) |
Copyright © 2018 Vitam. All rights reserved.