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
|
LogbookLifeCycleObjectGroupInProcess |
LogbookDbAccess.getLogbookLifeCycleObjectGroupInProcess(String objectGroupId)
Gets ObjectGroup LifeCycle In process
|
com.mongodb.client.MongoCursor<LogbookLifeCycle> |
LogbookDbAccess.getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycles through Closeable MongoCursor
|
LogbookLifeCycleUnitInProcess |
LogbookDbAccess.getLogbookLifeCycleUnitInProcess(String unitId)
Get Unit LifeCycle In process
|
long |
LogbookDbAccess.getLogbookLifeCyleObjectGroupInProcessSize() |
long |
LogbookDbAccess.getLogbookLifeCyleObjectGroupSize() |
long |
LogbookDbAccess.getLogbookLifeCyleUnitInProcessSize() |
long |
LogbookDbAccess.getLogbookLifeCyleUnitSize() |
LogbookOperation |
LogbookDbAccess.getLogbookOperation(String eventIdentifierProcess)
Get one Operation
|
VitamMongoCursor<LogbookOperation> |
LogbookDbAccess.getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced)
Get a list of Logbook Operation through Closeable MongoCursor
|
long |
LogbookDbAccess.getLogbookOperationSize() |
LogbookLifeCycle |
LogbookDbAccess.getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Get a list of Logbook LifeCycles through Closeable MongoCursor
|
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
|
LifeCycleStatusCode |
LogbookLifeCycles.getObjectGroupLifeCycleStatus(String objectGroupId)
Returns the LifeCycle Status for a given objectGroup Id
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCycles.getRawObjectGroupLifeCycleById(String id)
returns the raw version of object group life cycle
|
List<com.fasterxml.jackson.databind.JsonNode> |
LogbookLifeCycles.getRawObjectGroupLifeCycleByIds(List<String> ids)
returns the raw version of object group life cycle
|
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCycles.getRawUnitLifeCycleById(String id)
returns the raw version of unit life cycle
|
List<com.fasterxml.jackson.databind.JsonNode> |
LogbookLifeCycles.getRawUnitLifeCycleByIds(List<String> ids)
returns the raw version of unit life cycle
|
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
|
LogbookLifeCycle |
LogbookLifeCycles.selectLifeCycleById(String lifecycleId,
com.fasterxml.jackson.databind.JsonNode queryDsl,
boolean sliced,
LogbookCollections collection)
Selects life cycle entry
|
List<LogbookLifeCycle> |
LogbookLifeCycles.selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced,
LogbookCollections collection)
Selects life cycle 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) |
LifeCycleStatusCode |
LogbookLifeCyclesImpl.getObjectGroupLifeCycleStatus(String objectGroupId) |
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesImpl.getRawObjectGroupLifeCycleById(String id) |
List<com.fasterxml.jackson.databind.JsonNode> |
LogbookLifeCyclesImpl.getRawObjectGroupLifeCycleByIds(List<String> ids) |
com.fasterxml.jackson.databind.JsonNode |
LogbookLifeCyclesImpl.getRawUnitLifeCycleById(String id) |
List<com.fasterxml.jackson.databind.JsonNode> |
LogbookLifeCyclesImpl.getRawUnitLifeCycleByIds(List<String> ids) |
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) |
LogbookLifeCycle |
LogbookLifeCyclesImpl.selectLifeCycleById(String lifecycleId,
com.fasterxml.jackson.databind.JsonNode queryDsl,
boolean sliced,
LogbookCollections collection) |
List<LogbookLifeCycle> |
LogbookLifeCyclesImpl.selectLifeCycles(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
|
RequestResponse<LogbookOperation> |
LogbookOperations.selectOperations(com.fasterxml.jackson.databind.JsonNode select) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperations.selectOperationsByLastPersistenceDateInterval(LocalDateTime startDate,
LocalDateTime endDate)
Select all logbook operations entries persisted within provided interval
|
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 |
LogbookOperationsImpl.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsDecorator.findFirstTraceabilityOperationOKAfterDate(LocalDateTime date) |
LogbookOperation |
LogbookOperationsImpl.findLastTraceabilityOperationOK() |
LogbookOperation |
LogbookOperationsDecorator.findLastTraceabilityOperationOK() |
LogbookOperation |
LogbookOperationsImpl.getById(String idProcess) |
LogbookOperation |
LogbookOperationsDecorator.getById(String IdProcess) |
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select) |
List<LogbookOperation> |
LogbookOperationsImpl.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
List<LogbookOperation> |
LogbookOperationsDecorator.select(com.fasterxml.jackson.databind.JsonNode select,
boolean sliced) |
RequestResponse<LogbookOperation> |
AlertLogbookOperationsDecorator.selectOperations(com.fasterxml.jackson.databind.JsonNode select) |
RequestResponse<LogbookOperation> |
LogbookOperationsImpl.selectOperations(com.fasterxml.jackson.databind.JsonNode select) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsImpl.selectOperationsByLastPersistenceDateInterval(LocalDateTime startDate,
LocalDateTime endDate) |
com.mongodb.client.MongoCursor<LogbookOperation> |
LogbookOperationsDecorator.selectOperationsByLastPersistenceDateInterval(LocalDateTime startDate,
LocalDateTime endDate) |
void |
AlertLogbookOperationsDecorator.update(LogbookOperationParameters parameters) |
void |
LogbookOperationsImpl.update(LogbookOperationParameters parameters) |
void |
LogbookOperationsDecorator.update(LogbookOperationParameters parameters) |
void |
AlertLogbookOperationsDecorator.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
LogbookOperationsImpl.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
void |
LogbookOperationsDecorator.updateBulkLogbookOperation(LogbookOperationParameters[] operationArray) |
Copyright © 2019 Vitam. All rights reserved.