Package com.microstrategy.web.beans
Interface EnumSubscriptionFolderBeanEvents
-
public interface EnumSubscriptionFolderBeanEventsThis 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 intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_IDspecifies the ID of the object for which the list of subscriptions/schedules should be retrievedstatic intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_TYPEspecifies the type of the object for which the list of subscriptions/schedules should be retrievedstatic intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_TYPEspecifies the type of content that should be retrieved.static intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_DELIVERY_MODESpecifies the delivery mode set for a group of subscriptionsstatic intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_OBJECT_IDSspecifies a list of email subscription IDsstatic intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_IDENTIFIERThis 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 intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SCHEDULE_STATESlist of minumum states of the schedule objects.static intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_ASCENDINGindicates whether the list should be sorted in ascending orderstatic intSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_FIELDspecifies the sort fieldstatic intSUBSCRIPTION_FOLDER_EVENT_DELETE_SCHEDULESevent for deleting schedules.static intSUBSCRIPTION_FOLDER_EVENT_DELETE_SUBSCRIPTIONSevent for deleting subscriptions specified as a list of IDsSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_OBJECT_IDSstatic intSUBSCRIPTION_FOLDER_EVENT_SET_CONTENTspecifies the content on which filter the list of objectsSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_IDSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_CONTENT_OBJECT_TYPEstatic intSUBSCRIPTION_FOLDER_EVENT_SORTsets the sort on the bean using theSUBSCRIPTION_FOLDER_EVENT_ARGUMENT_SORT_FIELDandSUBSCRIPTION_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
-
-