Mobile API Reference  MicroStrategy 2019
DocumentManipulationDelegate.h
Go to the documentation of this file.
1 //
2 // DocumentManipulationDelegate.h
3 // MicroStrategyMobile
4 //
5 // Created by Xin Liu on 4/24/12.
6 // Copyright (c) 2012 MicroStrategy Inc. All rights reserved.
7 //
8 
9 #import <Foundation/Foundation.h>
10 class DSSActionObject;
11 class DSSCManipulation;
12 @class LayoutManagerViewer;
13 
14 @protocol DocumentManipulationDelegate <NSObject>
15 
16 - (void)manipulationWillExecute;
17 - (void)manipulationDidExecute:(bool)needEnable missingBinary:(bool)isMissingBinary haveServerNodes:(bool)isHaveServerNodes;
18 - (void)afterManipulationDidExecute;
19 - (LayoutManagerViewer*)layoutManagerViewer;
20 - (void)handleRedrawParent:(DSSCManipulation*)manipulation;
21 - (void)manipulationsApplied:(BOOL)isNormalManipulation;
22 //- (void)setAsyncManipulation:(DocumentManipulation*)manipulation;
23 /*
24 - (void)requestMissingBinaryBlock:(NSString*)layoutKey;
25 - (void)requestMissingBinarySync:(NSString*)iLayoutKey forceUseDeviceCache:(BOOL)iForceUseDeviceCache;
26 - (void)applyManipulatonOnNodeKeys:(NSString*)nodeKeys withEvents:(NSString*)events needToApplyData:(BOOL)needToApplyData showWaitView:(BOOL)showWaitView;
27 - (void)addActionObject:(DSSActionObject*)ipActionObject isAuto:(bool)iIsAuto;
28 - (std::string) getAOEvents;
29 
30 - (void)getMapNodeKeyToViewers:(MapNodeKeyToViewers**)oppMapNodeKeyToViewers andMapNameToNodeKey:(MapNameToNodeKey**)oppMapNameToNodeKey andMapNodeKeyToMasterViewers:(MapNodeKeyToMasterViewers**)oppMapNodeKeyToMasterViewers;
31 - (RootViewerContainer*)getRootViewerContainer;
32 */
33 @end
signed char BOOL
Definition: PDCwtypes.h:101
Definition: DSSCManipulation.h:20
Definition: DSSActionObject.h:17