public class CheckSearchTypes extends IntegrityCheck
di, rc, vl
IC_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, reportProblem
public CheckSearchTypes(DatabaseInformation di, ReportCollector reportCollector, ValidateLogger vl)
mdi
- ic
- vl
- public MXException getTitle()
IntegrityCheck
getTitle
in class IntegrityCheck
public boolean conditionsCheck() throws java.lang.Exception
conditionsCheck
in class IntegrityCheck
java.lang.Exception
java.sql.SQLException
IntegrityCheck.conditionsCheck()
public boolean prerequisitesCheck()
IntegrityCheck
prerequisitesCheck
in class IntegrityCheck
public void check() throws java.lang.Exception
IntegrityCheck
check
in class IntegrityCheck
java.lang.Exception
Problems are reported to the report collector.