|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sap.netweaver.bc.uwl.connect.IAlertConnector.AlertCategory
public static class IAlertConnector.AlertCategory
This class encapsulates the alert category, aggregating the same category for multiple systems
| Constructor Summary | |
|---|---|
IAlertConnector.AlertCategory(String categoryId,
String category,
String classification,
String classificationText,
boolean subscribed,
String systemId)
|
|
| Method Summary | |
|---|---|
void |
addSystem(String systemId)
adds a system alias if the same alert category exists on more than one system |
boolean |
equals(Object obj)
compares alert categories to determine if the same category is available for more than one system. |
String |
getCategory()
|
String |
getCategoryId()
|
String |
getClassification()
|
String |
getClassificationText()
|
List |
getSystemsId()
|
boolean |
isPartiallySubscribed()
|
boolean |
isSubscribed()
|
void |
setPartiallySubscribed(boolean b)
Sets the flag indicating that the alert category is subscribed only on some of the registered systems. |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public IAlertConnector.AlertCategory(String categoryId,
String category,
String classification,
String classificationText,
boolean subscribed,
String systemId)
| Method Detail |
|---|
public void addSystem(String systemId)
systemId - - system alias where the same alert category is foundpublic String getCategory()
public String getCategoryId()
public String getClassification()
public boolean isSubscribed()
public List getSystemsId()
public String getClassificationText()
public boolean equals(Object obj)
equals in class Objectpublic boolean isPartiallySubscribed()
public void setPartiallySubscribed(boolean b)
b - true if the alert category is subscribed only on some of the registered systems.
|
SAP NetWeaver 7.11 (EhP1 SP02) Composition Environment | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||