public class LogbookCheckConsistencyServiceImpl extends Object implements LogbookCheckConsistencyService
| Modifier and Type | Field and Description |
|---|---|
static String |
EXCEPTION_HAS_BEEN_THROWN_WHEN_CONVERTING_ON_INPUT_STREAM |
| Constructor and Description |
|---|
LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration,
VitamRepositoryProvider vitamRepository)
LogbookCheckConsistencyService constructor.
|
LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration,
VitamRepositoryProvider vitamRepository,
LogbookDetailsCheckService checkLogbookPropertiesService)
LogbookCheckConsistencyService constructor.
|
| Modifier and Type | Method and Description |
|---|---|
void |
logbookCoherenceCheck()
Logbook coherence check on all Vitam tenants.
|
void |
logbookCoherenceCheckByTenant(Integer tenant)
Logbook consistency check by tenant.
|
public static final String EXCEPTION_HAS_BEEN_THROWN_WHEN_CONVERTING_ON_INPUT_STREAM
public LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository)
configuration - vitamRepository - public LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository, LogbookDetailsCheckService checkLogbookPropertiesService)
configuration - vitamRepository - checkLogbookPropertiesService - public void logbookCoherenceCheck()
throws VitamException
logbookCoherenceCheck in interface LogbookCheckConsistencyServiceLogbookExceptionVitamException - if an error is encounteredpublic void logbookCoherenceCheckByTenant(Integer tenant) throws VitamException
logbookCoherenceCheckByTenant in interface LogbookCheckConsistencyServicetenant - LogbookExceptionVitamException - if an error is encounteredCopyright © 2018 Vitam. All rights reserved.