Package | Description |
---|---|
com.ibm.tivoli.maximo.integrity.check |
Modifier and Type | Class and Description |
---|---|
class |
AllPersistentColumnsHaveTables
Verify that each persistent column is owned by a persistent table.
|
class |
AncestorCheck
Validate the contents of the ancestor tables.
|
class |
CheckColumnConfig
Compare the Maximo Attribute table to it's configuration pair.
|
class |
CheckDomains
Verify that all Maximo domains are defined correctly.
|
class |
CheckGroupPrivs
Verify that groups are defined correctly in security tables.
|
class |
CheckMaxTableConfig
Compare MaxTable to MaxTableCFG.
|
class |
CheckMaxVars
Verify all maxvars and maxvartypes are defined properly.
|
class |
CheckMaxViewColumnConfig
Compare MaxViewColumn to MaxViewColumnCFG.
|
class |
CheckMaxViewConfig
Compare MaxView to MaxViewCFG.
|
class |
CheckObjectConfig
Compare the MaxObject table to it's configuration pair.
|
class |
CheckPendingChanges
Check for pending changes in the Maximo framework tables.
|
class |
CheckTableConfig
Compare the pre-Merlin MaxTables table to it's configuration pair.
|
class |
CheckTextSearchTables
Checks that tables that are marked as text search enabled actually have a column that's text search enabled.
|
class |
CheckUserPrivs
Verify that users are defined correctly in security tables.
|
class |
CheckWorkflowLoop
Check Workflow processes for loops.
|
class |
ConfigTableCheck
Abstract base class for Config table checks.
|
class |
MaxAppsHaveTables
Verify that all apps are mapped to a table.
|
class |
MaxUserGroupsAreGroups
Check that groups listed for users are actually groups.
|
class |
ValidAuditTable
Verify that an audit table is specified when auditing is enabled.
|
class |
ValidExtends
Check the value of the MaxObject.ExtendsObject column.
|
class |
VerifyAttributeNumbers
This Integrity Check looks for gaps in the MaxAttribute AttributeNo values.
|
class |
VerifyAttributeObject
Find tables without columns and columns without tables.
|
class |
VerifyAttributeType
Verify type definitions in the MaxAttribute table.
|
class |
VerifyAutoKeyColumns
Verify that all necessary rows exist in the AutoKey table.
|
class |
VerifyAutoKeys
Verify that all entries in Maximo system table AUTOKEY are
defined properly and are required to exist.
|
class |
VerifyGLAccountColumns
Check the length of GL Account columns
|
class |
VerifyLangColumnClass
Verify that columns that are language columns have the correct class.
|
class |
VerifyMTExtensionViews
Verify the Mutli Tenancy extension views, make sure they exist and are correct...
|
class |
VerifyPrimaryKeyColumnSequence
Verify that an index exists for the primary key column sequence of every table.
|
class |
VerifySameAs
Check Same-As links.
|
class |
VerifyUniqueColumnIndex
Verify that an index exists for the unique column id of every table.
|
class |
VerifyValueListColumns
Verify that all rows in columns that are mapped to a domain contain values that were selected from that domain.
|
class |
WogenCheck
The Wogen table should be empty.
|