com.microstrategy.web.beans.EnumScheduleBeanEvents |
This interface is deprecated.
Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.
Please use EnumSubscriptionBeanEvents
instead.
This interface defines all the event IDs and event arguments for the
ScheduleBean
.
Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
int | SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_ID | Argument specifying the content object ID. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE | Argument specifying the content object type. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_EDIT_MODE | Argument specifying that the bean represents an existing schedule. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_EXECUTION_FLAGS | execution flags. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_MESSAGE_ID | Argument specifying the message ID. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_MOBILE | ||||||||||
int | SCHEDULE_EVENT_ARGUMENT_ORIGIN_MESSAGE_ID | Origin message ID. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XML | Origin short answer XML. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_OVERWRITE_EXISTING | Argument specifying whether or not to overwrite an existing schedule that was created with the same content and trigger. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWER | Plain element prompt answer. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWER | Plain objects prompt answer. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWER | Plain value prompt answer. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_REUSE_MESSAGE | Indicates whether the messageID should be reused or new messages should be created with each execution. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_STATE_ID | Argument specifying the state ID. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_TRIGGER_ID | Argument specifying the trigger ID. | |||||||||
int | SCHEDULE_EVENT_ARGUMENT_VIEW_MODE | Indicates the view mode of the report. | |||||||||
int | SCHEDULE_EVENT_CANCEL | Calls cancel on the ScheduleBean . |
|||||||||
int | SCHEDULE_EVENT_DELETE | Deletes the current schedule. | |||||||||
int | SCHEDULE_EVENT_SAVE | Saves the current schedule. | |||||||||
int | SCHEDULE_EVENT_SET_STATE | Initializes the state of the Schedule bean. |
Argument specifying the content object ID.
Argument specifying the content object type.
Argument specifying that the bean represents an existing schedule.
execution flags.
Argument specifying the message ID.
Origin message ID.
Origin short answer XML.
Argument specifying whether or not to overwrite an existing schedule that was created with the same content and trigger.
Plain element prompt answer.
Plain objects prompt answer.
Plain value prompt answer.
Indicates whether the messageID should be reused or new messages should be created with each execution.
Argument specifying the state ID.
Argument specifying the trigger ID.
Indicates the view mode of the report.
Calls cancel on the ScheduleBean
.
Deletes the current schedule.
Saves the current schedule. This accepts all arguments that are accepted by
SCHEDULE_EVENT_SET_STATE
.
Initializes the state of the Schedule bean. The content parameters are used only if the content is not already set.