|
Java SDK r12.5 SP 8 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| 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.
| 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 SP 8 06/13/2011 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||