Uses of Class
fr.gouv.vitam.common.model.logbook.LogbookOperation
Package
Description
Provides
Contains generic VitamClient and associated basic implementation used as base for every specific client module.
Provides common public Model classes for the Logbook module.
Provides IHM core classes
Provides Logbook Lifecycles client interface, factory and implementations.
Plugin package in worker module
-
Uses of LogbookOperation in fr.gouv.vitam.access.external.client
Modifier and TypeMethodDescriptionAccessExternalClient.selectOperationbyId
(VitamContext vitamContext, String operationId, com.fasterxml.jackson.databind.JsonNode select) selectOperationbyIdAccessExternalClient.selectOperations
(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select) selectOperation -
Uses of LogbookOperation in fr.gouv.vitam.common.external.client
Modifier and TypeMethodDescriptionstatic RequestResponse<LogbookOperation>
ClientMockResultHelper.getLogbookOperationRequestResponse()
static List<LogbookOperation>
ClientMockResultHelper.getLogbookOperations()
static RequestResponse<LogbookOperation>
ClientMockResultHelper.getLogbookOperationsRequestResponse()
-
Uses of LogbookOperation in fr.gouv.vitam.common.model.logbook
Modifier and TypeMethodDescriptionstatic LogbookOperation
LogbookOperation.emptyWithEvDetData
(String evDetData) -
Uses of LogbookOperation in fr.gouv.vitam.functionaltest.cucumber.service
Modifier and TypeMethodDescriptionLogbookService.getLogbookOperation
(AccessExternalClient accessClient, int tenantId, String contractId, String applicationSessionId, String operationId) Get a Logbook operation by its id -
Uses of LogbookOperation in fr.gouv.vitam.ihmdemo.core
Modifier and TypeMethodDescriptionUserInterfaceTransactionManager.selectOperation
(com.fasterxml.jackson.databind.JsonNode query, VitamContext context) UserInterfaceTransactionManager.selectOperationbyId
(String operationId, VitamContext context) -
Uses of LogbookOperation in fr.gouv.vitam.logbook.lifecycles.client
Modifier and TypeMethodDescriptionLogbookLifeCyclesClient.findLastLifecycleTraceabilityOperation
(String eventType) -
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin
Modifier and TypeMethodDescriptionprotected abstract LogbookOperation
GenericReportGenerationHandler.getLogbookInformation
(WorkerParameters param) Modifier and TypeMethodDescriptionprotected Report
GenericReportGenerationHandler.generateReport
(WorkerParameters param, LogbookOperation logbook) protected OperationSummary
GenericReportGenerationHandler.getOperationSummary
(LogbookOperation logbook, String processId) protected ReportSummary
GenericReportGenerationHandler.getReport
(LogbookOperation logbook) protected ReportSummary
UpdateUnitFinalize.getReport
(LogbookOperation logbook) -
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate
Modifier and TypeMethodDescriptionprotected ReportSummary
BulkAtomicUpdateFinalize.getReport
(LogbookOperation logbook) -
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin.elimination
Modifier and TypeMethodDescriptionprotected LogbookOperation
EliminationActionReportGenerationHandler.getLogbookInformation
(WorkerParameters param) -
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Modifier and TypeMethodDescriptionOperationWithClosestPreviousOperation.getClosestToReferenceOperation()
OperationWithClosestPreviousOperation.getOperation()
ModifierConstructorDescriptionOperationWithClosestPreviousOperation
(LogbookOperation operation, LogbookOperation closestToReferenceOperation) -
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin.transfer.reply
Modifier and TypeMethodDescriptionprotected LogbookOperation
TransferReplyReportGenerationHandler.getLogbookInformation
(WorkerParameters param)