com.ibm.tivoli.maximo.integrity

Class IntegrityCheckAncestors

  • java.lang.Object
    • com.ibm.tivoli.maximo.integrity.IntegrityCheckAncestors
    • Constructor Detail

      • IntegrityCheckAncestors

        public IntegrityCheckAncestors()
        Constructor
    • Method Detail

      • main

        public static void main(java.lang.String[] args)
        Main entry.
        Parameters:
        args - First argument is the location of the maximo.properties file. If not given, " ..\..\applications\maximo\properties\maximo.properties" is used. 2nd argument may be -r, for doing repairs
      • report

        public void report(Report report)
                    throws java.lang.Exception
        Description copied from interface: ReportCollector
        Called when there is some issue to report.
        Specified by:
        report in interface ReportCollector
        Throws:
        java.lang.Exception
      • getTimeFileName

        public static java.lang.String getTimeFileName(java.lang.String prefix)