Uses of Class
fr.gouv.vitam.logbook.common.server.exception.LogbookExecutionException
-
Packages that use LogbookExecutionException Package Description fr.gouv.vitam.logbook.common.server Provides Common Server classes for the Logbook modulefr.gouv.vitam.logbook.common.server.database.collections Provides Logbook collection classes -
-
Uses of LogbookExecutionException in fr.gouv.vitam.logbook.common.server
Methods in fr.gouv.vitam.logbook.common.server that throw LogbookExecutionException Modifier and Type Method Description voidLogbookDbAccess. 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 LogbookExecutionException Modifier and Type Method Description voidLogbookMongoDbAccessImpl. deleteCollectionForTesting(LogbookCollections collection)voidLogbookElasticsearchAccess. deleteIndexByAliasForTesting(LogbookCollections collection, int tenantId)<T> voidLogbookElasticsearchAccess. indexEntry(LogbookCollections collection, java.lang.Integer tenantId, java.lang.String id, VitamDocument<T> vitamDocument)voidLogbookElasticsearchAccess. purgeIndexForTesting(LogbookCollections collection, java.lang.Integer tenantId)voidLogbookElasticsearchAccess. refreshIndex(LogbookCollections collection, int tenantId)
-