com.ibm.tivoli.maximo.integrity.repair

Class MissingAutokeyRepair

  • java.lang.Object
    • com.ibm.tivoli.maximo.integrity.repair.MissingAutokeyRepair
  • All Implemented Interfaces:
    Repair


    public class MissingAutokeyRepair
    extends java.lang.Object
    implements Repair
    Fills in any missing Autokey records.
    • Constructor Summary

      Constructors 
      Constructor and Description
      MissingAutokeyRepair(DatabaseInformation di, java.lang.String autokeyname, java.lang.String object, java.lang.String attr, java.lang.String siteorgtype)
      Constructor
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method and Description
      void doRepair()
      Perform the repair.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • MissingAutokeyRepair

        public MissingAutokeyRepair(DatabaseInformation di,
                                    java.lang.String autokeyname,
                                    java.lang.String object,
                                    java.lang.String attr,
                                    java.lang.String siteorgtype)
        Constructor
        Parameters:
        di -
        autokeyname -
        object -
        attr -
        siteorgtype -
    • Method Detail

      • doRepair

        public void doRepair()
                      throws java.lang.Exception
        Description copied from interface: Repair
        Perform the repair.
        Specified by:
        doRepair in interface Repair
        Throws:
        java.lang.Exception