|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
This interface defines constant values that specify how frequently a report is to be scheduled.
| Field Summary | |
static int |
CALENDAR
This constant value specifies that the report is to be run based on a calendar template. |
static int |
CALENDAR_TEMPLATE
This constant value specifies that the report is to be run based on Business Calendar templates in calendar object. |
static int |
DAILY
This constant value specifies that the report is to be run daily. |
static int |
FIRST_MONDAY
This constant value specifies that the report is to be run on the first Monday of every month. |
static int |
HOURLY
This constant value specifies that the report is to be run hourly. |
static int |
LAST_DAY
This constant value specifies that the report is to be run on the last day of every month. |
static int |
MONTHLY
This constant value specifies that the report is to be run monthly. |
static int |
NTH_DAY
This constant value specifies that the report is to be run on the nth
day of every month.
|
static int |
ONCE
This constant value specifies that the report is to be run once only, either right now or at a specific time. |
static int |
WEEKLY
This constant value specifies that the report is to be run weekly. |
| Field Detail |
public static final int ONCE
This constant value specifies that the report is to be run once only, either right now or at a specific time. This is the default.
public static final int HOURLY
This constant value specifies that the report is to be run hourly.
public static final int DAILY
This constant value specifies that the report is to be run daily.
public static final int WEEKLY
This constant value specifies that the report is to be run weekly.
public static final int MONTHLY
This constant value specifies that the report is to be run monthly.
public static final int NTH_DAY
This constant value specifies that the report is to be run on the nth
day of every month.
public static final int FIRST_MONDAY
This constant value specifies that the report is to be run on the first Monday of every month.
public static final int LAST_DAY
This constant value specifies that the report is to be run on the last day of every month.
public static final int CALENDAR
This constant value specifies that the report is to be run based on a calendar template.
public static final int CALENDAR_TEMPLATE
This constant value specifies that the report is to be run based on Business Calendar templates in calendar object.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||