Package psdi.app.configure

The Configure package includes Mbos related to database tables, columns, and indexes.

See: Description

Package psdi.app.configure Description

The Configure package includes Mbos related to database tables, columns, and indexes. This metadata is a normalized and expanded version of the native table characteristics in a form that is useable by the system framework. Additionally, it provides a staging point for planned database changes prior to activating those changes on the Maximo database.

The classes for the configuration utilities (configure database, upgrade, maxinst, etc.) are in the psdi.configure package.

Package Specification

The Mbos included in the Configure package are:

  • MaxService -- Defines the services that are dynamically started by MXServer. This is also affected by MXServer.cfg. See MaximoDD.
  • MaxObject -- Defines the Maximo data objects: persistent and non-persistent tables and views.
  • MaxTable -- Defines the Maximo persistent tables.
  • MaxView -- Defines the Maximo views.
  • MaxAttribute -- Defines the attributes on Maximo tables and views.
  • MaxViewColumn -- Defines the exploded set of attributes on Maximo views.
  • MaxSysIndexes -- Defines the indexes on Maximo data tables. MaxSysKeys defines the columns that participate in each index.
  • MaxObjectCfg -- Used in the configuration process to define changes to objects. After an object has been defined and configured, the data in MaxObjectCfg will be the same as in MaxObject.
  • MaxTableCfg -- Used in the configuration process to define changes to tables. After a table has been defined and configured, the data in MaxTableCfg will be the same as in MaxTable.
  • MaxViewCfg -- Used in the configuration process to define changes to views. After a view has been defined and configured, the data in MaxViewCfg will be the same as in MaxView.
  • MaxAttributeCfg -- Used in the configuration process to define changes to attributes. After an attribute has been defined and configured, the data in MaxAttributeCfg will be the same as in MaxAttribute.
  • MaxViewColumnCfg -- Used in the configuration process to define changes to view columns. After a view column has been defined and configured, the data in MaxViewColumnCfg will be the same as in MaxViewColumn.
  • MaxRelationship -- Stores relationships between tables. This has special and limited use. See the Mbo description.

Relationship diagram

The following diagram shows the relationships between the classes in this package.

Related Documentation


Last updated: 07/24/02