Uses of Class
fr.gouv.vitam.logbook.common.server.exception.LogbookExecutionException
Packages that use LogbookExecutionException
Package
Description
Provides Common Server classes for the Logbook module
Provides Logbook collection classes
-
Uses of LogbookExecutionException in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server that throw LogbookExecutionExceptionModifier and TypeMethodDescriptionvoidLogbookDbAccess.deleteCollectionForTesting(LogbookCollections collection) Delete logbook collection -
Uses of LogbookExecutionException in fr.gouv.vitam.logbook.common.server.database.collections
Methods in fr.gouv.vitam.logbook.common.server.database.collections that throw LogbookExecutionExceptionModifier and TypeMethodDescriptionvoidLogbookMongoDbAccessImpl.deleteCollectionForTesting(LogbookCollections collection) voidLogbookElasticsearchAccess.deleteIndexByAliasForTesting(LogbookCollections collection, int tenantId) <T> voidLogbookElasticsearchAccess.indexEntry(LogbookCollections collection, Integer tenantId, String id, VitamDocument<T> vitamDocument) voidLogbookElasticsearchAccess.purgeIndexForTesting(LogbookCollections collection, Integer tenantId) voidLogbookElasticsearchAccess.refreshIndex(LogbookCollections collection, int tenantId)