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 intCONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_BEGINUsed for theCONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCHevent.static intCONTACT_BROWSER_EVENT_ARGUMENT_BLOCK_COUNTUsed for theCONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCHevent.static intCONTACT_BROWSER_EVENT_ARGUMENT_SEARCH_STRINGUsed for theCONTACT_BROWSER_EVENT_SET_SEARCHevent.static intCONTACT_BROWSER_EVENT_SET_INCREMENTAL_FETCHEvent that is used in incremental fetch in the contact browserstatic intCONTACT_BROWSER_EVENT_SET_SEARCHEvent 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_SEARCHevent. 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_FETCHevent. 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_FETCHevent. This argument is used to set the block count (number of contacts to retrieve in the current incremental fetch)- See Also:
 - Constant Field Values
 
 
 - 
 
 -