java.lang.Object | |
↳ | com.microstrategy.web.objects.WebSubscriptionEMMACubeOptionsImpl |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
WebSubscriptionEMMACubeOptionsImpl() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
void |
clear()
Clear all current setting
| ||||||||||
int |
getAllLevelAction()
Get cube level execute action
| ||||||||||
int |
getAllLevelRefreshType()
Get cube level refresh type
| ||||||||||
String[] |
getAllTables()
Get Array of all tables's ID.
| ||||||||||
boolean |
getIRRState()
Gets the state of whether Incremental Refresh Report Instance is used
| ||||||||||
String |
getMessageID()
Gets the message ID of Incremental Refresh Report Instance
| ||||||||||
boolean |
getOldIRRState()
Gets the old state of whether Incremental Refresh Report Instance is used
| ||||||||||
String |
getRawXML()
Get raw XML description about this options
| ||||||||||
int |
getTableAction(String tableID)
Get table level execute action
| ||||||||||
int |
getTableRefreshType(String tableID)
Get table level refresh type
| ||||||||||
boolean |
isAllLevelActionSet()
Function to tell if cube level execution action was set
| ||||||||||
boolean |
isAllLevelRefreshTypeSet()
Function to tell if cube level refresh type was set
| ||||||||||
void |
setAllLevelAction(int ac)
Set cube level execute action
| ||||||||||
void |
setAllLevelRefreshType(int crb)
Set cube level refresh type, value comes from
EnumDSSCubeRefreshType
| ||||||||||
void |
setIRRState(boolean value)
Sets the state of whether Incremental Refresh Report Instance is used
| ||||||||||
void |
setMessageID(String value)
Sets the message ID of Incremental Refresh Report Instance
| ||||||||||
void |
setOldIRRState(boolean value)
Sets the old state of whether Incremental Refresh Report Instance is used
| ||||||||||
void |
setTableAction(String tableID, int ac)
Set table level execute action
| ||||||||||
void |
setTableRefreshType(String tableID, int crb)
Set table level refresh type
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
Clear all current setting
Get cube level execute action
Get cube level refresh type
Get Array of all tables's ID.
Gets the state of whether Incremental Refresh Report Instance is used
Gets the message ID of Incremental Refresh Report Instance
Gets the old state of whether Incremental Refresh Report Instance is used
Get raw XML description about this options
Get table level execute action
Get table level refresh type
Function to tell if cube level execution action was set
Function to tell if cube level refresh type was set
Set cube level execute action
ac | EnumDSSXMLTableStateExecutionAction |
---|
Set cube level refresh type, value comes from EnumDSSCubeRefreshType
crb | EnumDSSXMLTableStateExecutionAction |
---|
Sets the state of whether Incremental Refresh Report Instance is used
Sets the message ID of Incremental Refresh Report Instance
Sets the old state of whether Incremental Refresh Report Instance is used
Set table level execute action
ac | EnumDSSXMLTableStateExecutionAction |
---|
Set table level refresh type
crb | EnumDSSXMLCubeRefreshType |
---|