Interface BBjAdminDictionaryMigrationInfo

All Superinterfaces:
BBjAdminPropertyReader, BBjAdminPropertyWriter, Remote

public interface BBjAdminDictionaryMigrationInfo extends BBjAdminPropertyWriter
Necessary information to perform a data dictionary migration from one dictionary version to another.
  • Field Details

  • Method Details

    • getMissingSourceColumns

      BBjAdminList<BBjAdminColumn> getMissingSourceColumns()
      Returns a list of any columns that are present in tables in the source dictionary but are not present in the same table definition in the destination dictionary. Only columns from tables where both tables appear in both data dictionaries will appear in this list.
      Returns:
      List of columns present in the source data dictionary but not in the destination.
    • getMissingSourceTypeDefinitions

      BBjAdminList<BBjAdminTypeDef> getMissingSourceTypeDefinitions()
    • getMissingSourceViews

      BBjAdminList<BBjAdminView> getMissingSourceViews()
    • setMissingSourceViews

      void setMissingSourceViews(BBjAdminList<BBjAdminView> p_missingSourceViews)
    • getMissingSourceProcedures

      BBjAdminList<BBjAdminProcedure> getMissingSourceProcedures()
    • setMissingSourceProcedures

      void setMissingSourceProcedures(BBjAdminList<BBjAdminProcedure> p_missingSourceProcedures)
    • getMissingSourceSequences

      BBjAdminList<BBjAdminSequence> getMissingSourceSequences()
    • setMissingSourceSequences

      void setMissingSourceSequences(BBjAdminList<BBjAdminSequence> p_missingSequences)
    • setMissingSourceTypeDefinitions

      void setMissingSourceTypeDefinitions(BBjAdminList<BBjAdminTypeDef> p_missingTypeDefinitions)
    • getMissingSourceIndexes

      BBjAdminList<BBjAdminIndex> getMissingSourceIndexes()
    • setMissingSourceIndexes

      void setMissingSourceIndexes(BBjAdminList<BBjAdminIndex> p_missingSourceIndexes)
    • setMissingSourceColumns

      void setMissingSourceColumns(BBjAdminList<BBjAdminColumn> p_missingSourceColumns)
    • getSourceDatabase

      com.basis.util.DatabaseConfig getSourceDatabase()
    • setSourceDatabase

      void setSourceDatabase(com.basis.util.DatabaseConfig p_sourceDatabase)
    • getDestinationDatabase

      com.basis.util.DatabaseConfig getDestinationDatabase()
    • setDestinationDatabase

      void setDestinationDatabase(com.basis.util.DatabaseConfig p_destinationDatabase)
    • getMissingSourceTables

      BBjAdminList<BBjAdminTable> getMissingSourceTables()
    • setMissingSourceTables

      void setMissingSourceTables(BBjAdminList<BBjAdminTable> p_missingSourceTables)