|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IScheduleEventBase
This interface allows you to set the criteria for triggering an event based on the results of a previously scheduled report.
| Field Summary | |
|---|---|
static int |
BOTH
The event is based on either schedule success or schedule failure. |
static int |
FAILURE
The event is based on schedule failure. |
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. |
static int |
SUCCESS
The event is based on schedule success. |
| Method Summary | |
|---|---|
int |
getDependencyType()
Returns the schedule result that triggers the event. |
void |
setDependencyType(int newDependencyType)
Sets the schedule result that triggers the event. |
| Field Detail |
|---|
static final java.lang.String SPECIFIC_KIND
static final java.lang.String SPECIFIC_PROGID
static final java.lang.String ROOTFOLDER_CUID
static final int FAILURE
The event is based on schedule failure.
static final int SUCCESS
The event is based on schedule success.
static final int BOTH
The event is based on either schedule success or schedule failure.
| Method Detail |
|---|
int getDependencyType()
Returns the schedule result that triggers the event.
int that defines the schedule result that triggers the event.IScheduleEventBase.setDependencyType(int)void setDependencyType(int newDependencyType)
Sets the schedule result that triggers the event.
newDependencyType - An int that defines the schedule result that triggers the event.IScheduleEventBase.getDependencyType()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||