Mobile API Reference
MicroStrategy 2019
|
#import <RefreshDocumentService.h>
Protected Attributes | |
MSIReportDisplayInfo * | document |
![]() | |
MSIProjectInfo * | project |
NSInteger | resultFlags |
BOOL | ignoreAccessProjectError |
![]() | |
NSInteger | state |
id< MSINetworkRequest > | request |
id< ServiceHandler > __weak | handler |
TaskGroup * | taskGroup |
TaskInfo * | taskInfo |
id< Service > __weak | innerService |
BOOL | suppressNetworkErrorAlerts |
NSString * | incrementalFileLocation |
double | priority |
ClientRequestExecutionHandlerFlags | requestExeFlag |
BOOL | makeIncrementalAvailable |
Properties | |
RefreshDocumentOption | refreshDocumentOption |
![]() | |
BOOL | shouldReceiveBinaryData |
![]() | |
id< ServiceHandler > | handler |
BOOL | suppressLoginPrompt |
id< Service > | innerService |
This service refreshes document (with its' message ID in working set) against data warehouse or iServer cache. This service maintains mainpulations performed on the document, which is different from document execution. This service is an asychronizd service, please use IPadPollStatusService
to query its' execution status. To save&replay client manipulations, please save client manipulations with RWManipulationAndBinaryDataService
|
readwritenonatomicstrongprotected |
document to be refreshed. This is required property and cannot be nil. Document's currentMessageID is also required and cannot be nil.
|
readwritenonatomicassign |
refresh option. default value is RefreshDocumentOptionAgainstCache if this value is not provided