Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookOperation
Packages that use LogbookOperation
Package
Description
Provides the core classes for the Logbook Administration module
Provides Common Server classes for the Logbook module
Provides Logbook collection classes
Provides API classes for the Logbook Operations module
Provides core implementation for the Logbook Operations module.
-
Uses of LogbookOperation in fr.gouv.vitam.logbook.administration.core
Methods in fr.gouv.vitam.logbook.administration.core that return LogbookOperationModifier and TypeMethodDescriptionLogbookTraceabilityIterator.next()
Returns the next element in the iteration.Constructor parameters in fr.gouv.vitam.logbook.administration.core with type arguments of type LogbookOperationModifierConstructorDescriptionLogbookTraceabilityIterator
(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 LogbookOperationModifier and TypeMethodDescriptionLogbookDbAccess.getLogbookOperationById
(String eventIdentifierProcess) Get one OperationLogbookDbAccess.getLogbookOperationById
(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 LogbookOperationModifier and TypeMethodDescriptionLogbookDbAccess.getLogbookOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced) 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 LogbookOperationModifier and TypeMethodDescriptionLogbookMongoDbAccessImpl.getLogbookOperationById
(String eventIdentifierProcess) LogbookMongoDbAccessImpl.getLogbookOperationById
(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 LogbookOperationModifier and TypeMethodDescriptionLogbookMongoDbAccessImpl.getLogbookOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced) LogbookMongoDbAccessImpl.getLogbookOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) 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 LogbookOperationModifier and TypeMethodDescriptionLogbookOperations.findFirstTraceabilityOperationOKAfterDate
(LocalDateTime date) Find One logbook TraceabilityOperation after a given dateLogbookOperations.findLastLifecycleTraceabilityOperation
(String eventType, boolean traceabilityWithZipOnly) Find last OK or WARNING LFC traceability operation (even if no traceability zip has been generated)LogbookOperations.findLastTraceabilityOperationOK()
Find last successful traceability operationLogbookOperations.getById
(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 LogbookOperationModifier and TypeMethodDescriptionLogbookOperations.findLastOperationByType
(String operationType) FInd last event of last operation by typeLogbookOperations.selectOperations
(com.fasterxml.jackson.databind.JsonNode select) Select logbook operation entriesLogbookOperations.selectOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) LogbookOperations.selectOperationsAsRequestResponse
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) com.mongodb.client.MongoCursor<LogbookOperation>
LogbookOperations.selectOperationsByLastPersistenceDateInterval
(LocalDateTime startDate, 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 LogbookOperationModifier and TypeMethodDescriptionLogbookOperationsDecorator.findFirstTraceabilityOperationOKAfterDate
(LocalDateTime date) LogbookOperationsImpl.findFirstTraceabilityOperationOKAfterDate
(LocalDateTime date) AlertLogbookOperationsDecorator.findLastLifecycleTraceabilityOperation
(String eventType, boolean traceabilityWithZipOnly) LogbookOperationsDecorator.findLastLifecycleTraceabilityOperation
(String eventType, boolean traceabilityWithZipOnly) LogbookOperationsImpl.findLastLifecycleTraceabilityOperation
(String eventType, boolean traceabilityWithZipOnly) LogbookOperationsDecorator.findLastTraceabilityOperationOK()
LogbookOperationsImpl.findLastTraceabilityOperationOK()
AlertLogbookOperationsDecorator.getById
(String idProcess, com.fasterxml.jackson.databind.JsonNode query, boolean sliced, boolean crossTenant) LogbookOperationsImpl.getById
(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 LogbookOperationModifier and TypeMethodDescriptionAlertLogbookOperationsDecorator.findLastOperationByType
(String operationType) LogbookOperationsImpl.findLastOperationByType
(String operationType) AlertLogbookOperationsDecorator.selectOperations
(com.fasterxml.jackson.databind.JsonNode select) AlertLogbookOperationsDecorator.selectOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) LogbookOperationsImpl.selectOperations
(com.fasterxml.jackson.databind.JsonNode select) LogbookOperationsImpl.selectOperations
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) AlertLogbookOperationsDecorator.selectOperationsAsRequestResponse
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) LogbookOperationsImpl.selectOperationsAsRequestResponse
(com.fasterxml.jackson.databind.JsonNode select, boolean sliced, boolean crossTenant) com.mongodb.client.MongoCursor<LogbookOperation>
LogbookOperationsDecorator.selectOperationsByLastPersistenceDateInterval
(LocalDateTime startDate, LocalDateTime endDate) com.mongodb.client.MongoCursor<LogbookOperation>
LogbookOperationsImpl.selectOperationsByLastPersistenceDateInterval
(LocalDateTime startDate, LocalDateTime endDate)