| Library | Package | Frames | Expand | Java Toolkit |
| Method Summary | |
|---|---|
| CustomCheckResults | OnCustomCheck
(String CheckName, Model Mdl)
Override this method to evaluate a ModelCheck externally defined check. |
| void | OnCustomCheckAction
(String CheckName, Model Mdl,
/*optional*/
String SelectedItem)
Override this method to execute a repair action on an item found by a custom check. |
| void | OnCustomCheckUpdate
(String CheckName, Model Mdl,
/*optional*/
String SelectedItem)
Override this method to update an item found by a custom check. |
| Method Detail |
|---|
| OnCustomCheck |
|---|
| CustomCheckResults | OnCustomCheck | (String CheckName, Model Mdl) |
Override this method to evaluate a ModelCheck externally
defined check.
|
| OnCustomCheckAction |
|---|
| void | OnCustomCheckAction | (String CheckName, Model Mdl, /*optional*/ String SelectedItem) |
Override this method to execute a repair action on an item
found by a custom check.
|
| OnCustomCheckUpdate |
|---|
| void | OnCustomCheckUpdate | (String CheckName, Model Mdl, /*optional*/ String SelectedItem) |
Override this method to update an item found by a custom check.
|