Interface IDatabaseIntegrityChecker
- All Known Implementing Classes:
DatabaseIntegrityCheckerService
public interface IDatabaseIntegrityChecker
Provide a Database Integrity checker interface.
- Since:
- 23.04.0
-
Method Summary
Modifier and TypeMethodDescriptiondefault void
checkAll()
call all Database Integrity Checker validation methodsCore global services name with no set default.Return forms name with no delivery method configured.check the database Indexes integrity and return nonexistent indexes.check the database integrity and return all invalid records.Return NameAndVersion of all Services with debug log enable for prod system
-
Method Details
-
checkAll
default void checkAll()call all Database Integrity Checker validation methods- Since:
- 23.10.0
-
checkRelations
check the database integrity and return all invalid records.- Returns:
- the list of invalid records
-
checkIndexes
check the database Indexes integrity and return nonexistent indexes.- Returns:
- Nonexistent Indexes
-
checkCoreGlobalServicesWithNoDefault
Core global services name with no set default.- Returns:
- Core global services name with no set default.
- Since:
- 23.10.0
-
checkFormsWithNoDeliveryMethod
Return forms name with no delivery method configured.- Returns:
- forms name with no delivery method configured.
- Since:
- 23.10.0
-
checkServicesWithDebugLogEnable
Return NameAndVersion of all Services with debug log enable for prod system- Returns:
- Services name and version with debug log enable for prod system
- Since:
- 23.10.0
-