Package com.microstrategy.web.objects.rw
Interface EnumRWExecutionModes
- 
public interface EnumRWExecutionModesExecution mode constants. These constants are used for defining how a report writing document should be executed.- Since:
 - MicroStrategy Web 8.0.0
 
 
- 
- 
Field Summary
Fields Modifier and Type Field Description static intRW_MODE_CSVstatic intRW_MODE_DATAData (view) execution mode This should be used when the user intends to bring back data for the documentstatic intRW_MODE_DESIGNDesign execution mode This should be used when the user only wants to edit the document layout and does not necessarily wish to view the actual data of documentstatic intRW_MODE_DETAILSDetails execution mode This should be used when the user intends to view the document details.Switching to this mode ensures that no data from the server is retrieved.static intRW_MODE_EXCELExcel export execution mode This should be used when the user wants to view the EXCEL data for the documentstatic intRW_MODE_FLASH_BINARY_VIEWFlash binary execution mode This should be used when the flash is required to hit cache more oftenstatic intRW_MODE_FLASH_EXPORTExport to Flash execution mode This should be used when the user wants to export the document in Flash modestatic intRW_MODE_FLASH_VIEWFlash view execution mode This should be used when the user wants to view the document in Flash modestatic intRW_MODE_MSTRExport to mstr execution mode This should be used when exporting to .mstr filestatic intRW_MODE_PDFPDF export execution mode This should be used when the user wants to view the PDF data for the documentstatic intRW_MODE_SAVESave as execution mode This should be used when the user intends to save the document.Switching to this mode ensures that no data from the server is retrieved.static intRW_MODE_SUBSCRIBE 
 - 
 
- 
- 
Field Detail
- 
RW_MODE_DATA
static final int RW_MODE_DATA
Data (view) execution mode This should be used when the user intends to bring back data for the document- See Also:
 - Constant Field Values
 
 
- 
RW_MODE_DESIGN
static final int RW_MODE_DESIGN
Design execution mode This should be used when the user only wants to edit the document layout and does not necessarily wish to view the actual data of document- See Also:
 - Constant Field Values
 
 
- 
RW_MODE_PDF
static final int RW_MODE_PDF
PDF export execution mode This should be used when the user wants to view the PDF data for the document- See Also:
 - Constant Field Values
 
 
- 
RW_MODE_EXCEL
static final int RW_MODE_EXCEL
Excel export execution mode This should be used when the user wants to view the EXCEL data for the document- See Also:
 - Constant Field Values
 
 
- 
RW_MODE_SAVE
static final int RW_MODE_SAVE
Save as execution mode This should be used when the user intends to save the document.Switching to this mode ensures that no data from the server is retrieved.- See Also:
 - Constant Field Values
 
 
- 
RW_MODE_DETAILS
static final int RW_MODE_DETAILS
Details execution mode This should be used when the user intends to view the document details.Switching to this mode ensures that no data from the server is retrieved.- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
RW_MODE_FLASH_EXPORT
static final int RW_MODE_FLASH_EXPORT
Export to Flash execution mode This should be used when the user wants to export the document in Flash mode- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
RW_MODE_FLASH_VIEW
static final int RW_MODE_FLASH_VIEW
Flash view execution mode This should be used when the user wants to view the document in Flash mode- Since:
 - MicroStrategy Web 9.0.0
 - See Also:
 - Constant Field Values
 
 
- 
RW_MODE_FLASH_BINARY_VIEW
static final int RW_MODE_FLASH_BINARY_VIEW
Flash binary execution mode This should be used when the flash is required to hit cache more often- Since:
 - MicroStrategy Web 9.0.1
 - See Also:
 - Constant Field Values
 
 
- 
RW_MODE_SUBSCRIBE
static final int RW_MODE_SUBSCRIBE
- See Also:
 - Constant Field Values
 
 
- 
RW_MODE_CSV
static final int RW_MODE_CSV
- See Also:
 - Constant Field Values
 
 
- 
RW_MODE_MSTR
static final int RW_MODE_MSTR
Export to mstr execution mode This should be used when exporting to .mstr file- Since:
 - MicroStrategy Web 9.5
 - See Also:
 - Constant Field Values
 
 
 - 
 
 -