Uses of Class
fr.gouv.vitam.logbook.common.server.database.collections.LogbookOperation
Packages that use LogbookOperation
Package
Description
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.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.findLastLifecycleTraceabilityOperation(String eventType, String version, boolean traceabilityWithZipOnly) Find last OK or WARNING LFC traceability operation (even if no traceability zip has been generated)LogbookOperations.findLastTraceabilityOperationOK(String version) Find last successful traceability operation for a specific versionLogbookOperations.findLastTraceabilityOperationOKBeforeDate(LocalDateTime date, String securisationVersion) Find One logbook TraceabilityOperation after a given date for a specific securisation versionLogbookOperations.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) LogbookOperations.selectOperationsByLastPersistenceDateInterval(LocalDateTime startDate, LocalDateTime endDate, int limit) 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 TypeMethodDescriptionAlertLogbookOperationsDecorator.findLastLifecycleTraceabilityOperation(String eventType, String version, boolean traceabilityWithZipOnly) LogbookOperationsImpl.findLastLifecycleTraceabilityOperation(String eventType, String version, boolean traceabilityWithZipOnly) AlertLogbookOperationsDecorator.findLastTraceabilityOperationOK(String version) LogbookOperationsImpl.findLastTraceabilityOperationOK(String version) LogbookOperationsDecorator.findLastTraceabilityOperationOKBeforeDate(LocalDateTime date, String securisationVersion) LogbookOperationsImpl.findLastTraceabilityOperationOKBeforeDate(LocalDateTime date, String securisationVersion) 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) LogbookOperationsDecorator.selectOperationsByLastPersistenceDateInterval(LocalDateTime startDate, LocalDateTime endDate, int softLimit) LogbookOperationsImpl.selectOperationsByLastPersistenceDateInterval(LocalDateTime startDate, LocalDateTime endDate, int softLimit)