Package com.microstrategy.web.beans
Interface EnumScheduleBeanEvents
-
public interface EnumScheduleBeanEvents
Deprecated.Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions. Please useEnumSubscriptionBeanEvents
instead.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 int
SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_ID
Deprecated.Argument specifying the content object ID.static int
SCHEDULE_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE
Deprecated.Argument specifying the content object type.static int
SCHEDULE_EVENT_ARGUMENT_EDIT_MODE
Deprecated.Argument specifying that the bean represents an existing schedule.static int
SCHEDULE_EVENT_ARGUMENT_EXECUTION_FLAGS
Deprecated.execution flags.static int
SCHEDULE_EVENT_ARGUMENT_MESSAGE_ID
Deprecated.Argument specifying the message ID.static int
SCHEDULE_EVENT_ARGUMENT_MOBILE
Deprecated.static int
SCHEDULE_EVENT_ARGUMENT_ORIGIN_MESSAGE_ID
Deprecated.Origin message ID.static int
SCHEDULE_EVENT_ARGUMENT_ORIGIN_SHORT_ANSWER_XML
Deprecated.Origin short answer XML.static 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.static int
SCHEDULE_EVENT_ARGUMENT_PLAIN_ELEMENT_PROMPT_ANSWER
Deprecated.Plain element prompt answer.static int
SCHEDULE_EVENT_ARGUMENT_PLAIN_OBJECT_PROMPT_ANSWER
Deprecated.Plain objects prompt answer.static int
SCHEDULE_EVENT_ARGUMENT_PLAIN_VALUE_PROMPT_ANSWER
Deprecated.Plain value prompt answer.static int
SCHEDULE_EVENT_ARGUMENT_REUSE_MESSAGE
Deprecated.Indicates whether the messageID should be reused or new messages should be created with each execution.static int
SCHEDULE_EVENT_ARGUMENT_STATE_ID
Deprecated.Argument specifying the state ID.static int
SCHEDULE_EVENT_ARGUMENT_TRIGGER_ID
Deprecated.Argument specifying the trigger ID.static int
SCHEDULE_EVENT_ARGUMENT_VIEW_MODE
Deprecated.Indicates the view mode of the report.static int
SCHEDULE_EVENT_CANCEL
Deprecated.Calls cancel on theScheduleBean
.static int
SCHEDULE_EVENT_DELETE
Deprecated.Deletes the current schedule.static int
SCHEDULE_EVENT_SAVE
Deprecated.Saves the current schedule.static int
SCHEDULE_EVENT_SET_STATE
Deprecated.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
-
-