|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IAlertNotificationBase
Provides information about the properties of an alert notification. Alert notifications contain the alert messages and other information received by a user as a result of subscribing to an event.
IEvent| Field Summary | |
|---|---|
static java.lang.String |
KIND
The Kind used to identify this object type. |
static java.lang.String |
PROGID
The ProgID used to identify this object type. |
| Method Summary | |
|---|---|
int |
getEventID()
Returns the SI_ID property of the event that generated this alert notification. |
int |
getEventSourceID()
Returns the SI_ID property of the source object instance that generated this alert notification. |
java.lang.String |
getEventSourceViewerURL()
Returns a URL that can be used to view the source object instance that generated this alert notification. |
java.util.List |
getMessages()
Returns a read-only list of messages for this alert notification. |
java.util.Date |
getNotificationEventendTime()
Returns End time for NotificationEventObject in GMT |
java.util.Date |
getNotificationEventstartTime()
Returns Start time for NotificationEventObject in GMT |
IReceivedAlertNotifications |
getRecipients()
Returns information about the recipients of this alert notification. |
| Field Detail |
|---|
static final java.lang.String KIND
static final java.lang.String PROGID
| Method Detail |
|---|
java.util.List getMessages()
UnsupportedOperationException exception.
List object that contains the alert messages.
IReceivedAlertNotifications getRecipients()
throws SDKException
IReceivedAlertNotifications object that contains information about alert recipients.
SDKException
int getEventID()
throws SDKException
int that represents the SI_ID property of the event generated this alert notification.
SDKException
int getEventSourceID()
throws SDKException
0 if the event is not tied
to an event source or was not triggered by instance processing.
int that is the SI_ID property of the source object or 0 if no source object exists.
SDKException
java.lang.String getEventSourceViewerURL()
throws SDKException
null if the event is not tied
to an event source or was not triggered by instance processing.
SDKException
java.util.Date getNotificationEventstartTime()
throws SDKException
SDKException
java.util.Date getNotificationEventendTime()
throws SDKException
SDKException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||