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. 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 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)VitamMongoCursor<LogbookOperation>LogbookDbAccess. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)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. getLogbookOperationById(java.lang.String eventIdentifierProcess)LogbookOperationLogbookMongoDbAccessImpl. getLogbookOperationById(java.lang.String eventIdentifierProcess, com.fasterxml.jackson.databind.JsonNode query, boolean sliced, boolean crossTenant)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)VitamMongoCursor<LogbookOperation>LogbookMongoDbAccessImpl. getLogbookOperations(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant)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. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)Find last OK or WARNING LFC traceability operation (even if no traceability zip has been generated)LogbookOperationLogbookOperations. 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 IDMethods in fr.gouv.vitam.logbook.operations.api that return types with arguments of type LogbookOperation Modifier and Type Method Description java.util.Optional<LogbookOperation>LogbookOperations. findLastOperationByType(java.lang.String operationType)FInd last event of last operation by typejava.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 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)LogbookOperationAlertLogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)LogbookOperationLogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)LogbookOperationLogbookOperationsImpl. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)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)Methods in fr.gouv.vitam.logbook.operations.core that return types with arguments of type LogbookOperation Modifier and Type Method Description java.util.Optional<LogbookOperation>AlertLogbookOperationsDecorator. findLastOperationByType(java.lang.String operationType)java.util.Optional<LogbookOperation>LogbookOperationsImpl. findLastOperationByType(java.lang.String operationType)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) -
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)
-