Class LogbookCheckConsistencyServiceImpl
- java.lang.Object
-
- fr.gouv.vitam.logbook.administration.core.impl.LogbookCheckConsistencyServiceImpl
-
- All Implemented Interfaces:
LogbookCheckConsistencyService
public class LogbookCheckConsistencyServiceImpl extends java.lang.Object implements LogbookCheckConsistencyService
Logbook consistency check service.
-
-
Constructor Summary
Constructors Constructor Description LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository)
LogbookCheckConsistencyService constructor.LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository, LogbookDetailsCheckService checkLogbookPropertiesService)
LogbookCheckConsistencyService constructor.
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description LogbookCheckResult
logbookCoherenceCheckByTenant(java.lang.Integer tenant)
Logbook consistency check by tenant.
-
-
-
Constructor Detail
-
LogbookCheckConsistencyServiceImpl
public LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository)
LogbookCheckConsistencyService constructor.- Parameters:
configuration
-vitamRepository
-
-
LogbookCheckConsistencyServiceImpl
public LogbookCheckConsistencyServiceImpl(LogbookConfiguration configuration, VitamRepositoryProvider vitamRepository, LogbookDetailsCheckService checkLogbookPropertiesService)
LogbookCheckConsistencyService constructor.- Parameters:
configuration
-vitamRepository
-checkLogbookPropertiesService
-
-
-
Method Detail
-
logbookCoherenceCheckByTenant
public LogbookCheckResult logbookCoherenceCheckByTenant(java.lang.Integer tenant) throws VitamException
Logbook consistency check by tenant.- Specified by:
logbookCoherenceCheckByTenant
in interfaceLogbookCheckConsistencyService
- Parameters:
tenant
-- Returns:
- result
- Throws:
LogbookException
VitamException
- if an error is encountered
-
-