@mapgis/webclient-common 17.0.2 → 17.0.4

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (260) hide show
  1. package/README.md +18 -1
  2. package/dist/es5/webclient-common.min.js +2 -2
  3. package/dist/webclient-common-es6.min.js +2 -2
  4. package/documention/AddressServer.html +87 -33
  5. package/documention/ArcGISFeatureServer.html +122 -34
  6. package/documention/ArcGISGeometryServer.html +101 -36
  7. package/documention/ArcGISMapImageLayer.html +110 -40
  8. package/documention/ArcGISMapImageSubLayer.html +50 -24
  9. package/documention/ArcGISMapServer.html +96 -32
  10. package/documention/ArcGISTileLayer.html +238 -112
  11. package/documention/ArcGISVectorTileLayer.html +142 -66
  12. package/documention/ArcGISVectorTileServer.html +62 -29
  13. package/documention/BaseRenderer.html +11 -5
  14. package/documention/BaseServer.html +47 -16
  15. package/documention/BaseView.html +251 -78
  16. package/documention/Basemap.html +88 -41
  17. package/documention/Callout3D.html +18 -12
  18. package/documention/Cesium3DTilesCacheLayer.html +218 -98
  19. package/documention/Cesium3DTilesServer.html +59 -27
  20. package/documention/CheckUtil.html +80 -20
  21. package/documention/Circle.html +79 -36
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +37 -14
  24. package/documention/ClassBreakRenderer.html +65 -28
  25. package/documention/ClusterInfo.html +40 -18
  26. package/documention/ClusterRenderer.html +70 -32
  27. package/documention/Collection.html +362 -134
  28. package/documention/CollectionFlattener.html +28 -6
  29. package/documention/Color.html +68 -27
  30. package/documention/ColorMaterial.html +25 -12
  31. package/documention/ColorStop.html +29 -13
  32. package/documention/ColorVariable.html +21 -11
  33. package/documention/Config.html +6 -1
  34. package/documention/CursorChangeEventInfo.html +5 -2
  35. package/documention/EchartsLayer.html +17 -7
  36. package/documention/Edges3D.html +26 -12
  37. package/documention/ElevationInfo.html +20 -11
  38. package/documention/Evented.html +12 -2
  39. package/documention/Extent.html +142 -66
  40. package/documention/ExtrudeSymbol3DLayer.html +53 -27
  41. package/documention/Feature.html +63 -29
  42. package/documention/FeatureExpressionInfo.html +11 -5
  43. package/documention/FeatureLayer.html +236 -107
  44. package/documention/FeatureServer.html +185 -43
  45. package/documention/FeatureSet.html +39 -18
  46. package/documention/FillSymbol.html +31 -17
  47. package/documention/FillSymbol3DLayer.html +37 -19
  48. package/documention/FillSymbol3DOutline.html +33 -16
  49. package/documention/Font.html +37 -14
  50. package/documention/GeoJSONLayer.html +260 -116
  51. package/documention/Geometry.html +73 -28
  52. package/documention/GeometryEngine.html +288 -169
  53. package/documention/GeometryFilter.html +21 -14
  54. package/documention/GeometryServer.html +154 -64
  55. package/documention/GraphicsLayer.html +293 -134
  56. package/documention/GroupLayer.html +257 -118
  57. package/documention/HeatmapColorStop.html +26 -12
  58. package/documention/HeatmapRenderer.html +54 -21
  59. package/documention/IGSFeatureLayer.html +103 -41
  60. package/documention/IGSMapImageLayer.html +159 -68
  61. package/documention/IGSMapImageSubLayer.html +49 -21
  62. package/documention/IGSSceneLayer.html +149 -54
  63. package/documention/IGSSceneSubLayer.html +94 -45
  64. package/documention/IGSTileLayer.html +239 -114
  65. package/documention/IGSVectorTileLayer.html +154 -72
  66. package/documention/IGSVectorTileSubLayer.html +46 -25
  67. package/documention/IconResource.html +20 -9
  68. package/documention/IconSymbol3DLayer.html +70 -38
  69. package/documention/ImageServer.html +89 -31
  70. package/documention/Interceptor.html +4 -0
  71. package/documention/LOD.html +26 -10
  72. package/documention/LabelClass.html +100 -35
  73. package/documention/LabelSymbol3D.html +41 -22
  74. package/documention/Layer.html +220 -85
  75. package/documention/LayerEvent.html +1 -0
  76. package/documention/LayerViewUpdateEvent.html +2 -0
  77. package/documention/LineCallout3D.html +47 -20
  78. package/documention/LineString.html +103 -50
  79. package/documention/LineStyleMarker3D.html +45 -22
  80. package/documention/LineStylePattern3D.html +25 -12
  81. package/documention/LineSymbol.html +27 -13
  82. package/documention/LineSymbol3D.html +24 -13
  83. package/documention/LineSymbol3DLayer.html +70 -38
  84. package/documention/LineSymbolMarker.html +21 -9
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +237 -108
  87. package/documention/M3DServer.html +74 -28
  88. package/documention/Map.html +127 -53
  89. package/documention/MapGISTextSymbol.html +173 -79
  90. package/documention/MapImageLayer.html +542 -204
  91. package/documention/MapServer.html +173 -55
  92. package/documention/MapVLayer.html +122 -60
  93. package/documention/MapView.html +293 -116
  94. package/documention/MarkerSymbol.html +35 -15
  95. package/documention/MoveEventInfo.html +5 -2
  96. package/documention/MultiLineString.html +126 -60
  97. package/documention/MultiPoint.html +100 -48
  98. package/documention/MultiPolygon.html +93 -44
  99. package/documention/OGCLayer.html +215 -99
  100. package/documention/ObjectSymbol3DLayer.html +85 -38
  101. package/documention/OpacityStop.html +26 -10
  102. package/documention/OpacityVariable.html +21 -11
  103. package/documention/OutStatistic.html +15 -5
  104. package/documention/OverlayLayer.html +214 -99
  105. package/documention/PathSymbol3DLayer.html +101 -53
  106. package/documention/PictureFillSymbol.html +59 -24
  107. package/documention/PictureMarkerSymbol.html +48 -19
  108. package/documention/PlotServer.html +101 -38
  109. package/documention/PoiServer.html +65 -27
  110. package/documention/Point.html +100 -47
  111. package/documention/PointSymbol3D.html +41 -22
  112. package/documention/PointSymbol3DOutline.html +28 -13
  113. package/documention/Polygon.html +138 -64
  114. package/documention/PolygonSymbol3D.html +30 -15
  115. package/documention/ProjectInfo.html +12 -0
  116. package/documention/ProjectInfoBySrsID.html +6 -0
  117. package/documention/Projection.html +11 -7
  118. package/documention/RandomRenderer.html +26 -12
  119. package/documention/RankRenderer.html +57 -22
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +3 -1
  122. package/documention/RequestInterceptor.html +9 -2
  123. package/documention/ResourceServer.html +597 -84
  124. package/documention/ResponseInterceptor.html +9 -2
  125. package/documention/RootServer.html +64 -27
  126. package/documention/ScaleEventInfo.html +5 -2
  127. package/documention/Scene.html +67 -20
  128. package/documention/SceneLayer.html +219 -99
  129. package/documention/SceneServer.html +164 -61
  130. package/documention/SceneView.html +6 -3
  131. package/documention/SecurityServer.html +59 -26
  132. package/documention/SimpleFillSymbol.html +43 -22
  133. package/documention/SimpleLineSymbol.html +55 -24
  134. package/documention/SimpleMarkerSymbol.html +55 -23
  135. package/documention/SimpleRenderer.html +41 -19
  136. package/documention/SizeStop.html +26 -10
  137. package/documention/SizeVariable.html +37 -15
  138. package/documention/SketchBaseDrawTool.html +107 -52
  139. package/documention/SketchCircleDrawTool.html +141 -81
  140. package/documention/SketchEditor.html +209 -102
  141. package/documention/SketchEditorCesium.html +243 -141
  142. package/documention/SketchEditorEvent.html +1 -0
  143. package/documention/SketchEditorToolEventInfo.html +3 -1
  144. package/documention/SketchEditorVideo.html +46 -23
  145. package/documention/SketchEditorVideoBase.html +46 -23
  146. package/documention/SketchExtentDrawTool.html +141 -81
  147. package/documention/SketchFreehandPolygonDrawTool.html +135 -77
  148. package/documention/SketchFreehandPolylineDrawTool.html +139 -79
  149. package/documention/SketchPointDrawTool.html +149 -85
  150. package/documention/SketchPolygonDrawTool.html +274 -153
  151. package/documention/SketchPolylineDrawTool.html +236 -120
  152. package/documention/SketchStage.html +24 -15
  153. package/documention/SketchStyle.html +107 -60
  154. package/documention/SketchTopologyTool.html +6 -3
  155. package/documention/SpatialReference.html +50 -20
  156. package/documention/StylePattern3D.html +25 -12
  157. package/documention/SubLayer.html +55 -21
  158. package/documention/Symbol.html +25 -11
  159. package/documention/Symbol3D.html +11 -5
  160. package/documention/Symbol3DLayer.html +21 -13
  161. package/documention/Symbol3DVerticalOffset.html +33 -16
  162. package/documention/TerrainCacheLayer.html +214 -99
  163. package/documention/TerrainServer.html +54 -26
  164. package/documention/TextHalo.html +26 -12
  165. package/documention/TextSymbol.html +110 -47
  166. package/documention/TextSymbol3DLayer.html +85 -44
  167. package/documention/ThemeServer.html +73 -30
  168. package/documention/TileInfo.html +26 -11
  169. package/documention/TileLayer.html +230 -108
  170. package/documention/TileMatrixSet.html +53 -23
  171. package/documention/TileServer.html +49 -25
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +34 -14
  174. package/documention/UniqueValueRenderer.html +62 -27
  175. package/documention/UnknownLayer.html +219 -101
  176. package/documention/UpdateContent.html +17 -4
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +314 -138
  179. package/documention/VectorTileServer.html +58 -27
  180. package/documention/VectorTileSubLayer.html +62 -31
  181. package/documention/VertexChangeEventInfo.html +5 -2
  182. package/documention/VideoMapView.html +77 -21
  183. package/documention/VideoMetaData.html +22 -8
  184. package/documention/VideoPixelCoordTransforms.html +17 -10
  185. package/documention/VideoRegistrationParam.html +19 -9
  186. package/documention/VisualVariable.html +29 -11
  187. package/documention/WCSServer.html +49 -25
  188. package/documention/WFSLayer.html +262 -120
  189. package/documention/WFSServer.html +59 -28
  190. package/documention/WMSLayer.html +305 -142
  191. package/documention/WMSServer.html +53 -26
  192. package/documention/WMSSubLayer.html +63 -30
  193. package/documention/WMTSLayer.html +269 -130
  194. package/documention/WMTSServer.html +52 -26
  195. package/documention/WMTSStyle.html +30 -12
  196. package/documention/WMTSSubLayer.html +242 -111
  197. package/documention/WPSServer.html +49 -25
  198. package/documention/WaterSymbol3DLayer.html +50 -26
  199. package/documention/WebTileLayer.html +258 -120
  200. package/documention/WorkFlowServer.html +89 -32
  201. package/documention/WorkFlowServer600227.html +131 -44
  202. package/documention/WorkFlowServer600228.html +126 -45
  203. package/documention/WorkFlowServer600229.html +131 -44
  204. package/documention/WorkFlowServer600230.html +131 -44
  205. package/documention/WorkFlowServer600231.html +147 -48
  206. package/documention/WorkFlowServer600232.html +131 -44
  207. package/documention/WorkFlowServer600233.html +133 -49
  208. package/documention/WorkFlowServer600235.html +107 -38
  209. package/documention/WorkFlowServer600237.html +140 -52
  210. package/documention/WorkFlowServer600238.html +135 -46
  211. package/documention/WorkFlowServer600239.html +119 -41
  212. package/documention/WorkFlowServer600307.html +132 -49
  213. package/documention/WorkFlowServer600308.html +47 -13
  214. package/documention/WorkFlowServer600309.html +131 -44
  215. package/documention/WorkFlowServer600314.html +135 -45
  216. package/documention/WorkFlowServer600334.html +131 -44
  217. package/documention/WorkFlowServer600336.html +123 -42
  218. package/documention/WorkFlowServer600340.html +159 -51
  219. package/documention/WorkFlowServer600354.html +127 -43
  220. package/documention/WorkFlowServer600368.html +111 -39
  221. package/documention/WorkFlowServer600369.html +123 -42
  222. package/documention/WorkFlowServer600370.html +119 -41
  223. package/documention/Zondy.Object.CAttDataRow.html +3 -0
  224. package/documention/Zondy.Object.CAttStruct.html +4 -0
  225. package/documention/global.html +1096 -26
  226. package/documention/index.html +1 -1
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +18 -0
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +4 -0
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +2 -0
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +13 -0
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +4 -0
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +2 -0
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +8 -0
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +12 -0
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +5 -0
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +12 -0
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +1 -0
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +7 -0
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +3 -0
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +13 -0
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +2 -0
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +4 -0
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +8 -0
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +6 -0
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +1 -0
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +3 -0
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +2 -0
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +2 -0
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +4 -0
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +2 -0
  251. package/documention/module-ArcGis.ArcGisCircle.html +7 -0
  252. package/documention/module-ArcGis.ArcGisExtent.html +28 -10
  253. package/documention/module-ArcGis.ArcGisMultipoint.html +12 -5
  254. package/documention/module-ArcGis.ArcGisPoint.html +15 -5
  255. package/documention/module-ArcGis.ArcGisPolygon.html +34 -10
  256. package/documention/module-ArcGis.ArcGisPolyline.html +22 -7
  257. package/documention/module-ArcGis.ArcGisSpatialReference.html +7 -1
  258. package/documention/module.exports.html +1 -0
  259. package/documention/scripts/sideBar.js +28 -6
  260. package/package.json +1 -1
@@ -80,6 +80,7 @@
80
80
  <span class="param-type">Object</span>
81
81
 
82
82
 
83
+
83
84
 
84
85
  </td>
85
86
 
@@ -102,6 +103,7 @@
102
103
  <span class="param-type">String</span>
103
104
 
104
105
 
106
+
105
107
 
106
108
  </td>
107
109
 
@@ -124,6 +126,7 @@
124
126
  <span class="param-type">String</span>
125
127
 
126
128
 
129
+
127
130
 
128
131
  </td>
129
132
 
@@ -146,6 +149,7 @@
146
149
  <span class="param-type">String</span>
147
150
 
148
151
 
152
+
149
153
 
150
154
  </td>
151
155
 
@@ -168,6 +172,7 @@
168
172
  <span class="param-type">String</span>
169
173
 
170
174
 
175
+
171
176
 
172
177
  </td>
173
178
 
@@ -280,7 +285,7 @@
280
285
 
281
286
 
282
287
  <ul>
283
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
288
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
284
289
  </ul>
285
290
 
286
291
 
@@ -312,167 +317,180 @@
312
317
  <tbody>
313
318
 
314
319
  <tr class="deep-level-0">
315
- <td class="name"><code><a href="WorkFlowServer600235.html#clientId">clientId</a></code></td>
320
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
316
321
  <td class="name">
317
322
  <code>
318
323
 
319
324
  <span class="param-type">Boolean</span>
320
325
 
321
326
 
327
+
322
328
  </code>
323
329
  </td>
324
330
  <td class="name"><code><p>客户端id</p></code></td>
325
331
  </tr>
326
332
 
327
333
  <tr class="deep-level-0">
328
- <td class="name"><code><a href="WorkFlowServer600235.html#clsName">clsName</a></code></td>
334
+ <td class="name"><code><a href="#clsName">clsName</a></code></td>
329
335
  <td class="name">
330
336
  <code>
331
337
 
332
338
  <span class="param-type">String</span>
333
339
 
334
340
 
341
+
335
342
  </code>
336
343
  </td>
337
344
  <td class="name"><code><p>需转换的类的URL,必传,例如:GDBP://user:password @ serverName/gdbName /ds/ds06/sfcls/www.wl</p></code></td>
338
345
  </tr>
339
346
 
340
347
  <tr class="deep-level-0">
341
- <td class="name"><code><a href="WorkFlowServer600235.html#crsName">crsName</a></code></td>
348
+ <td class="name"><code><a href="#crsName">crsName</a></code></td>
342
349
  <td class="name">
343
350
  <code>
344
351
 
345
352
  <span class="param-type">String</span>
346
353
 
347
354
 
355
+
348
356
  </code>
349
357
  </td>
350
358
  <td class="name"><code><p>目的空间参照系的名称,必传,例如:高斯大地坐标系_西安80_36带3_北</p></code></td>
351
359
  </tr>
352
360
 
353
361
  <tr class="deep-level-0">
354
- <td class="name"><code><a href="WorkFlowServer600235.html#desClsName">desClsName</a></code></td>
362
+ <td class="name"><code><a href="#desClsName">desClsName</a></code></td>
355
363
  <td class="name">
356
364
  <code>
357
365
 
358
366
  <span class="param-type">String</span>
359
367
 
360
368
 
369
+
361
370
  </code>
362
371
  </td>
363
372
  <td class="name"><code><p>结果类的URL,必传,例如:GDBP://user:password @ serverName/gdbName /ds/ds06/sfcls/www.wl</p></code></td>
364
373
  </tr>
365
374
 
366
375
  <tr class="deep-level-0">
367
- <td class="name"><code><a href="WorkFlowServer600235.html#description">description</a></code></td>
376
+ <td class="name"><code><a href="#description">description</a></code></td>
368
377
  <td class="name">
369
378
  <code>
370
379
 
371
380
  <span class="param-type">String</span>
372
381
 
373
382
 
383
+
374
384
  </code>
375
385
  </td>
376
386
  <td class="name"><code><p>根据参照系名称进行投影转换</p></code></td>
377
387
  </tr>
378
388
 
379
389
  <tr class="deep-level-0">
380
- <td class="name"><code><a href="WorkFlowServer600235.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
390
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
381
391
  <td class="name">
382
392
  <code>
383
393
 
384
394
  <span class="param-type">Boolean</span>
385
395
 
386
396
 
397
+
387
398
  </code>
388
399
  </td>
389
400
  <td class="name"><code><p>是否使用确据唯一的fetch对象,默认为true,当设为false时,会使用自己私有的fetch对象,所有的请求设置不会影响全局</p></code></td>
390
401
  </tr>
391
402
 
392
403
  <tr class="deep-level-0">
393
- <td class="name"><code><a href="WorkFlowServer600235.html#flowId">flowId</a></code></td>
404
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
394
405
  <td class="name">
395
406
  <code>
396
407
 
397
408
  <span class="param-type">Number</span>
398
409
 
399
410
 
411
+
400
412
  </code>
401
413
  </td>
402
414
  <td class="name"><code><p>600235</p></code></td>
403
415
  </tr>
404
416
 
405
417
  <tr class="deep-level-0">
406
- <td class="name"><code><a href="WorkFlowServer600235.html#groupName">groupName</a></code></td>
418
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
407
419
  <td class="name">
408
420
  <code>
409
421
 
410
422
  <span class="param-type">String</span>
411
423
 
412
424
 
425
+
413
426
  </code>
414
427
  </td>
415
428
  <td class="name"><code><p>投影转换</p></code></td>
416
429
  </tr>
417
430
 
418
431
  <tr class="deep-level-0">
419
- <td class="name"><code><a href="WorkFlowServer600235.html#headers">headers</a></code></td>
432
+ <td class="name"><code><a href="#headers">headers</a></code></td>
420
433
  <td class="name">
421
434
  <code>
422
435
 
423
436
  <span class="param-type">String</span>
424
437
 
425
438
 
439
+
426
440
  </code>
427
441
  </td>
428
442
  <td class="name"><code><p>请求头参数</p></code></td>
429
443
  </tr>
430
444
 
431
445
  <tr class="deep-level-0">
432
- <td class="name"><code><a href="WorkFlowServer600235.html#requestInterceptor">requestInterceptor</a></code></td>
446
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
433
447
  <td class="name">
434
448
  <code>
435
449
 
436
450
  <span class="param-type">function</span>
437
451
 
438
452
 
453
+
439
454
  </code>
440
455
  </td>
441
456
  <td class="name"><code><p>请求发送拦截器</p></code></td>
442
457
  </tr>
443
458
 
444
459
  <tr class="deep-level-0">
445
- <td class="name"><code><a href="WorkFlowServer600235.html#requestTimeout">requestTimeout</a></code></td>
460
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
446
461
  <td class="name">
447
462
  <code>
448
463
 
449
464
  <span class="param-type">String</span>
450
465
 
451
466
 
467
+
452
468
  </code>
453
469
  </td>
454
470
  <td class="name"><code><p>请求超时时间,默认45000ms,即45s</p></code></td>
455
471
  </tr>
456
472
 
457
473
  <tr class="deep-level-0">
458
- <td class="name"><code><a href="WorkFlowServer600235.html#responseInterceptor">responseInterceptor</a></code></td>
474
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
459
475
  <td class="name">
460
476
  <code>
461
477
 
462
478
  <span class="param-type">function</span>
463
479
 
464
480
 
481
+
465
482
  </code>
466
483
  </td>
467
484
  <td class="name"><code><p>请求响应拦截器</p></code></td>
468
485
  </tr>
469
486
 
470
487
  <tr class="deep-level-0">
471
- <td class="name"><code><a href="WorkFlowServer600235.html#tokenAttachType">tokenAttachType</a></code></td>
488
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
472
489
  <td class="name">
473
490
  <code>
474
491
 
475
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
492
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
493
+
476
494
 
477
495
 
478
496
  </code>
@@ -481,39 +499,42 @@
481
499
  </tr>
482
500
 
483
501
  <tr class="deep-level-0">
484
- <td class="name"><code><a href="WorkFlowServer600235.html#tokenKey">tokenKey</a></code></td>
502
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
485
503
  <td class="name">
486
504
  <code>
487
505
 
488
506
  <span class="param-type">String</span>
489
507
 
490
508
 
509
+
491
510
  </code>
492
511
  </td>
493
512
  <td class="name"><code><p>token名</p></code></td>
494
513
  </tr>
495
514
 
496
515
  <tr class="deep-level-0">
497
- <td class="name"><code><a href="WorkFlowServer600235.html#tokenValue">tokenValue</a></code></td>
516
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
498
517
  <td class="name">
499
518
  <code>
500
519
 
501
520
  <span class="param-type">String</span>
502
521
 
503
522
 
523
+
504
524
  </code>
505
525
  </td>
506
526
  <td class="name"><code><p>token值</p></code></td>
507
527
  </tr>
508
528
 
509
529
  <tr class="deep-level-0">
510
- <td class="name"><code><a href="WorkFlowServer600235.html#url">url</a></code></td>
530
+ <td class="name"><code><a href="#url">url</a></code></td>
511
531
  <td class="name">
512
532
  <code>
513
533
 
514
534
  <span class="param-type">String</span>
515
535
 
516
536
 
537
+
517
538
  </code>
518
539
  </td>
519
540
  <td class="name"><code><p>工作流基地址,必传</p></code></td>
@@ -533,6 +554,7 @@
533
554
  <span class="param-type">Boolean</span>
534
555
 
535
556
 
557
+
536
558
  </span>
537
559
 
538
560
  <h4 class="name" id="clientId">
@@ -564,7 +586,7 @@
564
586
 
565
587
  <dt class="inherited-from">Inherited From:</dt>
566
588
  <dd class="inherited-from"><ul class="dummy"><li>
567
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
589
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
568
590
  </li></ul></dd>
569
591
 
570
592
 
@@ -608,6 +630,7 @@
608
630
  <span class="param-type">String</span>
609
631
 
610
632
 
633
+
611
634
  </span>
612
635
 
613
636
  <h4 class="name" id="clsName">
@@ -678,6 +701,7 @@
678
701
  <span class="param-type">String</span>
679
702
 
680
703
 
704
+
681
705
  </span>
682
706
 
683
707
  <h4 class="name" id="crsName">
@@ -748,6 +772,7 @@
748
772
  <span class="param-type">String</span>
749
773
 
750
774
 
775
+
751
776
  </span>
752
777
 
753
778
  <h4 class="name" id="desClsName">
@@ -818,6 +843,7 @@
818
843
  <span class="param-type">String</span>
819
844
 
820
845
 
846
+
821
847
  </span>
822
848
 
823
849
  <h4 class="name" id="description">
@@ -892,6 +918,7 @@
892
918
  <span class="param-type">Boolean</span>
893
919
 
894
920
 
921
+
895
922
  </span>
896
923
 
897
924
  <h4 class="name" id="enableGlobeFetch">
@@ -923,7 +950,7 @@
923
950
 
924
951
  <dt class="inherited-from">Inherited From:</dt>
925
952
  <dd class="inherited-from"><ul class="dummy"><li>
926
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
953
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
927
954
  </li></ul></dd>
928
955
 
929
956
 
@@ -988,6 +1015,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
988
1015
  <span class="param-type">Number</span>
989
1016
 
990
1017
 
1018
+
991
1019
  </span>
992
1020
 
993
1021
  <h4 class="name" id="flowId">
@@ -1062,6 +1090,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1062
1090
  <span class="param-type">String</span>
1063
1091
 
1064
1092
 
1093
+
1065
1094
  </span>
1066
1095
 
1067
1096
  <h4 class="name" id="groupName">
@@ -1136,6 +1165,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1136
1165
  <span class="param-type">String</span>
1137
1166
 
1138
1167
 
1168
+
1139
1169
  </span>
1140
1170
 
1141
1171
  <h4 class="name" id="headers">
@@ -1167,7 +1197,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1167
1197
 
1168
1198
  <dt class="inherited-from">Inherited From:</dt>
1169
1199
  <dd class="inherited-from"><ul class="dummy"><li>
1170
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1200
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1171
1201
  </li></ul></dd>
1172
1202
 
1173
1203
 
@@ -1233,6 +1263,7 @@ BaseServer.headers.token = '新token';</code></pre>
1233
1263
  <span class="param-type">function</span>
1234
1264
 
1235
1265
 
1266
+
1236
1267
  </span>
1237
1268
 
1238
1269
  <h4 class="name" id="requestInterceptor">
@@ -1264,7 +1295,7 @@ BaseServer.headers.token = '新token';</code></pre>
1264
1295
 
1265
1296
  <dt class="inherited-from">Inherited From:</dt>
1266
1297
  <dd class="inherited-from"><ul class="dummy"><li>
1267
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1298
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1268
1299
  </li></ul></dd>
1269
1300
 
1270
1301
 
@@ -1336,6 +1367,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1336
1367
  <span class="param-type">String</span>
1337
1368
 
1338
1369
 
1370
+
1339
1371
  </span>
1340
1372
 
1341
1373
  <h4 class="name" id="requestTimeout">
@@ -1367,7 +1399,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1367
1399
 
1368
1400
  <dt class="inherited-from">Inherited From:</dt>
1369
1401
  <dd class="inherited-from"><ul class="dummy"><li>
1370
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1402
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1371
1403
  </li></ul></dd>
1372
1404
 
1373
1405
 
@@ -1429,6 +1461,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1429
1461
  <span class="param-type">function</span>
1430
1462
 
1431
1463
 
1464
+
1432
1465
  </span>
1433
1466
 
1434
1467
  <h4 class="name" id="responseInterceptor">
@@ -1460,7 +1493,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1460
1493
 
1461
1494
  <dt class="inherited-from">Inherited From:</dt>
1462
1495
  <dd class="inherited-from"><ul class="dummy"><li>
1463
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1496
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1464
1497
  </li></ul></dd>
1465
1498
 
1466
1499
 
@@ -1531,7 +1564,8 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1531
1564
  <span class="method-parameter is-pulled-right">
1532
1565
  <label>类型:</label>
1533
1566
 
1534
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1567
+ <span class="param-type"><a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
1568
+
1535
1569
 
1536
1570
 
1537
1571
  </span>
@@ -1565,7 +1599,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1565
1599
 
1566
1600
  <dt class="inherited-from">Inherited From:</dt>
1567
1601
  <dd class="inherited-from"><ul class="dummy"><li>
1568
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1602
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
1569
1603
  </li></ul></dd>
1570
1604
 
1571
1605
 
@@ -1631,6 +1665,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1631
1665
  <span class="param-type">String</span>
1632
1666
 
1633
1667
 
1668
+
1634
1669
  </span>
1635
1670
 
1636
1671
  <h4 class="name" id="tokenKey">
@@ -1662,7 +1697,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
1662
1697
 
1663
1698
  <dt class="inherited-from">Inherited From:</dt>
1664
1699
  <dd class="inherited-from"><ul class="dummy"><li>
1665
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1700
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
1666
1701
  </li></ul></dd>
1667
1702
 
1668
1703
 
@@ -1723,6 +1758,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1723
1758
  <span class="param-type">String</span>
1724
1759
 
1725
1760
 
1761
+
1726
1762
  </span>
1727
1763
 
1728
1764
  <h4 class="name" id="tokenValue">
@@ -1754,7 +1790,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
1754
1790
 
1755
1791
  <dt class="inherited-from">Inherited From:</dt>
1756
1792
  <dd class="inherited-from"><ul class="dummy"><li>
1757
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1793
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
1758
1794
  </li></ul></dd>
1759
1795
 
1760
1796
 
@@ -1815,6 +1851,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1815
1851
  <span class="param-type">String</span>
1816
1852
 
1817
1853
 
1854
+
1818
1855
  </span>
1819
1856
 
1820
1857
  <h4 class="name" id="url">
@@ -1903,7 +1940,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1903
1940
  <tbody>
1904
1941
 
1905
1942
  <tr class="deep-level-0">
1906
- <td class="name"><code><a href="WorkFlowServer600235.html#execute">execute</a></code></td>
1943
+ <td class="name"><code><a href="#execute">execute</a></code></td>
1907
1944
  <td class="name">
1908
1945
  <code>
1909
1946
 
@@ -1911,6 +1948,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1911
1948
  <span class="param-type">Promise.&lt;Object></span>
1912
1949
 
1913
1950
 
1951
+
1914
1952
 
1915
1953
  </code>
1916
1954
  </td>
@@ -1918,7 +1956,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1918
1956
  </tr>
1919
1957
 
1920
1958
  <tr class="deep-level-0">
1921
- <td class="name"><code><a href="WorkFlowServer600235.html#queryServerInfo">queryServerInfo</a></code></td>
1959
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
1922
1960
  <td class="name">
1923
1961
  <code>
1924
1962
 
@@ -1928,7 +1966,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1928
1966
  </tr>
1929
1967
 
1930
1968
  <tr class="deep-level-0">
1931
- <td class="name"><code><a href="WorkFlowServer600235.html#queryTaskResult">queryTaskResult</a></code></td>
1969
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
1932
1970
  <td class="name">
1933
1971
  <code>
1934
1972
 
@@ -1936,6 +1974,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1936
1974
  <span class="param-type">Promise.&lt;String></span>
1937
1975
 
1938
1976
 
1977
+
1939
1978
 
1940
1979
  </code>
1941
1980
  </td>
@@ -1943,7 +1982,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1943
1982
  </tr>
1944
1983
 
1945
1984
  <tr class="deep-level-0">
1946
- <td class="name"><code><a href="WorkFlowServer600235.html#queryTaskStatus">queryTaskStatus</a></code></td>
1985
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
1947
1986
  <td class="name">
1948
1987
  <code>
1949
1988
 
@@ -1951,6 +1990,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1951
1990
  <span class="param-type">Promise.&lt;String></span>
1952
1991
 
1953
1992
 
1993
+
1954
1994
 
1955
1995
  </code>
1956
1996
  </td>
@@ -1958,7 +1998,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1958
1998
  </tr>
1959
1999
 
1960
2000
  <tr class="deep-level-0">
1961
- <td class="name"><code><a href="WorkFlowServer600235.html#submit">submit</a></code></td>
2001
+ <td class="name"><code><a href="#submit">submit</a></code></td>
1962
2002
  <td class="name">
1963
2003
  <code>
1964
2004
 
@@ -1966,6 +2006,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
1966
2006
  <span class="param-type">Promise.&lt;String></span>
1967
2007
 
1968
2008
 
2009
+
1969
2010
 
1970
2011
  </code>
1971
2012
  </td>
@@ -2041,6 +2082,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2041
2082
  <span class="param-type">Object</span>
2042
2083
 
2043
2084
 
2085
+
2044
2086
 
2045
2087
  </td>
2046
2088
 
@@ -2067,6 +2109,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2067
2109
  <span class="param-type">String</span>
2068
2110
 
2069
2111
 
2112
+
2070
2113
 
2071
2114
  </td>
2072
2115
 
@@ -2093,6 +2136,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2093
2136
  <span class="param-type">String</span>
2094
2137
 
2095
2138
 
2139
+
2096
2140
 
2097
2141
  </td>
2098
2142
 
@@ -2121,6 +2165,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2121
2165
  <span class="param-type">function</span>
2122
2166
 
2123
2167
 
2168
+
2124
2169
 
2125
2170
  </td>
2126
2171
 
@@ -2147,6 +2192,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2147
2192
  <span class="param-type">function</span>
2148
2193
 
2149
2194
 
2195
+
2150
2196
 
2151
2197
  </td>
2152
2198
 
@@ -2183,7 +2229,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2183
2229
 
2184
2230
  <dt class="inherited-from">Inherited From:</dt>
2185
2231
  <dd class="inherited-from"><ul class="dummy"><li>
2186
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2232
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2187
2233
  </li></ul></dd>
2188
2234
 
2189
2235
 
@@ -2245,6 +2291,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2245
2291
  <span class="param-type">Promise.&lt;Object></span>
2246
2292
 
2247
2293
 
2294
+
2248
2295
  </div>
2249
2296
 
2250
2297
  </div>
@@ -2357,6 +2404,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2357
2404
  <span class="param-type">function</span>
2358
2405
 
2359
2406
 
2407
+
2360
2408
 
2361
2409
  </td>
2362
2410
 
@@ -2385,6 +2433,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2385
2433
  <span class="param-type">function</span>
2386
2434
 
2387
2435
 
2436
+
2388
2437
 
2389
2438
  </td>
2390
2439
 
@@ -2423,7 +2472,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2423
2472
 
2424
2473
  <dt class="inherited-from">Inherited From:</dt>
2425
2474
  <dd class="inherited-from"><ul class="dummy"><li>
2426
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2475
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
2427
2476
  </li></ul></dd>
2428
2477
 
2429
2478
 
@@ -2569,6 +2618,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2569
2618
  <span class="param-type">Object</span>
2570
2619
 
2571
2620
 
2621
+
2572
2622
 
2573
2623
  </td>
2574
2624
 
@@ -2595,6 +2645,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2595
2645
  <span class="param-type">String</span>
2596
2646
 
2597
2647
 
2648
+
2598
2649
 
2599
2650
  </td>
2600
2651
 
@@ -2621,6 +2672,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2621
2672
  <span class="param-type">String</span>
2622
2673
 
2623
2674
 
2675
+
2624
2676
 
2625
2677
  </td>
2626
2678
 
@@ -2647,6 +2699,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2647
2699
  <span class="param-type">String</span>
2648
2700
 
2649
2701
 
2702
+
2650
2703
 
2651
2704
  </td>
2652
2705
 
@@ -2675,6 +2728,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2675
2728
  <span class="param-type">function</span>
2676
2729
 
2677
2730
 
2731
+
2678
2732
 
2679
2733
  </td>
2680
2734
 
@@ -2701,6 +2755,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2701
2755
  <span class="param-type">function</span>
2702
2756
 
2703
2757
 
2758
+
2704
2759
 
2705
2760
  </td>
2706
2761
 
@@ -2737,7 +2792,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2737
2792
 
2738
2793
  <dt class="inherited-from">Inherited From:</dt>
2739
2794
  <dd class="inherited-from"><ul class="dummy"><li>
2740
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
2795
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
2741
2796
  </li></ul></dd>
2742
2797
 
2743
2798
 
@@ -2799,6 +2854,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2799
2854
  <span class="param-type">Promise.&lt;String></span>
2800
2855
 
2801
2856
 
2857
+
2802
2858
  </div>
2803
2859
 
2804
2860
  </div>
@@ -2890,6 +2946,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2890
2946
  <span class="param-type">Object</span>
2891
2947
 
2892
2948
 
2949
+
2893
2950
 
2894
2951
  </td>
2895
2952
 
@@ -2916,6 +2973,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2916
2973
  <span class="param-type">String</span>
2917
2974
 
2918
2975
 
2976
+
2919
2977
 
2920
2978
  </td>
2921
2979
 
@@ -2942,6 +3000,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2942
3000
  <span class="param-type">String</span>
2943
3001
 
2944
3002
 
3003
+
2945
3004
 
2946
3005
  </td>
2947
3006
 
@@ -2968,6 +3027,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2968
3027
  <span class="param-type">String</span>
2969
3028
 
2970
3029
 
3030
+
2971
3031
 
2972
3032
  </td>
2973
3033
 
@@ -2996,6 +3056,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2996
3056
  <span class="param-type">function</span>
2997
3057
 
2998
3058
 
3059
+
2999
3060
 
3000
3061
  </td>
3001
3062
 
@@ -3022,6 +3083,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3022
3083
  <span class="param-type">function</span>
3023
3084
 
3024
3085
 
3086
+
3025
3087
 
3026
3088
  </td>
3027
3089
 
@@ -3058,7 +3120,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3058
3120
 
3059
3121
  <dt class="inherited-from">Inherited From:</dt>
3060
3122
  <dd class="inherited-from"><ul class="dummy"><li>
3061
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3123
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3062
3124
  </li></ul></dd>
3063
3125
 
3064
3126
 
@@ -3120,6 +3182,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3120
3182
  <span class="param-type">Promise.&lt;String></span>
3121
3183
 
3122
3184
 
3185
+
3123
3186
  </div>
3124
3187
 
3125
3188
  </div>
@@ -3211,6 +3274,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3211
3274
  <span class="param-type">Object</span>
3212
3275
 
3213
3276
 
3277
+
3214
3278
 
3215
3279
  </td>
3216
3280
 
@@ -3237,6 +3301,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3237
3301
  <span class="param-type">String</span>
3238
3302
 
3239
3303
 
3304
+
3240
3305
 
3241
3306
  </td>
3242
3307
 
@@ -3263,6 +3328,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3263
3328
  <span class="param-type">String</span>
3264
3329
 
3265
3330
 
3331
+
3266
3332
 
3267
3333
  </td>
3268
3334
 
@@ -3291,6 +3357,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3291
3357
  <span class="param-type">function</span>
3292
3358
 
3293
3359
 
3360
+
3294
3361
 
3295
3362
  </td>
3296
3363
 
@@ -3317,6 +3384,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3317
3384
  <span class="param-type">function</span>
3318
3385
 
3319
3386
 
3387
+
3320
3388
 
3321
3389
  </td>
3322
3390
 
@@ -3353,7 +3421,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3353
3421
 
3354
3422
  <dt class="inherited-from">Inherited From:</dt>
3355
3423
  <dd class="inherited-from"><ul class="dummy"><li>
3356
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3424
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3357
3425
  </li></ul></dd>
3358
3426
 
3359
3427
 
@@ -3422,6 +3490,7 @@ console.log(&quot;submit: &quot;, res);
3422
3490
  <span class="param-type">Promise.&lt;String></span>
3423
3491
 
3424
3492
 
3493
+
3425
3494
  </div>
3426
3495
 
3427
3496
  </div>