|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IScheduleEvent interface allows you to set the criteria for triggering the
event based on the results of a previously scheduled report.
For more information on events see "Schedule-based events" in the BusinessObjects Enterprise Administrator's Guide.
| Field Summary | |
static int |
BOTH
This constant specifies the event is based on schedule success or schedule failure. |
static int |
FAILURE
This constant specifies the event is based on schedule failure. |
static int |
SUCCESS
This constant specifies the event is based on schedule success. |
| Method Summary | |
int |
getDependencyType()
Returns the specific schedule result to trigger the event. |
void |
setDependencyType(int newDependencyType)
Sets the specific schedule result to trigger the event. |
| Field Detail |
public static final int FAILURE
This constant specifies the event is based on schedule failure.
public static final int SUCCESS
This constant specifies the event is based on schedule success.
public static final int BOTH
This constant specifies the event is based on schedule success or schedule failure.
| Method Detail |
public int getDependencyType()
Returns the specific schedule result to trigger the event.
int specifying the specific schedule result to trigger the event.public void setDependencyType(int newDependencyType)
Sets the specific schedule result to trigger the event.
newDependencyType - An int specifying the specific schedule result
to trigger the event.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||