@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="desInfo"><code>desInfo</code></td>
182
+ <td class="name"><code>desInfo</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="attOptType"><code>attOptType</code></td>
209
+ <td class="name"><code>attOptType</code></td>
185
210
 
186
211
 
187
212
  <td class="type">
188
213
 
189
214
 
190
- <span class="param-type">Number</span>
215
+ <span class="param-type">
216
+
217
+ Number
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="infoOptType"><code>infoOptType</code></td>
236
+ <td class="name"><code>infoOptType</code></td>
207
237
 
208
238
 
209
239
  <td class="type">
210
240
 
211
241
 
212
- <span class="param-type">Number</span>
242
+ <span class="param-type">
243
+
244
+ Number
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="overType"><code>overType</code></td>
263
+ <td class="name"><code>overType</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="radius"><code>radius</code></td>
290
+ <td class="name"><code>radius</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="src1AttFilter"><code>src1AttFilter</code></td>
317
+ <td class="name"><code>src1AttFilter</code></td>
273
318
 
274
319
 
275
320
  <td class="type">
276
321
 
277
322
 
278
- <span class="param-type">Boolean</span>
323
+ <span class="param-type">
324
+
325
+ Boolean
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="isCreateDesCls"><code>isCreateDesCls</code></td>
344
+ <td class="name"><code>isCreateDesCls</code></td>
295
345
 
296
346
 
297
347
  <td class="type">
298
348
 
299
349
 
300
- <span class="param-type">Boolean</span>
350
+ <span class="param-type">
351
+
352
+ Boolean
353
+
354
+ </span>
355
+
301
356
 
302
357
 
303
358
 
@@ -417,7 +472,7 @@
417
472
 
418
473
 
419
474
  <ul>
420
- <li><a class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
475
+ <li><a link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer" WorkFlowServer.html>WorkFlowServer</a></li>
421
476
  </ul>
422
477
 
423
478
 
@@ -449,11 +504,16 @@
449
504
  <tbody>
450
505
 
451
506
  <tr class="deep-level-0">
452
- <td class="name"><code><a href="WorkFlowServer600334.html#attOptType">attOptType</a></code></td>
507
+ <td class="name"><code><a href="#attOptType">attOptType</a></code></td>
453
508
  <td class="name">
454
509
  <code>
455
510
 
456
- <span class="param-type">Number</span>
511
+ <span class="param-type">
512
+
513
+ Number
514
+
515
+ </span>
516
+
457
517
 
458
518
 
459
519
  </code>
@@ -462,11 +522,16 @@
462
522
  </tr>
463
523
 
464
524
  <tr class="deep-level-0">
465
- <td class="name"><code><a href="WorkFlowServer600334.html#clientId">clientId</a></code></td>
525
+ <td class="name"><code><a href="#clientId">clientId</a></code></td>
466
526
  <td class="name">
467
527
  <code>
468
528
 
469
- <span class="param-type">Boolean</span>
529
+ <span class="param-type">
530
+
531
+ Boolean
532
+
533
+ </span>
534
+
470
535
 
471
536
 
472
537
  </code>
@@ -475,11 +540,16 @@
475
540
  </tr>
476
541
 
477
542
  <tr class="deep-level-0">
478
- <td class="name"><code><a href="WorkFlowServer600334.html#description">description</a></code></td>
543
+ <td class="name"><code><a href="#description">description</a></code></td>
479
544
  <td class="name">
480
545
  <code>
481
546
 
482
- <span class="param-type">String</span>
547
+ <span class="param-type">
548
+
549
+ String
550
+
551
+ </span>
552
+
483
553
 
484
554
 
485
555
  </code>
@@ -488,11 +558,16 @@
488
558
  </tr>
489
559
 
490
560
  <tr class="deep-level-0">
491
- <td class="name"><code><a href="WorkFlowServer600334.html#desInfo">desInfo</a></code></td>
561
+ <td class="name"><code><a href="#desInfo">desInfo</a></code></td>
492
562
  <td class="name">
493
563
  <code>
494
564
 
495
- <span class="param-type">String</span>
565
+ <span class="param-type">
566
+
567
+ String
568
+
569
+ </span>
570
+
496
571
 
497
572
 
498
573
  </code>
@@ -501,11 +576,16 @@
501
576
  </tr>
502
577
 
503
578
  <tr class="deep-level-0">
504
- <td class="name"><code><a href="WorkFlowServer600334.html#enableGlobeFetch">enableGlobeFetch</a></code></td>
579
+ <td class="name"><code><a href="#enableGlobeFetch">enableGlobeFetch</a></code></td>
505
580
  <td class="name">
506
581
  <code>
507
582
 
508
- <span class="param-type">Boolean</span>
583
+ <span class="param-type">
584
+
585
+ Boolean
586
+
587
+ </span>
588
+
509
589
 
510
590
 
511
591
  </code>
@@ -514,11 +594,16 @@
514
594
  </tr>
515
595
 
516
596
  <tr class="deep-level-0">
517
- <td class="name"><code><a href="WorkFlowServer600334.html#flowId">flowId</a></code></td>
597
+ <td class="name"><code><a href="#flowId">flowId</a></code></td>
518
598
  <td class="name">
519
599
  <code>
520
600
 
521
- <span class="param-type">Number</span>
601
+ <span class="param-type">
602
+
603
+ Number
604
+
605
+ </span>
606
+
522
607
 
523
608
 
524
609
  </code>
@@ -527,11 +612,16 @@
527
612
  </tr>
528
613
 
529
614
  <tr class="deep-level-0">
530
- <td class="name"><code><a href="WorkFlowServer600334.html#groupName">groupName</a></code></td>
615
+ <td class="name"><code><a href="#groupName">groupName</a></code></td>
531
616
  <td class="name">
532
617
  <code>
533
618
 
534
- <span class="param-type">String</span>
619
+ <span class="param-type">
620
+
621
+ String
622
+
623
+ </span>
624
+
535
625
 
536
626
 
537
627
  </code>
@@ -540,11 +630,16 @@
540
630
  </tr>
541
631
 
542
632
  <tr class="deep-level-0">
543
- <td class="name"><code><a href="WorkFlowServer600334.html#headers">headers</a></code></td>
633
+ <td class="name"><code><a href="#headers">headers</a></code></td>
544
634
  <td class="name">
545
635
  <code>
546
636
 
547
- <span class="param-type">String</span>
637
+ <span class="param-type">
638
+
639
+ String
640
+
641
+ </span>
642
+
548
643
 
549
644
 
550
645
  </code>
@@ -553,11 +648,16 @@
553
648
  </tr>
554
649
 
555
650
  <tr class="deep-level-0">
556
- <td class="name"><code><a href="WorkFlowServer600334.html#infoOptType">infoOptType</a></code></td>
651
+ <td class="name"><code><a href="#infoOptType">infoOptType</a></code></td>
557
652
  <td class="name">
558
653
  <code>
559
654
 
560
- <span class="param-type">Number</span>
655
+ <span class="param-type">
656
+
657
+ Number
658
+
659
+ </span>
660
+
561
661
 
562
662
 
563
663
  </code>
@@ -566,11 +666,16 @@
566
666
  </tr>
567
667
 
568
668
  <tr class="deep-level-0">
569
- <td class="name"><code><a href="WorkFlowServer600334.html#isCreateDesCls">isCreateDesCls</a></code></td>
669
+ <td class="name"><code><a href="#isCreateDesCls">isCreateDesCls</a></code></td>
570
670
  <td class="name">
571
671
  <code>
572
672
 
573
- <span class="param-type">Boolean</span>
673
+ <span class="param-type">
674
+
675
+ Boolean
676
+
677
+ </span>
678
+
574
679
 
575
680
 
576
681
  </code>
@@ -579,11 +684,16 @@
579
684
  </tr>
580
685
 
581
686
  <tr class="deep-level-0">
582
- <td class="name"><code><a href="WorkFlowServer600334.html#overType">overType</a></code></td>
687
+ <td class="name"><code><a href="#overType">overType</a></code></td>
583
688
  <td class="name">
584
689
  <code>
585
690
 
586
- <span class="param-type">Number</span>
691
+ <span class="param-type">
692
+
693
+ Number
694
+
695
+ </span>
696
+
587
697
 
588
698
 
589
699
  </code>
@@ -592,11 +702,16 @@
592
702
  </tr>
593
703
 
594
704
  <tr class="deep-level-0">
595
- <td class="name"><code><a href="WorkFlowServer600334.html#radius">radius</a></code></td>
705
+ <td class="name"><code><a href="#radius">radius</a></code></td>
596
706
  <td class="name">
597
707
  <code>
598
708
 
599
- <span class="param-type">Number</span>
709
+ <span class="param-type">
710
+
711
+ Number
712
+
713
+ </span>
714
+
600
715
 
601
716
 
602
717
  </code>
@@ -605,11 +720,16 @@
605
720
  </tr>
606
721
 
607
722
  <tr class="deep-level-0">
608
- <td class="name"><code><a href="WorkFlowServer600334.html#requestInterceptor">requestInterceptor</a></code></td>
723
+ <td class="name"><code><a href="#requestInterceptor">requestInterceptor</a></code></td>
609
724
  <td class="name">
610
725
  <code>
611
726
 
612
- <span class="param-type">function</span>
727
+ <span class="param-type">
728
+
729
+ function
730
+
731
+ </span>
732
+
613
733
 
614
734
 
615
735
  </code>
@@ -618,11 +738,16 @@
618
738
  </tr>
619
739
 
620
740
  <tr class="deep-level-0">
621
- <td class="name"><code><a href="WorkFlowServer600334.html#requestTimeout">requestTimeout</a></code></td>
741
+ <td class="name"><code><a href="#requestTimeout">requestTimeout</a></code></td>
622
742
  <td class="name">
623
743
  <code>
624
744
 
625
- <span class="param-type">String</span>
745
+ <span class="param-type">
746
+
747
+ String
748
+
749
+ </span>
750
+
626
751
 
627
752
 
628
753
  </code>
@@ -631,11 +756,16 @@
631
756
  </tr>
632
757
 
633
758
  <tr class="deep-level-0">
634
- <td class="name"><code><a href="WorkFlowServer600334.html#responseInterceptor">responseInterceptor</a></code></td>
759
+ <td class="name"><code><a href="#responseInterceptor">responseInterceptor</a></code></td>
635
760
  <td class="name">
636
761
  <code>
637
762
 
638
- <span class="param-type">function</span>
763
+ <span class="param-type">
764
+
765
+ function
766
+
767
+ </span>
768
+
639
769
 
640
770
 
641
771
  </code>
@@ -644,11 +774,16 @@
644
774
  </tr>
645
775
 
646
776
  <tr class="deep-level-0">
647
- <td class="name"><code><a href="WorkFlowServer600334.html#src1AttFilter">src1AttFilter</a></code></td>
777
+ <td class="name"><code><a href="#src1AttFilter">src1AttFilter</a></code></td>
648
778
  <td class="name">
649
779
  <code>
650
780
 
651
- <span class="param-type">Boolean</span>
781
+ <span class="param-type">
782
+
783
+ Boolean
784
+
785
+ </span>
786
+
652
787
 
653
788
 
654
789
  </code>
@@ -657,11 +792,16 @@
657
792
  </tr>
658
793
 
659
794
  <tr class="deep-level-0">
660
- <td class="name"><code><a href="WorkFlowServer600334.html#srcInfo1">srcInfo1</a></code></td>
795
+ <td class="name"><code><a href="#srcInfo1">srcInfo1</a></code></td>
661
796
  <td class="name">
662
797
  <code>
663
798
 
664
- <span class="param-type">String</span>
799
+ <span class="param-type">
800
+
801
+ String
802
+
803
+ </span>
804
+
665
805
 
666
806
 
667
807
  </code>
@@ -670,11 +810,16 @@
670
810
  </tr>
671
811
 
672
812
  <tr class="deep-level-0">
673
- <td class="name"><code><a href="WorkFlowServer600334.html#srcInfo2">srcInfo2</a></code></td>
813
+ <td class="name"><code><a href="#srcInfo2">srcInfo2</a></code></td>
674
814
  <td class="name">
675
815
  <code>
676
816
 
677
- <span class="param-type">String</span>
817
+ <span class="param-type">
818
+
819
+ String
820
+
821
+ </span>
822
+
678
823
 
679
824
 
680
825
  </code>
@@ -683,11 +828,16 @@
683
828
  </tr>
684
829
 
685
830
  <tr class="deep-level-0">
686
- <td class="name"><code><a href="WorkFlowServer600334.html#tokenAttachType">tokenAttachType</a></code></td>
831
+ <td class="name"><code><a href="#tokenAttachType">tokenAttachType</a></code></td>
687
832
  <td class="name">
688
833
  <code>
689
834
 
690
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
835
+ <span class="param-type">
836
+
837
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
838
+
839
+ </span>
840
+
691
841
 
692
842
 
693
843
  </code>
@@ -696,11 +846,16 @@
696
846
  </tr>
697
847
 
698
848
  <tr class="deep-level-0">
699
- <td class="name"><code><a href="WorkFlowServer600334.html#tokenKey">tokenKey</a></code></td>
849
+ <td class="name"><code><a href="#tokenKey">tokenKey</a></code></td>
700
850
  <td class="name">
701
851
  <code>
702
852
 
703
- <span class="param-type">String</span>
853
+ <span class="param-type">
854
+
855
+ String
856
+
857
+ </span>
858
+
704
859
 
705
860
 
706
861
  </code>
@@ -709,11 +864,16 @@
709
864
  </tr>
710
865
 
711
866
  <tr class="deep-level-0">
712
- <td class="name"><code><a href="WorkFlowServer600334.html#tokenValue">tokenValue</a></code></td>
867
+ <td class="name"><code><a href="#tokenValue">tokenValue</a></code></td>
713
868
  <td class="name">
714
869
  <code>
715
870
 
716
- <span class="param-type">String</span>
871
+ <span class="param-type">
872
+
873
+ String
874
+
875
+ </span>
876
+
717
877
 
718
878
 
719
879
  </code>
@@ -722,11 +882,16 @@
722
882
  </tr>
723
883
 
724
884
  <tr class="deep-level-0">
725
- <td class="name"><code><a href="WorkFlowServer600334.html#url">url</a></code></td>
885
+ <td class="name"><code><a href="#url">url</a></code></td>
726
886
  <td class="name">
727
887
  <code>
728
888
 
729
- <span class="param-type">String</span>
889
+ <span class="param-type">
890
+
891
+ String
892
+
893
+ </span>
894
+
730
895
 
731
896
 
732
897
  </code>
@@ -745,7 +910,12 @@
745
910
  <span class="method-parameter is-pulled-right">
746
911
  <label>类型:</label>
747
912
 
748
- <span class="param-type">Number</span>
913
+ <span class="param-type">
914
+
915
+ Number
916
+
917
+ </span>
918
+
749
919
 
750
920
 
751
921
  </span>
@@ -815,7 +985,12 @@
815
985
  <span class="method-parameter is-pulled-right">
816
986
  <label>类型:</label>
817
987
 
818
- <span class="param-type">Boolean</span>
988
+ <span class="param-type">
989
+
990
+ Boolean
991
+
992
+ </span>
993
+
819
994
 
820
995
 
821
996
  </span>
@@ -849,7 +1024,7 @@
849
1024
 
850
1025
  <dt class="inherited-from">Inherited From:</dt>
851
1026
  <dd class="inherited-from"><ul class="dummy"><li>
852
- <a class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
1027
+ <a goto="clientId" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#clientId" BaseServer.html#clientId>BaseServer#clientId</a>
853
1028
  </li></ul></dd>
854
1029
 
855
1030
 
@@ -890,7 +1065,12 @@
890
1065
  <span class="method-parameter is-pulled-right">
891
1066
  <label>类型:</label>
892
1067
 
893
- <span class="param-type">String</span>
1068
+ <span class="param-type">
1069
+
1070
+ String
1071
+
1072
+ </span>
1073
+
894
1074
 
895
1075
 
896
1076
  </span>
@@ -964,7 +1144,12 @@
964
1144
  <span class="method-parameter is-pulled-right">
965
1145
  <label>类型:</label>
966
1146
 
967
- <span class="param-type">String</span>
1147
+ <span class="param-type">
1148
+
1149
+ String
1150
+
1151
+ </span>
1152
+
968
1153
 
969
1154
 
970
1155
  </span>
@@ -1034,7 +1219,12 @@
1034
1219
  <span class="method-parameter is-pulled-right">
1035
1220
  <label>类型:</label>
1036
1221
 
1037
- <span class="param-type">Boolean</span>
1222
+ <span class="param-type">
1223
+
1224
+ Boolean
1225
+
1226
+ </span>
1227
+
1038
1228
 
1039
1229
 
1040
1230
  </span>
@@ -1068,7 +1258,7 @@
1068
1258
 
1069
1259
  <dt class="inherited-from">Inherited From:</dt>
1070
1260
  <dd class="inherited-from"><ul class="dummy"><li>
1071
- <a class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1261
+ <a goto="enableGlobeFetch" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#enableGlobeFetch" BaseServer.html#enableGlobeFetch>BaseServer#enableGlobeFetch</a>
1072
1262
  </li></ul></dd>
1073
1263
 
1074
1264
 
@@ -1130,7 +1320,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1130
1320
  <span class="method-parameter is-pulled-right">
1131
1321
  <label>类型:</label>
1132
1322
 
1133
- <span class="param-type">Number</span>
1323
+ <span class="param-type">
1324
+
1325
+ Number
1326
+
1327
+ </span>
1328
+
1134
1329
 
1135
1330
 
1136
1331
  </span>
@@ -1204,7 +1399,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1204
1399
  <span class="method-parameter is-pulled-right">
1205
1400
  <label>类型:</label>
1206
1401
 
1207
- <span class="param-type">String</span>
1402
+ <span class="param-type">
1403
+
1404
+ String
1405
+
1406
+ </span>
1407
+
1208
1408
 
1209
1409
 
1210
1410
  </span>
@@ -1278,7 +1478,12 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1278
1478
  <span class="method-parameter is-pulled-right">
1279
1479
  <label>类型:</label>
1280
1480
 
1281
- <span class="param-type">String</span>
1481
+ <span class="param-type">
1482
+
1483
+ String
1484
+
1485
+ </span>
1486
+
1282
1487
 
1283
1488
 
1284
1489
  </span>
@@ -1312,7 +1517,7 @@ BaseServer.enableGlobeFetch = true;</code></pre>
1312
1517
 
1313
1518
  <dt class="inherited-from">Inherited From:</dt>
1314
1519
  <dd class="inherited-from"><ul class="dummy"><li>
1315
- <a class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1520
+ <a goto="headers" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#headers" BaseServer.html#headers>BaseServer#headers</a>
1316
1521
  </li></ul></dd>
1317
1522
 
1318
1523
 
@@ -1375,7 +1580,12 @@ BaseServer.headers.token = '新token';</code></pre>
1375
1580
  <span class="method-parameter is-pulled-right">
1376
1581
  <label>类型:</label>
1377
1582
 
1378
- <span class="param-type">Number</span>
1583
+ <span class="param-type">
1584
+
1585
+ Number
1586
+
1587
+ </span>
1588
+
1379
1589
 
1380
1590
 
1381
1591
  </span>
@@ -1445,7 +1655,12 @@ BaseServer.headers.token = '新token';</code></pre>
1445
1655
  <span class="method-parameter is-pulled-right">
1446
1656
  <label>类型:</label>
1447
1657
 
1448
- <span class="param-type">Boolean</span>
1658
+ <span class="param-type">
1659
+
1660
+ Boolean
1661
+
1662
+ </span>
1663
+
1449
1664
 
1450
1665
 
1451
1666
  </span>
@@ -1515,7 +1730,12 @@ BaseServer.headers.token = '新token';</code></pre>
1515
1730
  <span class="method-parameter is-pulled-right">
1516
1731
  <label>类型:</label>
1517
1732
 
1518
- <span class="param-type">Number</span>
1733
+ <span class="param-type">
1734
+
1735
+ Number
1736
+
1737
+ </span>
1738
+
1519
1739
 
1520
1740
 
1521
1741
  </span>
@@ -1585,7 +1805,12 @@ BaseServer.headers.token = '新token';</code></pre>
1585
1805
  <span class="method-parameter is-pulled-right">
1586
1806
  <label>类型:</label>
1587
1807
 
1588
- <span class="param-type">Number</span>
1808
+ <span class="param-type">
1809
+
1810
+ Number
1811
+
1812
+ </span>
1813
+
1589
1814
 
1590
1815
 
1591
1816
  </span>
@@ -1655,7 +1880,12 @@ BaseServer.headers.token = '新token';</code></pre>
1655
1880
  <span class="method-parameter is-pulled-right">
1656
1881
  <label>类型:</label>
1657
1882
 
1658
- <span class="param-type">function</span>
1883
+ <span class="param-type">
1884
+
1885
+ function
1886
+
1887
+ </span>
1888
+
1659
1889
 
1660
1890
 
1661
1891
  </span>
@@ -1689,7 +1919,7 @@ BaseServer.headers.token = '新token';</code></pre>
1689
1919
 
1690
1920
  <dt class="inherited-from">Inherited From:</dt>
1691
1921
  <dd class="inherited-from"><ul class="dummy"><li>
1692
- <a class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1922
+ <a goto="requestInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestInterceptor" BaseServer.html#requestInterceptor>BaseServer#requestInterceptor</a>
1693
1923
  </li></ul></dd>
1694
1924
 
1695
1925
 
@@ -1758,7 +1988,12 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1758
1988
  <span class="method-parameter is-pulled-right">
1759
1989
  <label>类型:</label>
1760
1990
 
1761
- <span class="param-type">String</span>
1991
+ <span class="param-type">
1992
+
1993
+ String
1994
+
1995
+ </span>
1996
+
1762
1997
 
1763
1998
 
1764
1999
  </span>
@@ -1792,7 +2027,7 @@ BaseServer.requestInterceptor.before = function() {};</code></pre>
1792
2027
 
1793
2028
  <dt class="inherited-from">Inherited From:</dt>
1794
2029
  <dd class="inherited-from"><ul class="dummy"><li>
1795
- <a class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
2030
+ <a goto="requestTimeout" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#requestTimeout" BaseServer.html#requestTimeout>BaseServer#requestTimeout</a>
1796
2031
  </li></ul></dd>
1797
2032
 
1798
2033
 
@@ -1851,7 +2086,12 @@ BaseServer.requestTimeout = 3000;</code></pre>
1851
2086
  <span class="method-parameter is-pulled-right">
1852
2087
  <label>类型:</label>
1853
2088
 
1854
- <span class="param-type">function</span>
2089
+ <span class="param-type">
2090
+
2091
+ function
2092
+
2093
+ </span>
2094
+
1855
2095
 
1856
2096
 
1857
2097
  </span>
@@ -1885,7 +2125,7 @@ BaseServer.requestTimeout = 3000;</code></pre>
1885
2125
 
1886
2126
  <dt class="inherited-from">Inherited From:</dt>
1887
2127
  <dd class="inherited-from"><ul class="dummy"><li>
1888
- <a class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
2128
+ <a goto="responseInterceptor" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#responseInterceptor" BaseServer.html#responseInterceptor>BaseServer#responseInterceptor</a>
1889
2129
  </li></ul></dd>
1890
2130
 
1891
2131
 
@@ -1956,7 +2196,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
1956
2196
  <span class="method-parameter is-pulled-right">
1957
2197
  <label>类型:</label>
1958
2198
 
1959
- <span class="param-type">Boolean</span>
2199
+ <span class="param-type">
2200
+
2201
+ Boolean
2202
+
2203
+ </span>
2204
+
1960
2205
 
1961
2206
 
1962
2207
  </span>
@@ -2026,7 +2271,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2026
2271
  <span class="method-parameter is-pulled-right">
2027
2272
  <label>类型:</label>
2028
2273
 
2029
- <span class="param-type">String</span>
2274
+ <span class="param-type">
2275
+
2276
+ String
2277
+
2278
+ </span>
2279
+
2030
2280
 
2031
2281
 
2032
2282
  </span>
@@ -2096,7 +2346,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2096
2346
  <span class="method-parameter is-pulled-right">
2097
2347
  <label>类型:</label>
2098
2348
 
2099
- <span class="param-type">String</span>
2349
+ <span class="param-type">
2350
+
2351
+ String
2352
+
2353
+ </span>
2354
+
2100
2355
 
2101
2356
 
2102
2357
  </span>
@@ -2166,7 +2421,12 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2166
2421
  <span class="method-parameter is-pulled-right">
2167
2422
  <label>类型:</label>
2168
2423
 
2169
- <span class="param-type"><a class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a></span>
2424
+ <span class="param-type">
2425
+
2426
+ <a link="TokenAttachType.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="TokenAttachType" global.html#TokenAttachType>TokenAttachType</a>
2427
+
2428
+ </span>
2429
+
2170
2430
 
2171
2431
 
2172
2432
  </span>
@@ -2200,7 +2460,7 @@ BaseServer.responseInterceptor.success = function() {};</code></pre>
2200
2460
 
2201
2461
  <dt class="inherited-from">Inherited From:</dt>
2202
2462
  <dd class="inherited-from"><ul class="dummy"><li>
2203
- <a class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2463
+ <a goto="tokenAttachType" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenAttachType" BaseServer.html#tokenAttachType>BaseServer#tokenAttachType</a>
2204
2464
  </li></ul></dd>
2205
2465
 
2206
2466
 
@@ -2263,7 +2523,12 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2263
2523
  <span class="method-parameter is-pulled-right">
2264
2524
  <label>类型:</label>
2265
2525
 
2266
- <span class="param-type">String</span>
2526
+ <span class="param-type">
2527
+
2528
+ String
2529
+
2530
+ </span>
2531
+
2267
2532
 
2268
2533
 
2269
2534
  </span>
@@ -2297,7 +2562,7 @@ BaseServer.tokenAttachType = TokenAttachType.header;</code></pre>
2297
2562
 
2298
2563
  <dt class="inherited-from">Inherited From:</dt>
2299
2564
  <dd class="inherited-from"><ul class="dummy"><li>
2300
- <a class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2565
+ <a goto="tokenKey" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenKey" BaseServer.html#tokenKey>BaseServer#tokenKey</a>
2301
2566
  </li></ul></dd>
2302
2567
 
2303
2568
 
@@ -2355,7 +2620,12 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2355
2620
  <span class="method-parameter is-pulled-right">
2356
2621
  <label>类型:</label>
2357
2622
 
2358
- <span class="param-type">String</span>
2623
+ <span class="param-type">
2624
+
2625
+ String
2626
+
2627
+ </span>
2628
+
2359
2629
 
2360
2630
 
2361
2631
  </span>
@@ -2389,7 +2659,7 @@ BaseServer.tokenKey = '新tokenKey';</code></pre>
2389
2659
 
2390
2660
  <dt class="inherited-from">Inherited From:</dt>
2391
2661
  <dd class="inherited-from"><ul class="dummy"><li>
2392
- <a class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2662
+ <a goto="tokenValue" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#tokenValue" BaseServer.html#tokenValue>BaseServer#tokenValue</a>
2393
2663
  </li></ul></dd>
2394
2664
 
2395
2665
 
@@ -2447,7 +2717,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2447
2717
  <span class="method-parameter is-pulled-right">
2448
2718
  <label>类型:</label>
2449
2719
 
2450
- <span class="param-type">String</span>
2720
+ <span class="param-type">
2721
+
2722
+ String
2723
+
2724
+ </span>
2725
+
2451
2726
 
2452
2727
 
2453
2728
  </span>
@@ -2538,12 +2813,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2538
2813
  <tbody>
2539
2814
 
2540
2815
  <tr class="deep-level-0">
2541
- <td class="name"><code><a href="WorkFlowServer600334.html#execute">execute</a></code></td>
2816
+ <td class="name"><code><a href="#execute">execute</a></code></td>
2542
2817
  <td class="name">
2543
2818
  <code>
2544
2819
 
2545
2820
 
2546
- <span class="param-type">Promise.&lt;Object></span>
2821
+ <span class="param-type">
2822
+
2823
+ Promise.&lt;Object>
2824
+
2825
+ </span>
2826
+
2547
2827
 
2548
2828
 
2549
2829
 
@@ -2553,7 +2833,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2553
2833
  </tr>
2554
2834
 
2555
2835
  <tr class="deep-level-0">
2556
- <td class="name"><code><a href="WorkFlowServer600334.html#queryServerInfo">queryServerInfo</a></code></td>
2836
+ <td class="name"><code><a href="#queryServerInfo">queryServerInfo</a></code></td>
2557
2837
  <td class="name">
2558
2838
  <code>
2559
2839
 
@@ -2563,12 +2843,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2563
2843
  </tr>
2564
2844
 
2565
2845
  <tr class="deep-level-0">
2566
- <td class="name"><code><a href="WorkFlowServer600334.html#queryTaskResult">queryTaskResult</a></code></td>
2846
+ <td class="name"><code><a href="#queryTaskResult">queryTaskResult</a></code></td>
2567
2847
  <td class="name">
2568
2848
  <code>
2569
2849
 
2570
2850
 
2571
- <span class="param-type">Promise.&lt;String></span>
2851
+ <span class="param-type">
2852
+
2853
+ Promise.&lt;String>
2854
+
2855
+ </span>
2856
+
2572
2857
 
2573
2858
 
2574
2859
 
@@ -2578,12 +2863,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2578
2863
  </tr>
2579
2864
 
2580
2865
  <tr class="deep-level-0">
2581
- <td class="name"><code><a href="WorkFlowServer600334.html#queryTaskStatus">queryTaskStatus</a></code></td>
2866
+ <td class="name"><code><a href="#queryTaskStatus">queryTaskStatus</a></code></td>
2582
2867
  <td class="name">
2583
2868
  <code>
2584
2869
 
2585
2870
 
2586
- <span class="param-type">Promise.&lt;String></span>
2871
+ <span class="param-type">
2872
+
2873
+ Promise.&lt;String>
2874
+
2875
+ </span>
2876
+
2587
2877
 
2588
2878
 
2589
2879
 
@@ -2593,12 +2883,17 @@ BaseServer.tokenValue = '新token值';</code></pre>
2593
2883
  </tr>
2594
2884
 
2595
2885
  <tr class="deep-level-0">
2596
- <td class="name"><code><a href="WorkFlowServer600334.html#submit">submit</a></code></td>
2886
+ <td class="name"><code><a href="#submit">submit</a></code></td>
2597
2887
  <td class="name">
2598
2888
  <code>
2599
2889
 
2600
2890
 
2601
- <span class="param-type">Promise.&lt;String></span>
2891
+ <span class="param-type">
2892
+
2893
+ Promise.&lt;String>
2894
+
2895
+ </span>
2896
+
2602
2897
 
2603
2898
 
2604
2899
 
@@ -2667,13 +2962,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2667
2962
 
2668
2963
  <tr class="deep-level-0">
2669
2964
 
2670
- <td class="name" id="options"><code>options</code></td>
2965
+ <td class="name"><code>options</code></td>
2671
2966
 
2672
2967
 
2673
2968
  <td class="type">
2674
2969
 
2675
2970
 
2676
- <span class="param-type">Object</span>
2971
+ <span class="param-type">
2972
+
2973
+ Object
2974
+
2975
+ </span>
2976
+
2677
2977
 
2678
2978
 
2679
2979
 
@@ -2693,13 +2993,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2693
2993
 
2694
2994
  <tr class="deep-level-1">
2695
2995
 
2696
- <td class="name" id="headers"><code>headers</code></td>
2996
+ <td class="name"><code>headers</code></td>
2697
2997
 
2698
2998
 
2699
2999
  <td class="type">
2700
3000
 
2701
3001
 
2702
- <span class="param-type">String</span>
3002
+ <span class="param-type">
3003
+
3004
+ String
3005
+
3006
+ </span>
3007
+
2703
3008
 
2704
3009
 
2705
3010
 
@@ -2719,13 +3024,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2719
3024
 
2720
3025
  <tr class="deep-level-1">
2721
3026
 
2722
- <td class="name" id="method"><code>method</code></td>
3027
+ <td class="name"><code>method</code></td>
2723
3028
 
2724
3029
 
2725
3030
  <td class="type">
2726
3031
 
2727
3032
 
2728
- <span class="param-type">String</span>
3033
+ <span class="param-type">
3034
+
3035
+ String
3036
+
3037
+ </span>
3038
+
2729
3039
 
2730
3040
 
2731
3041
 
@@ -2747,13 +3057,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2747
3057
 
2748
3058
  <tr class="deep-level-1">
2749
3059
 
2750
- <td class="name" id="success"><code>success</code></td>
3060
+ <td class="name"><code>success</code></td>
2751
3061
 
2752
3062
 
2753
3063
  <td class="type">
2754
3064
 
2755
3065
 
2756
- <span class="param-type">function</span>
3066
+ <span class="param-type">
3067
+
3068
+ function
3069
+
3070
+ </span>
3071
+
2757
3072
 
2758
3073
 
2759
3074
 
@@ -2773,13 +3088,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2773
3088
 
2774
3089
  <tr class="deep-level-1">
2775
3090
 
2776
- <td class="name" id="failure"><code>failure</code></td>
3091
+ <td class="name"><code>failure</code></td>
2777
3092
 
2778
3093
 
2779
3094
  <td class="type">
2780
3095
 
2781
3096
 
2782
- <span class="param-type">function</span>
3097
+ <span class="param-type">
3098
+
3099
+ function
3100
+
3101
+ </span>
3102
+
2783
3103
 
2784
3104
 
2785
3105
 
@@ -2818,7 +3138,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2818
3138
 
2819
3139
  <dt class="inherited-from">Inherited From:</dt>
2820
3140
  <dd class="inherited-from"><ul class="dummy"><li>
2821
- <a class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
3141
+ <a goto="execute" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#execute" WorkFlowServer.html#execute>WorkFlowServer#execute</a>
2822
3142
  </li></ul></dd>
2823
3143
 
2824
3144
 
@@ -2877,7 +3197,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
2877
3197
  <div class='column is-5 has-text-left'>
2878
3198
  <label>类型: </label>
2879
3199
 
2880
- <span class="param-type">Promise.&lt;Object></span>
3200
+ <span class="param-type">
3201
+
3202
+ Promise.&lt;Object>
3203
+
3204
+ </span>
3205
+
2881
3206
 
2882
3207
 
2883
3208
  </div>
@@ -2962,7 +3287,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
2962
3287
 
2963
3288
  <tr class="deep-level-0">
2964
3289
 
2965
- <td class="name" id="options"><code>options</code></td>
3290
+ <td class="name"><code>options</code></td>
2966
3291
 
2967
3292
 
2968
3293
  <td class="type">
@@ -2983,13 +3308,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
2983
3308
 
2984
3309
  <tr class="deep-level-1">
2985
3310
 
2986
- <td class="name" id="success"><code>success</code></td>
3311
+ <td class="name"><code>success</code></td>
2987
3312
 
2988
3313
 
2989
3314
  <td class="type">
2990
3315
 
2991
3316
 
2992
- <span class="param-type">function</span>
3317
+ <span class="param-type">
3318
+
3319
+ function
3320
+
3321
+ </span>
3322
+
2993
3323
 
2994
3324
 
2995
3325
 
@@ -3011,13 +3341,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3011
3341
 
3012
3342
  <tr class="deep-level-1">
3013
3343
 
3014
- <td class="name" id="failure"><code>failure</code></td>
3344
+ <td class="name"><code>failure</code></td>
3015
3345
 
3016
3346
 
3017
3347
  <td class="type">
3018
3348
 
3019
3349
 
3020
- <span class="param-type">function</span>
3350
+ <span class="param-type">
3351
+
3352
+ function
3353
+
3354
+ </span>
3355
+
3021
3356
 
3022
3357
 
3023
3358
 
@@ -3058,7 +3393,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3058
3393
 
3059
3394
  <dt class="inherited-from">Inherited From:</dt>
3060
3395
  <dd class="inherited-from"><ul class="dummy"><li>
3061
- <a class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3396
+ <a goto="queryServerInfo" link="BaseServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="BaseServer#queryServerInfo" BaseServer.html#queryServerInfo>BaseServer#queryServerInfo</a>
3062
3397
  </li></ul></dd>
3063
3398
 
3064
3399
 
@@ -3195,13 +3530,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3195
3530
 
3196
3531
  <tr class="deep-level-0">
3197
3532
 
3198
- <td class="name" id="options"><code>options</code></td>
3533
+ <td class="name"><code>options</code></td>
3199
3534
 
3200
3535
 
3201
3536
  <td class="type">
3202
3537
 
3203
3538
 
3204
- <span class="param-type">Object</span>
3539
+ <span class="param-type">
3540
+
3541
+ Object
3542
+
3543
+ </span>
3544
+
3205
3545
 
3206
3546
 
3207
3547
 
@@ -3221,13 +3561,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3221
3561
 
3222
3562
  <tr class="deep-level-1">
3223
3563
 
3224
- <td class="name" id="taskId"><code>taskId</code></td>
3564
+ <td class="name"><code>taskId</code></td>
3225
3565
 
3226
3566
 
3227
3567
  <td class="type">
3228
3568
 
3229
3569
 
3230
- <span class="param-type">String</span>
3570
+ <span class="param-type">
3571
+
3572
+ String
3573
+
3574
+ </span>
3575
+
3231
3576
 
3232
3577
 
3233
3578
 
@@ -3247,13 +3592,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3247
3592
 
3248
3593
  <tr class="deep-level-1">
3249
3594
 
3250
- <td class="name" id="headers"><code>headers</code></td>
3595
+ <td class="name"><code>headers</code></td>
3251
3596
 
3252
3597
 
3253
3598
  <td class="type">
3254
3599
 
3255
3600
 
3256
- <span class="param-type">String</span>
3601
+ <span class="param-type">
3602
+
3603
+ String
3604
+
3605
+ </span>
3606
+
3257
3607
 
3258
3608
 
3259
3609
 
@@ -3273,13 +3623,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3273
3623
 
3274
3624
  <tr class="deep-level-1">
3275
3625
 
3276
- <td class="name" id="method"><code>method</code></td>
3626
+ <td class="name"><code>method</code></td>
3277
3627
 
3278
3628
 
3279
3629
  <td class="type">
3280
3630
 
3281
3631
 
3282
- <span class="param-type">String</span>
3632
+ <span class="param-type">
3633
+
3634
+ String
3635
+
3636
+ </span>
3637
+
3283
3638
 
3284
3639
 
3285
3640
 
@@ -3301,13 +3656,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3301
3656
 
3302
3657
  <tr class="deep-level-1">
3303
3658
 
3304
- <td class="name" id="success"><code>success</code></td>
3659
+ <td class="name"><code>success</code></td>
3305
3660
 
3306
3661
 
3307
3662
  <td class="type">
3308
3663
 
3309
3664
 
3310
- <span class="param-type">function</span>
3665
+ <span class="param-type">
3666
+
3667
+ function
3668
+
3669
+ </span>
3670
+
3311
3671
 
3312
3672
 
3313
3673
 
@@ -3327,13 +3687,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3327
3687
 
3328
3688
  <tr class="deep-level-1">
3329
3689
 
3330
- <td class="name" id="failure"><code>failure</code></td>
3690
+ <td class="name"><code>failure</code></td>
3331
3691
 
3332
3692
 
3333
3693
  <td class="type">
3334
3694
 
3335
3695
 
3336
- <span class="param-type">function</span>
3696
+ <span class="param-type">
3697
+
3698
+ function
3699
+
3700
+ </span>
3701
+
3337
3702
 
3338
3703
 
3339
3704
 
@@ -3372,7 +3737,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3372
3737
 
3373
3738
  <dt class="inherited-from">Inherited From:</dt>
3374
3739
  <dd class="inherited-from"><ul class="dummy"><li>
3375
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3740
+ <a goto="queryTaskResult" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskResult" WorkFlowServer.html#queryTaskResult>WorkFlowServer#queryTaskResult</a>
3376
3741
  </li></ul></dd>
3377
3742
 
3378
3743
 
@@ -3431,7 +3796,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3431
3796
  <div class='column is-5 has-text-left'>
3432
3797
  <label>类型: </label>
3433
3798
 
3434
- <span class="param-type">Promise.&lt;String></span>
3799
+ <span class="param-type">
3800
+
3801
+ Promise.&lt;String>
3802
+
3803
+ </span>
3804
+
3435
3805
 
3436
3806
 
3437
3807
  </div>
@@ -3516,13 +3886,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3516
3886
 
3517
3887
  <tr class="deep-level-0">
3518
3888
 
3519
- <td class="name" id="options"><code>options</code></td>
3889
+ <td class="name"><code>options</code></td>
3520
3890
 
3521
3891
 
3522
3892
  <td class="type">
3523
3893
 
3524
3894
 
3525
- <span class="param-type">Object</span>
3895
+ <span class="param-type">
3896
+
3897
+ Object
3898
+
3899
+ </span>
3900
+
3526
3901
 
3527
3902
 
3528
3903
 
@@ -3542,13 +3917,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3542
3917
 
3543
3918
  <tr class="deep-level-1">
3544
3919
 
3545
- <td class="name" id="taskId"><code>taskId</code></td>
3920
+ <td class="name"><code>taskId</code></td>
3546
3921
 
3547
3922
 
3548
3923
  <td class="type">
3549
3924
 
3550
3925
 
3551
- <span class="param-type">String</span>
3926
+ <span class="param-type">
3927
+
3928
+ String
3929
+
3930
+ </span>
3931
+
3552
3932
 
3553
3933
 
3554
3934
 
@@ -3568,13 +3948,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3568
3948
 
3569
3949
  <tr class="deep-level-1">
3570
3950
 
3571
- <td class="name" id="headers"><code>headers</code></td>
3951
+ <td class="name"><code>headers</code></td>
3572
3952
 
3573
3953
 
3574
3954
  <td class="type">
3575
3955
 
3576
3956
 
3577
- <span class="param-type">String</span>
3957
+ <span class="param-type">
3958
+
3959
+ String
3960
+
3961
+ </span>
3962
+
3578
3963
 
3579
3964
 
3580
3965
 
@@ -3594,13 +3979,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3594
3979
 
3595
3980
  <tr class="deep-level-1">
3596
3981
 
3597
- <td class="name" id="method"><code>method</code></td>
3982
+ <td class="name"><code>method</code></td>
3598
3983
 
3599
3984
 
3600
3985
  <td class="type">
3601
3986
 
3602
3987
 
3603
- <span class="param-type">String</span>
3988
+ <span class="param-type">
3989
+
3990
+ String
3991
+
3992
+ </span>
3993
+
3604
3994
 
3605
3995
 
3606
3996
 
@@ -3622,13 +4012,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3622
4012
 
3623
4013
  <tr class="deep-level-1">
3624
4014
 
3625
- <td class="name" id="success"><code>success</code></td>
4015
+ <td class="name"><code>success</code></td>
3626
4016
 
3627
4017
 
3628
4018
  <td class="type">
3629
4019
 
3630
4020
 
3631
- <span class="param-type">function</span>
4021
+ <span class="param-type">
4022
+
4023
+ function
4024
+
4025
+ </span>
4026
+
3632
4027
 
3633
4028
 
3634
4029
 
@@ -3648,13 +4043,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3648
4043
 
3649
4044
  <tr class="deep-level-1">
3650
4045
 
3651
- <td class="name" id="failure"><code>failure</code></td>
4046
+ <td class="name"><code>failure</code></td>
3652
4047
 
3653
4048
 
3654
4049
  <td class="type">
3655
4050
 
3656
4051
 
3657
- <span class="param-type">function</span>
4052
+ <span class="param-type">
4053
+
4054
+ function
4055
+
4056
+ </span>
4057
+
3658
4058
 
3659
4059
 
3660
4060
 
@@ -3693,7 +4093,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3693
4093
 
3694
4094
  <dt class="inherited-from">Inherited From:</dt>
3695
4095
  <dd class="inherited-from"><ul class="dummy"><li>
3696
- <a class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
4096
+ <a goto="queryTaskStatus" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#queryTaskStatus" WorkFlowServer.html#queryTaskStatus>WorkFlowServer#queryTaskStatus</a>
3697
4097
  </li></ul></dd>
3698
4098
 
3699
4099
 
@@ -3752,7 +4152,12 @@ BaseServer.tokenValue = '新token值';</code></pre>
3752
4152
  <div class='column is-5 has-text-left'>
3753
4153
  <label>类型: </label>
3754
4154
 
3755
- <span class="param-type">Promise.&lt;String></span>
4155
+ <span class="param-type">
4156
+
4157
+ Promise.&lt;String>
4158
+
4159
+ </span>
4160
+
3756
4161
 
3757
4162
 
3758
4163
  </div>
@@ -3837,13 +4242,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3837
4242
 
3838
4243
  <tr class="deep-level-0">
3839
4244
 
3840
- <td class="name" id="options"><code>options</code></td>
4245
+ <td class="name"><code>options</code></td>
3841
4246
 
3842
4247
 
3843
4248
  <td class="type">
3844
4249
 
3845
4250
 
3846
- <span class="param-type">Object</span>
4251
+ <span class="param-type">
4252
+
4253
+ Object
4254
+
4255
+ </span>
4256
+
3847
4257
 
3848
4258
 
3849
4259
 
@@ -3863,13 +4273,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3863
4273
 
3864
4274
  <tr class="deep-level-1">
3865
4275
 
3866
- <td class="name" id="headers"><code>headers</code></td>
4276
+ <td class="name"><code>headers</code></td>
3867
4277
 
3868
4278
 
3869
4279
  <td class="type">
3870
4280
 
3871
4281
 
3872
- <span class="param-type">String</span>
4282
+ <span class="param-type">
4283
+
4284
+ String
4285
+
4286
+ </span>
4287
+
3873
4288
 
3874
4289
 
3875
4290
 
@@ -3889,13 +4304,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3889
4304
 
3890
4305
  <tr class="deep-level-1">
3891
4306
 
3892
- <td class="name" id="method"><code>method</code></td>
4307
+ <td class="name"><code>method</code></td>
3893
4308
 
3894
4309
 
3895
4310
  <td class="type">
3896
4311
 
3897
4312
 
3898
- <span class="param-type">String</span>
4313
+ <span class="param-type">
4314
+
4315
+ String
4316
+
4317
+ </span>
4318
+
3899
4319
 
3900
4320
 
3901
4321
 
@@ -3917,13 +4337,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3917
4337
 
3918
4338
  <tr class="deep-level-1">
3919
4339
 
3920
- <td class="name" id="success"><code>success</code></td>
4340
+ <td class="name"><code>success</code></td>
3921
4341
 
3922
4342
 
3923
4343
  <td class="type">
3924
4344
 
3925
4345
 
3926
- <span class="param-type">function</span>
4346
+ <span class="param-type">
4347
+
4348
+ function
4349
+
4350
+ </span>
4351
+
3927
4352
 
3928
4353
 
3929
4354
 
@@ -3943,13 +4368,18 @@ BaseServer.tokenValue = '新token值';</code></pre>
3943
4368
 
3944
4369
  <tr class="deep-level-1">
3945
4370
 
3946
- <td class="name" id="failure"><code>failure</code></td>
4371
+ <td class="name"><code>failure</code></td>
3947
4372
 
3948
4373
 
3949
4374
  <td class="type">
3950
4375
 
3951
4376
 
3952
- <span class="param-type">function</span>
4377
+ <span class="param-type">
4378
+
4379
+ function
4380
+
4381
+ </span>
4382
+
3953
4383
 
3954
4384
 
3955
4385
 
@@ -3988,7 +4418,7 @@ BaseServer.tokenValue = '新token值';</code></pre>
3988
4418
 
3989
4419
  <dt class="inherited-from">Inherited From:</dt>
3990
4420
  <dd class="inherited-from"><ul class="dummy"><li>
3991
- <a class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
4421
+ <a goto="submit" link="WorkFlowServer.html" onclick="getTypeHTML(event)" class="mapgis-link-name" title="WorkFlowServer#submit" WorkFlowServer.html#submit>WorkFlowServer#submit</a>
3992
4422
  </li></ul></dd>
3993
4423
 
3994
4424
 
@@ -4054,7 +4484,12 @@ console.log(&quot;submit: &quot;, res);
4054
4484
  <div class='column is-5 has-text-left'>
4055
4485
  <label>类型: </label>
4056
4486
 
4057
- <span class="param-type">Promise.&lt;String></span>
4487
+ <span class="param-type">
4488
+
4489
+ Promise.&lt;String>
4490
+
4491
+ </span>
4492
+
4058
4493
 
4059
4494
 
4060
4495
  </div>