com.crystaldecisions.sdk.occa.infostore
Interface CeScheduleType


public interface CeScheduleType

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

ONCE

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.

See Also:
Constant Field Values

HOURLY

public static final int HOURLY

This constant value specifies that the report is to be run hourly.

See Also:
Constant Field Values

DAILY

public static final int DAILY

This constant value specifies that the report is to be run daily.

See Also:
Constant Field Values

WEEKLY

public static final int WEEKLY

This constant value specifies that the report is to be run weekly.

See Also:
Constant Field Values

MONTHLY

public static final int MONTHLY

This constant value specifies that the report is to be run monthly.

See Also:
Constant Field Values

NTH_DAY

public static final int NTH_DAY

This constant value specifies that the report is to be run on the nth day of every month.

See Also:
Constant Field Values

FIRST_MONDAY

public static final int FIRST_MONDAY

This constant value specifies that the report is to be run on the first Monday of every month.

See Also:
Constant Field Values

LAST_DAY

public static final int LAST_DAY

This constant value specifies that the report is to be run on the last day of every month.

See Also:
Constant Field Values

CALENDAR

public static final int CALENDAR

This constant value specifies that the report is to be run based on a calendar template.

See Also:
Constant Field Values

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.

See Also:
Constant Field Values