public class CheckSearchTypes extends IntegrityCheck
di, rc, vlIC_ALLREPAIRS, IC_CANCEL, IC_CHECK, IC_CHECKDONE, IC_NOTAPPLY, IC_REPAIR, IC_REPORT, IC_TENANT| Constructor and Description |
|---|
CheckSearchTypes(DatabaseInformation di,
ReportCollector reportCollector,
ValidateLogger vl)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
check()
Override this to perform the check.
|
boolean |
conditionsCheck()
This test doesn't apply if text-search is not enabled.
|
MXException |
getTitle()
Returns an MXException that tells the user what is being checked now.
|
boolean |
prerequisitesCheck()
Can this test be run now?
This is for things like loading the meta data, or having valid data in the
MaxAttribute table.
|
doCheck, reportProblempublic CheckSearchTypes(DatabaseInformation di, ReportCollector reportCollector, ValidateLogger vl)
mdi - ic - vl - public MXException getTitle()
IntegrityCheckgetTitle in class IntegrityCheckpublic boolean conditionsCheck()
throws java.lang.Exception
conditionsCheck in class IntegrityCheckjava.lang.Exceptionjava.sql.SQLExceptionIntegrityCheck.conditionsCheck()public boolean prerequisitesCheck()
IntegrityCheckprerequisitesCheck in class IntegrityCheckpublic void check()
throws java.lang.Exception
IntegrityCheckcheck in class IntegrityCheckjava.lang.ExceptionProblems are reported to the report collector.