Uses of Class
fr.gouv.vitam.common.model.logbook.LogbookOperation
-
Packages that use LogbookOperation Package Description fr.gouv.vitam.access.external.client Providesfr.gouv.vitam.common.external.client Contains generic VitamClient and associated basic implementation used as base for every specific client module.fr.gouv.vitam.common.model.logbook Provides common public Model classes for the Logbook module.fr.gouv.vitam.functionaltest.cucumber.service fr.gouv.vitam.ihmdemo.core Provides IHM core classesfr.gouv.vitam.worker.core.plugin Plugin package in worker modulefr.gouv.vitam.worker.core.plugin.bulkatomicupdate fr.gouv.vitam.worker.core.plugin.elimination fr.gouv.vitam.worker.core.plugin.probativevalue.pojo fr.gouv.vitam.worker.core.plugin.transfer.reply -
-
Uses of LogbookOperation in fr.gouv.vitam.access.external.client
Methods in fr.gouv.vitam.access.external.client that return types with arguments of type LogbookOperation Modifier and Type Method Description RequestResponse<LogbookOperation>
AccessExternalClient. selectOperationbyId(VitamContext vitamContext, java.lang.String operationId, com.fasterxml.jackson.databind.JsonNode select)
selectOperationbyIdRequestResponse<LogbookOperation>
AccessExternalClient. selectOperations(VitamContext vitamContext, com.fasterxml.jackson.databind.JsonNode select)
selectOperation -
Uses of LogbookOperation in fr.gouv.vitam.common.external.client
Methods in fr.gouv.vitam.common.external.client that return types with arguments of type LogbookOperation Modifier and Type Method Description static RequestResponse<LogbookOperation>
ClientMockResultHelper. getLogbookOperationRequestResponse()
static java.util.List<LogbookOperation>
ClientMockResultHelper. getLogbookOperations()
static RequestResponse<LogbookOperation>
ClientMockResultHelper. getLogbookOperationsRequestResponse()
-
Uses of LogbookOperation in fr.gouv.vitam.common.model.logbook
Methods in fr.gouv.vitam.common.model.logbook that return LogbookOperation Modifier and Type Method Description static LogbookOperation
LogbookOperation. emptyWithEvDetData(java.lang.String evDetData)
-
Uses of LogbookOperation in fr.gouv.vitam.functionaltest.cucumber.service
Methods in fr.gouv.vitam.functionaltest.cucumber.service that return types with arguments of type LogbookOperation Modifier and Type Method Description RequestResponse<LogbookOperation>
LogbookService. getLogbookOperation(AccessExternalClient accessClient, int tenantId, java.lang.String contractId, java.lang.String applicationSessionId, java.lang.String operationId)
Get a Logbook operation by its id -
Uses of LogbookOperation in fr.gouv.vitam.ihmdemo.core
Methods in fr.gouv.vitam.ihmdemo.core that return types with arguments of type LogbookOperation Modifier and Type Method Description RequestResponse<LogbookOperation>
UserInterfaceTransactionManager. selectOperation(com.fasterxml.jackson.databind.JsonNode query, VitamContext context)
RequestResponse<LogbookOperation>
UserInterfaceTransactionManager. selectOperationbyId(java.lang.String operationId, VitamContext context)
-
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin
Methods in fr.gouv.vitam.worker.core.plugin that return LogbookOperation Modifier and Type Method Description protected abstract LogbookOperation
GenericReportGenerationHandler. getLogbookInformation(WorkerParameters param)
Methods in fr.gouv.vitam.worker.core.plugin with parameters of type LogbookOperation Modifier and Type Method Description protected Report
GenericReportGenerationHandler. generateReport(WorkerParameters param, LogbookOperation logbook)
protected OperationSummary
GenericReportGenerationHandler. getOperationSummary(LogbookOperation logbook, java.lang.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
Methods in fr.gouv.vitam.worker.core.plugin.bulkatomicupdate with parameters of type LogbookOperation Modifier and Type Method Description protected ReportSummary
BulkAtomicUpdateFinalize. getReport(LogbookOperation logbook)
-
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin.elimination
Methods in fr.gouv.vitam.worker.core.plugin.elimination that return LogbookOperation Modifier and Type Method Description protected LogbookOperation
EliminationActionReportGenerationHandler. getLogbookInformation(WorkerParameters param)
-
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo
Methods in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo that return LogbookOperation Modifier and Type Method Description LogbookOperation
OperationWithClosestPreviousOperation. getClosestToReferenceOperation()
LogbookOperation
OperationWithClosestPreviousOperation. getOperation()
Constructors in fr.gouv.vitam.worker.core.plugin.probativevalue.pojo with parameters of type LogbookOperation Constructor Description OperationWithClosestPreviousOperation(LogbookOperation operation, LogbookOperation closestToReferenceOperation)
-
Uses of LogbookOperation in fr.gouv.vitam.worker.core.plugin.transfer.reply
Methods in fr.gouv.vitam.worker.core.plugin.transfer.reply that return LogbookOperation Modifier and Type Method Description protected LogbookOperation
TransferReplyReportGenerationHandler. getLogbookInformation(WorkerParameters param)
-