Package | Description |
---|---|
fr.gouv.vitam.logbook.common.server |
Provides Common Server classes for the Logbook module
|
fr.gouv.vitam.logbook.common.server.database.collections |
Provides Logbook collection classes
|
fr.gouv.vitam.logbook.lifecycles.api |
Provides API classes for the Logbook Lifecycles module
|
fr.gouv.vitam.logbook.lifecycles.core |
Provides core implementation for the Logbook Lifecycles module.
|
fr.gouv.vitam.logbook.operations.api |
Provides API classes for the Logbook Operations module
|
fr.gouv.vitam.logbook.operations.core |
Provides core implementation for the Logbook Operations module.
|
Modifier and Type | Method and Description |
---|---|
boolean |
LogbookDbAccess.existsLogbookLifeCycleObjectGroup(String lifecycleItem)
Check if one eventIdentifier for Lifecycle exists already
|
boolean |
LogbookDbAccess.existsLogbookLifeCycleObjectGroupInProcess(String lifecycleItem)
Check if one eventIdentifier for Lifecycle exists already
|
boolean |
LogbookDbAccess.existsLogbookLifeCycleUnit(String lifecycleItem)
Check if one eventIdentifier for Lifecycle exists already
|
boolean |
LogbookDbAccess.existsLogbookLifeCycleUnitInProcess(String lifecycleItem)
Check if one eventIdentifier for Lifecycle exists already
|
LogbookLifeCycleObjectGroup |
LogbookDbAccess.getLogbookLifeCycleObjectGroup(String objectIdentifier)
Get one Lifecycle
|
LogbookLifeCycleObjectGroup |
LogbookDbAccess.getLogbookLifeCycleObjectGroup(String idOperation,
String idLc)
Get one Lifecycle
|
LogbookLifeCycleObjectGroupInProcess |
LogbookDbAccess.getLogbookLifeCycleObjectGroupInProcess(String objectGroupId)
Gets ObjectGroup LifeCycle In process
|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookDbAccess.getLogbookLifeCycleObjectGroups(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
LogbookLifeCycle |
LogbookDbAccess.getLogbookLifeCycleUnit(com.fasterxml.jackson.databind.JsonNode queryDsl,
LogbookCollections collection)
Get one Lifecycle
|
LogbookLifeCycleUnit |
LogbookDbAccess.getLogbookLifeCycleUnit(String objectIdentifier)
Get one Lifecycle
|
LogbookLifeCycleUnit |
LogbookDbAccess.getLogbookLifeCycleUnit(String idOperation,
String idLc)
Get one Lifecycle
|
LogbookLifeCycleUnitInProcess |
LogbookDbAccess.getLogbookLifeCycleUnitInProcess(String unitId)
Get Unit LifeCycle In process
|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookDbAccess.getLogbookLifeCycleUnits(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycle through Closeable MongoCursor
|
long |
LogbookDbAccess.getLogbookLifeCyleObjectGroupInProcessSize() |
long |
LogbookDbAccess.getLogbookLifeCyleObjectGroupSize() |
long |
LogbookDbAccess.getLogbookLifeCyleUnitInProcessSize() |
long |
LogbookDbAccess.getLogbookLifeCyleUnitSize() |
LogbookOperation |
LogbookDbAccess.getLogbookOperation(String eventIdentifierProcess)
Get one Operation
|
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookDbAccess.getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced)
Get a list of Logbook Operation through Closeable MongoCursor
|
long |
LogbookDbAccess.getLogbookOperationSize() |
void |
LogbookDbAccess.rollbackLogbookLifeCycleObjectGroup(String idOperation,
String lifecycleItem)
Rollback one Logbook LifeCycle
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.rollbackLogbookLifeCycleUnit(String idOperation,
String lifecycleItem)
Rollback one Logbook LifeCycle
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.rollBackObjectGroupLifeCyclesByOperation(String operationId)
Rolls back all the created objectGroups lifeCycles during a given operation
|
void |
LogbookDbAccess.rollBackUnitLifeCyclesByOperation(String operationId)
Rolls back all the created unit lifeCycles during a given operation
|
void |
LogbookDbAccess.updateBulkLogbookLifeCycleObjectGroup(LogbookLifeCycleObjectGroupParameters... lifecycleItems)
Update one Logbook LifeCycle with multiple sub-events
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.updateBulkLogbookLifeCycleUnit(LogbookLifeCycleUnitParameters... lifecycleItems)
Update one Logbook LifeCycle with multiple sub-events
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.updateBulkLogbookOperation(LogbookOperationParameters... operationItems)
Update one Logbook Operation with multiple sub-events
It adds this new entry within the very same Logbook Operaton entry in "events" array. |
void |
LogbookDbAccess.updateLogbookLifeCycleObjectGroup(LogbookLifeCycleObjectGroupInProcess logbookLifeCycleObjectGrouptInProcess)
Updates ObjectGroup lifeCycle from a LogbookLifeCycleObjectGroupInProcess instance
|
void |
LogbookDbAccess.updateLogbookLifeCycleObjectGroup(String idOperation,
String idLfc,
LogbookLifeCycleObjectGroupParameters lifecycleItem)
Update one Logbook LifeCycle
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.updateLogbookLifeCycleObjectGroup(String idOperation,
String idLfc,
LogbookLifeCycleObjectGroupParameters lifecycleItem,
boolean commit)
Update one Logbook LifeCycle
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.updateLogbookLifeCycleUnit(LogbookLifeCycleUnitInProcess logbookLifeCycleUnitInProcess)
Updates Unit lifeCycle from a LogbookLifeCycleUnitInProcess instance
|
void |
LogbookDbAccess.updateLogbookLifeCycleUnit(String idOperation,
String idLfc,
LogbookLifeCycleUnitParameters lifecycleItem)
Update one Logbook LifeCycle
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.updateLogbookLifeCycleUnit(String idOperation,
String idLfc,
LogbookLifeCycleUnitParameters lifecycleItem,
boolean commit)
Update one Logbook LifeCycle (in progress or committed
It adds this new entry within the very same Logbook LifeCycle entry in "events" array. |
void |
LogbookDbAccess.updateLogbookOperation(LogbookOperationParameters operationItem)
Update one Logbook Operation
It adds this new entry within the very same Logbook Operaton entry in "events" array. |
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCycles.commitObjectGroup(String idOperation,
String idLc)
Commits ObjectGroup lifeCycle
|
void |
LogbookLifeCycles.commitUnit(String idOperation,
String idLc)
Commits Unit lifeCycle
|
LogbookLifeCycleObjectGroup |
LogbookLifeCycles.getObjectGroupById(String idObject)
Select logbook life cycle by the lifecycle's ID
|
LogbookLifeCycleObjectGroup |
LogbookLifeCycles.getObjectGroupByOperationIdAndByObjectGroupId(String idOperation,
String idLc)
Select logbook LifeCycle entry by operation
|
LifeCycleStatusCode |
LogbookLifeCycles.getObjectGroupLifeCycleStatus(String objectGroupId)
Returns the LifeCycle Status for a given objectGroup Id
|
LogbookLifeCycle |
LogbookLifeCycles.getUnitById(com.fasterxml.jackson.databind.JsonNode queryDsl,
LogbookCollections collection)
Selects logbook life cycle by lifecycle ID (using a queryDsl)
|
LogbookLifeCycleUnit |
LogbookLifeCycles.getUnitById(String idUnit)
Select logbook life cycle by the lifecycle's ID
|
LogbookLifeCycleUnit |
LogbookLifeCycles.getUnitByOperationIdAndByUnitId(String idOperation,
String idLc)
Select logbook LifeCycle entry by operation
|
LifeCycleStatusCode |
LogbookLifeCycles.getUnitLifeCycleStatus(String unitId)
Returns the LifeCycle Status for a given unit Id
|
void |
LogbookLifeCycles.rollbackObjectGroup(String idOperation,
String idLc)
Rollback logbook LifeCycle entries
|
void |
LogbookLifeCycles.rollBackObjectGroupsByOperation(String idOperation)
Removes the created object groups lifeCycles during a given operation
|
void |
LogbookLifeCycles.rollbackUnit(String idOperation,
String idLc)
Rollback logbook LifeCycle entries
|
void |
LogbookLifeCycles.rollBackUnitsByOperation(String idOperation)
Removes the created unit lifeCycles during a given operation
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Selects object group life cycle entries
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
LogbookCollections collection)
Selects object group life cycle entries
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectUnit(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Select logbook LifeCycle entries
|
void |
LogbookLifeCycles.updateBulkLogbookLifecycle(String idOp,
LogbookLifeCycleParameters[] lifecycleArray)
Update one Logbook Lifecycle with multiple sub-events
It adds this new entry within the very same Logbook Lifecycle entry in "events" array. |
void |
LogbookLifeCycles.updateObjectGroup(String idOperation,
String idLc,
LogbookLifeCycleObjectGroupParameters parameters)
Update logbook LifeCycle entries
|
void |
LogbookLifeCycles.updateObjectGroup(String idOperation,
String idLc,
LogbookLifeCycleObjectGroupParameters parameters,
boolean commit)
Update logbook LifeCycle entries
|
void |
LogbookLifeCycles.updateUnit(String idOperation,
String idLc,
LogbookLifeCycleUnitParameters parameters)
Update logbook LifeCycle entries
|
void |
LogbookLifeCycles.updateUnit(String idOperation,
String idLc,
LogbookLifeCycleUnitParameters parameters,
boolean commit)
Update logbook LifeCycle entries committed or in progress
|
Modifier and Type | Method and Description |
---|---|
void |
LogbookLifeCyclesImpl.commitObjectGroup(String idOperation,
String idLc) |
void |
LogbookLifeCyclesImpl.commitUnit(String idOperation,
String idLc) |
LogbookLifeCycleObjectGroup |
LogbookLifeCyclesImpl.getObjectGroupById(String idObjectGroup) |
LogbookLifeCycleObjectGroup |
LogbookLifeCyclesImpl.getObjectGroupByOperationIdAndByObjectGroupId(String idOperation,
String idLc) |
LifeCycleStatusCode |
LogbookLifeCyclesImpl.getObjectGroupLifeCycleStatus(String objectGroupId) |
LogbookLifeCycle |
LogbookLifeCyclesImpl.getUnitById(com.fasterxml.jackson.databind.JsonNode queryDsl,
LogbookCollections collection) |
LogbookLifeCycleUnit |
LogbookLifeCyclesImpl.getUnitById(String idUnit) |
LogbookLifeCycleUnit |
LogbookLifeCyclesImpl.getUnitByOperationIdAndByUnitId(String idOperation,
String idLc) |
LifeCycleStatusCode |
LogbookLifeCyclesImpl.getUnitLifeCycleStatus(String unitId) |
void |
LogbookLifeCyclesImpl.rollbackObjectGroup(String idOperation,
String idLc) |
void |
LogbookLifeCyclesImpl.rollBackObjectGroupsByOperation(String idOperation) |
void |
LogbookLifeCyclesImpl.rollbackUnit(String idOperation,
String idLc) |
void |
LogbookLifeCyclesImpl.rollBackUnitsByOperation(String idOperation) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectObjectGroup(com.fasterxml.jackson.databind.JsonNode select,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectUnit(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection) |
void |
LogbookLifeCyclesImpl.updateBulkLogbookLifecycle(String idOp,
LogbookLifeCycleParameters[] lifecycleArray) |
void |
LogbookLifeCyclesImpl.updateObjectGroup(String idOperation,
String idLc,
LogbookLifeCycleObjectGroupParameters parameters) |
void |
LogbookLifeCyclesImpl.updateObjectGroup(String idOperation,
String idLc,
LogbookLifeCycleObjectGroupParameters parameters,
boolean commit) |
void |
LogbookLifeCyclesImpl.updateUnit(String idOperation,
String idLc,
LogbookLifeCycleUnitParameters parameters) |
void |
LogbookLifeCyclesImpl.updateUnit(String idOperation,
String idLc,
LogbookLifeCycleUnitParameters parameters,
boolean commit) |
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookOperations.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date)
Find One logbook TraceabilityOperation after a given date
|
LogbookOperation |
LogbookOperations.findLastTraceabilityOperationOK()
Find last successful traceability operation
|
LogbookOperation |
LogbookOperations.getById(String IdProcess)
Select logbook operation by the operation's ID
|
List<LogbookOperation> |
LogbookOperations.select(com.fasterxml.jackson.databind.JsonNode select)
Select logbook operation entries
|
List<LogbookOperation> |
LogbookOperations.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced)
Select logbook operation entries
|
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperations.selectOperationsPersistedAfterDate(LocalDateTime date)
Select all logbook operations entries after a given date
|
void |
LogbookOperations.update(LogbookOperationParameters parameters)
Update and insert logbook operation entries
|
void |
LogbookOperations.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray)
Update one Logbook Operation with multiple sub-events
It adds this new entry within the very same Logbook Operaton entry in "events" array. |
Modifier and Type | Method and Description |
---|---|
LogbookOperation |
LogbookOperationsDecorator.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsImpl.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsDecorator.findLastTraceabilityOperationOK() |
LogbookOperation |
LogbookOperationsImpl.findLastTraceabilityOperationOK() |
LogbookOperation |
LogbookOperationsDecorator.getById(String IdProcess) |
LogbookOperation |
LogbookOperationsImpl.getById(String idProcess) |
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsDecorator.selectOperationsPersistedAfterDate(LocalDateTime date) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsImpl.selectOperationsPersistedAfterDate(LocalDateTime date) |
void |
LogbookOperationsDecorator.update(LogbookOperationParameters parameters) |
void |
LogbookOperationsImpl.update(LogbookOperationParameters parameters) |
void |
AlertLogbookOperationsDecorator.update(LogbookOperationParameters parameters) |
void |
LogbookOperationsDecorator.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
LogbookOperationsImpl.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
AlertLogbookOperationsDecorator.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
Copyright © 2018 Vitam. All rights reserved.