|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IEvent interface provides properties to set the general information for all events,
including, name. description, and type of event. You can also retrieve the specific
event object (FileEvent, ScheduleEvent, UserEvent) based on the type of event set in
the IEvent interface. For more information on Events see "Managing Events" in the BusinessObjects Enterprise Administrator's Guide.
| Method Summary | |
java.lang.String |
getDescription()
Returns the description of the event. |
java.lang.Object |
getEventInterface()
Returns the event interface. |
java.lang.String |
getEventName()
Returns the name of the event. |
int |
getEventType()
Returns the type of event. |
void |
setDescription(java.lang.String newDescription)
Sets the description of the event. |
void |
setEventName(java.lang.String newEventName)
Sets the name of the event. |
void |
setEventType(int newEventType)
Sets the type of event. |
| Method Detail |
public java.lang.String getEventName()
Returns the name of the event.
String containing the name of the event.public void setEventName(java.lang.String newEventName)
Sets the name of the event.
newEventName - A String containing the name of the event.public java.lang.String getDescription()
Returns the description of the event.
String containing the description of the event.public void setDescription(java.lang.String newDescription)
Sets the description of the event.
newDescription - A String containing the description of the event.public int getEventType()
Returns the type of event.
int specifying the type of event.public void setEventType(int newEventType)
Sets the type of event.
newEventType - An int specifying the type of event.
public java.lang.Object getEventInterface()
throws SDKException
Returns the event interface. This interface allows modification of File, Schedule, and User event objects.
Object containing the event interface. This can be either an
IFileEvent, IScheduleEvent, or IUserEvent.
SDKException - This is thrown if the process is unsuccessful.IFileEvent,
IScheduleEvent,
IUserEvent
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||