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.probativevalue.pojo -
-
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.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)
-