Mobile API Reference  MicroStrategy 2019
RefreshDocumentService.h
Go to the documentation of this file.
1 //
2 // RefreshDocumentService.h
3 // MicroStrategyMobile
4 //
5 // Created by Dai Li on 10/5/12.
6 // Copyright (c) 2012 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 #import "XMLAPIService.h"
11 
13 
15  RefreshDocumentOptionAgainstIServerCache, //retrieve data from the latest valid Intelligence Server cache
16  RefreshDocumentOptionAgainstWarehouse, //re-run against the warehouse
18 
19 
29 }
30 
35 @property (nonatomic, strong) MSIReportDisplayInfo* document;
36 
40 @property (nonatomic) RefreshDocumentOption refreshDocumentOption;
41 
42 @end
Definition: RefreshDocumentService.h:15
MSIReportDisplayInfo * document
Definition: RefreshDocumentService.h:28
Definition: MSIReportDisplayInfo.h:91
enum _RefreshDocumentOption RefreshDocumentOption
_RefreshDocumentOption
Definition: RefreshDocumentService.h:14
Definition: XMLAPIService.h:15
Definition: RefreshDocumentService.h:16
Definition: RefreshDocumentService.h:27