| Methods in org.rhq.enterprise.server.alert that throw AlertDefinitionUpdateException |
org.rhq.core.domain.alert.notification.AlertNotification |
AlertNotificationManagerBean.addAlertNotification(org.rhq.core.domain.auth.Subject user,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Deprecated. |
org.rhq.core.domain.alert.notification.AlertNotification |
AlertNotificationManagerLocal.addAlertNotification(org.rhq.core.domain.auth.Subject user,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Deprecated. this is used only by the legacy JSF UI and no longer works correctly |
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerBean.updateAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching)
|
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerLocal.updateAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching)
|
void |
AlertNotificationManagerLocal.updateAlertNotification(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.notification.AlertNotification notification)
Deprecated. this is used only by the legacy JSF UI and no longer works correctly |
org.rhq.core.domain.alert.AlertDefinition |
AlertTemplateManagerBean.updateAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertTemplate,
boolean resetMatching)
|
org.rhq.core.domain.alert.AlertDefinition |
AlertTemplateManagerLocal.updateAlertTemplate(org.rhq.core.domain.auth.Subject user,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean purgeInternals)
|
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerBean.updateDependentAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching)
|
org.rhq.core.domain.alert.AlertDefinition |
AlertDefinitionManagerLocal.updateDependentAlertDefinition(org.rhq.core.domain.auth.Subject subject,
int alertDefinitionId,
org.rhq.core.domain.alert.AlertDefinition alertDefinition,
boolean resetMatching)
This method is similar in use-case to AlertDefinitionManagerLocal.createDependentAlertDefinition(Subject, AlertDefinition, int). |
org.rhq.core.domain.alert.AlertDefinition |
GroupAlertDefinitionManagerBean.updateGroupAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.alert.AlertDefinition groupAlertDefinition,
boolean resetMatching)
|
org.rhq.core.domain.alert.AlertDefinition |
GroupAlertDefinitionManagerLocal.updateGroupAlertDefinitions(org.rhq.core.domain.auth.Subject subject,
org.rhq.core.domain.alert.AlertDefinition groupAlertDefinition,
boolean resetMatching)
|