Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes

Uses of Interface
com.ibm.tivoli.maximo.integrity.Repair

  • Packages that use Repair 
    Package Description
    com.ibm.tivoli.maximo.integrity  
    com.ibm.tivoli.maximo.integrity.check  
    com.ibm.tivoli.maximo.integrity.repair  
    • Uses of Repair in com.ibm.tivoli.maximo.integrity

      Classes in com.ibm.tivoli.maximo.integrity that implement Repair 
      Modifier and Type Class and Description
      class  RepairAdapter
      Base class for repairs.
      Methods in com.ibm.tivoli.maximo.integrity that return Repair 
      Modifier and Type Method and Description
      Repair Report.getRepair() 
      Constructors in com.ibm.tivoli.maximo.integrity with parameters of type Repair 
      Constructor and Description
      Report(ICMessage message, DatabaseInformation di, Repair repair) 
      Report(ICMessage message, DatabaseInformation di, Repair repair, ValidateLogger vl) 
    • Uses of Repair in com.ibm.tivoli.maximo.integrity.check

      Classes in com.ibm.tivoli.maximo.integrity.check that implement Repair 
      Modifier and Type Class and Description
      class  TenantSpecificRepair
      Perform a repair for a specific tenant.
      Constructors in com.ibm.tivoli.maximo.integrity.check with parameters of type Repair 
      Constructor and Description
      TenantSpecificRepair(MTContext context, Repair repair, DatabaseInformation di) 
    • Uses of Repair in com.ibm.tivoli.maximo.integrity.repair

      Classes in com.ibm.tivoli.maximo.integrity.repair that implement Repair 
      Modifier and Type Class and Description
      class  DropColumnFromMaximo
      Remove references to a Maximo column.
      class  DropGroupFromMaximo
      Remove a group from the user-group table.
      class  DropGroupFromMaximoSecurity
      Remove groups from the Maximo security tables.
      class  DropTableFromMaximo
      Remove references in Maximo to a table that doesn't exist in the database.
      class  DropUserFromMaximo
      Drop a user from the user-group table.
      class  DropUserFromMaxUser 
      class  MissingAutokeyRepair
      Fills in any missing Autokey records.
      class  MultiStepRepair
      Perform a repair made up of separate steps.
      class  ParamBatchSQL
      This repair takes a SQL statement with parameter place holders.
      class  RebuildSequence
      Rebuild sequences found to have problems.
      class  RefillAncestorTable
      Repair the contents of an Ancestor table.
      class  RepairSQL
      Simple repair done by a single SQL Statement.
      class  ZTriggerCleanup 
      Methods in com.ibm.tivoli.maximo.integrity.repair with parameters of type Repair 
      Modifier and Type Method and Description
      void MultiStepRepair.add(Repair e) 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes