com.ibm.tivoli.maximo.integrity.check

Class CheckTextSearchTables

  • All Implemented Interfaces:
    ICConstants


    public class CheckTextSearchTables
    extends CheckTenantData
    Checks that tables that are marked as text search enabled actually have a column that's text search enabled.
    • Method Detail

      • getTitle

        public MXException getTitle()
        Description copied from class: IntegrityCheck
        Returns an MXException that tells the user what is being checked now. "Checking for any workflow loops that may exist."
        Specified by:
        getTitle in class IntegrityCheck
      • prerequisitesCheck

        public boolean prerequisitesCheck()
        Description copied from class: IntegrityCheck
        Can this test be run now? This is for things like loading the meta data, or having valid data in the MaxAttribute table. The test should run after other problems are resolved.
        Specified by:
        prerequisitesCheck in class IntegrityCheck
        Returns:
        true if all prerequisites are there to run the check.