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 LogbookOperation
LogbookTraceabilityIterator. 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 LogbookOperation
LogbookDbAccess. getLogbookOperationById(java.lang.String eventIdentifierProcess)
Get one OperationLogbookOperation
LogbookDbAccess. 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 LogbookOperation
LogbookMongoDbAccessImpl. getLogbookOperationById(java.lang.String eventIdentifierProcess)
LogbookOperation
LogbookMongoDbAccessImpl. 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 LogbookOperation
LogbookOperations. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)
Find One logbook TraceabilityOperation after a given dateLogbookOperation
LogbookOperations. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)
Find last OK or WARNING LFC traceability operation (even if no traceability zip has been generated)LogbookOperation
LogbookOperations. findLastTraceabilityOperationOK()
Find last successful traceability operationLogbookOperation
LogbookOperations. getById(java.lang.String idProcess)
LogbookOperation
LogbookOperations. 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 LogbookOperation
LogbookOperationsDecorator. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)
LogbookOperation
LogbookOperationsImpl. findFirstTraceabilityOperationOKAfterDate(java.time.LocalDateTime date)
LogbookOperation
AlertLogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)
LogbookOperation
LogbookOperationsDecorator. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)
LogbookOperation
LogbookOperationsImpl. findLastLifecycleTraceabilityOperation(java.lang.String eventType, boolean traceabilityWithZipOnly)
LogbookOperation
LogbookOperationsDecorator. findLastTraceabilityOperationOK()
LogbookOperation
LogbookOperationsImpl. findLastTraceabilityOperationOK()
LogbookOperation
AlertLogbookOperationsDecorator. getById(java.lang.String idProcess, com.fasterxml.jackson.databind.JsonNode query, boolean sliced, boolean crossTenant)
LogbookOperation
LogbookOperationsDecorator. getById(java.lang.String IdProcess)
LogbookOperation
LogbookOperationsImpl. getById(java.lang.String idProcess)
LogbookOperation
LogbookOperationsImpl. 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 LogbookOperation
TraceabilityIterator. 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)
-