Package com.microstrategy.web.beans
Interface EnumScheduleBeanEvents
- 
@Deprecated public interface EnumScheduleBeanEventsDeprecated.Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions. Please useEnumSubscriptionBeanEventsinstead.This interface defines all the event IDs and event arguments for theScheduleBean.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intSCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_IDDeprecated.Argument specifying the content object ID.static intSCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_TYPEDeprecated.Argument specifying the content object type.static intSCHEDULE_EVENT_ARGUMENT_EDIT_MODEDeprecated.Argument specifying that the bean represents an existing schedule.static intSCHEDULE_EVENT_ARGUMENT_EXECUTION_FLAGSDeprecated.execution flags.static intSCHEDULE_EVENT_ARGUMENT_MESSAGE_IDDeprecated.Argument specifying the message ID.static intSCHEDULE_EVENT_ARGUMENT_MOBILEDeprecated.static intSCHEDULE_EVENT_ARGUMENT_ORIGIN_MESSAGE_IDDeprecated.Origin message ID.static intSCHEDULE_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XMLDeprecated.Origin short answer XML.static intSCHEDULE_EVENT_ARGUMENT_OVERWRITE_EXISTINGDeprecated.Argument specifying whether or not to overwrite an existing schedule that was created with the same content and trigger.static intSCHEDULE_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWERDeprecated.Plain element prompt answer.static intSCHEDULE_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWERDeprecated.Plain objects prompt answer.static intSCHEDULE_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWERDeprecated.Plain value prompt answer.static intSCHEDULE_EVENT_ARGUMENT_REUSE_MESSAGEDeprecated.Indicates whether the messageID should be reused or new messages should be created with each execution.static intSCHEDULE_EVENT_ARGUMENT_STATE_IDDeprecated.Argument specifying the state ID.static intSCHEDULE_EVENT_ARGUMENT_TRIGGER_IDDeprecated.Argument specifying the trigger ID.static intSCHEDULE_EVENT_ARGUMENT_VIEW_MODEDeprecated.Indicates the view mode of the report.static intSCHEDULE_EVENT_CANCELDeprecated.Calls cancel on theScheduleBean.static intSCHEDULE_EVENT_DELETEDeprecated.Deletes the current schedule.static intSCHEDULE_EVENT_SAVEDeprecated.Saves the current schedule.static intSCHEDULE_EVENT_SET_STATEDeprecated.Initializes the state of the Schedule bean. 
 - 
 
- 
- 
Field Detail
- 
SCHEDULE_EVENT_SAVE
static final int SCHEDULE_EVENT_SAVE
Deprecated.Saves the current schedule. This accepts all arguments that are accepted bySCHEDULE_EVENT_SET_STATE.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_DELETE
static final int SCHEDULE_EVENT_DELETE
Deprecated.Deletes the current schedule.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_SET_STATE
static final int SCHEDULE_EVENT_SET_STATE
Deprecated.Initializes the state of the Schedule bean. The content parameters are used only if the content is not already set.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_CANCEL
static final int SCHEDULE_EVENT_CANCEL
Deprecated.Calls cancel on theScheduleBean.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_MESSAGE_ID
static final int SCHEDULE_EVENT_ARGUMENT_MESSAGE_ID
Deprecated.Argument specifying the message ID.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_STATE_ID
static final int SCHEDULE_EVENT_ARGUMENT_STATE_ID
Deprecated.Argument specifying the state ID.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_ID
static final int SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_ID
Deprecated.Argument specifying the content object ID.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE
static final int SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE
Deprecated.Argument specifying the content object type.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_TRIGGER_ID
static final int SCHEDULE_EVENT_ARGUMENT_TRIGGER_ID
Deprecated.Argument specifying the trigger ID.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_OVERWRITE_EXISTING
static final int SCHEDULE_EVENT_ARGUMENT_OVERWRITE_EXISTING
Deprecated.Argument specifying whether or not to overwrite an existing schedule that was created with the same content and trigger.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_EDIT_MODE
static final int SCHEDULE_EVENT_ARGUMENT_EDIT_MODE
Deprecated.Argument specifying that the bean represents an existing schedule.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_REUSE_MESSAGE
static final int SCHEDULE_EVENT_ARGUMENT_REUSE_MESSAGE
Deprecated.Indicates whether the messageID should be reused or new messages should be created with each execution.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_VIEW_MODE
static final int SCHEDULE_EVENT_ARGUMENT_VIEW_MODE
Deprecated.Indicates the view mode of the report.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_ORIGIN_MESSAGE_ID
static final int SCHEDULE_EVENT_ARGUMENT_ORIGIN_MESSAGE_ID
Deprecated.Origin message ID.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XML
static final int SCHEDULE_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XML
Deprecated.Origin short answer XML.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWER
static final int SCHEDULE_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWER
Deprecated.Plain element prompt answer.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_EXECUTION_FLAGS
static final int SCHEDULE_EVENT_ARGUMENT_EXECUTION_FLAGS
Deprecated.execution flags.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWER
static final int SCHEDULE_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWER
Deprecated.Plain value prompt answer.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWER
static final int SCHEDULE_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWER
Deprecated.Plain objects prompt answer.- See Also:
 - Constant Field Values
 
 
- 
SCHEDULE_EVENT_ARGUMENT_MOBILE
static final int SCHEDULE_EVENT_ARGUMENT_MOBILE
Deprecated.- See Also:
 - Constant Field Values
 
 
 - 
 
 -