|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface INotificationEventBase
This interface allows you to manually trigger an event. For example, you can define a custom event that is triggered when a user clicks a button.
| Field Summary | |
|---|---|
static java.lang.String |
ROOTFOLDER_CUID
The CUID for this object type's root folder. |
static java.lang.String |
SPECIFIC_KIND
The Kind used to identify this object type. |
static java.lang.String |
SPECIFIC_PROGID
The ProgID used to identify this object type. |
| Method Summary | |
|---|---|
void |
addTriggerAlertMessage(java.lang.String message)
Adds an alert message to be sent to principals (users and groups) that are subscribed to a triggered event. |
java.util.List |
getDefaultAlertMessages()
Returns the default alert messages. |
int |
getEventType()
|
void |
trigger()
Triggers the user event. |
| Field Detail |
|---|
static final java.lang.String SPECIFIC_KIND
static final java.lang.String SPECIFIC_PROGID
static final java.lang.String ROOTFOLDER_CUID
| Method Detail |
|---|
void trigger()
Triggers the user event.
void addTriggerAlertMessage(java.lang.String message)
getDefaultAlertMessages.
Alert messages do not have to be unique.
message - A String object that contains the alert message.getDefaultAlertMessagesjava.util.List getDefaultAlertMessages()
addTriggerAlertMessage method.
Alert messages do not have to be unique.
List object that contains the default alert messages stored as String objects.addTriggerAlertMessageint getEventType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||