@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="FIDs1"><code>FIDs1</code></td>
182
+ <td class="name"><code>FIDs1</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="FIDs2"><code>FIDs2</code></td>
209
+ <td class="name"><code>FIDs2</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">String</span>
269
+ <span class="param-type">
270
+
271
+ String
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="radius"><code>radius</code></td>
344
+ <td class="name"><code>radius</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
 
@@ -418,7 +473,7 @@
418
473
 
419
474
 
420
475
  <ul>
421
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
476
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
422
477
  </ul>
423
478
 
424
479
 
@@ -450,11 +505,16 @@
450
505
  <tbody>
451
506
 
452
507
  <tr class="deep-level-0">
453
- <td class="name"><code><a href="WorkFlowServer600309.html#attOptType">attOptType</a></code></td>
508
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
454
509
  <td class="name">
455
510
  <code>
456
511
 
457
- <span class="param-type">String</span>
512
+ <span class="param-type">
513
+
514
+ String
515
+
516
+ </span>
517
+
458
518
 
459
519
 
460
520
  </code>
@@ -463,11 +523,16 @@
463
523
  </tr>
464
524
 
465
525
  <tr class="deep-level-0">
466
- <td class="name"><code><a href="WorkFlowServer600309.html#clientId">clientId</a></code></td>
526
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
467
527
  <td class="name">
468
528
  <code>
469
529
 
470
- <span class="param-type">Boolean</span>
530
+ <span class="param-type">
531
+
532
+ Boolean
533
+
534
+ </span>
535
+
471
536
 
472
537
 
473
538
  </code>
@@ -476,11 +541,16 @@
476
541
  </tr>
477
542
 
478
543
  <tr class="deep-level-0">
479
- <td class="name"><code><a href="WorkFlowServer600309.html#description">description</a></code></td>
544
+ <td class="name"><code><a href="#description">description</a></code></td>
480
545
  <td class="name">
481
546
  <code>
482
547
 
483
- <span class="param-type">String</span>
548
+ <span class="param-type">
549
+
550
+ String
551
+
552
+ </span>
553
+
484
554
 
485
555
 
486
556
  </code>
@@ -489,11 +559,16 @@
489
559
  </tr>
490
560
 
491
561
  <tr class="deep-level-0">
492
- <td class="name"><code><a href="WorkFlowServer600309.html#desInfo">desInfo</a></code></td>
562
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
493
563
  <td class="name">
494
564
  <code>
495
565
 
496
- <span class="param-type">String</span>
566
+ <span class="param-type">
567
+
568
+ String
569
+
570
+ </span>
571
+
497
572
 
498
573
 
499
574
  </code>
@@ -502,11 +577,16 @@
502
577
  </tr>
503
578
 
504
579
  <tr class="deep-level-0">
505
- <td class="name"><code><a href="WorkFlowServer600309.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
580
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
506
581
  <td class="name">
507
582
  <code>
508
583
 
509
- <span class="param-type">Boolean</span>
584
+ <span class="param-type">
585
+
586
+ Boolean
587
+
588
+ </span>
589
+
510
590
 
511
591
 
512
592
  </code>
@@ -515,11 +595,16 @@
515
595
  </tr>
516
596
 
517
597
  <tr class="deep-level-0">
518
- <td class="name"><code><a href="WorkFlowServer600309.html#FIDs1">FIDs1</a></code></td>
598
+ <td class="name"><code><a href="#FIDs1">FIDs1</a></code></td>
519
599
  <td class="name">
520
600
  <code>
521
601
 
522
- <span class="param-type">String</span>
602
+ <span class="param-type">
603
+
604
+ String
605
+
606
+ </span>
607
+
523
608
 
524
609
 
525
610
  </code>
@@ -528,11 +613,16 @@
528
613
  </tr>
529
614
 
530
615
  <tr class="deep-level-0">
531
- <td class="name"><code><a href="WorkFlowServer600309.html#FIDs2">FIDs2</a></code></td>
616
+ <td class="name"><code><a href="#FIDs2">FIDs2</a></code></td>
532
617
  <td class="name">
533
618
  <code>
534
619
 
535
- <span class="param-type">String</span>
620
+ <span class="param-type">
621
+
622
+ String
623
+
624
+ </span>
625
+
536
626
 
537
627
 
538
628
  </code>
@@ -541,11 +631,16 @@
541
631
  </tr>
542
632
 
543
633
  <tr class="deep-level-0">
544
- <td class="name"><code><a href="WorkFlowServer600309.html#flowId">flowId</a></code></td>
634
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
545
635
  <td class="name">
546
636
  <code>
547
637
 
548
- <span class="param-type">Number</span>
638
+ <span class="param-type">
639
+
640
+ Number
641
+
642
+ </span>
643
+
549
644
 
550
645
 
551
646
  </code>
@@ -554,11 +649,16 @@
554
649
  </tr>
555
650
 
556
651
  <tr class="deep-level-0">
557
- <td class="name"><code><a href="WorkFlowServer600309.html#groupName">groupName</a></code></td>
652
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
558
653
  <td class="name">
559
654
  <code>
560
655
 
561
- <span class="param-type">String</span>
656
+ <span class="param-type">
657
+
658
+ String
659
+
660
+ </span>
661
+
562
662
 
563
663
 
564
664
  </code>
@@ -567,11 +667,16 @@
567
667
  </tr>
568
668
 
569
669
  <tr class="deep-level-0">
570
- <td class="name"><code><a href="WorkFlowServer600309.html#headers">headers</a></code></td>
670
+ <td class="name"><code><a href="#headers">headers</a></code></td>
571
671
  <td class="name">
572
672
  <code>
573
673
 
574
- <span class="param-type">String</span>
674
+ <span class="param-type">
675
+
676
+ String
677
+
678
+ </span>
679
+
575
680
 
576
681
 
577
682
  </code>
@@ -580,11 +685,16 @@
580
685
  </tr>
581
686
 
582
687
  <tr class="deep-level-0">
583
- <td class="name"><code><a href="WorkFlowServer600309.html#infoOptType">infoOptType</a></code></td>
688
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
584
689
  <td class="name">
585
690
  <code>
586
691
 
587
- <span class="param-type">Number</span>
692
+ <span class="param-type">
693
+
694
+ Number
695
+
696
+ </span>
697
+
588
698
 
589
699
 
590
700
  </code>
@@ -593,11 +703,16 @@
593
703
  </tr>
594
704
 
595
705
  <tr class="deep-level-0">
596
- <td class="name"><code><a href="WorkFlowServer600309.html#overType">overType</a></code></td>
706
+ <td class="name"><code><a href="#overType">overType</a></code></td>
597
707
  <td class="name">
598
708
  <code>
599
709
 
600
- <span class="param-type">Number</span>
710
+ <span class="param-type">
711
+
712
+ Number
713
+
714
+ </span>
715
+
601
716
 
602
717
 
603
718
  </code>
@@ -606,11 +721,16 @@
606
721
  </tr>
607
722
 
608
723
  <tr class="deep-level-0">
609
- <td class="name"><code><a href="WorkFlowServer600309.html#radius">radius</a></code></td>
724
+ <td class="name"><code><a href="#radius">radius</a></code></td>
610
725
  <td class="name">
611
726
  <code>
612
727
 
613
- <span class="param-type">Number</span>
728
+ <span class="param-type">
729
+
730
+ Number
731
+
732
+ </span>
733
+
614
734
 
615
735
 
616
736
  </code>
@@ -619,11 +739,16 @@
619
739
  </tr>
620
740
 
621
741
  <tr class="deep-level-0">
622
- <td class="name"><code><a href="WorkFlowServer600309.html#requestInterceptor">requestInterceptor</a></code></td>
742
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
623
743
  <td class="name">
624
744
  <code>
625
745
 
626
- <span class="param-type">function</span>
746
+ <span class="param-type">
747
+
748
+ function
749
+
750
+ </span>
751
+
627
752
 
628
753
 
629
754
  </code>
@@ -632,11 +757,16 @@
632
757
  </tr>
633
758
 
634
759
  <tr class="deep-level-0">
635
- <td class="name"><code><a href="WorkFlowServer600309.html#requestTimeout">requestTimeout</a></code></td>
760
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
636
761
  <td class="name">
637
762
  <code>
638
763
 
639
- <span class="param-type">String</span>
764
+ <span class="param-type">
765
+
766
+ String
767
+
768
+ </span>
769
+
640
770
 
641
771
 
642
772
  </code>
@@ -645,11 +775,16 @@
645
775
  </tr>
646
776
 
647
777
  <tr class="deep-level-0">
648
- <td class="name"><code><a href="WorkFlowServer600309.html#responseInterceptor">responseInterceptor</a></code></td>
778
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
649
779
  <td class="name">
650
780
  <code>
651
781
 
652
- <span class="param-type">function</span>
782
+ <span class="param-type">
783
+
784
+ function
785
+
786
+ </span>
787
+
653
788
 
654
789
 
655
790
  </code>
@@ -658,11 +793,16 @@
658
793
  </tr>
659
794
 
660
795
  <tr class="deep-level-0">
661
- <td class="name"><code><a href="WorkFlowServer600309.html#srcInfo1">srcInfo1</a></code></td>
796
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
662
797
  <td class="name">
663
798
  <code>
664
799
 
665
- <span class="param-type">String</span>
800
+ <span class="param-type">
801
+
802
+ String
803
+
804
+ </span>
805
+
666
806
 
667
807
 
668
808
  </code>
@@ -671,11 +811,16 @@
671
811
  </tr>
672
812
 
673
813
  <tr class="deep-level-0">
674
- <td class="name"><code><a href="WorkFlowServer600309.html#srcInfo2">srcInfo2</a></code></td>
814
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
675
815
  <td class="name">
676
816
  <code>
677
817
 
678
- <span class="param-type">String</span>
818
+ <span class="param-type">
819
+
820
+ String
821
+
822
+ </span>
823
+
679
824
 
680
825
 
681
826
  </code>
@@ -684,11 +829,16 @@
684
829
  </tr>
685
830
 
686
831
  <tr class="deep-level-0">
687
- <td class="name"><code><a href="WorkFlowServer600309.html#tokenAttachType">tokenAttachType</a></code></td>
832
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
688
833
  <td class="name">
689
834
  <code>
690
835
 
691
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
836
+ <span class="param-type">
837
+
838
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
839
+
840
+ </span>
841
+
692
842
 
693
843
 
694
844
  </code>
@@ -697,11 +847,16 @@
697
847
  </tr>
698
848
 
699
849
  <tr class="deep-level-0">
700
- <td class="name"><code><a href="WorkFlowServer600309.html#tokenKey">tokenKey</a></code></td>
850
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
701
851
  <td class="name">
702
852
  <code>
703
853
 
704
- <span class="param-type">String</span>
854
+ <span class="param-type">
855
+
856
+ String
857
+
858
+ </span>
859
+
705
860
 
706
861
 
707
862
  </code>
@@ -710,11 +865,16 @@
710
865
  </tr>
711
866
 
712
867
  <tr class="deep-level-0">
713
- <td class="name"><code><a href="WorkFlowServer600309.html#tokenValue">tokenValue</a></code></td>
868
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
714
869
  <td class="name">
715
870
  <code>
716
871
 
717
- <span class="param-type">String</span>
872
+ <span class="param-type">
873
+
874
+ String
875
+
876
+ </span>
877
+
718
878
 
719
879
 
720
880
  </code>
@@ -723,11 +883,16 @@
723
883
  </tr>
724
884
 
725
885
  <tr class="deep-level-0">
726
- <td class="name"><code><a href="WorkFlowServer600309.html#url">url</a></code></td>
886
+ <td class="name"><code><a href="#url">url</a></code></td>
727
887
  <td class="name">
728
888
  <code>
729
889
 
730
- <span class="param-type">String</span>
890
+ <span class="param-type">
891
+
892
+ String
893
+
894
+ </span>
895
+
731
896
 
732
897
 
733
898
  </code>
@@ -746,7 +911,12 @@
746
911
  <span class="method-parameter is-pulled-right">
747
912
  <label>类型:</label>
748
913
 
749
- <span class="param-type">String</span>
914
+ <span class="param-type">
915
+
916
+ String
917
+
918
+ </span>
919
+
750
920
 
751
921
 
752
922
  </span>
@@ -816,7 +986,12 @@
816
986
  <span class="method-parameter is-pulled-right">
817
987
  <label>类型:</label>
818
988
 
819
- <span class="param-type">Boolean</span>
989
+ <span class="param-type">
990
+
991
+ Boolean
992
+
993
+ </span>
994
+
820
995
 
821
996
 
822
997
  </span>
@@ -850,7 +1025,7 @@
850
1025
 
851
1026
  <dt class="inherited-from">Inherited From:</dt>
852
1027
  <dd class="inherited-from"><ul class="dummy"><li>
853
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1028
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
854
1029
  </li></ul></dd>
855
1030
 
856
1031
 
@@ -891,7 +1066,12 @@
891
1066
  <span class="method-parameter is-pulled-right">
892
1067
  <label>类型:</label>
893
1068
 
894
- <span class="param-type">String</span>
1069
+ <span class="param-type">
1070
+
1071
+ String
1072
+
1073
+ </span>
1074
+
895
1075
 
896
1076
 
897
1077
  </span>
@@ -965,7 +1145,12 @@
965
1145
  <span class="method-parameter is-pulled-right">
966
1146
  <label>类型:</label>
967
1147
 
968
- <span class="param-type">String</span>
1148
+ <span class="param-type">
1149
+
1150
+ String
1151
+
1152
+ </span>
1153
+
969
1154
 
970
1155
 
971
1156
  </span>
@@ -1035,7 +1220,12 @@
1035
1220
  <span class="method-parameter is-pulled-right">
1036
1221
  <label>类型:</label>
1037
1222
 
1038
- <span class="param-type">Boolean</span>
1223
+ <span class="param-type">
1224
+
1225
+ Boolean
1226
+
1227
+ </span>
1228
+
1039
1229
 
1040
1230
 
1041
1231
  </span>
@@ -1069,7 +1259,7 @@
1069
1259
 
1070
1260
  <dt class="inherited-from">Inherited From:</dt>
1071
1261
  <dd class="inherited-from"><ul class="dummy"><li>
1072
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1262
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1073
1263
  </li></ul></dd>
1074
1264
 
1075
1265
 
@@ -1131,7 +1321,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1131
1321
  <span class="method-parameter is-pulled-right">
1132
1322
  <label>类型:</label>
1133
1323
 
1134
- <span class="param-type">String</span>
1324
+ <span class="param-type">
1325
+
1326
+ String
1327
+
1328
+ </span>
1329
+
1135
1330
 
1136
1331
 
1137
1332
  </span>
@@ -1201,7 +1396,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1201
1396
  <span class="method-parameter is-pulled-right">
1202
1397
  <label>类型:</label>
1203
1398
 
1204
- <span class="param-type">String</span>
1399
+ <span class="param-type">
1400
+
1401
+ String
1402
+
1403
+ </span>
1404
+
1205
1405
 
1206
1406
 
1207
1407
  </span>
@@ -1271,7 +1471,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1271
1471
  <span class="method-parameter is-pulled-right">
1272
1472
  <label>类型:</label>
1273
1473
 
1274
- <span class="param-type">Number</span>
1474
+ <span class="param-type">
1475
+
1476
+ Number
1477
+
1478
+ </span>
1479
+
1275
1480
 
1276
1481
 
1277
1482
  </span>
@@ -1345,7 +1550,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1345
1550
  <span class="method-parameter is-pulled-right">
1346
1551
  <label>类型:</label>
1347
1552
 
1348
- <span class="param-type">String</span>
1553
+ <span class="param-type">
1554
+
1555
+ String
1556
+
1557
+ </span>
1558
+
1349
1559
 
1350
1560
 
1351
1561
  </span>
@@ -1419,7 +1629,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1419
1629
  <span class="method-parameter is-pulled-right">
1420
1630
  <label>类型:</label>
1421
1631
 
1422
- <span class="param-type">String</span>
1632
+ <span class="param-type">
1633
+
1634
+ String
1635
+
1636
+ </span>
1637
+
1423
1638
 
1424
1639
 
1425
1640
  </span>
@@ -1453,7 +1668,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1453
1668
 
1454
1669
  <dt class="inherited-from">Inherited From:</dt>
1455
1670
  <dd class="inherited-from"><ul class="dummy"><li>
1456
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1671
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1457
1672
  </li></ul></dd>
1458
1673
 
1459
1674
 
@@ -1516,7 +1731,12 @@ BaseServer.headers.token = '新token';</code></pre>
1516
1731
  <span class="method-parameter is-pulled-right">
1517
1732
  <label>类型:</label>
1518
1733
 
1519
- <span class="param-type">Number</span>
1734
+ <span class="param-type">
1735
+
1736
+ Number
1737
+
1738
+ </span>
1739
+
1520
1740
 
1521
1741
 
1522
1742
  </span>
@@ -1586,7 +1806,12 @@ BaseServer.headers.token = '新token';</code></pre>
1586
1806
  <span class="method-parameter is-pulled-right">
1587
1807
  <label>类型:</label>
1588
1808
 
1589
- <span class="param-type">Number</span>
1809
+ <span class="param-type">
1810
+
1811
+ Number
1812
+
1813
+ </span>
1814
+
1590
1815
 
1591
1816
 
1592
1817
  </span>
@@ -1656,7 +1881,12 @@ BaseServer.headers.token = '新token';</code></pre>
1656
1881
  <span class="method-parameter is-pulled-right">
1657
1882
  <label>类型:</label>
1658
1883
 
1659
- <span class="param-type">Number</span>
1884
+ <span class="param-type">
1885
+
1886
+ Number
1887
+
1888
+ </span>
1889
+
1660
1890
 
1661
1891
 
1662
1892
  </span>
@@ -1726,7 +1956,12 @@ BaseServer.headers.token = '新token';</code></pre>
1726
1956
  <span class="method-parameter is-pulled-right">
1727
1957
  <label>类型:</label>
1728
1958
 
1729
- <span class="param-type">function</span>
1959
+ <span class="param-type">
1960
+
1961
+ function
1962
+
1963
+ </span>
1964
+
1730
1965
 
1731
1966
 
1732
1967
  </span>
@@ -1760,7 +1995,7 @@ BaseServer.headers.token = '新token';</code></pre>
1760
1995
 
1761
1996
  <dt class="inherited-from">Inherited From:</dt>
1762
1997
  <dd class="inherited-from"><ul class="dummy"><li>
1763
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1998
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1764
1999
  </li></ul></dd>
1765
2000
 
1766
2001
 
@@ -1829,7 +2064,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1829
2064
  <span class="method-parameter is-pulled-right">
1830
2065
  <label>类型:</label>
1831
2066
 
1832
- <span class="param-type">String</span>
2067
+ <span class="param-type">
2068
+
2069
+ String
2070
+
2071
+ </span>
2072
+
1833
2073
 
1834
2074
 
1835
2075
  </span>
@@ -1863,7 +2103,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1863
2103
 
1864
2104
  <dt class="inherited-from">Inherited From:</dt>
1865
2105
  <dd class="inherited-from"><ul class="dummy"><li>
1866
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2106
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1867
2107
  </li></ul></dd>
1868
2108
 
1869
2109
 
@@ -1922,7 +2162,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1922
2162
  <span class="method-parameter is-pulled-right">
1923
2163
  <label>类型:</label>
1924
2164
 
1925
- <span class="param-type">function</span>
2165
+ <span class="param-type">
2166
+
2167
+ function
2168
+
2169
+ </span>
2170
+
1926
2171
 
1927
2172
 
1928
2173
  </span>
@@ -1956,7 +2201,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1956
2201
 
1957
2202
  <dt class="inherited-from">Inherited From:</dt>
1958
2203
  <dd class="inherited-from"><ul class="dummy"><li>
1959
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2204
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1960
2205
  </li></ul></dd>
1961
2206
 
1962
2207
 
@@ -2027,7 +2272,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2027
2272
  <span class="method-parameter is-pulled-right">
2028
2273
  <label>类型:</label>
2029
2274
 
2030
- <span class="param-type">String</span>
2275
+ <span class="param-type">
2276
+
2277
+ String
2278
+
2279
+ </span>
2280
+
2031
2281
 
2032
2282
 
2033
2283
  </span>
@@ -2097,7 +2347,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2097
2347
  <span class="method-parameter is-pulled-right">
2098
2348
  <label>类型:</label>
2099
2349
 
2100
- <span class="param-type">String</span>
2350
+ <span class="param-type">
2351
+
2352
+ String
2353
+
2354
+ </span>
2355
+
2101
2356
 
2102
2357
 
2103
2358
  </span>
@@ -2167,7 +2422,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2167
2422
  <span class="method-parameter is-pulled-right">
2168
2423
  <label>类型:</label>
2169
2424
 
2170
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2425
+ <span class="param-type">
2426
+
2427
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2428
+
2429
+ </span>
2430
+
2171
2431
 
2172
2432
 
2173
2433
  </span>
@@ -2201,7 +2461,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2201
2461
 
2202
2462
  <dt class="inherited-from">Inherited From:</dt>
2203
2463
  <dd class="inherited-from"><ul class="dummy"><li>
2204
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2464
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2205
2465
  </li></ul></dd>
2206
2466
 
2207
2467
 
@@ -2264,7 +2524,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2264
2524
  <span class="method-parameter is-pulled-right">
2265
2525
  <label>类型:</label>
2266
2526
 
2267
- <span class="param-type">String</span>
2527
+ <span class="param-type">
2528
+
2529
+ String
2530
+
2531
+ </span>
2532
+
2268
2533
 
2269
2534
 
2270
2535
  </span>
@@ -2298,7 +2563,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2298
2563
 
2299
2564
  <dt class="inherited-from">Inherited From:</dt>
2300
2565
  <dd class="inherited-from"><ul class="dummy"><li>
2301
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2566
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2302
2567
  </li></ul></dd>
2303
2568
 
2304
2569
 
@@ -2356,7 +2621,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2356
2621
  <span class="method-parameter is-pulled-right">
2357
2622
  <label>类型:</label>
2358
2623
 
2359
- <span class="param-type">String</span>
2624
+ <span class="param-type">
2625
+
2626
+ String
2627
+
2628
+ </span>
2629
+
2360
2630
 
2361
2631
 
2362
2632
  </span>
@@ -2390,7 +2660,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2390
2660
 
2391
2661
  <dt class="inherited-from">Inherited From:</dt>
2392
2662
  <dd class="inherited-from"><ul class="dummy"><li>
2393
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2663
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2394
2664
  </li></ul></dd>
2395
2665
 
2396
2666
 
@@ -2448,7 +2718,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2448
2718
  <span class="method-parameter is-pulled-right">
2449
2719
  <label>类型:</label>
2450
2720
 
2451
- <span class="param-type">String</span>
2721
+ <span class="param-type">
2722
+
2723
+ String
2724
+
2725
+ </span>
2726
+
2452
2727
 
2453
2728
 
2454
2729
  </span>
@@ -2539,12 +2814,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2539
2814
  <tbody>
2540
2815
 
2541
2816
  <tr class="deep-level-0">
2542
- <td class="name"><code><a href="WorkFlowServer600309.html#execute">execute</a></code></td>
2817
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2543
2818
  <td class="name">
2544
2819
  <code>
2545
2820
 
2546
2821
 
2547
- <span class="param-type">Promise.&lt;Object></span>
2822
+ <span class="param-type">
2823
+
2824
+ Promise.&lt;Object>
2825
+
2826
+ </span>
2827
+
2548
2828
 
2549
2829
 
2550
2830
 
@@ -2554,7 +2834,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2554
2834
  </tr>
2555
2835
 
2556
2836
  <tr class="deep-level-0">
2557
- <td class="name"><code><a href="WorkFlowServer600309.html#queryServerInfo">queryServerInfo</a></code></td>
2837
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2558
2838
  <td class="name">
2559
2839
  <code>
2560
2840
 
@@ -2564,12 +2844,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2564
2844
  </tr>
2565
2845
 
2566
2846
  <tr class="deep-level-0">
2567
- <td class="name"><code><a href="WorkFlowServer600309.html#queryTaskResult">queryTaskResult</a></code></td>
2847
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2568
2848
  <td class="name">
2569
2849
  <code>
2570
2850
 
2571
2851
 
2572
- <span class="param-type">Promise.&lt;String></span>
2852
+ <span class="param-type">
2853
+
2854
+ Promise.&lt;String>
2855
+
2856
+ </span>
2857
+
2573
2858
 
2574
2859
 
2575
2860
 
@@ -2579,12 +2864,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2579
2864
  </tr>
2580
2865
 
2581
2866
  <tr class="deep-level-0">
2582
- <td class="name"><code><a href="WorkFlowServer600309.html#queryTaskStatus">queryTaskStatus</a></code></td>
2867
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2583
2868
  <td class="name">
2584
2869
  <code>
2585
2870
 
2586
2871
 
2587
- <span class="param-type">Promise.&lt;String></span>
2872
+ <span class="param-type">
2873
+
2874
+ Promise.&lt;String>
2875
+
2876
+ </span>
2877
+
2588
2878
 
2589
2879
 
2590
2880
 
@@ -2594,12 +2884,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2594
2884
  </tr>
2595
2885
 
2596
2886
  <tr class="deep-level-0">
2597
- <td class="name"><code><a href="WorkFlowServer600309.html#submit">submit</a></code></td>
2887
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2598
2888
  <td class="name">
2599
2889
  <code>
2600
2890
 
2601
2891
 
2602
- <span class="param-type">Promise.&lt;String></span>
2892
+ <span class="param-type">
2893
+
2894
+ Promise.&lt;String>
2895
+
2896
+ </span>
2897
+
2603
2898
 
2604
2899
 
2605
2900
 
@@ -2668,13 +2963,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2668
2963
 
2669
2964
  <tr class="deep-level-0">
2670
2965
 
2671
- <td class="name" id="options"><code>options</code></td>
2966
+ <td class="name"><code>options</code></td>
2672
2967
 
2673
2968
 
2674
2969
  <td class="type">
2675
2970
 
2676
2971
 
2677
- <span class="param-type">Object</span>
2972
+ <span class="param-type">
2973
+
2974
+ Object
2975
+
2976
+ </span>
2977
+
2678
2978
 
2679
2979
 
2680
2980
 
@@ -2694,13 +2994,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2694
2994
 
2695
2995
  <tr class="deep-level-1">
2696
2996
 
2697
- <td class="name" id="headers"><code>headers</code></td>
2997
+ <td class="name"><code>headers</code></td>
2698
2998
 
2699
2999
 
2700
3000
  <td class="type">
2701
3001
 
2702
3002
 
2703
- <span class="param-type">String</span>
3003
+ <span class="param-type">
3004
+
3005
+ String
3006
+
3007
+ </span>
3008
+
2704
3009
 
2705
3010
 
2706
3011
 
@@ -2720,13 +3025,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2720
3025
 
2721
3026
  <tr class="deep-level-1">
2722
3027
 
2723
- <td class="name" id="method"><code>method</code></td>
3028
+ <td class="name"><code>method</code></td>
2724
3029
 
2725
3030
 
2726
3031
  <td class="type">
2727
3032
 
2728
3033
 
2729
- <span class="param-type">String</span>
3034
+ <span class="param-type">
3035
+
3036
+ String
3037
+
3038
+ </span>
3039
+
2730
3040
 
2731
3041
 
2732
3042
 
@@ -2748,13 +3058,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2748
3058
 
2749
3059
  <tr class="deep-level-1">
2750
3060
 
2751
- <td class="name" id="success"><code>success</code></td>
3061
+ <td class="name"><code>success</code></td>
2752
3062
 
2753
3063
 
2754
3064
  <td class="type">
2755
3065
 
2756
3066
 
2757
- <span class="param-type">function</span>
3067
+ <span class="param-type">
3068
+
3069
+ function
3070
+
3071
+ </span>
3072
+
2758
3073
 
2759
3074
 
2760
3075
 
@@ -2774,13 +3089,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2774
3089
 
2775
3090
  <tr class="deep-level-1">
2776
3091
 
2777
- <td class="name" id="failure"><code>failure</code></td>
3092
+ <td class="name"><code>failure</code></td>
2778
3093
 
2779
3094
 
2780
3095
  <td class="type">
2781
3096
 
2782
3097
 
2783
- <span class="param-type">function</span>
3098
+ <span class="param-type">
3099
+
3100
+ function
3101
+
3102
+ </span>
3103
+
2784
3104
 
2785
3105
 
2786
3106
 
@@ -2819,7 +3139,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2819
3139
 
2820
3140
  <dt class="inherited-from">Inherited From:</dt>
2821
3141
  <dd class="inherited-from"><ul class="dummy"><li>
2822
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3142
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2823
3143
  </li></ul></dd>
2824
3144
 
2825
3145
 
@@ -2878,7 +3198,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2878
3198
  <div class='column is-5 has-text-left'>
2879
3199
  <label>类型: </label>
2880
3200
 
2881
- <span class="param-type">Promise.&lt;Object></span>
3201
+ <span class="param-type">
3202
+
3203
+ Promise.&lt;Object>
3204
+
3205
+ </span>
3206
+
2882
3207
 
2883
3208
 
2884
3209
  </div>
@@ -2963,7 +3288,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2963
3288
 
2964
3289
  <tr class="deep-level-0">
2965
3290
 
2966
- <td class="name" id="options"><code>options</code></td>
3291
+ <td class="name"><code>options</code></td>
2967
3292
 
2968
3293
 
2969
3294
  <td class="type">
@@ -2984,13 +3309,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2984
3309
 
2985
3310
  <tr class="deep-level-1">
2986
3311
 
2987
- <td class="name" id="success"><code>success</code></td>
3312
+ <td class="name"><code>success</code></td>
2988
3313
 
2989
3314
 
2990
3315
  <td class="type">
2991
3316
 
2992
3317
 
2993
- <span class="param-type">function</span>
3318
+ <span class="param-type">
3319
+
3320
+ function
3321
+
3322
+ </span>
3323
+
2994
3324
 
2995
3325
 
2996
3326
 
@@ -3012,13 +3342,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3012
3342
 
3013
3343
  <tr class="deep-level-1">
3014
3344
 
3015
- <td class="name" id="failure"><code>failure</code></td>
3345
+ <td class="name"><code>failure</code></td>
3016
3346
 
3017
3347
 
3018
3348
  <td class="type">
3019
3349
 
3020
3350
 
3021
- <span class="param-type">function</span>
3351
+ <span class="param-type">
3352
+
3353
+ function
3354
+
3355
+ </span>
3356
+
3022
3357
 
3023
3358
 
3024
3359
 
@@ -3059,7 +3394,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3059
3394
 
3060
3395
  <dt class="inherited-from">Inherited From:</dt>
3061
3396
  <dd class="inherited-from"><ul class="dummy"><li>
3062
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3397
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3063
3398
  </li></ul></dd>
3064
3399
 
3065
3400
 
@@ -3196,13 +3531,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3196
3531
 
3197
3532
  <tr class="deep-level-0">
3198
3533
 
3199
- <td class="name" id="options"><code>options</code></td>
3534
+ <td class="name"><code>options</code></td>
3200
3535
 
3201
3536
 
3202
3537
  <td class="type">
3203
3538
 
3204
3539
 
3205
- <span class="param-type">Object</span>
3540
+ <span class="param-type">
3541
+
3542
+ Object
3543
+
3544
+ </span>
3545
+
3206
3546
 
3207
3547
 
3208
3548
 
@@ -3222,13 +3562,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3222
3562
 
3223
3563
  <tr class="deep-level-1">
3224
3564
 
3225
- <td class="name" id="taskId"><code>taskId</code></td>
3565
+ <td class="name"><code>taskId</code></td>
3226
3566
 
3227
3567
 
3228
3568
  <td class="type">
3229
3569
 
3230
3570
 
3231
- <span class="param-type">String</span>
3571
+ <span class="param-type">
3572
+
3573
+ String
3574
+
3575
+ </span>
3576
+
3232
3577
 
3233
3578
 
3234
3579
 
@@ -3248,13 +3593,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3248
3593
 
3249
3594
  <tr class="deep-level-1">
3250
3595
 
3251
- <td class="name" id="headers"><code>headers</code></td>
3596
+ <td class="name"><code>headers</code></td>
3252
3597
 
3253
3598
 
3254
3599
  <td class="type">
3255
3600
 
3256
3601
 
3257
- <span class="param-type">String</span>
3602
+ <span class="param-type">
3603
+
3604
+ String
3605
+
3606
+ </span>
3607
+
3258
3608
 
3259
3609
 
3260
3610
 
@@ -3274,13 +3624,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3274
3624
 
3275
3625
  <tr class="deep-level-1">
3276
3626
 
3277
- <td class="name" id="method"><code>method</code></td>
3627
+ <td class="name"><code>method</code></td>
3278
3628
 
3279
3629
 
3280
3630
  <td class="type">
3281
3631
 
3282
3632
 
3283
- <span class="param-type">String</span>
3633
+ <span class="param-type">
3634
+
3635
+ String
3636
+
3637
+ </span>
3638
+
3284
3639
 
3285
3640
 
3286
3641
 
@@ -3302,13 +3657,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3302
3657
 
3303
3658
  <tr class="deep-level-1">
3304
3659
 
3305
- <td class="name" id="success"><code>success</code></td>
3660
+ <td class="name"><code>success</code></td>
3306
3661
 
3307
3662
 
3308
3663
  <td class="type">
3309
3664
 
3310
3665
 
3311
- <span class="param-type">function</span>
3666
+ <span class="param-type">
3667
+
3668
+ function
3669
+
3670
+ </span>
3671
+
3312
3672
 
3313
3673
 
3314
3674
 
@@ -3328,13 +3688,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3328
3688
 
3329
3689
  <tr class="deep-level-1">
3330
3690
 
3331
- <td class="name" id="failure"><code>failure</code></td>
3691
+ <td class="name"><code>failure</code></td>
3332
3692
 
3333
3693
 
3334
3694
  <td class="type">
3335
3695
 
3336
3696
 
3337
- <span class="param-type">function</span>
3697
+ <span class="param-type">
3698
+
3699
+ function
3700
+
3701
+ </span>
3702
+
3338
3703
 
3339
3704
 
3340
3705
 
@@ -3373,7 +3738,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3373
3738
 
3374
3739
  <dt class="inherited-from">Inherited From:</dt>
3375
3740
  <dd class="inherited-from"><ul class="dummy"><li>
3376
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3741
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3377
3742
  </li></ul></dd>
3378
3743
 
3379
3744
 
@@ -3432,7 +3797,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3432
3797
  <div class='column is-5 has-text-left'>
3433
3798
  <label>类型: </label>
3434
3799
 
3435
- <span class="param-type">Promise.&lt;String></span>
3800
+ <span class="param-type">
3801
+
3802
+ Promise.&lt;String>
3803
+
3804
+ </span>
3805
+
3436
3806
 
3437
3807
 
3438
3808
  </div>
@@ -3517,13 +3887,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3517
3887
 
3518
3888
  <tr class="deep-level-0">
3519
3889
 
3520
- <td class="name" id="options"><code>options</code></td>
3890
+ <td class="name"><code>options</code></td>
3521
3891
 
3522
3892
 
3523
3893
  <td class="type">
3524
3894
 
3525
3895
 
3526
- <span class="param-type">Object</span>
3896
+ <span class="param-type">
3897
+
3898
+ Object
3899
+
3900
+ </span>
3901
+
3527
3902
 
3528
3903
 
3529
3904
 
@@ -3543,13 +3918,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3543
3918
 
3544
3919
  <tr class="deep-level-1">
3545
3920
 
3546
- <td class="name" id="taskId"><code>taskId</code></td>
3921
+ <td class="name"><code>taskId</code></td>
3547
3922
 
3548
3923
 
3549
3924
  <td class="type">
3550
3925
 
3551
3926
 
3552
- <span class="param-type">String</span>
3927
+ <span class="param-type">
3928
+
3929
+ String
3930
+
3931
+ </span>
3932
+
3553
3933
 
3554
3934
 
3555
3935
 
@@ -3569,13 +3949,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3569
3949
 
3570
3950
  <tr class="deep-level-1">
3571
3951
 
3572
- <td class="name" id="headers"><code>headers</code></td>
3952
+ <td class="name"><code>headers</code></td>
3573
3953
 
3574
3954
 
3575
3955
  <td class="type">
3576
3956
 
3577
3957
 
3578
- <span class="param-type">String</span>
3958
+ <span class="param-type">
3959
+
3960
+ String
3961
+
3962
+ </span>
3963
+
3579
3964
 
3580
3965
 
3581
3966
 
@@ -3595,13 +3980,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3595
3980
 
3596
3981
  <tr class="deep-level-1">
3597
3982
 
3598
- <td class="name" id="method"><code>method</code></td>
3983
+ <td class="name"><code>method</code></td>
3599
3984
 
3600
3985
 
3601
3986
  <td class="type">
3602
3987
 
3603
3988
 
3604
- <span class="param-type">String</span>
3989
+ <span class="param-type">
3990
+
3991
+ String
3992
+
3993
+ </span>
3994
+
3605
3995
 
3606
3996
 
3607
3997
 
@@ -3623,13 +4013,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3623
4013
 
3624
4014
  <tr class="deep-level-1">
3625
4015
 
3626
- <td class="name" id="success"><code>success</code></td>
4016
+ <td class="name"><code>success</code></td>
3627
4017
 
3628
4018
 
3629
4019
  <td class="type">
3630
4020
 
3631
4021
 
3632
- <span class="param-type">function</span>
4022
+ <span class="param-type">
4023
+
4024
+ function
4025
+
4026
+ </span>
4027
+
3633
4028
 
3634
4029
 
3635
4030
 
@@ -3649,13 +4044,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3649
4044
 
3650
4045
  <tr class="deep-level-1">
3651
4046
 
3652
- <td class="name" id="failure"><code>failure</code></td>
4047
+ <td class="name"><code>failure</code></td>
3653
4048
 
3654
4049
 
3655
4050
  <td class="type">
3656
4051
 
3657
4052
 
3658
- <span class="param-type">function</span>
4053
+ <span class="param-type">
4054
+
4055
+ function
4056
+
4057
+ </span>
4058
+
3659
4059
 
3660
4060
 
3661
4061
 
@@ -3694,7 +4094,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3694
4094
 
3695
4095
  <dt class="inherited-from">Inherited From:</dt>
3696
4096
  <dd class="inherited-from"><ul class="dummy"><li>
3697
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4097
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3698
4098
  </li></ul></dd>
3699
4099
 
3700
4100
 
@@ -3753,7 +4153,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3753
4153
  <div class='column is-5 has-text-left'>
3754
4154
  <label>类型: </label>
3755
4155
 
3756
- <span class="param-type">Promise.&lt;String></span>
4156
+ <span class="param-type">
4157
+
4158
+ Promise.&lt;String>
4159
+
4160
+ </span>
4161
+
3757
4162
 
3758
4163
 
3759
4164
  </div>
@@ -3838,13 +4243,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3838
4243
 
3839
4244
  <tr class="deep-level-0">
3840
4245
 
3841
- <td class="name" id="options"><code>options</code></td>
4246
+ <td class="name"><code>options</code></td>
3842
4247
 
3843
4248
 
3844
4249
  <td class="type">
3845
4250
 
3846
4251
 
3847
- <span class="param-type">Object</span>
4252
+ <span class="param-type">
4253
+
4254
+ Object
4255
+
4256
+ </span>
4257
+
3848
4258
 
3849
4259
 
3850
4260
 
@@ -3864,13 +4274,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3864
4274
 
3865
4275
  <tr class="deep-level-1">
3866
4276
 
3867
- <td class="name" id="headers"><code>headers</code></td>
4277
+ <td class="name"><code>headers</code></td>
3868
4278
 
3869
4279
 
3870
4280
  <td class="type">
3871
4281
 
3872
4282
 
3873
- <span class="param-type">String</span>
4283
+ <span class="param-type">
4284
+
4285
+ String
4286
+
4287
+ </span>
4288
+
3874
4289
 
3875
4290
 
3876
4291
 
@@ -3890,13 +4305,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3890
4305
 
3891
4306
  <tr class="deep-level-1">
3892
4307
 
3893
- <td class="name" id="method"><code>method</code></td>
4308
+ <td class="name"><code>method</code></td>
3894
4309
 
3895
4310
 
3896
4311
  <td class="type">
3897
4312
 
3898
4313
 
3899
- <span class="param-type">String</span>
4314
+ <span class="param-type">
4315
+
4316
+ String
4317
+
4318
+ </span>
4319
+
3900
4320
 
3901
4321
 
3902
4322
 
@@ -3918,13 +4338,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3918
4338
 
3919
4339
  <tr class="deep-level-1">
3920
4340
 
3921
- <td class="name" id="success"><code>success</code></td>
4341
+ <td class="name"><code>success</code></td>
3922
4342
 
3923
4343
 
3924
4344
  <td class="type">
3925
4345
 
3926
4346
 
3927
- <span class="param-type">function</span>
4347
+ <span class="param-type">
4348
+
4349
+ function
4350
+
4351
+ </span>
4352
+
3928
4353
 
3929
4354
 
3930
4355
 
@@ -3944,13 +4369,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3944
4369
 
3945
4370
  <tr class="deep-level-1">
3946
4371
 
3947
- <td class="name" id="failure"><code>failure</code></td>
4372
+ <td class="name"><code>failure</code></td>
3948
4373
 
3949
4374
 
3950
4375
  <td class="type">
3951
4376
 
3952
4377
 
3953
- <span class="param-type">function</span>
4378
+ <span class="param-type">
4379
+
4380
+ function
4381
+
4382
+ </span>
4383
+
3954
4384
 
3955
4385
 
3956
4386
 
@@ -3989,7 +4419,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3989
4419
 
3990
4420
  <dt class="inherited-from">Inherited From:</dt>
3991
4421
  <dd class="inherited-from"><ul class="dummy"><li>
3992
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4422
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3993
4423
  </li></ul></dd>
3994
4424
 
3995
4425
 
@@ -4055,7 +4485,12 @@ console.log(&quot;submit: &quot;, res);
4055
4485
  <div class='column is-5 has-text-left'>
4056
4486
  <label>类型: </label>
4057
4487
 
4058
- <span class="param-type">Promise.&lt;String></span>
4488
+ <span class="param-type">
4489
+
4490
+ Promise.&lt;String>
4491
+
4492
+ </span>
4493
+
4059
4494
 
4060
4495
 
4061
4496
  </div>