Package com.microstrategy.web.beans
Interface EnumSubscriptionFolderBeanEvents
-
public interface EnumSubscriptionFolderBeanEvents
This interface defines all the event IDs and event arguments for theSubscriptionFolderBean
.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Field Summary
Fields Modifier and Type Field Description static int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_ID
specifies the ID of the object for which the list of subscriptions/schedules should be retrievedstatic int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE
specifies the type of the object for which the list of subscriptions/schedules should be retrievedstatic int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_TYPE
specifies the type of content that should be retrieved.static int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_DELIVERY_MODE
Specifies the delivery mode set for a group of subscriptionsstatic int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_OBJECT_IDS
specifies a list of email subscription IDsstatic int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_IDENTIFIER
This is used for deleting schedules The schedule should be specified by a target object id, target object type and trigger id in that order and seperated by #static int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_STATES
list of minumum states of the schedule objects.static int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_ASCENDING
indicates whether the list should be sorted in ascending orderstatic int
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_FIELD
specifies the sort fieldstatic int
SUBSCRIPTION_FOLDER_EVENT_DELETE_SCHEDULES
event for deleting schedules.static int
SUBSCRIPTION_FOLDER_EVENT_DELETE_SUBSCRIPTIONS
event for deleting subscriptions specified as a list of IDsSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_OBJECT_IDS
static int
SUBSCRIPTION_FOLDER_EVENT_SET_CONTENT
specifies the content on which filter the list of objectsSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_ID
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE
static int
SUBSCRIPTION_FOLDER_EVENT_SORT
sets the sort on the bean using theSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_FIELD
andSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_ASCENDING
-
-
-
Field Detail
-
SUBSCRIPTION_FOLDER_EVENT_DELETE_SUBSCRIPTIONS
static final int SUBSCRIPTION_FOLDER_EVENT_DELETE_SUBSCRIPTIONS
event for deleting subscriptions specified as a list of IDs- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_SORT
static final int SUBSCRIPTION_FOLDER_EVENT_SORT
sets the sort on the bean using the- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_DELETE_SCHEDULES
static final int SUBSCRIPTION_FOLDER_EVENT_DELETE_SCHEDULES
event for deleting schedules. The schedules should be specified either [1] as a list of states The minimum state of the schedule objects needs to be sent in or [2] as a list of schedule identifiers.- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_SET_CONTENT
static final int SUBSCRIPTION_FOLDER_EVENT_SET_CONTENT
specifies the content on which filter the list of objects- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_OBJECT_IDS
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_OBJECT_IDS
specifies a list of email subscription IDs- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_TYPE
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_TYPE
specifies the type of content that should be retrieved. This is one of the values from- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_FIELD
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_FIELD
specifies the sort field- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_ASCENDING
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_ASCENDING
indicates whether the list should be sorted in ascending order- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_ID
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_ID
specifies the ID of the object for which the list of subscriptions/schedules should be retrieved- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_TYPE
specifies the type of the object for which the list of subscriptions/schedules should be retrieved- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_STATES
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_STATES
list of minumum states of the schedule objects. This list is used for deleting- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_IDENTIFIER
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_IDENTIFIER
This is used for deleting schedules The schedule should be specified by a target object id, target object type and trigger id in that order and seperated by #- See Also:
- Constant Field Values
-
SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_DELIVERY_MODE
static final int SUBSCRIPTION_FOLDER_EVENT_ARGUMENT_DELIVERY_MODE
Specifies the delivery mode set for a group of subscriptions- See Also:
- Constant Field Values
-
-