com.ibm.tivoli.maximo.integrity

Interface ICConstants

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static java.lang.String IC_ALLREPAIRS
      IC.alllrepairs - starting the repair process
      static java.lang.String IC_CANCEL
      IC.cancel(IntegrityCheck) is logged if the test can't run due to missing prerequisites.
      static java.lang.String IC_CHECK
      IC.check(IntegrityCheck) is logged when the check commences.
      static java.lang.String IC_CHECKDONE
      IC.checkdone(IntegrityCheck) is logged when the check finishes.
      static java.lang.String IC_NOTAPPLY
      IC.notapply(IntegrityCheck) is logged if the test doesn't apply to the database.
      static java.lang.String IC_REPAIR
      IC.repair(Repair) Which repair will be done next.
      static java.lang.String IC_REPORT
      IC.report(ICMessage) is logged when a test wants to report something.
      static java.lang.String IC_TENANT
      IC.tenant(MTContext) Which tenant is the check for?
    • Field Detail

      • IC_NOTAPPLY

        static final java.lang.String IC_NOTAPPLY
        IC.notapply(IntegrityCheck) is logged if the test doesn't apply to the database. Like a SQLServer only test on a DB2 database.
        See Also:
        Logged here., Constant Field Values
      • IC_CANCEL

        static final java.lang.String IC_CANCEL
        IC.cancel(IntegrityCheck) is logged if the test can't run due to missing prerequisites. Like a test the requires valid data in the MaxAttribute table.
        See Also:
        Logged here., Constant Field Values
      • IC_CHECK

        static final java.lang.String IC_CHECK
        IC.check(IntegrityCheck) is logged when the check commences.
        See Also:
        Constant Field Values
      • IC_CHECKDONE

        static final java.lang.String IC_CHECKDONE
        IC.checkdone(IntegrityCheck) is logged when the check finishes. This does not include the time for any repairs.
        See Also:
        Constant Field Values
      • IC_REPORT

        static final java.lang.String IC_REPORT
        IC.report(ICMessage) is logged when a test wants to report something. The level of this logging can be info, warning or error. Errors will prevent the user from continuing the upgrade process.
        See Also:
        Logged from here., ICMessage, Constant Field Values
      • IC_TENANT

        static final java.lang.String IC_TENANT
        IC.tenant(MTContext) Which tenant is the check for?
        See Also:
        Constant Field Values
      • IC_ALLREPAIRS

        static final java.lang.String IC_ALLREPAIRS
        IC.alllrepairs - starting the repair process
        See Also:
        Constant Field Values
      • IC_REPAIR

        static final java.lang.String IC_REPAIR
        IC.repair(Repair) Which repair will be done next.
        See Also:
        Constant Field Values