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

Uses of Class
com.ibm.tivoli.maximo.integrity.ValidateLogger

  • Packages that use ValidateLogger 
    Package Description
    com.ibm.tivoli.maximo.integrity  
    com.ibm.tivoli.maximo.integrity.check  
    com.ibm.tivoli.maximo.integrity.unittest  
    psdi.configure
    This package includes classes for applying configuration changes to the database.
    • Uses of ValidateLogger in com.ibm.tivoli.maximo.integrity

      Fields in com.ibm.tivoli.maximo.integrity declared as ValidateLogger 
      Modifier and Type Field and Description
      protected ValidateLogger IntegrityCheck.vl 
      Methods in com.ibm.tivoli.maximo.integrity with parameters of type ValidateLogger 
      Modifier and Type Method and Description
      void Report.setValidateLogger(ValidateLogger logger) 
      Constructors in com.ibm.tivoli.maximo.integrity with parameters of type ValidateLogger 
      Constructor and Description
      IntegrityCheck(DatabaseInformation di, ReportCollector reportCollector, ValidateLogger validateLogger) 
      Report(ICMessage message, DatabaseInformation di, Repair repair, ValidateLogger vl) 
    • Uses of ValidateLogger in com.ibm.tivoli.maximo.integrity.check

      Fields in com.ibm.tivoli.maximo.integrity.check declared as ValidateLogger 
      Modifier and Type Field and Description
      protected ValidateLogger TableColumnData.vl 
      Methods in com.ibm.tivoli.maximo.integrity.check with parameters of type ValidateLogger 
      Modifier and Type Method and Description
      static TableColumnData TableColumnDataFactory.buildNew(DatabaseInformation di, ReportCollector rc, ValidateLogger vl)
      Create a new TableColumnData object, designed for the database server.
      void WogenCheck.checkPerConnection(java.sql.Connection con, ValidateLogger vl) 
      void VerifyValueListColumns.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyUniqueColumnIndex.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifySameAs.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyPrimaryKeyColumnSequence.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyMTExtensionViews.checkPerConnection(java.sql.Connection dc, ValidateLogger vl)
      Report when table have extensions but no view is defined or the view is incorrect.
      void VerifyLangColumnClass.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyGLAccountColumns.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyAutoKeys.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyAutoKeyColumns.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyAttributeType.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyAttributeObject.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void VerifyAttributeNumbers.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void ValidExtends.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void ValidAuditTable.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void MaxUserGroupsAreGroups.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void MaxAppsHaveTables.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckWorkflowLoop.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckUserPrivs.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckTextSearchTables.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckTableConfig.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckPendingChanges.checkPerConnection(java.sql.Connection dc, ValidateLogger vl)
      Check for pending changes for all tenants.
      void CheckObjectConfig.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckMaxViewConfig.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckMaxViewColumnConfig.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckMaxVars.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckMaxTableConfig.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckGroupPrivs.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckDomains.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void ConfigTableCheck.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void CheckColumnConfig.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      void AncestorCheck.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      abstract void CheckTenantData.checkPerConnection(java.sql.Connection dc, ValidateLogger validateLogger)
      Perform the check.
      void AllPersistentColumnsHaveTables.checkPerConnection(java.sql.Connection dc, ValidateLogger vl) 
      Constructors in com.ibm.tivoli.maximo.integrity.check with parameters of type ValidateLogger 
      Constructor and Description
      AllPersistentColumnsHaveTables(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      AncestorCheck(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckColumnConfig(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckConfigurations(DatabaseInformation di, ReportCollector reportCollector, ValidateLogger vl)
      Constructor
      CheckDatabaseForMAS(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckDatabaseVersion(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckDomains(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckForBackupTables(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckGroupPrivs(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckMaxTableConfig(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckMaxVars(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckMaxViewColumnConfig(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckMaxViewConfig(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckObjectConfig(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckPendingChanges(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckSearchTypes(DatabaseInformation di, ReportCollector reportCollector, ValidateLogger vl)
      Constructor
      CheckSequences(DatabaseInformation di, ReportCollector rc, ValidateLogger vl)
      Constructor
      CheckTableConfig(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckTenantData(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl) 
      CheckTextSearchTables(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckUserPrivs(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      CheckWorkflowLoop(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      ConfigTableCheck(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      DB2TableColumnData(DatabaseInformation di, ReportCollector rc, ValidateLogger vl)
      Constructor
      MaxAppsHaveTables(DatabaseInformation di, ReportCollector rc, ValidateLogger vl)
      Constructor
      MaxUserGroupsAreGroups(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      OracleTableColumnData(DatabaseInformation di, ReportCollector rc, ValidateLogger vl) 
      SQLServerTableColumnData(DatabaseInformation di, ReportCollector rc, ValidateLogger vl) 
      TableColumnData(DatabaseInformation di, ReportCollector rc, ValidateLogger vl)
      Constructor
      ValidAuditTable(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      ValidExtends(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyAppMenuPositions(DatabaseInformation di, ReportCollector rc, ValidateLogger vl)
      Constructor
      VerifyAttributeNumbers(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyAttributeObject(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyAttributeType(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyAutoKeyColumns(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyAutoKeys(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyGLAccountColumns(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyIndexRequired(DatabaseInformation di, ReportCollector rc, ValidateLogger vl)
      Constructor
      VerifyLangColumnClass(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyMaximoColumns(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyMaximoTables(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyMTExtensionViews(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyPrimaryKeyColumnSequence(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifySameAs(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyUniqueColumnIndex(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      VerifyValueListColumns(DatabaseInformation mdi, ReportCollector ic, ValidateLogger vl)
      Constructor
      WogenCheck(DatabaseInformation mdi, ReportCollector collector, ValidateLogger vl)
      Constructor
    • Uses of ValidateLogger in com.ibm.tivoli.maximo.integrity.unittest

      Fields in com.ibm.tivoli.maximo.integrity.unittest declared as ValidateLogger 
      Modifier and Type Field and Description
      protected static ValidateLogger ICCheckUnitTest.vl 
    • Uses of ValidateLogger in psdi.configure

      Methods in psdi.configure that return ValidateLogger 
      Modifier and Type Method and Description
      ValidateLogger Validate.getValidateLogger() 
Skip navigation links
  • Overview
  • Package
  • Class
  • Use
  • Tree
  • Deprecated
  • Index
  • Help
  • Prev
  • Next
  • Frames
  • No Frames
  • All Classes