|
Java SDK r12.5 |
||||||||
| PREV CLASS NEXT CLASS | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IMEvent
A base interface for an event. A custom object or workflow script
can retrieve the IMEvent object for the current event,
and then cast the object as the particular event.
For information on retrieving an event object and casting it as a
particular event, see
Retrieving Event Objects in the Programming Guide.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Retrieves the description of the event. |
java.lang.String |
getEventName()
Retrieves the event name. |
java.lang.String |
getSourceID()
Retrieves the unique source ID of the event. |
java.lang.String |
getSourceName()
Retrieves the unique source name of the event. |
ChangeActionSource |
getSourceType()
Retrieves the source type of the event. |
boolean |
isSystemGenerated()
Indicates whether the event is system generated. |
| Method Detail |
|---|
java.lang.String getEventName()
java.lang.String getDescription()
boolean isSystemGenerated()
true if the event is system generated; false otherwise.ChangeActionSource getSourceType()
ChangeActionSource object for a system generated event;
null for non-system generated events.java.lang.String getSourceID()
String containing the ID; null for non-system generated events.java.lang.String getSourceName()
|
Java SDK r12.5 10/22/2009 |
||||||||
| PREV CLASS NEXT CLASS | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||