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 void
LogbookDbAccess. 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 void
LogbookMongoDbAccessImpl. deleteCollectionForTesting(LogbookCollections collection)
void
LogbookElasticsearchAccess. deleteIndexByAliasForTesting(LogbookCollections collection, int tenantId)
<T> void
LogbookElasticsearchAccess. indexEntry(LogbookCollections collection, java.lang.Integer tenantId, java.lang.String id, VitamDocument<T> vitamDocument)
void
LogbookElasticsearchAccess. purgeIndexForTesting(LogbookCollections collection, java.lang.Integer tenantId)
void
LogbookElasticsearchAccess. refreshIndex(LogbookCollections collection, int tenantId)
-