Interface LogbookCheckConsistencyService
- All Known Implementing Classes:
LogbookCheckConsistencyServiceImpl
public interface LogbookCheckConsistencyService
Check consistency logbook service.
-
Method Summary
Modifier and TypeMethodDescriptionlogbookCoherenceCheckByTenant
(Integer tenant) Logbook coherence check by tenant.
-
Method Details
-
logbookCoherenceCheckByTenant
Logbook coherence check by tenant.- Parameters:
tenant
- the tenant id- Returns:
- result
- Throws:
VitamException
- if an error is encountered
-