Package com.microstrategy.web.app.beans
Interface EnumContactBrowserBeanEvents
-
- All Known Subinterfaces:
EnumSubscriptionContactBrowserBeanEvents
,EnumUserContactBrowserBeanEvents
public interface EnumContactBrowserBeanEvents
- Since:
- MicroStrategy Web 9.0.0
-
-
Field Summary
Fields Modifier and Type Field Description static int
CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGIN
Used for theCONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH
event.static int
CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_COUNT
Used for theCONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH
event.static int
CONTACT_BROWSER_EVENT_ARGUMENT_SEARCH_STRING
Used for theCONTACT_BROWSER_EVENT_SET_SEARCH
event.static int
CONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH
Event that is used in incremental fetch in the contact browserstatic int
CONTACT_BROWSER_EVENT_SET_SEARCH
Event that is used to search in the contact browser
-
-
-
Field Detail
-
CONTACT_BROWSER_EVENT_SET_SEARCH
static final int CONTACT_BROWSER_EVENT_SET_SEARCH
Event that is used to search in the contact browser- See Also:
- Constant Field Values
-
CONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH
static final int CONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH
Event that is used in incremental fetch in the contact browser- See Also:
- Constant Field Values
-
CONTACT_BROWSER_EVENT_ARGUMENT_SEARCH_STRING
static final int CONTACT_BROWSER_EVENT_ARGUMENT_SEARCH_STRING
Used for theCONTACT_BROWSER_EVENT_SET_SEARCH
event. This argument represents the string used for searching the contacts- See Also:
- Constant Field Values
-
CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGIN
static final int CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGIN
Used for theCONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH
event. This argument is used to set the begining block for the list of contacts that need to be retrieved- See Also:
- Constant Field Values
-
CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_COUNT
static final int CONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_COUNT
Used for theCONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCH
event. This argument is used to set the block count (number of contacts to retrieve in the current incremental fetch)- See Also:
- Constant Field Values
-
-