Interface LogbookCheckConsistencyService
-
- All Known Implementing Classes:
LogbookCheckConsistencyServiceImpl
public interface LogbookCheckConsistencyService
Check consistency logbook service.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description LogbookCheckResult
logbookCoherenceCheckByTenant(java.lang.Integer tenant)
Logbook coherence check by tenant.
-
-
-
Method Detail
-
logbookCoherenceCheckByTenant
LogbookCheckResult logbookCoherenceCheckByTenant(java.lang.Integer tenant) throws VitamException
Logbook coherence check by tenant.- Parameters:
tenant
- the tenant id- Returns:
- result
- Throws:
VitamException
- if an error is encountered
-
-