@mapgis/webclient-common 17.0.2 → 17.0.5

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 (266) hide show
  1. package/README.md +26 -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 +392 -114
  5. package/documention/ArcGISFeatureServer.html +638 -198
  6. package/documention/ArcGISGeometryServer.html +473 -148
  7. package/documention/ArcGISMapImageLayer.html +479 -129
  8. package/documention/ArcGISMapImageSubLayer.html +178 -48
  9. package/documention/ArcGISMapServer.html +464 -144
  10. package/documention/ArcGISTileLayer.html +849 -219
  11. package/documention/ArcGISVectorTileLayer.html +647 -207
  12. package/documention/ArcGISVectorTileServer.html +243 -78
  13. package/documention/BaseRenderer.html +42 -12
  14. package/documention/BaseServer.html +209 -54
  15. package/documention/BaseView.html +1096 -219
  16. package/documention/Basemap.html +323 -93
  17. package/documention/Callout3D.html +46 -16
  18. package/documention/Cesium3DTilesCacheLayer.html +790 -190
  19. package/documention/Cesium3DTilesServer.html +228 -68
  20. package/documention/CheckUtil.html +402 -103
  21. package/documention/Circle.html +301 -83
  22. package/documention/ClassBreakClusterInfo.html +26 -12
  23. package/documention/ClassBreakInfo.html +154 -39
  24. package/documention/ClassBreakRenderer.html +249 -64
  25. package/documention/ClusterInfo.html +171 -41
  26. package/documention/ClusterRenderer.html +274 -75
  27. package/documention/Collection.html +1552 -396
  28. package/documention/CollectionFlattener.html +147 -37
  29. package/documention/Color.html +278 -69
  30. package/documention/ColorMaterial.html +89 -27
  31. package/documention/ColorStop.html +136 -32
  32. package/documention/ColorVariable.html +66 -16
  33. package/documention/Config.html +35 -10
  34. package/documention/CursorChangeEventInfo.html +21 -6
  35. package/documention/EchartsLayer.html +67 -17
  36. package/documention/Edges3D.html +96 -29
  37. package/documention/ElevationInfo.html +65 -20
  38. package/documention/Evented.html +75 -30
  39. package/documention/Extent.html +525 -142
  40. package/documention/ExtrudeSymbol3DLayer.html +178 -51
  41. package/documention/Feature.html +241 -71
  42. package/documention/FeatureExpressionInfo.html +41 -11
  43. package/documention/FeatureLayer.html +864 -224
  44. package/documention/FeatureServer.html +1010 -296
  45. package/documention/FeatureSet.html +158 -49
  46. package/documention/FillSymbol.html +96 -26
  47. package/documention/FillSymbol3DLayer.html +126 -39
  48. package/documention/FillSymbol3DOutline.html +116 -34
  49. package/documention/Font.html +156 -41
  50. package/documention/GeoJSONLayer.html +959 -239
  51. package/documention/Geometry.html +312 -93
  52. package/documention/GeometryEngine.html +1233 -496
  53. package/documention/GeometryFilter.html +77 -18
  54. package/documention/GeometryServer.html +667 -213
  55. package/documention/GraphicsLayer.html +1052 -253
  56. package/documention/GroupLayer.html +930 -227
  57. package/documention/HeatmapColorStop.html +93 -23
  58. package/documention/HeatmapRenderer.html +223 -58
  59. package/documention/IGSFeatureLayer.html +439 -117
  60. package/documention/IGSMapImageLayer.html +694 -179
  61. package/documention/IGSMapImageSubLayer.html +189 -49
  62. package/documention/IGSSceneLayer.html +337 -93
  63. package/documention/IGSSceneSubLayer.html +326 -81
  64. package/documention/IGSTileLayer.html +900 -227
  65. package/documention/IGSVectorTileLayer.html +685 -215
  66. package/documention/IGSVectorTileSubLayer.html +167 -46
  67. package/documention/IconResource.html +77 -25
  68. package/documention/IconSymbol3DLayer.html +218 -61
  69. package/documention/ImageServer.html +410 -120
  70. package/documention/Interceptor.html +33 -9
  71. package/documention/LOD.html +106 -26
  72. package/documention/LabelClass.html +451 -114
  73. package/documention/LabelSymbol3D.html +131 -39
  74. package/documention/Layer.html +883 -213
  75. package/documention/LayerEvent.html +7 -2
  76. package/documention/LayerViewUpdateEvent.html +14 -4
  77. package/documention/LineCallout3D.html +183 -51
  78. package/documention/LineString.html +401 -126
  79. package/documention/LineStyleMarker3D.html +155 -43
  80. package/documention/LineStylePattern3D.html +89 -27
  81. package/documention/LineSymbol.html +95 -25
  82. package/documention/LineSymbol3D.html +78 -26
  83. package/documention/LineSymbol3DLayer.html +218 -61
  84. package/documention/LineSymbolMarker.html +86 -22
  85. package/documention/Log.html +3 -3
  86. package/documention/M3DModelCacheLayer.html +854 -213
  87. package/documention/M3DServer.html +326 -96
  88. package/documention/Map.html +526 -153
  89. package/documention/MapGISTextSymbol.html +657 -178
  90. package/documention/MapImageLayer.html +2184 -504
  91. package/documention/MapServer.html +843 -253
  92. package/documention/MapVLayer.html +525 -171
  93. package/documention/MapView.html +1157 -260
  94. package/documention/MarkerSymbol.html +135 -35
  95. package/documention/MoveEventInfo.html +21 -6
  96. package/documention/MultiLineString.html +497 -149
  97. package/documention/MultiPoint.html +399 -125
  98. package/documention/MultiPolygon.html +362 -116
  99. package/documention/OGCLayer.html +769 -189
  100. package/documention/ObjectSymbol3DLayer.html +318 -86
  101. package/documention/OpacityStop.html +106 -26
  102. package/documention/OpacityVariable.html +66 -16
  103. package/documention/OutStatistic.html +68 -18
  104. package/documention/OverlayLayer.html +769 -199
  105. package/documention/PathSymbol3DLayer.html +323 -86
  106. package/documention/PictureFillSymbol.html +255 -71
  107. package/documention/PictureMarkerSymbol.html +218 -57
  108. package/documention/PlotServer.html +469 -154
  109. package/documention/PoiServer.html +270 -80
  110. package/documention/Point.html +390 -119
  111. package/documention/PointSymbol3D.html +131 -39
  112. package/documention/PointSymbol3DOutline.html +103 -31
  113. package/documention/Polygon.html +562 -167
  114. package/documention/PolygonSymbol3D.html +104 -32
  115. package/documention/ProjectInfo.html +84 -24
  116. package/documention/ProjectInfoBySrsID.html +42 -12
  117. package/documention/Projection.html +42 -10
  118. package/documention/RandomRenderer.html +99 -32
  119. package/documention/RankRenderer.html +239 -67
  120. package/documention/RendererInfo.html +135 -9
  121. package/documention/RequestConfig.html +14 -4
  122. package/documention/RequestInterceptor.html +47 -12
  123. package/documention/ResourceServer.html +3595 -1030
  124. package/documention/ResponseInterceptor.html +47 -12
  125. package/documention/RootServer.html +263 -78
  126. package/documention/ScaleEventInfo.html +21 -6
  127. package/documention/Scene.html +212 -45
  128. package/documention/SceneLayer.html +802 -207
  129. package/documention/SceneServer.html +743 -228
  130. package/documention/SceneView.html +21 -7
  131. package/documention/SecurityServer.html +235 -70
  132. package/documention/SimpleFillSymbol.html +149 -40
  133. package/documention/SimpleLineSymbol.html +215 -56
  134. package/documention/SimpleMarkerSymbol.html +223 -59
  135. package/documention/SimpleRenderer.html +149 -39
  136. package/documention/SizeStop.html +106 -26
  137. package/documention/SizeVariable.html +146 -36
  138. package/documention/SketchBaseDrawTool.html +396 -109
  139. package/documention/SketchCircleDrawTool.html +457 -145
  140. package/documention/SketchEditor.html +777 -227
  141. package/documention/SketchEditorCesium.html +783 -258
  142. package/documention/SketchEditorEvent.html +7 -2
  143. package/documention/SketchEditorToolEventInfo.html +14 -4
  144. package/documention/SketchEditorVideo.html +167 -57
  145. package/documention/SketchEditorVideoBase.html +167 -57
  146. package/documention/SketchExtentDrawTool.html +457 -145
  147. package/documention/SketchFreehandPolygonDrawTool.html +440 -138
  148. package/documention/SketchFreehandPolylineDrawTool.html +455 -143
  149. package/documention/SketchPointDrawTool.html +486 -154
  150. package/documention/SketchPolygonDrawTool.html +911 -286
  151. package/documention/SketchPolylineDrawTool.html +846 -242
  152. package/documention/SketchStage.html +75 -26
  153. package/documention/SketchStyle.html +315 -80
  154. package/documention/SketchTopologyTool.html +20 -5
  155. package/documention/SpatialReference.html +244 -58
  156. package/documention/StylePattern3D.html +89 -27
  157. package/documention/SubLayer.html +237 -72
  158. package/documention/Symbol.html +110 -28
  159. package/documention/Symbol3D.html +41 -12
  160. package/documention/Symbol3DLayer.html +60 -23
  161. package/documention/Symbol3DVerticalOffset.html +120 -38
  162. package/documention/TerrainCacheLayer.html +761 -186
  163. package/documention/TerrainServer.html +200 -60
  164. package/documention/TextHalo.html +96 -29
  165. package/documention/TextSymbol.html +422 -107
  166. package/documention/TextSymbol3DLayer.html +278 -76
  167. package/documention/ThemeServer.html +310 -95
  168. package/documention/TileInfo.html +101 -26
  169. package/documention/TileLayer.html +825 -212
  170. package/documention/TileMatrixSet.html +199 -49
  171. package/documention/TileServer.html +172 -52
  172. package/documention/UniqueValueClusterInfo.html +26 -12
  173. package/documention/UniqueValueInfo.html +149 -37
  174. package/documention/UniqueValueRenderer.html +236 -61
  175. package/documention/UnknownLayer.html +790 -205
  176. package/documention/UpdateContent.html +87 -22
  177. package/documention/VectorTileGroupSubLayer.html +2209 -0
  178. package/documention/VectorTileLayer.html +1296 -361
  179. package/documention/VectorTileServer.html +226 -71
  180. package/documention/VectorTileSubLayer.html +231 -60
  181. package/documention/VertexChangeEventInfo.html +21 -6
  182. package/documention/VideoMapView.html +362 -82
  183. package/documention/VideoMetaData.html +104 -26
  184. package/documention/VideoPixelCoordTransforms.html +48 -13
  185. package/documention/VideoRegistrationParam.html +67 -17
  186. package/documention/VisualVariable.html +119 -29
  187. package/documention/WCSServer.html +172 -52
  188. package/documention/WFSLayer.html +954 -244
  189. package/documention/WFSServer.html +224 -69
  190. package/documention/WMSLayer.html +1158 -291
  191. package/documention/WMSServer.html +195 -60
  192. package/documention/WMSSubLayer.html +222 -57
  193. package/documention/WMTSLayer.html +990 -247
  194. package/documention/WMTSServer.html +188 -58
  195. package/documention/WMTSStyle.html +121 -31
  196. package/documention/WMTSSubLayer.html +865 -210
  197. package/documention/WPSServer.html +172 -52
  198. package/documention/WaterSymbol3DLayer.html +164 -47
  199. package/documention/WebTileLayer.html +955 -254
  200. package/documention/WorkFlowServer.html +399 -114
  201. package/documention/WorkFlowServer600227.html +600 -165
  202. package/documention/WorkFlowServer600228.html +560 -155
  203. package/documention/WorkFlowServer600229.html +600 -165
  204. package/documention/WorkFlowServer600230.html +600 -165
  205. package/documention/WorkFlowServer600231.html +680 -185
  206. package/documention/WorkFlowServer600232.html +600 -165
  207. package/documention/WorkFlowServer600233.html +580 -160
  208. package/documention/WorkFlowServer600235.html +480 -135
  209. package/documention/WorkFlowServer600237.html +606 -166
  210. package/documention/WorkFlowServer600238.html +613 -168
  211. package/documention/WorkFlowServer600239.html +541 -151
  212. package/documention/WorkFlowServer600307.html +573 -158
  213. package/documention/WorkFlowServer600308.html +226 -56
  214. package/documention/WorkFlowServer600309.html +600 -165
  215. package/documention/WorkFlowServer600314.html +620 -170
  216. package/documention/WorkFlowServer600334.html +600 -165
  217. package/documention/WorkFlowServer600336.html +560 -155
  218. package/documention/WorkFlowServer600340.html +740 -200
  219. package/documention/WorkFlowServer600354.html +580 -160
  220. package/documention/WorkFlowServer600368.html +500 -140
  221. package/documention/WorkFlowServer600369.html +560 -155
  222. package/documention/WorkFlowServer600370.html +540 -150
  223. package/documention/Zondy.Object.CAttDataRow.html +21 -6
  224. package/documention/Zondy.Object.CAttStruct.html +28 -8
  225. package/documention/global.html +5453 -1051
  226. package/documention/index.html +53 -53
  227. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAllOtherDataItemInfoSource.html +2 -2
  228. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CAnnInfo.html +126 -36
  229. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartLabelFormat.html +3 -3
  230. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartTheme.html +28 -8
  231. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeInfo.html +14 -4
  232. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartThemeRepresentInfo.html +91 -26
  233. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CChartType.html +8 -8
  234. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CDotDensityTheme.html +28 -8
  235. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CFourColorTheme.html +14 -4
  236. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CGraduatedSymbolTheme.html +56 -16
  237. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CLinInfo.html +84 -24
  238. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CMultiClassTheme.html +35 -10
  239. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CPntInfo.html +84 -24
  240. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRandomTheme.html +7 -2
  241. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeTheme.html +49 -14
  242. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRangeThemeInfo.html +21 -6
  243. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CRegInfo.html +91 -26
  244. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CSimpleTheme.html +14 -4
  245. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CTheme.html +28 -8
  246. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CThemeInfo.html +56 -16
  247. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueTheme.html +42 -12
  248. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.CUniqueThemeInfo.html +7 -2
  249. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ExpInfo.html +21 -6
  250. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfo.html +14 -4
  251. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.FolderInfoAttribute.html +14 -4
  252. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ItemValue.html +28 -8
  253. package/documention/module-%E4%B8%93%E9%A2%98%E5%9B%BE%E6%9C%8D%E5%8A%A1.ThemesInfo.html +14 -4
  254. package/documention/module-ArcGis.ArcGisCircle.html +49 -14
  255. package/documention/module-ArcGis.ArcGisExtent.html +134 -44
  256. package/documention/module-ArcGis.ArcGisMultipoint.html +54 -19
  257. package/documention/module-ArcGis.ArcGisPoint.html +75 -25
  258. package/documention/module-ArcGis.ArcGisPolygon.html +172 -52
  259. package/documention/module-ArcGis.ArcGisPolyline.html +112 -37
  260. package/documention/module-ArcGis.ArcGisSpatialReference.html +41 -11
  261. package/documention/module.exports.html +6 -1
  262. package/documention/scripts/sideBar.js +133 -6
  263. package/documention/tutorial-/345/267/245/344/275/234/346/265/201.html +25 -25
  264. package/documention/tutorial-/346/270/262/346/237/223/345/231/250.html +7 -7
  265. package/documention/tutorial-/347/254/246/345/217/267.html +26 -26
  266. package/package.json +1 -1
@@ -71,13 +71,18 @@
71
71
 
72
72
  <tr class="deep-level-0">
73
73
 
74
- <td class="name" id="options"><code>options</code></td>
74
+ <td class="name"><code>options</code></td>
75
75
 
76
76
 
77
77
  <td class="type">
78
78
 
79
79
 
80
- <span class="param-type">Object</span>
80
+ <span class="param-type">
81
+
82
+ Object
83
+
84
+ </span>
85
+
81
86
 
82
87
 
83
88
 
@@ -93,13 +98,18 @@
93
98
 
94
99
  <tr class="deep-level-1">
95
100
 
96
- <td class="name" id="url"><code>url</code></td>
101
+ <td class="name"><code>url</code></td>
97
102
 
98
103
 
99
104
  <td class="type">
100
105
 
101
106
 
102
- <span class="param-type">String</span>
107
+ <span class="param-type">
108
+
109
+ String
110
+
111
+ </span>
112
+
103
113
 
104
114
 
105
115
 
@@ -115,13 +125,18 @@
115
125
 
116
126
  <tr class="deep-level-1">
117
127
 
118
- <td class="name" id="srcInfo1"><code>srcInfo1</code></td>
128
+ <td class="name"><code>srcInfo1</code></td>
119
129
 
120
130
 
121
131
  <td class="type">
122
132
 
123
133
 
124
- <span class="param-type">String</span>
134
+ <span class="param-type">
135
+
136
+ String
137
+
138
+ </span>
139
+
125
140
 
126
141
 
127
142
 
@@ -137,13 +152,18 @@
137
152
 
138
153
  <tr class="deep-level-1">
139
154
 
140
- <td class="name" id="srcInfo2"><code>srcInfo2</code></td>
155
+ <td class="name"><code>srcInfo2</code></td>
141
156
 
142
157
 
143
158
  <td class="type">
144
159
 
145
160
 
146
- <span class="param-type">String</span>
161
+ <span class="param-type">
162
+
163
+ String
164
+
165
+ </span>
166
+
147
167
 
148
168
 
149
169
 
@@ -159,13 +179,18 @@
159
179
 
160
180
  <tr class="deep-level-1">
161
181
 
162
- <td class="name" id="src1AttFilter"><code>src1AttFilter</code></td>
182
+ <td class="name"><code>src1AttFilter</code></td>
163
183
 
164
184
 
165
185
  <td class="type">
166
186
 
167
187
 
168
- <span class="param-type">String</span>
188
+ <span class="param-type">
189
+
190
+ String
191
+
192
+ </span>
193
+
169
194
 
170
195
 
171
196
 
@@ -181,13 +206,18 @@
181
206
 
182
207
  <tr class="deep-level-1">
183
208
 
184
- <td class="name" id="src2AttFilter"><code>src2AttFilter</code></td>
209
+ <td class="name"><code>src2AttFilter</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type">String</span>
215
+ <span class="param-type">
216
+
217
+ String
218
+
219
+ </span>
220
+
191
221
 
192
222
 
193
223
 
@@ -203,13 +233,18 @@
203
233
 
204
234
  <tr class="deep-level-1">
205
235
 
206
- <td class="name" id="desInfo"><code>desInfo</code></td>
236
+ <td class="name"><code>desInfo</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">String</span>
242
+ <span class="param-type">
243
+
244
+ String
245
+
246
+ </span>
247
+
213
248
 
214
249
 
215
250
 
@@ -225,13 +260,18 @@
225
260
 
226
261
  <tr class="deep-level-1">
227
262
 
228
- <td class="name" id="attOptType"><code>attOptType</code></td>
263
+ <td class="name"><code>attOptType</code></td>
229
264
 
230
265
 
231
266
  <td class="type">
232
267
 
233
268
 
234
- <span class="param-type">Number</span>
269
+ <span class="param-type">
270
+
271
+ Number
272
+
273
+ </span>
274
+
235
275
 
236
276
 
237
277
 
@@ -247,13 +287,18 @@
247
287
 
248
288
  <tr class="deep-level-1">
249
289
 
250
- <td class="name" id="infoOptType"><code>infoOptType</code></td>
290
+ <td class="name"><code>infoOptType</code></td>
251
291
 
252
292
 
253
293
  <td class="type">
254
294
 
255
295
 
256
- <span class="param-type">Number</span>
296
+ <span class="param-type">
297
+
298
+ Number
299
+
300
+ </span>
301
+
257
302
 
258
303
 
259
304
 
@@ -269,13 +314,18 @@
269
314
 
270
315
  <tr class="deep-level-1">
271
316
 
272
- <td class="name" id="overType"><code>overType</code></td>
317
+ <td class="name"><code>overType</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">Number</span>
323
+ <span class="param-type">
324
+
325
+ Number
326
+
327
+ </span>
328
+
279
329
 
280
330
 
281
331
 
@@ -291,13 +341,18 @@
291
341
 
292
342
  <tr class="deep-level-1">
293
343
 
294
- <td class="name" id="tolerance"><code>tolerance</code></td>
344
+ <td class="name"><code>tolerance</code></td>
295
345
 
296
346
 
297
347
  <td class="type">
298
348
 
299
349
 
300
- <span class="param-type">Number</span>
350
+ <span class="param-type">
351
+
352
+ Number
353
+
354
+ </span>
355
+
301
356
 
302
357
 
303
358
 
@@ -416,7 +471,7 @@
416
471
 
417
472
 
418
473
  <ul>
419
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
474
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
420
475
  </ul>
421
476
 
422
477
 
@@ -448,11 +503,16 @@
448
503
  <tbody>
449
504
 
450
505
  <tr class="deep-level-0">
451
- <td class="name"><code><a href="WorkFlowServer600230.html#attOptType">attOptType</a></code></td>
506
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
452
507
  <td class="name">
453
508
  <code>
454
509
 
455
- <span class="param-type">Number</span>
510
+ <span class="param-type">
511
+
512
+ Number
513
+
514
+ </span>
515
+
456
516
 
457
517
 
458
518
  </code>
@@ -461,11 +521,16 @@
461
521
  </tr>
462
522
 
463
523
  <tr class="deep-level-0">
464
- <td class="name"><code><a href="WorkFlowServer600230.html#clientId">clientId</a></code></td>
524
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
465
525
  <td class="name">
466
526
  <code>
467
527
 
468
- <span class="param-type">Boolean</span>
528
+ <span class="param-type">
529
+
530
+ Boolean
531
+
532
+ </span>
533
+
469
534
 
470
535
 
471
536
  </code>
@@ -474,11 +539,16 @@
474
539
  </tr>
475
540
 
476
541
  <tr class="deep-level-0">
477
- <td class="name"><code><a href="WorkFlowServer600230.html#description">description</a></code></td>
542
+ <td class="name"><code><a href="#description">description</a></code></td>
478
543
  <td class="name">
479
544
  <code>
480
545
 
481
- <span class="param-type">String</span>
546
+ <span class="param-type">
547
+
548
+ String
549
+
550
+ </span>
551
+
482
552
 
483
553
 
484
554
  </code>
@@ -487,11 +557,16 @@
487
557
  </tr>
488
558
 
489
559
  <tr class="deep-level-0">
490
- <td class="name"><code><a href="WorkFlowServer600230.html#desInfo">desInfo</a></code></td>
560
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
491
561
  <td class="name">
492
562
  <code>
493
563
 
494
- <span class="param-type">String</span>
564
+ <span class="param-type">
565
+
566
+ String
567
+
568
+ </span>
569
+
495
570
 
496
571
 
497
572
  </code>
@@ -500,11 +575,16 @@
500
575
  </tr>
501
576
 
502
577
  <tr class="deep-level-0">
503
- <td class="name"><code><a href="WorkFlowServer600230.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
578
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
504
579
  <td class="name">
505
580
  <code>
506
581
 
507
- <span class="param-type">Boolean</span>
582
+ <span class="param-type">
583
+
584
+ Boolean
585
+
586
+ </span>
587
+
508
588
 
509
589
 
510
590
  </code>
@@ -513,11 +593,16 @@
513
593
  </tr>
514
594
 
515
595
  <tr class="deep-level-0">
516
- <td class="name"><code><a href="WorkFlowServer600230.html#flowId">flowId</a></code></td>
596
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
517
597
  <td class="name">
518
598
  <code>
519
599
 
520
- <span class="param-type">Number</span>
600
+ <span class="param-type">
601
+
602
+ Number
603
+
604
+ </span>
605
+
521
606
 
522
607
 
523
608
  </code>
@@ -526,11 +611,16 @@
526
611
  </tr>
527
612
 
528
613
  <tr class="deep-level-0">
529
- <td class="name"><code><a href="WorkFlowServer600230.html#groupName">groupName</a></code></td>
614
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
530
615
  <td class="name">
531
616
  <code>
532
617
 
533
- <span class="param-type">String</span>
618
+ <span class="param-type">
619
+
620
+ String
621
+
622
+ </span>
623
+
534
624
 
535
625
 
536
626
  </code>
@@ -539,11 +629,16 @@
539
629
  </tr>
540
630
 
541
631
  <tr class="deep-level-0">
542
- <td class="name"><code><a href="WorkFlowServer600230.html#headers">headers</a></code></td>
632
+ <td class="name"><code><a href="#headers">headers</a></code></td>
543
633
  <td class="name">
544
634
  <code>
545
635
 
546
- <span class="param-type">String</span>
636
+ <span class="param-type">
637
+
638
+ String
639
+
640
+ </span>
641
+
547
642
 
548
643
 
549
644
  </code>
@@ -552,11 +647,16 @@
552
647
  </tr>
553
648
 
554
649
  <tr class="deep-level-0">
555
- <td class="name"><code><a href="WorkFlowServer600230.html#infoOptType">infoOptType</a></code></td>
650
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
556
651
  <td class="name">
557
652
  <code>
558
653
 
559
- <span class="param-type">Number</span>
654
+ <span class="param-type">
655
+
656
+ Number
657
+
658
+ </span>
659
+
560
660
 
561
661
 
562
662
  </code>
@@ -565,11 +665,16 @@
565
665
  </tr>
566
666
 
567
667
  <tr class="deep-level-0">
568
- <td class="name"><code><a href="WorkFlowServer600230.html#overType">overType</a></code></td>
668
+ <td class="name"><code><a href="#overType">overType</a></code></td>
569
669
  <td class="name">
570
670
  <code>
571
671
 
572
- <span class="param-type">Number</span>
672
+ <span class="param-type">
673
+
674
+ Number
675
+
676
+ </span>
677
+
573
678
 
574
679
 
575
680
  </code>
@@ -578,11 +683,16 @@
578
683
  </tr>
579
684
 
580
685
  <tr class="deep-level-0">
581
- <td class="name"><code><a href="WorkFlowServer600230.html#requestInterceptor">requestInterceptor</a></code></td>
686
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
582
687
  <td class="name">
583
688
  <code>
584
689
 
585
- <span class="param-type">function</span>
690
+ <span class="param-type">
691
+
692
+ function
693
+
694
+ </span>
695
+
586
696
 
587
697
 
588
698
  </code>
@@ -591,11 +701,16 @@
591
701
  </tr>
592
702
 
593
703
  <tr class="deep-level-0">
594
- <td class="name"><code><a href="WorkFlowServer600230.html#requestTimeout">requestTimeout</a></code></td>
704
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
595
705
  <td class="name">
596
706
  <code>
597
707
 
598
- <span class="param-type">String</span>
708
+ <span class="param-type">
709
+
710
+ String
711
+
712
+ </span>
713
+
599
714
 
600
715
 
601
716
  </code>
@@ -604,11 +719,16 @@
604
719
  </tr>
605
720
 
606
721
  <tr class="deep-level-0">
607
- <td class="name"><code><a href="WorkFlowServer600230.html#responseInterceptor">responseInterceptor</a></code></td>
722
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
608
723
  <td class="name">
609
724
  <code>
610
725
 
611
- <span class="param-type">function</span>
726
+ <span class="param-type">
727
+
728
+ function
729
+
730
+ </span>
731
+
612
732
 
613
733
 
614
734
  </code>
@@ -617,11 +737,16 @@
617
737
  </tr>
618
738
 
619
739
  <tr class="deep-level-0">
620
- <td class="name"><code><a href="WorkFlowServer600230.html#src1AttFilter">src1AttFilter</a></code></td>
740
+ <td class="name"><code><a href="#src1AttFilter">src1AttFilter</a></code></td>
621
741
  <td class="name">
622
742
  <code>
623
743
 
624
- <span class="param-type">String</span>
744
+ <span class="param-type">
745
+
746
+ String
747
+
748
+ </span>
749
+
625
750
 
626
751
 
627
752
  </code>
@@ -630,11 +755,16 @@
630
755
  </tr>
631
756
 
632
757
  <tr class="deep-level-0">
633
- <td class="name"><code><a href="WorkFlowServer600230.html#src2AttFilter">src2AttFilter</a></code></td>
758
+ <td class="name"><code><a href="#src2AttFilter">src2AttFilter</a></code></td>
634
759
  <td class="name">
635
760
  <code>
636
761
 
637
- <span class="param-type">String</span>
762
+ <span class="param-type">
763
+
764
+ String
765
+
766
+ </span>
767
+
638
768
 
639
769
 
640
770
  </code>
@@ -643,11 +773,16 @@
643
773
  </tr>
644
774
 
645
775
  <tr class="deep-level-0">
646
- <td class="name"><code><a href="WorkFlowServer600230.html#srcInfo1">srcInfo1</a></code></td>
776
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
647
777
  <td class="name">
648
778
  <code>
649
779
 
650
- <span class="param-type">String</span>
780
+ <span class="param-type">
781
+
782
+ String
783
+
784
+ </span>
785
+
651
786
 
652
787
 
653
788
  </code>
@@ -656,11 +791,16 @@
656
791
  </tr>
657
792
 
658
793
  <tr class="deep-level-0">
659
- <td class="name"><code><a href="WorkFlowServer600230.html#srcInfo2">srcInfo2</a></code></td>
794
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
660
795
  <td class="name">
661
796
  <code>
662
797
 
663
- <span class="param-type">String</span>
798
+ <span class="param-type">
799
+
800
+ String
801
+
802
+ </span>
803
+
664
804
 
665
805
 
666
806
  </code>
@@ -669,11 +809,16 @@
669
809
  </tr>
670
810
 
671
811
  <tr class="deep-level-0">
672
- <td class="name"><code><a href="WorkFlowServer600230.html#tokenAttachType">tokenAttachType</a></code></td>
812
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
673
813
  <td class="name">
674
814
  <code>
675
815
 
676
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
816
+ <span class="param-type">
817
+
818
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
819
+
820
+ </span>
821
+
677
822
 
678
823
 
679
824
  </code>
@@ -682,11 +827,16 @@
682
827
  </tr>
683
828
 
684
829
  <tr class="deep-level-0">
685
- <td class="name"><code><a href="WorkFlowServer600230.html#tokenKey">tokenKey</a></code></td>
830
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
686
831
  <td class="name">
687
832
  <code>
688
833
 
689
- <span class="param-type">String</span>
834
+ <span class="param-type">
835
+
836
+ String
837
+
838
+ </span>
839
+
690
840
 
691
841
 
692
842
  </code>
@@ -695,11 +845,16 @@
695
845
  </tr>
696
846
 
697
847
  <tr class="deep-level-0">
698
- <td class="name"><code><a href="WorkFlowServer600230.html#tokenValue">tokenValue</a></code></td>
848
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
699
849
  <td class="name">
700
850
  <code>
701
851
 
702
- <span class="param-type">String</span>
852
+ <span class="param-type">
853
+
854
+ String
855
+
856
+ </span>
857
+
703
858
 
704
859
 
705
860
  </code>
@@ -708,11 +863,16 @@
708
863
  </tr>
709
864
 
710
865
  <tr class="deep-level-0">
711
- <td class="name"><code><a href="WorkFlowServer600230.html#tolerance">tolerance</a></code></td>
866
+ <td class="name"><code><a href="#tolerance">tolerance</a></code></td>
712
867
  <td class="name">
713
868
  <code>
714
869
 
715
- <span class="param-type">Number</span>
870
+ <span class="param-type">
871
+
872
+ Number
873
+
874
+ </span>
875
+
716
876
 
717
877
 
718
878
  </code>
@@ -721,11 +881,16 @@
721
881
  </tr>
722
882
 
723
883
  <tr class="deep-level-0">
724
- <td class="name"><code><a href="WorkFlowServer600230.html#url">url</a></code></td>
884
+ <td class="name"><code><a href="#url">url</a></code></td>
725
885
  <td class="name">
726
886
  <code>
727
887
 
728
- <span class="param-type">String</span>
888
+ <span class="param-type">
889
+
890
+ String
891
+
892
+ </span>
893
+
729
894
 
730
895
 
731
896
  </code>
@@ -744,7 +909,12 @@
744
909
  <span class="method-parameter is-pulled-right">
745
910
  <label>类型:</label>
746
911
 
747
- <span class="param-type">Number</span>
912
+ <span class="param-type">
913
+
914
+ Number
915
+
916
+ </span>
917
+
748
918
 
749
919
 
750
920
  </span>
@@ -814,7 +984,12 @@
814
984
  <span class="method-parameter is-pulled-right">
815
985
  <label>类型:</label>
816
986
 
817
- <span class="param-type">Boolean</span>
987
+ <span class="param-type">
988
+
989
+ Boolean
990
+
991
+ </span>
992
+
818
993
 
819
994
 
820
995
  </span>
@@ -848,7 +1023,7 @@
848
1023
 
849
1024
  <dt class="inherited-from">Inherited From:</dt>
850
1025
  <dd class="inherited-from"><ul class="dummy"><li>
851
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1026
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
852
1027
  </li></ul></dd>
853
1028
 
854
1029
 
@@ -889,7 +1064,12 @@
889
1064
  <span class="method-parameter is-pulled-right">
890
1065
  <label>类型:</label>
891
1066
 
892
- <span class="param-type">String</span>
1067
+ <span class="param-type">
1068
+
1069
+ String
1070
+
1071
+ </span>
1072
+
893
1073
 
894
1074
 
895
1075
  </span>
@@ -963,7 +1143,12 @@
963
1143
  <span class="method-parameter is-pulled-right">
964
1144
  <label>类型:</label>
965
1145
 
966
- <span class="param-type">String</span>
1146
+ <span class="param-type">
1147
+
1148
+ String
1149
+
1150
+ </span>
1151
+
967
1152
 
968
1153
 
969
1154
  </span>
@@ -1033,7 +1218,12 @@
1033
1218
  <span class="method-parameter is-pulled-right">
1034
1219
  <label>类型:</label>
1035
1220
 
1036
- <span class="param-type">Boolean</span>
1221
+ <span class="param-type">
1222
+
1223
+ Boolean
1224
+
1225
+ </span>
1226
+
1037
1227
 
1038
1228
 
1039
1229
  </span>
@@ -1067,7 +1257,7 @@
1067
1257
 
1068
1258
  <dt class="inherited-from">Inherited From:</dt>
1069
1259
  <dd class="inherited-from"><ul class="dummy"><li>
1070
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1260
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1071
1261
  </li></ul></dd>
1072
1262
 
1073
1263
 
@@ -1129,7 +1319,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1129
1319
  <span class="method-parameter is-pulled-right">
1130
1320
  <label>类型:</label>
1131
1321
 
1132
- <span class="param-type">Number</span>
1322
+ <span class="param-type">
1323
+
1324
+ Number
1325
+
1326
+ </span>
1327
+
1133
1328
 
1134
1329
 
1135
1330
  </span>
@@ -1203,7 +1398,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1203
1398
  <span class="method-parameter is-pulled-right">
1204
1399
  <label>类型:</label>
1205
1400
 
1206
- <span class="param-type">String</span>
1401
+ <span class="param-type">
1402
+
1403
+ String
1404
+
1405
+ </span>
1406
+
1207
1407
 
1208
1408
 
1209
1409
  </span>
@@ -1277,7 +1477,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1277
1477
  <span class="method-parameter is-pulled-right">
1278
1478
  <label>类型:</label>
1279
1479
 
1280
- <span class="param-type">String</span>
1480
+ <span class="param-type">
1481
+
1482
+ String
1483
+
1484
+ </span>
1485
+
1281
1486
 
1282
1487
 
1283
1488
  </span>
@@ -1311,7 +1516,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1311
1516
 
1312
1517
  <dt class="inherited-from">Inherited From:</dt>
1313
1518
  <dd class="inherited-from"><ul class="dummy"><li>
1314
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1519
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1315
1520
  </li></ul></dd>
1316
1521
 
1317
1522
 
@@ -1374,7 +1579,12 @@ BaseServer.headers.token = '新token';</code></pre>
1374
1579
  <span class="method-parameter is-pulled-right">
1375
1580
  <label>类型:</label>
1376
1581
 
1377
- <span class="param-type">Number</span>
1582
+ <span class="param-type">
1583
+
1584
+ Number
1585
+
1586
+ </span>
1587
+
1378
1588
 
1379
1589
 
1380
1590
  </span>
@@ -1444,7 +1654,12 @@ BaseServer.headers.token = '新token';</code></pre>
1444
1654
  <span class="method-parameter is-pulled-right">
1445
1655
  <label>类型:</label>
1446
1656
 
1447
- <span class="param-type">Number</span>
1657
+ <span class="param-type">
1658
+
1659
+ Number
1660
+
1661
+ </span>
1662
+
1448
1663
 
1449
1664
 
1450
1665
  </span>
@@ -1514,7 +1729,12 @@ BaseServer.headers.token = '新token';</code></pre>
1514
1729
  <span class="method-parameter is-pulled-right">
1515
1730
  <label>类型:</label>
1516
1731
 
1517
- <span class="param-type">function</span>
1732
+ <span class="param-type">
1733
+
1734
+ function
1735
+
1736
+ </span>
1737
+
1518
1738
 
1519
1739
 
1520
1740
  </span>
@@ -1548,7 +1768,7 @@ BaseServer.headers.token = '新token';</code></pre>
1548
1768
 
1549
1769
  <dt class="inherited-from">Inherited From:</dt>
1550
1770
  <dd class="inherited-from"><ul class="dummy"><li>
1551
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1771
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1552
1772
  </li></ul></dd>
1553
1773
 
1554
1774
 
@@ -1617,7 +1837,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1617
1837
  <span class="method-parameter is-pulled-right">
1618
1838
  <label>类型:</label>
1619
1839
 
1620
- <span class="param-type">String</span>
1840
+ <span class="param-type">
1841
+
1842
+ String
1843
+
1844
+ </span>
1845
+
1621
1846
 
1622
1847
 
1623
1848
  </span>
@@ -1651,7 +1876,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1651
1876
 
1652
1877
  <dt class="inherited-from">Inherited From:</dt>
1653
1878
  <dd class="inherited-from"><ul class="dummy"><li>
1654
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1879
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1655
1880
  </li></ul></dd>
1656
1881
 
1657
1882
 
@@ -1710,7 +1935,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1710
1935
  <span class="method-parameter is-pulled-right">
1711
1936
  <label>类型:</label>
1712
1937
 
1713
- <span class="param-type">function</span>
1938
+ <span class="param-type">
1939
+
1940
+ function
1941
+
1942
+ </span>
1943
+
1714
1944
 
1715
1945
 
1716
1946
  </span>
@@ -1744,7 +1974,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1744
1974
 
1745
1975
  <dt class="inherited-from">Inherited From:</dt>
1746
1976
  <dd class="inherited-from"><ul class="dummy"><li>
1747
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1977
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1748
1978
  </li></ul></dd>
1749
1979
 
1750
1980
 
@@ -1815,7 +2045,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1815
2045
  <span class="method-parameter is-pulled-right">
1816
2046
  <label>类型:</label>
1817
2047
 
1818
- <span class="param-type">String</span>
2048
+ <span class="param-type">
2049
+
2050
+ String
2051
+
2052
+ </span>
2053
+
1819
2054
 
1820
2055
 
1821
2056
  </span>
@@ -1885,7 +2120,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1885
2120
  <span class="method-parameter is-pulled-right">
1886
2121
  <label>类型:</label>
1887
2122
 
1888
- <span class="param-type">String</span>
2123
+ <span class="param-type">
2124
+
2125
+ String
2126
+
2127
+ </span>
2128
+
1889
2129
 
1890
2130
 
1891
2131
  </span>
@@ -1955,7 +2195,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1955
2195
  <span class="method-parameter is-pulled-right">
1956
2196
  <label>类型:</label>
1957
2197
 
1958
- <span class="param-type">String</span>
2198
+ <span class="param-type">
2199
+
2200
+ String
2201
+
2202
+ </span>
2203
+
1959
2204
 
1960
2205
 
1961
2206
  </span>
@@ -2025,7 +2270,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2025
2270
  <span class="method-parameter is-pulled-right">
2026
2271
  <label>类型:</label>
2027
2272
 
2028
- <span class="param-type">String</span>
2273
+ <span class="param-type">
2274
+
2275
+ String
2276
+
2277
+ </span>
2278
+
2029
2279
 
2030
2280
 
2031
2281
  </span>
@@ -2095,7 +2345,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2095
2345
  <span class="method-parameter is-pulled-right">
2096
2346
  <label>类型:</label>
2097
2347
 
2098
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2348
+ <span class="param-type">
2349
+
2350
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2351
+
2352
+ </span>
2353
+
2099
2354
 
2100
2355
 
2101
2356
  </span>
@@ -2129,7 +2384,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2129
2384
 
2130
2385
  <dt class="inherited-from">Inherited From:</dt>
2131
2386
  <dd class="inherited-from"><ul class="dummy"><li>
2132
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2387
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2133
2388
  </li></ul></dd>
2134
2389
 
2135
2390
 
@@ -2192,7 +2447,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2192
2447
  <span class="method-parameter is-pulled-right">
2193
2448
  <label>类型:</label>
2194
2449
 
2195
- <span class="param-type">String</span>
2450
+ <span class="param-type">
2451
+
2452
+ String
2453
+
2454
+ </span>
2455
+
2196
2456
 
2197
2457
 
2198
2458
  </span>
@@ -2226,7 +2486,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2226
2486
 
2227
2487
  <dt class="inherited-from">Inherited From:</dt>
2228
2488
  <dd class="inherited-from"><ul class="dummy"><li>
2229
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2489
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2230
2490
  </li></ul></dd>
2231
2491
 
2232
2492
 
@@ -2284,7 +2544,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2284
2544
  <span class="method-parameter is-pulled-right">
2285
2545
  <label>类型:</label>
2286
2546
 
2287
- <span class="param-type">String</span>
2547
+ <span class="param-type">
2548
+
2549
+ String
2550
+
2551
+ </span>
2552
+
2288
2553
 
2289
2554
 
2290
2555
  </span>
@@ -2318,7 +2583,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2318
2583
 
2319
2584
  <dt class="inherited-from">Inherited From:</dt>
2320
2585
  <dd class="inherited-from"><ul class="dummy"><li>
2321
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2586
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2322
2587
  </li></ul></dd>
2323
2588
 
2324
2589
 
@@ -2376,7 +2641,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2376
2641
  <span class="method-parameter is-pulled-right">
2377
2642
  <label>类型:</label>
2378
2643
 
2379
- <span class="param-type">Number</span>
2644
+ <span class="param-type">
2645
+
2646
+ Number
2647
+
2648
+ </span>
2649
+
2380
2650
 
2381
2651
 
2382
2652
  </span>
@@ -2446,7 +2716,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2446
2716
  <span class="method-parameter is-pulled-right">
2447
2717
  <label>类型:</label>
2448
2718
 
2449
- <span class="param-type">String</span>
2719
+ <span class="param-type">
2720
+
2721
+ String
2722
+
2723
+ </span>
2724
+
2450
2725
 
2451
2726
 
2452
2727
  </span>
@@ -2537,12 +2812,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2537
2812
  <tbody>
2538
2813
 
2539
2814
  <tr class="deep-level-0">
2540
- <td class="name"><code><a href="WorkFlowServer600230.html#execute">execute</a></code></td>
2815
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2541
2816
  <td class="name">
2542
2817
  <code>
2543
2818
 
2544
2819
 
2545
- <span class="param-type">Promise.&lt;Object></span>
2820
+ <span class="param-type">
2821
+
2822
+ Promise.&lt;Object>
2823
+
2824
+ </span>
2825
+
2546
2826
 
2547
2827
 
2548
2828
 
@@ -2552,7 +2832,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2552
2832
  </tr>
2553
2833
 
2554
2834
  <tr class="deep-level-0">
2555
- <td class="name"><code><a href="WorkFlowServer600230.html#queryServerInfo">queryServerInfo</a></code></td>
2835
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2556
2836
  <td class="name">
2557
2837
  <code>
2558
2838
 
@@ -2562,12 +2842,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2562
2842
  </tr>
2563
2843
 
2564
2844
  <tr class="deep-level-0">
2565
- <td class="name"><code><a href="WorkFlowServer600230.html#queryTaskResult">queryTaskResult</a></code></td>
2845
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2566
2846
  <td class="name">
2567
2847
  <code>
2568
2848
 
2569
2849
 
2570
- <span class="param-type">Promise.&lt;String></span>
2850
+ <span class="param-type">
2851
+
2852
+ Promise.&lt;String>
2853
+
2854
+ </span>
2855
+
2571
2856
 
2572
2857
 
2573
2858
 
@@ -2577,12 +2862,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2577
2862
  </tr>
2578
2863
 
2579
2864
  <tr class="deep-level-0">
2580
- <td class="name"><code><a href="WorkFlowServer600230.html#queryTaskStatus">queryTaskStatus</a></code></td>
2865
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2581
2866
  <td class="name">
2582
2867
  <code>
2583
2868
 
2584
2869
 
2585
- <span class="param-type">Promise.&lt;String></span>
2870
+ <span class="param-type">
2871
+
2872
+ Promise.&lt;String>
2873
+
2874
+ </span>
2875
+
2586
2876
 
2587
2877
 
2588
2878
 
@@ -2592,12 +2882,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2592
2882
  </tr>
2593
2883
 
2594
2884
  <tr class="deep-level-0">
2595
- <td class="name"><code><a href="WorkFlowServer600230.html#submit">submit</a></code></td>
2885
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2596
2886
  <td class="name">
2597
2887
  <code>
2598
2888
 
2599
2889
 
2600
- <span class="param-type">Promise.&lt;String></span>
2890
+ <span class="param-type">
2891
+
2892
+ Promise.&lt;String>
2893
+
2894
+ </span>
2895
+
2601
2896
 
2602
2897
 
2603
2898
 
@@ -2666,13 +2961,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2666
2961
 
2667
2962
  <tr class="deep-level-0">
2668
2963
 
2669
- <td class="name" id="options"><code>options</code></td>
2964
+ <td class="name"><code>options</code></td>
2670
2965
 
2671
2966
 
2672
2967
  <td class="type">
2673
2968
 
2674
2969
 
2675
- <span class="param-type">Object</span>
2970
+ <span class="param-type">
2971
+
2972
+ Object
2973
+
2974
+ </span>
2975
+
2676
2976
 
2677
2977
 
2678
2978
 
@@ -2692,13 +2992,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2692
2992
 
2693
2993
  <tr class="deep-level-1">
2694
2994
 
2695
- <td class="name" id="headers"><code>headers</code></td>
2995
+ <td class="name"><code>headers</code></td>
2696
2996
 
2697
2997
 
2698
2998
  <td class="type">
2699
2999
 
2700
3000
 
2701
- <span class="param-type">String</span>
3001
+ <span class="param-type">
3002
+
3003
+ String
3004
+
3005
+ </span>
3006
+
2702
3007
 
2703
3008
 
2704
3009
 
@@ -2718,13 +3023,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2718
3023
 
2719
3024
  <tr class="deep-level-1">
2720
3025
 
2721
- <td class="name" id="method"><code>method</code></td>
3026
+ <td class="name"><code>method</code></td>
2722
3027
 
2723
3028
 
2724
3029
  <td class="type">
2725
3030
 
2726
3031
 
2727
- <span class="param-type">String</span>
3032
+ <span class="param-type">
3033
+
3034
+ String
3035
+
3036
+ </span>
3037
+
2728
3038
 
2729
3039
 
2730
3040
 
@@ -2746,13 +3056,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2746
3056
 
2747
3057
  <tr class="deep-level-1">
2748
3058
 
2749
- <td class="name" id="success"><code>success</code></td>
3059
+ <td class="name"><code>success</code></td>
2750
3060
 
2751
3061
 
2752
3062
  <td class="type">
2753
3063
 
2754
3064
 
2755
- <span class="param-type">function</span>
3065
+ <span class="param-type">
3066
+
3067
+ function
3068
+
3069
+ </span>
3070
+
2756
3071
 
2757
3072
 
2758
3073
 
@@ -2772,13 +3087,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2772
3087
 
2773
3088
  <tr class="deep-level-1">
2774
3089
 
2775
- <td class="name" id="failure"><code>failure</code></td>
3090
+ <td class="name"><code>failure</code></td>
2776
3091
 
2777
3092
 
2778
3093
  <td class="type">
2779
3094
 
2780
3095
 
2781
- <span class="param-type">function</span>
3096
+ <span class="param-type">
3097
+
3098
+ function
3099
+
3100
+ </span>
3101
+
2782
3102
 
2783
3103
 
2784
3104
 
@@ -2817,7 +3137,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2817
3137
 
2818
3138
  <dt class="inherited-from">Inherited From:</dt>
2819
3139
  <dd class="inherited-from"><ul class="dummy"><li>
2820
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3140
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2821
3141
  </li></ul></dd>
2822
3142
 
2823
3143
 
@@ -2876,7 +3196,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2876
3196
  <div class='column is-5 has-text-left'>
2877
3197
  <label>类型: </label>
2878
3198
 
2879
- <span class="param-type">Promise.&lt;Object></span>
3199
+ <span class="param-type">
3200
+
3201
+ Promise.&lt;Object>
3202
+
3203
+ </span>
3204
+
2880
3205
 
2881
3206
 
2882
3207
  </div>
@@ -2961,7 +3286,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2961
3286
 
2962
3287
  <tr class="deep-level-0">
2963
3288
 
2964
- <td class="name" id="options"><code>options</code></td>
3289
+ <td class="name"><code>options</code></td>
2965
3290
 
2966
3291
 
2967
3292
  <td class="type">
@@ -2982,13 +3307,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2982
3307
 
2983
3308
  <tr class="deep-level-1">
2984
3309
 
2985
- <td class="name" id="success"><code>success</code></td>
3310
+ <td class="name"><code>success</code></td>
2986
3311
 
2987
3312
 
2988
3313
  <td class="type">
2989
3314
 
2990
3315
 
2991
- <span class="param-type">function</span>
3316
+ <span class="param-type">
3317
+
3318
+ function
3319
+
3320
+ </span>
3321
+
2992
3322
 
2993
3323
 
2994
3324
 
@@ -3010,13 +3340,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3010
3340
 
3011
3341
  <tr class="deep-level-1">
3012
3342
 
3013
- <td class="name" id="failure"><code>failure</code></td>
3343
+ <td class="name"><code>failure</code></td>
3014
3344
 
3015
3345
 
3016
3346
  <td class="type">
3017
3347
 
3018
3348
 
3019
- <span class="param-type">function</span>
3349
+ <span class="param-type">
3350
+
3351
+ function
3352
+
3353
+ </span>
3354
+
3020
3355
 
3021
3356
 
3022
3357
 
@@ -3057,7 +3392,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3057
3392
 
3058
3393
  <dt class="inherited-from">Inherited From:</dt>
3059
3394
  <dd class="inherited-from"><ul class="dummy"><li>
3060
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3395
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3061
3396
  </li></ul></dd>
3062
3397
 
3063
3398
 
@@ -3194,13 +3529,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3194
3529
 
3195
3530
  <tr class="deep-level-0">
3196
3531
 
3197
- <td class="name" id="options"><code>options</code></td>
3532
+ <td class="name"><code>options</code></td>
3198
3533
 
3199
3534
 
3200
3535
  <td class="type">
3201
3536
 
3202
3537
 
3203
- <span class="param-type">Object</span>
3538
+ <span class="param-type">
3539
+
3540
+ Object
3541
+
3542
+ </span>
3543
+
3204
3544
 
3205
3545
 
3206
3546
 
@@ -3220,13 +3560,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3220
3560
 
3221
3561
  <tr class="deep-level-1">
3222
3562
 
3223
- <td class="name" id="taskId"><code>taskId</code></td>
3563
+ <td class="name"><code>taskId</code></td>
3224
3564
 
3225
3565
 
3226
3566
  <td class="type">
3227
3567
 
3228
3568
 
3229
- <span class="param-type">String</span>
3569
+ <span class="param-type">
3570
+
3571
+ String
3572
+
3573
+ </span>
3574
+
3230
3575
 
3231
3576
 
3232
3577
 
@@ -3246,13 +3591,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3246
3591
 
3247
3592
  <tr class="deep-level-1">
3248
3593
 
3249
- <td class="name" id="headers"><code>headers</code></td>
3594
+ <td class="name"><code>headers</code></td>
3250
3595
 
3251
3596
 
3252
3597
  <td class="type">
3253
3598
 
3254
3599
 
3255
- <span class="param-type">String</span>
3600
+ <span class="param-type">
3601
+
3602
+ String
3603
+
3604
+ </span>
3605
+
3256
3606
 
3257
3607
 
3258
3608
 
@@ -3272,13 +3622,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3272
3622
 
3273
3623
  <tr class="deep-level-1">
3274
3624
 
3275
- <td class="name" id="method"><code>method</code></td>
3625
+ <td class="name"><code>method</code></td>
3276
3626
 
3277
3627
 
3278
3628
  <td class="type">
3279
3629
 
3280
3630
 
3281
- <span class="param-type">String</span>
3631
+ <span class="param-type">
3632
+
3633
+ String
3634
+
3635
+ </span>
3636
+
3282
3637
 
3283
3638
 
3284
3639
 
@@ -3300,13 +3655,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3300
3655
 
3301
3656
  <tr class="deep-level-1">
3302
3657
 
3303
- <td class="name" id="success"><code>success</code></td>
3658
+ <td class="name"><code>success</code></td>
3304
3659
 
3305
3660
 
3306
3661
  <td class="type">
3307
3662
 
3308
3663
 
3309
- <span class="param-type">function</span>
3664
+ <span class="param-type">
3665
+
3666
+ function
3667
+
3668
+ </span>
3669
+
3310
3670
 
3311
3671
 
3312
3672
 
@@ -3326,13 +3686,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3326
3686
 
3327
3687
  <tr class="deep-level-1">
3328
3688
 
3329
- <td class="name" id="failure"><code>failure</code></td>
3689
+ <td class="name"><code>failure</code></td>
3330
3690
 
3331
3691
 
3332
3692
  <td class="type">
3333
3693
 
3334
3694
 
3335
- <span class="param-type">function</span>
3695
+ <span class="param-type">
3696
+
3697
+ function
3698
+
3699
+ </span>
3700
+
3336
3701
 
3337
3702
 
3338
3703
 
@@ -3371,7 +3736,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3371
3736
 
3372
3737
  <dt class="inherited-from">Inherited From:</dt>
3373
3738
  <dd class="inherited-from"><ul class="dummy"><li>
3374
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3739
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3375
3740
  </li></ul></dd>
3376
3741
 
3377
3742
 
@@ -3430,7 +3795,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3430
3795
  <div class='column is-5 has-text-left'>
3431
3796
  <label>类型: </label>
3432
3797
 
3433
- <span class="param-type">Promise.&lt;String></span>
3798
+ <span class="param-type">
3799
+
3800
+ Promise.&lt;String>
3801
+
3802
+ </span>
3803
+
3434
3804
 
3435
3805
 
3436
3806
  </div>
@@ -3515,13 +3885,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3515
3885
 
3516
3886
  <tr class="deep-level-0">
3517
3887
 
3518
- <td class="name" id="options"><code>options</code></td>
3888
+ <td class="name"><code>options</code></td>
3519
3889
 
3520
3890
 
3521
3891
  <td class="type">
3522
3892
 
3523
3893
 
3524
- <span class="param-type">Object</span>
3894
+ <span class="param-type">
3895
+
3896
+ Object
3897
+
3898
+ </span>
3899
+
3525
3900
 
3526
3901
 
3527
3902
 
@@ -3541,13 +3916,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3541
3916
 
3542
3917
  <tr class="deep-level-1">
3543
3918
 
3544
- <td class="name" id="taskId"><code>taskId</code></td>
3919
+ <td class="name"><code>taskId</code></td>
3545
3920
 
3546
3921
 
3547
3922
  <td class="type">
3548
3923
 
3549
3924
 
3550
- <span class="param-type">String</span>
3925
+ <span class="param-type">
3926
+
3927
+ String
3928
+
3929
+ </span>
3930
+
3551
3931
 
3552
3932
 
3553
3933
 
@@ -3567,13 +3947,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3567
3947
 
3568
3948
  <tr class="deep-level-1">
3569
3949
 
3570
- <td class="name" id="headers"><code>headers</code></td>
3950
+ <td class="name"><code>headers</code></td>
3571
3951
 
3572
3952
 
3573
3953
  <td class="type">
3574
3954
 
3575
3955
 
3576
- <span class="param-type">String</span>
3956
+ <span class="param-type">
3957
+
3958
+ String
3959
+
3960
+ </span>
3961
+
3577
3962
 
3578
3963
 
3579
3964
 
@@ -3593,13 +3978,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3593
3978
 
3594
3979
  <tr class="deep-level-1">
3595
3980
 
3596
- <td class="name" id="method"><code>method</code></td>
3981
+ <td class="name"><code>method</code></td>
3597
3982
 
3598
3983
 
3599
3984
  <td class="type">
3600
3985
 
3601
3986
 
3602
- <span class="param-type">String</span>
3987
+ <span class="param-type">
3988
+
3989
+ String
3990
+
3991
+ </span>
3992
+
3603
3993
 
3604
3994
 
3605
3995
 
@@ -3621,13 +4011,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3621
4011
 
3622
4012
  <tr class="deep-level-1">
3623
4013
 
3624
- <td class="name" id="success"><code>success</code></td>
4014
+ <td class="name"><code>success</code></td>
3625
4015
 
3626
4016
 
3627
4017
  <td class="type">
3628
4018
 
3629
4019
 
3630
- <span class="param-type">function</span>
4020
+ <span class="param-type">
4021
+
4022
+ function
4023
+
4024
+ </span>
4025
+
3631
4026
 
3632
4027
 
3633
4028
 
@@ -3647,13 +4042,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3647
4042
 
3648
4043
  <tr class="deep-level-1">
3649
4044
 
3650
- <td class="name" id="failure"><code>failure</code></td>
4045
+ <td class="name"><code>failure</code></td>
3651
4046
 
3652
4047
 
3653
4048
  <td class="type">
3654
4049
 
3655
4050
 
3656
- <span class="param-type">function</span>
4051
+ <span class="param-type">
4052
+
4053
+ function
4054
+
4055
+ </span>
4056
+
3657
4057
 
3658
4058
 
3659
4059
 
@@ -3692,7 +4092,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3692
4092
 
3693
4093
  <dt class="inherited-from">Inherited From:</dt>
3694
4094
  <dd class="inherited-from"><ul class="dummy"><li>
3695
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4095
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3696
4096
  </li></ul></dd>
3697
4097
 
3698
4098
 
@@ -3751,7 +4151,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3751
4151
  <div class='column is-5 has-text-left'>
3752
4152
  <label>类型: </label>
3753
4153
 
3754
- <span class="param-type">Promise.&lt;String></span>
4154
+ <span class="param-type">
4155
+
4156
+ Promise.&lt;String>
4157
+
4158
+ </span>
4159
+
3755
4160
 
3756
4161
 
3757
4162
  </div>
@@ -3836,13 +4241,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3836
4241
 
3837
4242
  <tr class="deep-level-0">
3838
4243
 
3839
- <td class="name" id="options"><code>options</code></td>
4244
+ <td class="name"><code>options</code></td>
3840
4245
 
3841
4246
 
3842
4247
  <td class="type">
3843
4248
 
3844
4249
 
3845
- <span class="param-type">Object</span>
4250
+ <span class="param-type">
4251
+
4252
+ Object
4253
+
4254
+ </span>
4255
+
3846
4256
 
3847
4257
 
3848
4258
 
@@ -3862,13 +4272,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3862
4272
 
3863
4273
  <tr class="deep-level-1">
3864
4274
 
3865
- <td class="name" id="headers"><code>headers</code></td>
4275
+ <td class="name"><code>headers</code></td>
3866
4276
 
3867
4277
 
3868
4278
  <td class="type">
3869
4279
 
3870
4280
 
3871
- <span class="param-type">String</span>
4281
+ <span class="param-type">
4282
+
4283
+ String
4284
+
4285
+ </span>
4286
+
3872
4287
 
3873
4288
 
3874
4289
 
@@ -3888,13 +4303,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3888
4303
 
3889
4304
  <tr class="deep-level-1">
3890
4305
 
3891
- <td class="name" id="method"><code>method</code></td>
4306
+ <td class="name"><code>method</code></td>
3892
4307
 
3893
4308
 
3894
4309
  <td class="type">
3895
4310
 
3896
4311
 
3897
- <span class="param-type">String</span>
4312
+ <span class="param-type">
4313
+
4314
+ String
4315
+
4316
+ </span>
4317
+
3898
4318
 
3899
4319
 
3900
4320
 
@@ -3916,13 +4336,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3916
4336
 
3917
4337
  <tr class="deep-level-1">
3918
4338
 
3919
- <td class="name" id="success"><code>success</code></td>
4339
+ <td class="name"><code>success</code></td>
3920
4340
 
3921
4341
 
3922
4342
  <td class="type">
3923
4343
 
3924
4344
 
3925
- <span class="param-type">function</span>
4345
+ <span class="param-type">
4346
+
4347
+ function
4348
+
4349
+ </span>
4350
+
3926
4351
 
3927
4352
 
3928
4353
 
@@ -3942,13 +4367,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3942
4367
 
3943
4368
  <tr class="deep-level-1">
3944
4369
 
3945
- <td class="name" id="failure"><code>failure</code></td>
4370
+ <td class="name"><code>failure</code></td>
3946
4371
 
3947
4372
 
3948
4373
  <td class="type">
3949
4374
 
3950
4375
 
3951
- <span class="param-type">function</span>
4376
+ <span class="param-type">
4377
+
4378
+ function
4379
+
4380
+ </span>
4381
+
3952
4382
 
3953
4383
 
3954
4384
 
@@ -3987,7 +4417,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3987
4417
 
3988
4418
  <dt class="inherited-from">Inherited From:</dt>
3989
4419
  <dd class="inherited-from"><ul class="dummy"><li>
3990
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4420
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3991
4421
  </li></ul></dd>
3992
4422
 
3993
4423
 
@@ -4053,7 +4483,12 @@ console.log(&quot;submit: &quot;, res);
4053
4483
  <div class='column is-5 has-text-left'>
4054
4484
  <label>类型: </label>
4055
4485
 
4056
- <span class="param-type">Promise.&lt;String></span>
4486
+ <span class="param-type">
4487
+
4488
+ Promise.&lt;String>
4489
+
4490
+ </span>
4491
+
4057
4492
 
4058
4493
 
4059
4494
  </div>