com.microstrategy.web.beans.AttributeBean |
This bean is used for browsing attribute elements. By specifying the attribute id or name,
this bean will collect the elements belonging to this attribute. The range of the elements
is controlled by blockBegin and blockCount defined in super interface ObjectBean
.
User can further apply restriction about the elements retrieved by setting dimension, filter,
browse path, search pattern through this interface. The elements retrieved are returned in getAttributeElements()
.
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract WebElements | getAttributeElements() | ||||||||||
abstract WebBrowsePath | getBrowsePath() | ||||||||||
abstract String[] |
getClientFormPatterns()
Get the Client Form patterns
| ||||||||||
abstract boolean | getCollectForms() | ||||||||||
abstract String | getControlKey() | ||||||||||
abstract String | getDataSetID() | ||||||||||
abstract String | getDimensionID() | ||||||||||
abstract int |
getElementSourceFlags()
Get the element source flag which will be used in getElement call.
| ||||||||||
abstract WebFilter | getFilter() | ||||||||||
abstract String | getMessageID() | ||||||||||
abstract String | getRawInput() | ||||||||||
abstract WebAttributeForm[] | getSearchForms() | ||||||||||
abstract boolean | getSearchMatchCase() | ||||||||||
abstract String | getSearchPattern() | ||||||||||
abstract String | getTemplateNodeKey() | ||||||||||
abstract boolean |
getUseBrowseForm()
Get the useBrowseForm flag which will be used in getElement call.
| ||||||||||
abstract boolean |
getUseClientForms()
Get the useClientForms
| ||||||||||
abstract void |
setClientFormPatterns(String[] clientFormPatterns)
Get the ClientFormPatterns
| ||||||||||
abstract void | setCollectForms(boolean value) | ||||||||||
abstract void | setControlKey(String controlKey) | ||||||||||
abstract void | setDataSetID(String dataSet) | ||||||||||
abstract void | setDataSources(String dataSources) | ||||||||||
abstract void | setDimensionID(String dim) | ||||||||||
abstract void |
setElementSourceFlags(int flags)
The flags is used to control the Element ID Format for getElement call,
if it is set to 1, it will get terse id format.
| ||||||||||
abstract void | setMessageID(String message) | ||||||||||
abstract void | setRawInput(String rawInput) | ||||||||||
abstract void | setSearchForms(WebAttributeForm[] forms) | ||||||||||
abstract void | setSearchMatchCase(boolean match) | ||||||||||
abstract void | setSearchPattern(String pattern) | ||||||||||
abstract void | setTemplateNodeKey(String templateNodeKey) | ||||||||||
abstract void |
setUseBrowseForm(boolean useBrowseForm)
The useBrowseForm is used to control the Element forms for getElement call,
if it is set to 1, it will get the browse form.
| ||||||||||
abstract void |
setUseClientForms(boolean useClientForms)
useClientForms is used to control whether we use search forms sending from client rather than populate it from iserver
if it is set to true, it will use client forms
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() | |||||||||||
![]() |
Get the Client Form patterns
Get the element source flag which will be used in getElement call.
Get the useBrowseForm flag which will be used in getElement call.
Get the useClientForms
Get the ClientFormPatterns
The flags is used to control the Element ID Format for getElement call, if it is set to 1, it will get terse id format.
flags | value is false or true. |
---|
The useBrowseForm is used to control the Element forms for getElement call, if it is set to 1, it will get the browse form.
useBrowseForm | value is false or true. |
---|
useClientForms is used to control whether we use search forms sending from client rather than populate it from iserver if it is set to true, it will use client forms