Uses of Class
fr.gouv.vitam.common.model.logbook.LogbookEventOperation
-
Packages that use LogbookEventOperation Package Description fr.gouv.vitam.common.model.logbook Provides common public Model classes for the Logbook module.fr.gouv.vitam.functionaltest.cucumber.service -
-
Uses of LogbookEventOperation in fr.gouv.vitam.common.model.logbook
Subclasses of LogbookEventOperation in fr.gouv.vitam.common.model.logbook Modifier and Type Class Description class
LogbookOperation
Logbook operation modelMethods in fr.gouv.vitam.common.model.logbook that return types with arguments of type LogbookEventOperation Modifier and Type Method Description java.util.List<LogbookEventOperation>
LogbookOperation. getEvents()
Method parameters in fr.gouv.vitam.common.model.logbook with type arguments of type LogbookEventOperation Modifier and Type Method Description void
LogbookOperation. setEvents(java.util.List<LogbookEventOperation> events)
-
Uses of LogbookEventOperation in fr.gouv.vitam.functionaltest.cucumber.service
Methods in fr.gouv.vitam.functionaltest.cucumber.service that return LogbookEventOperation Modifier and Type Method Description LogbookEventOperation
LogbookService. checkFinalStatusLogbook(AccessExternalClient accessClient, int tenantId, java.lang.String contractId, java.lang.String applicationSessionId, java.lang.String operationId, java.lang.String status)
check on logbook if the global status is OK (status of the last event, if last event is correct)
-