Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookOperation
-
Packages that use LogbookOperation Package Description fr.gouv.vitam.logbook.administration.core Provides the core classes for the Logbook Administration modulefr.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.operations.api Provides API classes for the Logbook Operations modulefr.gouv.vitam.logbook.operations.core Provides core implementation for the Logbook Operations module.fr.gouv.vitam.worker.common.utils Provides common utility classes for the Worker module. -
-
Uses of LogbookOperation in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core that return LogbookOperation Modifier and Type Method Description LogbookOperationLogbookTraceabilityIterator. next()Returns the next element in the iteration.Constructor parameters in fr.gouv.vitam.logbook.administration.core with type arguments of type LogbookOperation Constructor Description LogbookTraceabilityIterator(com.mongodb.client.MongoCursor<LogbookOperation> mongoCursor) -
Uses of LogbookOperation in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server that return LogbookOperation Modifier and Type Method Description LogbookOperationLogbookDbAccess. getLogbookOperation(java.lang.String eventIdentifierProcess)Get one OperationMethods in fr.gouv.vitam.logbook.common.server that return types with arguments of type LogbookOperation Modifier and Type Method Description VitamMongoCursor<LogbookOperation>LogbookDbAccess. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)Get a list of Logbook Operation through Closeable MongoCursor -
Uses of LogbookOperation in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that return LogbookOperation Modifier and Type Method Description LogbookOperationLogbookMongoDbAccessImpl. getLogbookOperation(java.lang.String eventIdentifierProcess)Methods in fr.gouv.vitam.logbook.common.server.database.collections that return types with arguments of type LogbookOperation Modifier and Type Method Description VitamMongoCursor<LogbookOperation>LogbookMongoDbAccessImpl. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)VitamDocument<LogbookOperation>LogbookOperation. newInstance(com.fasterxml.jackson.databind.JsonNode content) -
Uses of LogbookOperation in fr.gouv.vitam.logbook.operations.api
Methods in fr.gouv.vitam.logbook.operations.api that return LogbookOperation Modifier and Type Method Description LogbookOperationLogbookOperations. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)Find One logbook TraceabilityOperation after a given dateLogbookOperationLogbookOperations. findLastTraceabilityOperationOK()Find last successful traceability operationLogbookOperationLogbookOperations. getById(java.lang.String IdProcess)Select logbook operation by the operation's IDMethods in fr.gouv.vitam.logbook.operations.api that return types with arguments of type LogbookOperation Modifier and Type Method Description java.util.List<LogbookOperation>LogbookOperations. select(com.fasterxml.jackson.databind.JsonNode select)Select logbook operation entriesjava.util.List<LogbookOperation>LogbookOperations. select(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)Select logbook operation entriesRequestResponse<LogbookOperation>LogbookOperations. selectOperations(com.fasterxml.jackson.databind.JsonNode select)com.mongodb.client.MongoCursor<LogbookOperation>LogbookOperations. selectOperationsByLastPersistenceDateInterval(java.time.LocalDateTime startDate, java.time.LocalDateTime endDate)Select all logbook operations entries persisted within provided interval -
Uses of LogbookOperation in fr.gouv.vitam.logbook.operations.core
Methods in fr.gouv.vitam.logbook.operations.core that return LogbookOperation Modifier and Type Method Description LogbookOperationLogbookOperationsDecorator. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)LogbookOperationLogbookOperationsImpl. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)LogbookOperationLogbookOperationsDecorator. findLastTraceabilityOperationOK()LogbookOperationLogbookOperationsImpl. findLastTraceabilityOperationOK()LogbookOperationLogbookOperationsDecorator. getById(java.lang.String IdProcess)LogbookOperationLogbookOperationsImpl. getById(java.lang.String idProcess)Methods in fr.gouv.vitam.logbook.operations.core that return types with arguments of type LogbookOperation Modifier and Type Method Description java.util.List<LogbookOperation>LogbookOperationsDecorator. select(com.fasterxml.jackson.databind.JsonNode select)java.util.List<LogbookOperation>LogbookOperationsDecorator. select(com.fasterxml.jackson.databind.JsonNode select, boolean sliced)java.util.List<LogbookOperation>LogbookOperationsImpl. select(com.fasterxml.jackson.databind.JsonNode select)java.util.List<LogbookOperation>LogbookOperationsImpl. 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>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) -
Uses of LogbookOperation in fr.gouv.vitam.worker.common.utils
Methods in fr.gouv.vitam.worker.common.utils that return LogbookOperation Modifier and Type Method Description LogbookOperationTraceabilityIterator. next()Returns the next element in the iteration.Constructor parameters in fr.gouv.vitam.worker.common.utils with type arguments of type LogbookOperation Constructor Description TraceabilityIterator(com.mongodb.client.MongoCursor<LogbookOperation> mongoCursor)
-