Package | Description |
---|---|
com.ibm.tivoli.maximo.integrity | |
com.ibm.tivoli.maximo.integrity.check | |
com.ibm.tivoli.maximo.integrity.repair |
Modifier and Type | Class and Description |
---|---|
class |
RepairAdapter
Base class for repairs.
|
Modifier and Type | Method and Description |
---|---|
Repair |
Report.getRepair() |
Constructor and Description |
---|
Report(ICMessage message,
DatabaseInformation di,
Repair repair) |
Modifier and Type | Class and Description |
---|---|
class |
TenantSpecificRepair
Perform a repair for a specific tenant.
|
Constructor and Description |
---|
TenantSpecificRepair(MTContext context,
Repair repair,
DatabaseInformation di) |
Modifier and Type | Class and Description |
---|---|
class |
DropColumnFromMaximo
Remove references to a Maximo column.
|
class |
DropGroupFromMaximo
Remove a group from the user-group table.
|
class |
DropGroupFromMaximoSecurity
Remove groups from the Maximo security tables.
|
class |
DropTableFromMaximo
Remove references in Maximo to a table that doesn't exist in the database.
|
class |
DropUserFromMaximo
Drop a user from the user-group table.
|
class |
DropUserFromMaxUser |
class |
MissingAutokeyRepair
Fills in any missing Autokey records.
|
class |
MultiStepRepair
Perform a repair made up of separate steps.
|
class |
ParamBatchSQL
This repair takes a SQL statement with parameter place holders.
|
class |
RebuildSequence
Rebuild sequences found to have problems.
|
class |
RefillAncestorTable
Repair the contents of an Ancestor table.
|
class |
RepairSQL
Simple repair done by a single SQL Statement.
|
class |
ZTriggerCleanup |
Modifier and Type | Method and Description |
---|---|
void |
MultiStepRepair.add(Repair e) |