Uses of Class
fr.gouv.vitam.logbook.common.server.exception.LogbookDatabaseException
- 
Packages that use LogbookDatabaseException Package Description fr.gouv.vitam.logbook.common.server Provides Common Server classes for the Logbook modulefr.gouv.vitam.logbook.common.server.database.collections Provides Logbook collection classesfr.gouv.vitam.logbook.lifecycles.api Provides API classes for the Logbook Lifecycles modulefr.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 modulefr.gouv.vitam.logbook.operations.core Provides core implementation for the Logbook Operations module.
- 
- 
Uses of LogbookDatabaseException in fr.gouv.vitam.logbook.common.serverMethods in fr.gouv.vitam.logbook.common.server that throw LogbookDatabaseException Modifier and Type Method Description voidLogbookDbAccess. createLogbookLifeCycleObjectGroup(LogbookLifeCycleObjectGroupInProcess logbookLifeCycleObjectGrouptInProcess)Creates ObjectGroup lifeCycle from a LogbookLifeCycleObjectGroupInProcess instancevoidLogbookDbAccess. createLogbookLifeCycleObjectGroup(java.lang.String operationId, LogbookLifeCycleObjectGroupParameters... lifecycleItems)Create one Logbook LifeCycle with already multiple sub-eventsvoidLogbookDbAccess. createLogbookLifeCycleUnit(LogbookLifeCycleUnitInProcess logbookLifeCycleUnitInProcess)Creates Unit lifeCycle from a LogbookLifeCycleUnitInProcess instancevoidLogbookDbAccess. createLogbookLifeCycleUnit(java.lang.String operationId, LogbookLifeCycleUnitParameters... lifecycleItems)Create one Logbook LifeCycle with already multiple sub-eventsvoidLogbookDbAccess. createLogbookOperation(java.lang.String operationId, LogbookOperationParameters... operationItems)Create one Logbook Operation with already multiple sub-eventsbooleanLogbookDbAccess. existsLogbookLifeCycleObjectGroup(java.lang.String lifecycleItem)Check if one eventIdentifier for Lifecycle exists alreadybooleanLogbookDbAccess. existsLogbookLifeCycleObjectGroupInProcess(java.lang.String lifecycleItem)Check if one eventIdentifier for Lifecycle exists alreadybooleanLogbookDbAccess. existsLogbookLifeCycleUnit(java.lang.String lifecycleItem)Check if one eventIdentifier for Lifecycle exists alreadybooleanLogbookDbAccess. existsLogbookLifeCycleUnitInProcess(java.lang.String lifecycleItem)Check if one eventIdentifier for Lifecycle exists alreadybooleanLogbookDbAccess. existsLogbookOperation(java.lang.String operationItem)Check if one eventIdentifier for Operation exists alreadyLogbookLifeCycleObjectGroupInProcessLogbookDbAccess. getLogbookLifeCycleObjectGroupInProcess(java.lang.String objectGroupId)Gets ObjectGroup LifeCycle In processcom.mongodb.client.MongoCursor<LogbookLifeCycleObjectGroup>LogbookDbAccess. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)Get a list of Logbook LifeCycle through Closeable MongoCursorcom.mongodb.client.MongoCursor<LogbookLifeCycle<?>>LogbookDbAccess. getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Get a list of Logbook LifeCycles through Closeable MongoCursorLogbookLifeCycleUnitInProcessLogbookDbAccess. getLogbookLifeCycleUnitInProcess(java.lang.String unitId)Get Unit LifeCycle In processcom.mongodb.client.MongoCursor<LogbookLifeCycleUnit>LogbookDbAccess. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)Get a list of Logbook LifeCycle through Closeable MongoCursorlongLogbookDbAccess. getLogbookLifeCyleUnitSize()LogbookOperationLogbookDbAccess. getLogbookOperationById(java.lang.String eventIdentifierProcess)Get one OperationLogbookOperationLogbookDbAccess. getLogbookOperationById(java.lang.String eventIdentifierProcess, com.fasterxml.jackson.databind.JsonNode query, boolean slice, boolean crossTenant)Get one OperationVitamMongoCursor<LogbookOperation>LogbookDbAccess. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)VitamMongoCursor<LogbookOperation>LogbookDbAccess. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)Get a list of Logbook Operation through Closeable MongoCursorlongLogbookDbAccess. getLogbookOperationSize()LogbookLifeCycle<?>LogbookDbAccess. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Get a list of Logbook LifeCycles through Closeable MongoCursorvoidLogbookDbAccess. rollbackLogbookLifeCycleObjectGroup(java.lang.String idOperation, java.lang.String lifecycleItem)Rollback one Logbook LifeCycle
 
 It adds this new entry within the very same Logbook LifeCycle entry in "events" array.voidLogbookDbAccess. rollbackLogbookLifeCycleUnit(java.lang.String idOperation, java.lang.String lifecycleItem)Rollback one Logbook LifeCycle
 
 It adds this new entry within the very same Logbook LifeCycle entry in "events" array.voidLogbookDbAccess. rollBackObjectGroupLifeCyclesByOperation(java.lang.String operationId)Rolls back all the created objectGroups lifeCycles during a given operationvoidLogbookDbAccess. rollBackUnitLifeCyclesByOperation(java.lang.String operationId)Rolls back all the created unit lifeCycles during a given operationvoidLogbookDbAccess. updateLogbookLifeCycleObjectGroup(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.voidLogbookDbAccess. updateLogbookLifeCycleObjectGroup(LogbookLifeCycleObjectGroupInProcess logbookLifeCycleObjectGrouptInProcess)Updates ObjectGroup lifeCycle from a LogbookLifeCycleObjectGroupInProcess instancevoidLogbookDbAccess. updateLogbookLifeCycleObjectGroup(java.lang.String idOperation, java.lang.String idLfc, LogbookLifeCycleObjectGroupParameters lifecycleItem)Update one Logbook LifeCycle
 
 It adds this new entry within the very same Logbook LifeCycle entry in "events" array.voidLogbookDbAccess. updateLogbookLifeCycleObjectGroup(java.lang.String idOperation, java.lang.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.voidLogbookDbAccess. updateLogbookLifeCycleUnit(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.voidLogbookDbAccess. updateLogbookLifeCycleUnit(LogbookLifeCycleUnitInProcess logbookLifeCycleUnitInProcess)Updates Unit lifeCycle from a LogbookLifeCycleUnitInProcess instancevoidLogbookDbAccess. updateLogbookLifeCycleUnit(java.lang.String idOperation, java.lang.String idLfc, LogbookLifeCycleUnitParameters lifecycleItem)Update one Logbook LifeCycle
 
 It adds this new entry within the very same Logbook LifeCycle entry in "events" array.voidLogbookDbAccess. updateLogbookLifeCycleUnit(java.lang.String idOperation, java.lang.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.voidLogbookDbAccess. updateLogbookOperation(java.lang.String operationId, 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.
- 
Uses of LogbookDatabaseException in fr.gouv.vitam.logbook.common.server.database.collectionsMethods in fr.gouv.vitam.logbook.common.server.database.collections that throw LogbookDatabaseException Modifier and Type Method Description voidLogbookMongoDbAccessImpl. createLogbookLifeCycleObjectGroup(LogbookLifeCycleObjectGroupInProcess logbookLifeCycleObjectGroupInProcess)voidLogbookMongoDbAccessImpl. createLogbookLifeCycleObjectGroup(java.lang.String operationId, LogbookLifeCycleObjectGroupParameters... lifecycleItems)voidLogbookMongoDbAccessImpl. createLogbookLifeCycleUnit(LogbookLifeCycleUnitInProcess logbookLifeCycleUnitInProcess)voidLogbookMongoDbAccessImpl. createLogbookLifeCycleUnit(java.lang.String operationId, LogbookLifeCycleUnitParameters... lifecycleItems)voidLogbookMongoDbAccessImpl. createLogbookOperation(java.lang.String operationId, LogbookOperationParameters... operationItems)booleanLogbookMongoDbAccessImpl. existsLogbookLifeCycleObjectGroup(java.lang.String objectGroupId)booleanLogbookMongoDbAccessImpl. existsLogbookLifeCycleObjectGroupInProcess(java.lang.String objectGroupId)booleanLogbookMongoDbAccessImpl. existsLogbookLifeCycleUnit(java.lang.String unitId)booleanLogbookMongoDbAccessImpl. existsLogbookLifeCycleUnitInProcess(java.lang.String unitId)booleanLogbookMongoDbAccessImpl. existsLogbookOperation(java.lang.String operationItem)LogbookLifeCycleObjectGroupInProcessLogbookMongoDbAccessImpl. getLogbookLifeCycleObjectGroupInProcess(java.lang.String objectGroupId)VitamMongoCursor<LogbookLifeCycleObjectGroup>LogbookMongoDbAccessImpl. getLogbookLifeCycleObjectGroupsFull(LogbookCollections collection, Select select)com.mongodb.client.MongoCursor<LogbookLifeCycle<?>>LogbookMongoDbAccessImpl. getLogbookLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)LogbookLifeCycleUnitInProcessLogbookMongoDbAccessImpl. getLogbookLifeCycleUnitInProcess(java.lang.String unitId)VitamMongoCursor<LogbookLifeCycleUnit>LogbookMongoDbAccessImpl. getLogbookLifeCycleUnitsFull(LogbookCollections collection, Select select)LogbookOperationLogbookMongoDbAccessImpl. getLogbookOperationById(java.lang.String eventIdentifierProcess)LogbookOperationLogbookMongoDbAccessImpl. getLogbookOperationById(java.lang.String eventIdentifierProcess, com.fasterxml.jackson.databind.JsonNode query, boolean sliced, boolean crossTenant)VitamMongoCursor<LogbookOperation>LogbookMongoDbAccessImpl. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)VitamMongoCursor<LogbookOperation>LogbookMongoDbAccessImpl. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)LogbookLifeCycle<?>LogbookMongoDbAccessImpl. getOneLogbookLifeCycle(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)voidLogbookMongoDbAccessImpl. rollbackLogbookLifeCycleObjectGroup(java.lang.String idOperation, java.lang.String lifecycleItem)voidLogbookMongoDbAccessImpl. rollbackLogbookLifeCycleUnit(java.lang.String idOperation, java.lang.String lifecycleItem)voidLogbookMongoDbAccessImpl. rollBackObjectGroupLifeCyclesByOperation(java.lang.String operationId)voidLogbookMongoDbAccessImpl. rollBackUnitLifeCyclesByOperation(java.lang.String operationId)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleObjectGroup(LogbookLifeCycleObjectGroupParameters... lifecycleItems)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleObjectGroup(LogbookLifeCycleObjectGroupInProcess logbookLifeCycleObjectGrouptInProcess)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleObjectGroup(java.lang.String idOperation, java.lang.String idLfc, LogbookLifeCycleObjectGroupParameters lifecycleItem)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleObjectGroup(java.lang.String idOperation, java.lang.String idLfc, LogbookLifeCycleObjectGroupParameters lifecycleItem, boolean commit)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleUnit(LogbookLifeCycleUnitParameters... lifecycleItems)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleUnit(LogbookLifeCycleUnitInProcess logbookLifeCycleUnitInProcess)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleUnit(java.lang.String idOperation, java.lang.String idLfc, LogbookLifeCycleUnitParameters lifecycleItem)voidLogbookMongoDbAccessImpl. updateLogbookLifeCycleUnit(java.lang.String idOperation, java.lang.String idLfc, LogbookLifeCycleUnitParameters lifecycleItem, boolean commit)voidLogbookMongoDbAccessImpl. updateLogbookOperation(java.lang.String operationId, LogbookOperationParameters... operationItems)
- 
Uses of LogbookDatabaseException in fr.gouv.vitam.logbook.lifecycles.apiMethods in fr.gouv.vitam.logbook.lifecycles.api that throw LogbookDatabaseException Modifier and Type Method Description voidLogbookLifeCycles. commitObjectGroup(java.lang.String idOperation, java.lang.String idLc)Commits ObjectGroup lifeCyclevoidLogbookLifeCycles. commitUnit(java.lang.String idOperation, java.lang.String idLc)Commits Unit lifeCyclevoidLogbookLifeCycles. createBulkLogbookLifecycle(java.lang.String idOp, LogbookLifeCycleParameters[] lifecycleArray)Create one Logbook Lifecycle with already multiple sub-eventsvoidLogbookLifeCycles. createObjectGroup(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleObjectGroupParameters parameters)Create and insert logbook LifeCycle entriesvoidLogbookLifeCycles. createUnit(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleUnitParameters parameters)Create and insert logbook LifeCycle entriesLifeCycleStatusCodeLogbookLifeCycles. getObjectGroupLifeCycleStatus(java.lang.String objectGroupId)Returns the LifeCycle Status for a given objectGroup IdLifeCycleStatusCodeLogbookLifeCycles. getUnitLifeCycleStatus(java.lang.String unitId)Returns the LifeCycle Status for a given unit IdvoidLogbookLifeCycles. rollbackObjectGroup(java.lang.String idOperation, java.lang.String idLc)Rollback logbook LifeCycle entriesvoidLogbookLifeCycles. rollBackObjectGroupsByOperation(java.lang.String idOperation)Removes the created object groups lifeCycles during a given operationvoidLogbookLifeCycles. rollbackUnit(java.lang.String idOperation, java.lang.String idLc)Rollback logbook LifeCycle entriesvoidLogbookLifeCycles. rollBackUnitsByOperation(java.lang.String idOperation)Removes the created unit lifeCycles during a given operationLogbookLifeCycle<?>LogbookLifeCycles. selectLifeCycleById(java.lang.String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection)Selects life cycle entryjava.util.List<LogbookLifeCycle<?>>LogbookLifeCycles. selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)Selects life cycle entriesvoidLogbookLifeCycles. updateBulkLogbookLifecycle(java.lang.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.voidLogbookLifeCycles. updateObjectGroup(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleObjectGroupParameters parameters)Update logbook LifeCycle entriesvoidLogbookLifeCycles. updateObjectGroup(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleObjectGroupParameters parameters, boolean commit)Update logbook LifeCycle entriesvoidLogbookLifeCycles. updateUnit(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleUnitParameters parameters)Update logbook LifeCycle entriesvoidLogbookLifeCycles. updateUnit(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleUnitParameters parameters, boolean commit)Update logbook LifeCycle entries committed or in progress
- 
Uses of LogbookDatabaseException in fr.gouv.vitam.logbook.lifecycles.coreMethods in fr.gouv.vitam.logbook.lifecycles.core that throw LogbookDatabaseException Modifier and Type Method Description voidLogbookLifeCyclesImpl. commitObjectGroup(java.lang.String idOperation, java.lang.String idLc)voidLogbookLifeCyclesImpl. commitUnit(java.lang.String idOperation, java.lang.String idLc)voidLogbookLifeCyclesImpl. createBulkLogbookLifecycle(java.lang.String operationId, LogbookLifeCycleParameters[] lifecycleArray)voidLogbookLifeCyclesImpl. createObjectGroup(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleObjectGroupParameters parameters)voidLogbookLifeCyclesImpl. createUnit(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleUnitParameters parameters)LifeCycleStatusCodeLogbookLifeCyclesImpl. getObjectGroupLifeCycleStatus(java.lang.String objectGroupId)LifeCycleStatusCodeLogbookLifeCyclesImpl. getUnitLifeCycleStatus(java.lang.String unitId)voidLogbookLifeCyclesImpl. rollbackObjectGroup(java.lang.String idOperation, java.lang.String idLc)voidLogbookLifeCyclesImpl. rollBackObjectGroupsByOperation(java.lang.String idOperation)voidLogbookLifeCyclesImpl. rollbackUnit(java.lang.String idOperation, java.lang.String idLc)voidLogbookLifeCyclesImpl. rollBackUnitsByOperation(java.lang.String idOperation)LogbookLifeCycle<?>LogbookLifeCyclesImpl. selectLifeCycleById(java.lang.String lifecycleId, com.fasterxml.jackson.databind.JsonNode queryDsl, boolean sliced, LogbookCollections collection)java.util.List<LogbookLifeCycle<?>>LogbookLifeCyclesImpl. selectLifeCycles(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, LogbookCollections collection)voidLogbookLifeCyclesImpl. updateBulkLogbookLifecycle(java.lang.String operationId, LogbookLifeCycleParameters[] lifecycleArray)voidLogbookLifeCyclesImpl. updateObjectGroup(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleObjectGroupParameters parameters)voidLogbookLifeCyclesImpl. updateObjectGroup(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleObjectGroupParameters parameters, boolean commit)voidLogbookLifeCyclesImpl. updateUnit(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleUnitParameters parameters)voidLogbookLifeCyclesImpl. updateUnit(java.lang.String idOperation, java.lang.String idLc, LogbookLifeCycleUnitParameters parameters, boolean commit)
- 
Uses of LogbookDatabaseException in fr.gouv.vitam.logbook.operations.apiMethods in fr.gouv.vitam.logbook.operations.api that throw LogbookDatabaseException Modifier and Type Method Description booleanLogbookOperations. checkNewEligibleLogbookOperationsSinceLastTraceabilityOperation(java.time.LocalDateTime traceabilityStartDate, java.time.LocalDateTime traceabilityEndDate)voidLogbookOperations. create(java.lang.String operationId, LogbookOperationParameters... parameters)Create and insert logbook operation entriesLogbookOperationLogbookOperations. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)Find One logbook TraceabilityOperation after a given datejava.util.Optional<LogbookOperation>LogbookOperations. findLastOperationByType(java.lang.String operationType)FInd last event of last operation by typeLogbookOperationLogbookOperations. findLastTraceabilityOperationOK()Find last successful traceability operationLogbookOperationLogbookOperations. getById(java.lang.String idProcess)LogbookOperationLogbookOperations. getById(java.lang.String idProcess, com.fasterxml.jackson.databind.JsonNode query, boolean sliced, boolean crossTenant)Select logbook operation by the operation's IDjava.util.List<LogbookOperation>LogbookOperations. selectOperations(com.fasterxml.jackson.databind.JsonNode select)Select logbook operation entriesjava.util.List<LogbookOperation>LogbookOperations. selectOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)RequestResponseOK<LogbookOperation>LogbookOperations. selectOperationsAsRequestResponse(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)com.mongodb.client.MongoCursor<LogbookOperation>LogbookOperations. selectOperationsByLastPersistenceDateInterval(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate)Select all logbook operations entries persisted within provided intervalvoidLogbookOperations. update(java.lang.String operationId, LogbookOperationParameters... parameters)Update and insert logbook operation entries
- 
Uses of LogbookDatabaseException in fr.gouv.vitam.logbook.operations.coreMethods in fr.gouv.vitam.logbook.operations.core that throw LogbookDatabaseException Modifier and Type Method Description booleanAlertLogbookOperationsDecorator. checkNewEligibleLogbookOperationsSinceLastTraceabilityOperation(java.time.LocalDateTime traceabilityStartDate, java.time.LocalDateTime traceabilityEndDate)booleanLogbookOperationsDecorator. checkNewEligibleLogbookOperationsSinceLastTraceabilityOperation(java.time.LocalDateTime traceabilityStartDate, java.time.LocalDateTime traceabilityEndDate)booleanLogbookOperationsImpl. checkNewEligibleLogbookOperationsSinceLastTraceabilityOperation(java.time.LocalDateTime traceabilityStartDate, java.time.LocalDateTime traceabilityEndDate)voidAlertLogbookOperationsDecorator. create(java.lang.String operationId, LogbookOperationParameters... parameters)voidLogbookOperationsDecorator. create(java.lang.String operationId, LogbookOperationParameters... parameters)voidLogbookOperationsImpl. create(java.lang.String operationId, LogbookOperationParameters... parameters)LogbookOperationLogbookOperationsDecorator. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)LogbookOperationLogbookOperationsImpl. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)java.util.Optional<LogbookOperation>AlertLogbookOperationsDecorator. findLastOperationByType(java.lang.String operationType)java.util.Optional<LogbookOperation>LogbookOperationsImpl. findLastOperationByType(java.lang.String operationType)LogbookOperationLogbookOperationsDecorator. findLastTraceabilityOperationOK()LogbookOperationLogbookOperationsImpl. findLastTraceabilityOperationOK()LogbookOperationAlertLogbookOperationsDecorator. getById(java.lang.String idProcess, com.fasterxml.jackson.databind.JsonNode query, boolean sliced, boolean crossTenant)LogbookOperationLogbookOperationsDecorator. getById(java.lang.String IdProcess)LogbookOperationLogbookOperationsImpl. getById(java.lang.String idProcess)LogbookOperationLogbookOperationsImpl. getById(java.lang.String idProcess, com.fasterxml.jackson.databind.JsonNode query, boolean sliced, boolean crossTenant)java.util.List<LogbookOperation>AlertLogbookOperationsDecorator. selectOperations(com.fasterxml.jackson.databind.JsonNode select)java.util.List<LogbookOperation>AlertLogbookOperationsDecorator. selectOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)java.util.List<LogbookOperation>LogbookOperationsImpl. selectOperations(com.fasterxml.jackson.databind.JsonNode select)java.util.List<LogbookOperation>LogbookOperationsImpl. selectOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)RequestResponseOK<LogbookOperation>AlertLogbookOperationsDecorator. selectOperationsAsRequestResponse(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)RequestResponseOK<LogbookOperation>LogbookOperationsImpl. selectOperationsAsRequestResponse(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)com.mongodb.client.MongoCursor<LogbookOperation>LogbookOperationsDecorator. selectOperationsByLastPersistenceDateInterval(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate)com.mongodb.client.MongoCursor<LogbookOperation>LogbookOperationsImpl. selectOperationsByLastPersistenceDateInterval(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate)voidAlertLogbookOperationsDecorator. update(java.lang.String operationId, LogbookOperationParameters... parameters)voidLogbookOperationsDecorator. update(java.lang.String operationId, LogbookOperationParameters... parameters)voidLogbookOperationsImpl. update(java.lang.String operationId, LogbookOperationParameters... parameters)
 
-