psdi.configure

Interface UpgConstants

    • Field Summary

      Fields 
      Modifier and Type Field and Description
      static int DB2
      Database platform DB2 (value = 3), used for Util dbIn.
      static java.lang.String[] doNotUpdateACTION
      Columns to not change via the Upgrade when updating a row in Action table.
      static java.lang.String[] doNotUpdateALNDOMAIN
      Columns to not change via the Upgrade when updating a row in ALNDomain table.
      static java.lang.String[] doNotUpdateAPPLICATIONAUTH
      Columns to not change via the Upgrade when updating a row in ApplicationAuth table.
      static java.lang.String[] doNotUpdateAUTOKEY
      Columns to not change via the Upgrade when updating a row in Autokey table.
      static java.lang.String[] doNotUpdateCONDITION
      Columns to not change via the Upgrade when updating a row in CONDITION table.
      static java.lang.String[] doNotUpdateCONTRACTPROPERTY
      Columns to not change via the Upgrade when updating a row in CONTRACTPROPERTY table.
      static java.lang.String[] doNotUpdateCONTRACTTYPE
      Columns to not change via the Upgrade when updating a row in CONTRACTTYPE table.
      static java.lang.String[] doNotUpdateCROSSOVERDOMAIN
      Columns to not change via the Upgrade when updating a row in CrossoverDomain table.
      static java.lang.String[] doNotUpdateDOCTYPES
      Columns to not change via the Upgrade when updating a row in DocTypes table.
      static java.lang.String[] doNotUpdateLANGUAGE
      Columns to not change via the Upgrade when updating a row in Language table.
      static java.lang.String[] doNotUpdateMAXAPPS
      Columns to not change via the Upgrade when updating a row in MaxApps table.
      static java.lang.String[] doNotUpdateMAXCONDDETAIL
      Columns to not change via the Upgrade when updating a row in MaxCondDetail table.
      static java.lang.String[] doNotUpdateMAXCONTROLVALUE
      Columns to not change via the Upgrade when updating a row in MaxControlValue table.
      static java.lang.String[] doNotUpdateMAXDOMAIN
      Columns to not change via the Upgrade when updating a row in MaxDomain table.
      static java.lang.String[] doNotUpdateMAXLOGAPPENDER
      Columns to not change via the Upgrade when updating a row in MaxLogAppender table.
      static java.lang.String[] doNotUpdateMAXLOGGER
      Columns to not change via the Upgrade when updating a row in MaxLogger table.
      static java.lang.String[] doNotUpdateMAXMENU
      Columns to not change via the Upgrade when updating a row in MaxMenu table.
      static java.lang.String[] doNotUpdateMAXMESSAGES
      Columns to not change via the Upgrade when updating a row in MAXMESSAGES table.
      static java.lang.String[] doNotUpdateMAXMODULES
      Columns to not change via the Upgrade when updating a row in MaxModules table.
      static java.lang.String[] doNotUpdateMAXPROP
      Columns to not change via the Upgrade when updating a row in MaxProp table.
      static java.lang.String[] doNotUpdateMAXPROPVALUE
      Columns to not change via the Upgrade when updating a row in MaxPropValue table.
      static java.lang.String[] doNotUpdateMAXROLE
      Columns to not change via the Upgrade when updating a row in MaxRole table.
      static java.lang.String[] doNotUpdateMAXSEQUENCE
      Columns to not change via the Upgrade when updating a row in MaxSequence table.
      static java.lang.String[] doNotUpdateMAXSERSECURITY
      Columns to not change via the Upgrade when updating a row in MaxServSecurity table.
      static java.lang.String[] doNotUpdateMAXSERVICE
      Columns to not change via the Upgrade when updating a row in MaxService table.
      static java.lang.String[] doNotUpdateMAXTABLEDOMAIN
      Columns to not change via the Upgrade when updating a row in MaxTableDomain table.
      static java.lang.String[] doNotUpdateMAXVARS
      Columns to not change via the Upgrade when updating a row in MaxVars table.
      static java.lang.String[] doNotUpdateMAXVARTYPE
      Columns to not change via the Upgrade when updating a row in MaxVarType table.
      static java.lang.String[] doNotUpdateMXCOLLAB
      Columns to not change via the Upgrade when updating a row in MXCollab table.
      static java.lang.String[] doNotUpdateMXCOLLABREF
      Columns to not change via the Upgrade when updating a row in MXCollabRef table.
      static java.lang.String[] doNotUpdateNUMERICDOMAIN
      Columns to not change via the Upgrade when updating a row in NumericDomain table.
      static java.lang.String[] doNotUpdateNUMRANGEDOMAIN
      Columns to not change via the Upgrade when updating a row in NumRangeDomain table.
      static java.lang.String[] doNotUpdatePORTLET
      Columns to not change via the Upgrade when updating a row in Portlet table.
      static java.lang.String[] doNotUpdatePRICALC
      Columns to not change via the Upgrade when updating a row in PriCalc table.
      static java.lang.String[] doNotUpdateSECURITYRESTRICT
      Columns to not change via the Upgrade when updating a row in SECURITYRESTRICT table.
      static java.lang.String[] doNotUpdateSIGOPTION
      Columns to not change via the Upgrade when updating a row in SigOption table.
      static java.lang.String[] doNotUpdateSYNONYMDOMAIN
      Columns to not change via the Upgrade when updating a row in SynonymDomain table.
      static java.lang.String[] doNotUpdateTAXTYPE
      Columns to not change via the Upgrade when updating a row in TAXTYPE table.
      static java.lang.String[] doNotUpdateWORKPRIORITY
      Columns to not change via the Upgrade when updating a row in WORKPRIORITY table.
      static java.lang.String[] doNotUpdateWORKTYPE
      Columns to not change via the Upgrade when updating a row in WORKTYPE table.
      static java.lang.String[] doNotUpdateWPEDITSETTING
      Columns to not change via the Upgrade when updating a row in WPEDITSETTING table.
      static java.util.HashMap messageCache
      Messages from message table, loaded once when this program is started.
      static java.lang.String NEWONLY
      Value of "status" attribute when an entity exists only in the "new" database.
      static java.lang.String OLDANDNEW
      Value of "status" attribute when an entity exists in both the "old" and "new" databases.
      static java.lang.String OLDONLY
      Value of "status" attribute when an entity exists only in the "old" database.
      static int ORACLE
      Database platform Oracle (value = 1), used for Util dbIn.
      static int SQLINET 
      static int SQLMICROSOFT
      SQLServr driver
      static int SQLSERVER
      Database platform SqlServer (value = 2), used for Util dbIn.
      static java.lang.String[] SYSDATATABLES
      Names of the Maximo data tables (other than metadata) that are handled by the Upgrade.
      static java.lang.String[] SYSTEMTABLES
      Names of the Maximo metadata tables that comprise the Maximo schema.
      static int UNKNOWN
      Database platform unknown (value = 999), used for Util dbIn.
    • Field Detail

      • OLDONLY

        static final java.lang.String OLDONLY
        Value of "status" attribute when an entity exists only in the "old" database.
        See Also:
        Constant Field Values
      • NEWONLY

        static final java.lang.String NEWONLY
        Value of "status" attribute when an entity exists only in the "new" database.
        See Also:
        Constant Field Values
      • OLDANDNEW

        static final java.lang.String OLDANDNEW
        Value of "status" attribute when an entity exists in both the "old" and "new" databases.
        See Also:
        Constant Field Values
      • SYSDATATABLES

        static final java.lang.String[] SYSDATATABLES
        Names of the Maximo data tables (other than metadata) that are handled by the Upgrade. MaxVarType must preceed MaxVars.

        Each table listed here must have a corresponding array of "doNotUpdate" columns, which indicates which columns (if any) should not be updated via the Upgrade. For example, the AUTOKEY table has the array doNotUpdateAUTOKEY. SiteID, OrgID, LDKEY, and key columns need not be specified in these arrays. These arrays pertain only to updates (not adds or deletes).

      • SYSTEMTABLES

        static final java.lang.String[] SYSTEMTABLES
        Names of the Maximo metadata tables that comprise the Maximo schema. Currently includes MAXOBJECT, MAXOBJECTCFG, MAXATTRIBUTE, MAXATTRIBUTECFG, MAXTABLE, MAXTABLECFG, MAXVIEW, MAXVIEWCFG, MAXVIEWCOLUMN, MAXVIEWCOLUMNCFG, MAXSYSINDEXES, MAXSYSKEYS.
      • doNotUpdateACTION

        static final java.lang.String[] doNotUpdateACTION
        Columns to not change via the Upgrade when updating a row in Action table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateALNDOMAIN

        static final java.lang.String[] doNotUpdateALNDOMAIN
        Columns to not change via the Upgrade when updating a row in ALNDomain table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateAPPLICATIONAUTH

        static final java.lang.String[] doNotUpdateAPPLICATIONAUTH
        Columns to not change via the Upgrade when updating a row in ApplicationAuth table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateAUTOKEY

        static final java.lang.String[] doNotUpdateAUTOKEY
        Columns to not change via the Upgrade when updating a row in Autokey table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateCONDITION

        static final java.lang.String[] doNotUpdateCONDITION
        Columns to not change via the Upgrade when updating a row in CONDITION table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateCONTRACTPROPERTY

        static final java.lang.String[] doNotUpdateCONTRACTPROPERTY
        Columns to not change via the Upgrade when updating a row in CONTRACTPROPERTY table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateCONTRACTTYPE

        static final java.lang.String[] doNotUpdateCONTRACTTYPE
        Columns to not change via the Upgrade when updating a row in CONTRACTTYPE table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateCROSSOVERDOMAIN

        static final java.lang.String[] doNotUpdateCROSSOVERDOMAIN
        Columns to not change via the Upgrade when updating a row in CrossoverDomain table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateDOCTYPES

        static final java.lang.String[] doNotUpdateDOCTYPES
        Columns to not change via the Upgrade when updating a row in DocTypes table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateLANGUAGE

        static final java.lang.String[] doNotUpdateLANGUAGE
        Columns to not change via the Upgrade when updating a row in Language table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXAPPS

        static final java.lang.String[] doNotUpdateMAXAPPS
        Columns to not change via the Upgrade when updating a row in MaxApps table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXCONDDETAIL

        static final java.lang.String[] doNotUpdateMAXCONDDETAIL
        Columns to not change via the Upgrade when updating a row in MaxCondDetail table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXCONTROLVALUE

        static final java.lang.String[] doNotUpdateMAXCONTROLVALUE
        Columns to not change via the Upgrade when updating a row in MaxControlValue table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXDOMAIN

        static final java.lang.String[] doNotUpdateMAXDOMAIN
        Columns to not change via the Upgrade when updating a row in MaxDomain table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXLOGGER

        static final java.lang.String[] doNotUpdateMAXLOGGER
        Columns to not change via the Upgrade when updating a row in MaxLogger table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXLOGAPPENDER

        static final java.lang.String[] doNotUpdateMAXLOGAPPENDER
        Columns to not change via the Upgrade when updating a row in MaxLogAppender table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXMENU

        static final java.lang.String[] doNotUpdateMAXMENU
        Columns to not change via the Upgrade when updating a row in MaxMenu table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXMESSAGES

        static final java.lang.String[] doNotUpdateMAXMESSAGES
        Columns to not change via the Upgrade when updating a row in MAXMESSAGES table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXMODULES

        static final java.lang.String[] doNotUpdateMAXMODULES
        Columns to not change via the Upgrade when updating a row in MaxModules table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXPROP

        static final java.lang.String[] doNotUpdateMAXPROP
        Columns to not change via the Upgrade when updating a row in MaxProp table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXPROPVALUE

        static final java.lang.String[] doNotUpdateMAXPROPVALUE
        Columns to not change via the Upgrade when updating a row in MaxPropValue table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXROLE

        static final java.lang.String[] doNotUpdateMAXROLE
        Columns to not change via the Upgrade when updating a row in MaxRole table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXSERVICE

        static final java.lang.String[] doNotUpdateMAXSERVICE
        Columns to not change via the Upgrade when updating a row in MaxService table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXSERSECURITY

        static final java.lang.String[] doNotUpdateMAXSERSECURITY
        Columns to not change via the Upgrade when updating a row in MaxServSecurity table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXSEQUENCE

        static final java.lang.String[] doNotUpdateMAXSEQUENCE
        Columns to not change via the Upgrade when updating a row in MaxSequence table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXTABLEDOMAIN

        static final java.lang.String[] doNotUpdateMAXTABLEDOMAIN
        Columns to not change via the Upgrade when updating a row in MaxTableDomain table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXVARS

        static final java.lang.String[] doNotUpdateMAXVARS
        Columns to not change via the Upgrade when updating a row in MaxVars table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMAXVARTYPE

        static final java.lang.String[] doNotUpdateMAXVARTYPE
        Columns to not change via the Upgrade when updating a row in MaxVarType table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMXCOLLAB

        static final java.lang.String[] doNotUpdateMXCOLLAB
        Columns to not change via the Upgrade when updating a row in MXCollab table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateMXCOLLABREF

        static final java.lang.String[] doNotUpdateMXCOLLABREF
        Columns to not change via the Upgrade when updating a row in MXCollabRef table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateNUMERICDOMAIN

        static final java.lang.String[] doNotUpdateNUMERICDOMAIN
        Columns to not change via the Upgrade when updating a row in NumericDomain table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateNUMRANGEDOMAIN

        static final java.lang.String[] doNotUpdateNUMRANGEDOMAIN
        Columns to not change via the Upgrade when updating a row in NumRangeDomain table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdatePORTLET

        static final java.lang.String[] doNotUpdatePORTLET
        Columns to not change via the Upgrade when updating a row in Portlet table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdatePRICALC

        static final java.lang.String[] doNotUpdatePRICALC
        Columns to not change via the Upgrade when updating a row in PriCalc table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateSECURITYRESTRICT

        static final java.lang.String[] doNotUpdateSECURITYRESTRICT
        Columns to not change via the Upgrade when updating a row in SECURITYRESTRICT table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateSIGOPTION

        static final java.lang.String[] doNotUpdateSIGOPTION
        Columns to not change via the Upgrade when updating a row in SigOption table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateSYNONYMDOMAIN

        static final java.lang.String[] doNotUpdateSYNONYMDOMAIN
        Columns to not change via the Upgrade when updating a row in SynonymDomain table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateTAXTYPE

        static final java.lang.String[] doNotUpdateTAXTYPE
        Columns to not change via the Upgrade when updating a row in TAXTYPE table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateWORKPRIORITY

        static final java.lang.String[] doNotUpdateWORKPRIORITY
        Columns to not change via the Upgrade when updating a row in WORKPRIORITY table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateWORKTYPE

        static final java.lang.String[] doNotUpdateWORKTYPE
        Columns to not change via the Upgrade when updating a row in WORKTYPE table.
        See Also:
        UpgConstants.SYSDATATABLES
      • doNotUpdateWPEDITSETTING

        static final java.lang.String[] doNotUpdateWPEDITSETTING
        Columns to not change via the Upgrade when updating a row in WPEDITSETTING table.
        See Also:
        UpgConstants.SYSDATATABLES
      • messageCache

        static final java.util.HashMap messageCache
        Messages from message table, loaded once when this program is started.