describe.json 58 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604
  1. {
  2. "jaxrs": [
  3. {
  4. "name": "CacheAction",
  5. "className": "com.x.base.core.project.jaxrs.cache.CacheAction",
  6. "description": "缓存操作",
  7. "methods": [
  8. {
  9. "name": "configFlush",
  10. "className": "com.x.base.core.project.jaxrs.cache.ActionConfigFlush",
  11. "description": "接收config flush 信号.",
  12. "type": "GET",
  13. "path": "jaxrs/cache/config/flush",
  14. "contentType": "application/json",
  15. "resultContentType": "application/json; charset\u003dUTF-8",
  16. "useJsonElementParameter": false,
  17. "pathParameters": [],
  18. "formParameters": [],
  19. "queryParameters": [],
  20. "ins": [],
  21. "outs": [
  22. {
  23. "name": "value",
  24. "type": "Boolean",
  25. "isCollection": false,
  26. "description": "布尔值."
  27. }
  28. ]
  29. },
  30. {
  31. "name": "receive",
  32. "className": "com.x.base.core.project.jaxrs.cache.ActionReceive",
  33. "description": "接收Cache刷新信息.",
  34. "type": "PUT",
  35. "path": "jaxrs/cache",
  36. "contentType": "application/json",
  37. "resultContentType": "application/json; charset\u003dUTF-8",
  38. "useJsonElementParameter": false,
  39. "pathParameters": [],
  40. "formParameters": [],
  41. "queryParameters": [],
  42. "ins": [
  43. {
  44. "name": "nodeName",
  45. "type": "String",
  46. "isCollection": false,
  47. "description": "节点名",
  48. "isBaseType": true
  49. },
  50. {
  51. "name": "className",
  52. "type": "String",
  53. "isCollection": false,
  54. "description": "类名",
  55. "isBaseType": true
  56. },
  57. {
  58. "name": "keys",
  59. "type": "List\u003cObject\u003e",
  60. "isCollection": true,
  61. "description": "关键字",
  62. "isBaseType": false
  63. }
  64. ],
  65. "outs": [
  66. {
  67. "name": "value",
  68. "type": "String",
  69. "isCollection": false,
  70. "description": "字符串值"
  71. }
  72. ]
  73. }
  74. ]
  75. },
  76. {
  77. "name": "EchoAction",
  78. "className": "com.x.base.core.project.jaxrs.echo.EchoAction",
  79. "description": "响应",
  80. "methods": [
  81. {
  82. "name": "get",
  83. "className": "com.x.base.core.project.jaxrs.echo.ActionGet",
  84. "description": "获取应答.",
  85. "type": "GET",
  86. "path": "jaxrs/echo",
  87. "contentType": "application/json",
  88. "useJsonElementParameter": false,
  89. "pathParameters": [],
  90. "formParameters": [],
  91. "queryParameters": [],
  92. "ins": [],
  93. "outs": [
  94. {
  95. "name": "servletContextName",
  96. "type": "String",
  97. "isCollection": false,
  98. "description": "上下文根"
  99. },
  100. {
  101. "name": "serverTime",
  102. "type": "Date",
  103. "isCollection": false,
  104. "description": "服务器时间"
  105. }
  106. ]
  107. }
  108. ]
  109. },
  110. {
  111. "name": "FireScheduleAction",
  112. "className": "com.x.base.core.project.jaxrs.fireschedule.FireScheduleAction",
  113. "description": "触发任务",
  114. "methods": [
  115. {
  116. "name": "execute",
  117. "className": "com.x.base.core.project.jaxrs.fireschedule.ActionExecute",
  118. "description": "接受x_program_center发送过来的运行schedule.",
  119. "type": "GET",
  120. "path": "jaxrs/fireschedule/classname/{className}",
  121. "contentType": "application/json",
  122. "useJsonElementParameter": false,
  123. "pathParameters": [
  124. {
  125. "name": "className",
  126. "type": "String",
  127. "description": "运行类"
  128. }
  129. ],
  130. "formParameters": [],
  131. "queryParameters": [],
  132. "ins": [],
  133. "outs": [
  134. {
  135. "name": "value",
  136. "type": "Boolean",
  137. "isCollection": false,
  138. "description": "布尔值."
  139. }
  140. ]
  141. }
  142. ]
  143. },
  144. {
  145. "name": "LoggerAction",
  146. "className": "com.x.base.core.project.jaxrs.logger.LoggerAction",
  147. "description": "日志操作",
  148. "methods": [
  149. {
  150. "name": "debug",
  151. "className": "com.x.base.core.project.jaxrs.logger.ActionDebug",
  152. "description": "设置日志级别为DEBUG.",
  153. "type": "GET",
  154. "path": "jaxrs/logger/debug",
  155. "contentType": "application/json",
  156. "resultContentType": "application/json; charset\u003dUTF-8",
  157. "useJsonElementParameter": false,
  158. "pathParameters": [],
  159. "formParameters": [],
  160. "queryParameters": [],
  161. "ins": [],
  162. "outs": [
  163. {
  164. "name": "value",
  165. "type": "Boolean",
  166. "isCollection": false,
  167. "description": "布尔值."
  168. }
  169. ]
  170. },
  171. {
  172. "name": "get",
  173. "className": "com.x.base.core.project.jaxrs.logger.ActionGet",
  174. "description": "获取当前日志级别.",
  175. "type": "GET",
  176. "path": "jaxrs/logger",
  177. "contentType": "application/json",
  178. "resultContentType": "application/json; charset\u003dUTF-8",
  179. "useJsonElementParameter": false,
  180. "pathParameters": [],
  181. "formParameters": [],
  182. "queryParameters": [],
  183. "ins": [],
  184. "outs": [
  185. {
  186. "name": "value",
  187. "type": "String",
  188. "isCollection": false,
  189. "description": "字符串值"
  190. }
  191. ]
  192. },
  193. {
  194. "name": "info",
  195. "className": "com.x.base.core.project.jaxrs.logger.ActionInfo",
  196. "description": "设置日志级别为INFO",
  197. "type": "GET",
  198. "path": "jaxrs/logger/info",
  199. "contentType": "application/json",
  200. "resultContentType": "application/json; charset\u003dUTF-8",
  201. "useJsonElementParameter": false,
  202. "pathParameters": [],
  203. "formParameters": [],
  204. "queryParameters": [],
  205. "ins": [],
  206. "outs": [
  207. {
  208. "name": "value",
  209. "type": "Boolean",
  210. "isCollection": false,
  211. "description": "布尔值."
  212. }
  213. ]
  214. },
  215. {
  216. "name": "trace",
  217. "className": "com.x.base.core.project.jaxrs.logger.ActionTrace",
  218. "description": "设置日志级别为TRACE.",
  219. "type": "GET",
  220. "path": "jaxrs/logger/trace",
  221. "contentType": "application/json",
  222. "resultContentType": "application/json; charset\u003dUTF-8",
  223. "useJsonElementParameter": false,
  224. "pathParameters": [],
  225. "formParameters": [],
  226. "queryParameters": [],
  227. "ins": [],
  228. "outs": [
  229. {
  230. "name": "value",
  231. "type": "Boolean",
  232. "isCollection": false,
  233. "description": "布尔值."
  234. }
  235. ]
  236. },
  237. {
  238. "name": "warn",
  239. "className": "com.x.base.core.project.jaxrs.logger.ActionWarn",
  240. "description": "设置日志级别为WARN",
  241. "type": "GET",
  242. "path": "jaxrs/logger/warn",
  243. "contentType": "application/json",
  244. "resultContentType": "application/json; charset\u003dUTF-8",
  245. "useJsonElementParameter": false,
  246. "pathParameters": [],
  247. "formParameters": [],
  248. "queryParameters": [],
  249. "ins": [],
  250. "outs": [
  251. {
  252. "name": "value",
  253. "type": "Boolean",
  254. "isCollection": false,
  255. "description": "布尔值."
  256. }
  257. ]
  258. }
  259. ]
  260. },
  261. {
  262. "name": "PeriodAction",
  263. "className": "com.x.processplatform.assemble.bam.jaxrs.period.PeriodAction",
  264. "description": "阶段统计",
  265. "methods": [
  266. {
  267. "name": "listCompletedTaskApplicationStubs",
  268. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedTaskApplicationStubs",
  269. "description": "获取每月完成的待办任务,所对应的应用流程以及活动,根据TaskCompleted统计得到.",
  270. "type": "GET",
  271. "path": "jaxrs/period/list/completed/task/applicationstubs",
  272. "contentType": "application/json",
  273. "resultContentType": "application/json; charset\u003dUTF-8",
  274. "useJsonElementParameter": false,
  275. "pathParameters": [],
  276. "formParameters": [],
  277. "queryParameters": [],
  278. "ins": [],
  279. "outs": []
  280. },
  281. {
  282. "name": "listCompletedTaskCompanyStubs",
  283. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedTaskUnitStubs",
  284. "description": "获取每月完成的待办任务,所对应的公司以及部门,根据TaskCompleted统计得到.",
  285. "type": "GET",
  286. "path": "jaxrs/period/list/completed/task/unitstubs",
  287. "contentType": "application/json",
  288. "resultContentType": "application/json; charset\u003dUTF-8",
  289. "useJsonElementParameter": false,
  290. "pathParameters": [],
  291. "formParameters": [],
  292. "queryParameters": [],
  293. "ins": [],
  294. "outs": []
  295. },
  296. {
  297. "name": "listCompletedWorkApplicationStubs",
  298. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedWorkApplicationStubs",
  299. "description": "获取每月完成的Work,所对应的应用流程以及活动,根据WorkCompleted统计得到.",
  300. "type": "GET",
  301. "path": "jaxrs/period/list/completed/work/applicationstubs",
  302. "contentType": "application/json",
  303. "resultContentType": "application/json; charset\u003dUTF-8",
  304. "useJsonElementParameter": false,
  305. "pathParameters": [],
  306. "formParameters": [],
  307. "queryParameters": [],
  308. "ins": [],
  309. "outs": []
  310. },
  311. {
  312. "name": "listCompletedWorkCompanyStubs",
  313. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedWorkUnitStubs",
  314. "description": "获取每月完成的Work,所对应的公司以及部门,根据WorkCompleted统计得到.",
  315. "type": "GET",
  316. "path": "jaxrs/period/list/completed/work/unitstubs",
  317. "contentType": "application/json",
  318. "resultContentType": "application/json; charset\u003dUTF-8",
  319. "useJsonElementParameter": false,
  320. "pathParameters": [],
  321. "formParameters": [],
  322. "queryParameters": [],
  323. "ins": [],
  324. "outs": []
  325. },
  326. {
  327. "name": "listCountCompletedTask",
  328. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTask",
  329. "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.(0)表示占位符.",
  330. "type": "GET",
  331. "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}",
  332. "contentType": "application/json",
  333. "resultContentType": "application/json; charset\u003dUTF-8",
  334. "useJsonElementParameter": false,
  335. "pathParameters": [
  336. {
  337. "name": "activityId",
  338. "type": "String",
  339. "description": "活动标识"
  340. },
  341. {
  342. "name": "applicationId",
  343. "type": "String",
  344. "description": "应用标识"
  345. },
  346. {
  347. "name": "person",
  348. "type": "String",
  349. "description": "个人标识"
  350. },
  351. {
  352. "name": "processId",
  353. "type": "String",
  354. "description": "流程标识"
  355. },
  356. {
  357. "name": "unit",
  358. "type": "String",
  359. "description": "组织标识"
  360. }
  361. ],
  362. "formParameters": [],
  363. "queryParameters": [],
  364. "ins": [],
  365. "outs": [
  366. {
  367. "name": "name",
  368. "type": "String",
  369. "isCollection": false,
  370. "description": "名称"
  371. },
  372. {
  373. "name": "value",
  374. "type": "String",
  375. "isCollection": false,
  376. "description": "值"
  377. },
  378. {
  379. "name": "count",
  380. "type": "Long",
  381. "isCollection": false,
  382. "description": "数量"
  383. },
  384. {
  385. "name": "duration",
  386. "type": "Long",
  387. "isCollection": false,
  388. "description": "总时长"
  389. }
  390. ]
  391. },
  392. {
  393. "name": "listCountCompletedTaskByActivity",
  394. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByActivity",
  395. "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按process分项统计,(0)表示占位符.",
  396. "type": "GET",
  397. "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity",
  398. "contentType": "application/json",
  399. "resultContentType": "application/json; charset\u003dUTF-8",
  400. "useJsonElementParameter": false,
  401. "pathParameters": [
  402. {
  403. "name": "applicationId",
  404. "type": "String",
  405. "description": "应用标识"
  406. },
  407. {
  408. "name": "person",
  409. "type": "String",
  410. "description": "个人标识"
  411. },
  412. {
  413. "name": "processId",
  414. "type": "String",
  415. "description": "活动标识"
  416. },
  417. {
  418. "name": "unit",
  419. "type": "String",
  420. "description": "组织标识"
  421. }
  422. ],
  423. "formParameters": [],
  424. "queryParameters": [],
  425. "ins": [],
  426. "outs": []
  427. },
  428. {
  429. "name": "listCountCompletedTaskByApplication",
  430. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByApplication",
  431. "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按application分项统计,(0)表示占位符.",
  432. "type": "GET",
  433. "path": "jaxrs/period/list/count/completed/task/unit/{unit}/person/{person}/by/application",
  434. "contentType": "application/json",
  435. "resultContentType": "application/json; charset\u003dUTF-8",
  436. "useJsonElementParameter": false,
  437. "pathParameters": [
  438. {
  439. "name": "person",
  440. "type": "String",
  441. "description": "个人标识"
  442. },
  443. {
  444. "name": "unit",
  445. "type": "String",
  446. "description": "组织标识"
  447. }
  448. ],
  449. "formParameters": [],
  450. "queryParameters": [],
  451. "ins": [],
  452. "outs": []
  453. },
  454. {
  455. "name": "listCountCompletedTaskByProcess",
  456. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByProcess",
  457. "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按process分项统计,(0)表示占位符.",
  458. "type": "GET",
  459. "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/unit/{unit}/person/{person}/by/process",
  460. "contentType": "application/json",
  461. "resultContentType": "application/json; charset\u003dUTF-8",
  462. "useJsonElementParameter": false,
  463. "pathParameters": [
  464. {
  465. "name": "applicationId",
  466. "type": "String",
  467. "description": "应用标识"
  468. },
  469. {
  470. "name": "person",
  471. "type": "String",
  472. "description": "个人标识"
  473. },
  474. {
  475. "name": "unit",
  476. "type": "String",
  477. "description": "组织标识"
  478. }
  479. ],
  480. "formParameters": [],
  481. "queryParameters": [],
  482. "ins": [],
  483. "outs": []
  484. },
  485. {
  486. "name": "listCountCompletedTaskByUnit",
  487. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByUnit",
  488. "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按unit分项统计,(0)表示占位符.",
  489. "type": "GET",
  490. "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit",
  491. "contentType": "application/json",
  492. "resultContentType": "application/json; charset\u003dUTF-8",
  493. "useJsonElementParameter": false,
  494. "pathParameters": [
  495. {
  496. "name": "activityId",
  497. "type": "String",
  498. "description": "活动标识"
  499. },
  500. {
  501. "name": "applicationId",
  502. "type": "String",
  503. "description": "应用标识"
  504. },
  505. {
  506. "name": "processId",
  507. "type": "String",
  508. "description": "流程标识"
  509. }
  510. ],
  511. "formParameters": [],
  512. "queryParameters": [],
  513. "ins": [],
  514. "outs": []
  515. },
  516. {
  517. "name": "listCountCompletedWork",
  518. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWork",
  519. "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计,(0)表示占位符.",
  520. "type": "GET",
  521. "path": "jaxrs/period/list/count/completed/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}",
  522. "contentType": "application/json",
  523. "resultContentType": "application/json; charset\u003dUTF-8",
  524. "useJsonElementParameter": false,
  525. "pathParameters": [
  526. {
  527. "name": "applicationId",
  528. "type": "String",
  529. "description": "应用标识"
  530. },
  531. {
  532. "name": "person",
  533. "type": "String",
  534. "description": "个人标识"
  535. },
  536. {
  537. "name": "processId",
  538. "type": "String",
  539. "description": "流程标识"
  540. },
  541. {
  542. "name": "unit",
  543. "type": "String",
  544. "description": "组织标识"
  545. }
  546. ],
  547. "formParameters": [],
  548. "queryParameters": [],
  549. "ins": [],
  550. "outs": []
  551. },
  552. {
  553. "name": "listCountCompletedWorkByApplication",
  554. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWorkByApplication",
  555. "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计得到,根据application分项统计,(0)表示占位符.",
  556. "type": "GET",
  557. "path": "jaxrs/period/list/count/completed/work/unit/{unit}/person/{person}/by/application",
  558. "contentType": "application/json",
  559. "resultContentType": "application/json; charset\u003dUTF-8",
  560. "useJsonElementParameter": false,
  561. "pathParameters": [
  562. {
  563. "name": "person",
  564. "type": "String",
  565. "description": "个人标识"
  566. },
  567. {
  568. "name": "unit",
  569. "type": "String",
  570. "description": "组织标识"
  571. }
  572. ],
  573. "formParameters": [],
  574. "queryParameters": [],
  575. "ins": [],
  576. "outs": []
  577. },
  578. {
  579. "name": "listCountCompletedWorkByCompany",
  580. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWorkByUnit",
  581. "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计得到,根据unit分项统计,(0)表示占位符.",
  582. "type": "GET",
  583. "path": "jaxrs/period/list/count/completed/work/application/{applicationId}/process/{processId}/by/unit",
  584. "contentType": "application/json",
  585. "resultContentType": "application/json; charset\u003dUTF-8",
  586. "useJsonElementParameter": false,
  587. "pathParameters": [
  588. {
  589. "name": "applicationId",
  590. "type": "String",
  591. "description": "应用标识"
  592. },
  593. {
  594. "name": "processId",
  595. "type": "String",
  596. "description": "流程标识"
  597. }
  598. ],
  599. "formParameters": [],
  600. "queryParameters": [],
  601. "ins": [],
  602. "outs": []
  603. },
  604. {
  605. "name": "listCountCompletedWorkByProcess",
  606. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWorkByProcess",
  607. "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计得到,根据process分项统计,(0)表示占位符.",
  608. "type": "GET",
  609. "path": "jaxrs/period/list/count/completed/work/application/{applicationId}/unit/{unit}/person/{person}/by/process",
  610. "contentType": "application/json",
  611. "resultContentType": "application/json; charset\u003dUTF-8",
  612. "useJsonElementParameter": false,
  613. "pathParameters": [
  614. {
  615. "name": "applicationId",
  616. "type": "String",
  617. "description": "应用标识"
  618. },
  619. {
  620. "name": "person",
  621. "type": "String",
  622. "description": "个人标识"
  623. },
  624. {
  625. "name": "unit",
  626. "type": "String",
  627. "description": "组织标识"
  628. }
  629. ],
  630. "formParameters": [],
  631. "queryParameters": [],
  632. "ins": [],
  633. "outs": []
  634. },
  635. {
  636. "name": "listCountExpiredTask",
  637. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTask",
  638. "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份.(0)表示占位符.",
  639. "type": "GET",
  640. "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}",
  641. "contentType": "application/json",
  642. "resultContentType": "application/json; charset\u003dUTF-8",
  643. "useJsonElementParameter": false,
  644. "pathParameters": [
  645. {
  646. "name": "activityId",
  647. "type": "String",
  648. "description": "活动标识"
  649. },
  650. {
  651. "name": "applicationId",
  652. "type": "String",
  653. "description": "应用标识"
  654. },
  655. {
  656. "name": "person",
  657. "type": "String",
  658. "description": "个人标识"
  659. },
  660. {
  661. "name": "processId",
  662. "type": "String",
  663. "description": "流程标识"
  664. },
  665. {
  666. "name": "unit",
  667. "type": "String",
  668. "description": "组织标识"
  669. }
  670. ],
  671. "formParameters": [],
  672. "queryParameters": [],
  673. "ins": [],
  674. "outs": []
  675. },
  676. {
  677. "name": "listCountExpiredTaskByActivity",
  678. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByActivity",
  679. "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按activity分项统计,(0)表示占位符.",
  680. "type": "GET",
  681. "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity",
  682. "contentType": "application/json",
  683. "resultContentType": "application/json; charset\u003dUTF-8",
  684. "useJsonElementParameter": false,
  685. "pathParameters": [
  686. {
  687. "name": "applicationId",
  688. "type": "String",
  689. "description": "应用标识"
  690. },
  691. {
  692. "name": "person",
  693. "type": "String",
  694. "description": "个人标识"
  695. },
  696. {
  697. "name": "processId",
  698. "type": "String",
  699. "description": "流程标识"
  700. },
  701. {
  702. "name": "unit",
  703. "type": "String",
  704. "description": "组织标识"
  705. }
  706. ],
  707. "formParameters": [],
  708. "queryParameters": [],
  709. "ins": [],
  710. "outs": []
  711. },
  712. {
  713. "name": "listCountExpiredTaskByApplication",
  714. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByApplication",
  715. "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按application分项统计,(0)表示占位符.",
  716. "type": "GET",
  717. "path": "jaxrs/period/list/count/expired/task/unit/{unit}/person/{person}/by/application",
  718. "contentType": "application/json",
  719. "resultContentType": "application/json; charset\u003dUTF-8",
  720. "useJsonElementParameter": false,
  721. "pathParameters": [
  722. {
  723. "name": "person",
  724. "type": "String",
  725. "description": "个人标识"
  726. },
  727. {
  728. "name": "unit",
  729. "type": "String",
  730. "description": "组织标识"
  731. }
  732. ],
  733. "formParameters": [],
  734. "queryParameters": [],
  735. "ins": [],
  736. "outs": []
  737. },
  738. {
  739. "name": "listCountExpiredTaskByProcess",
  740. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByProcess",
  741. "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按process分项统计,(0)表示占位符.",
  742. "type": "GET",
  743. "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/unit/{unit}/person/{person}/by/process",
  744. "contentType": "application/json",
  745. "resultContentType": "application/json; charset\u003dUTF-8",
  746. "useJsonElementParameter": false,
  747. "pathParameters": [
  748. {
  749. "name": "applicationId",
  750. "type": "String",
  751. "description": "应用标识"
  752. },
  753. {
  754. "name": "person",
  755. "type": "String",
  756. "description": "个人标识"
  757. },
  758. {
  759. "name": "unit",
  760. "type": "String",
  761. "description": "组织标识"
  762. }
  763. ],
  764. "formParameters": [],
  765. "queryParameters": [],
  766. "ins": [],
  767. "outs": []
  768. },
  769. {
  770. "name": "listCountExpiredTaskByUnit",
  771. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByUnit",
  772. "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按unit分项统计,(0)表示占位符.",
  773. "type": "GET",
  774. "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit",
  775. "contentType": "application/json",
  776. "resultContentType": "application/json; charset\u003dUTF-8",
  777. "useJsonElementParameter": false,
  778. "pathParameters": [
  779. {
  780. "name": "activityId",
  781. "type": "String",
  782. "description": "活动标识"
  783. },
  784. {
  785. "name": "applicationId",
  786. "type": "String",
  787. "description": "应用标识"
  788. },
  789. {
  790. "name": "processId",
  791. "type": "String",
  792. "description": "流程标识"
  793. }
  794. ],
  795. "formParameters": [],
  796. "queryParameters": [],
  797. "ins": [],
  798. "outs": []
  799. },
  800. {
  801. "name": "listCountExpiredWork",
  802. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWork",
  803. "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,(0)表示占位符.",
  804. "type": "GET",
  805. "path": "jaxrs/period/list/count/expired/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}",
  806. "contentType": "application/json",
  807. "resultContentType": "application/json; charset\u003dUTF-8",
  808. "useJsonElementParameter": false,
  809. "pathParameters": [
  810. {
  811. "name": "applicationId",
  812. "type": "String",
  813. "description": "应用标识"
  814. },
  815. {
  816. "name": "person",
  817. "type": "String",
  818. "description": "个人标识"
  819. },
  820. {
  821. "name": "processId",
  822. "type": "String",
  823. "description": "流程标识"
  824. },
  825. {
  826. "name": "unit",
  827. "type": "String",
  828. "description": "组织标识"
  829. }
  830. ],
  831. "formParameters": [],
  832. "queryParameters": [],
  833. "ins": [],
  834. "outs": [
  835. {
  836. "name": "name",
  837. "type": "String",
  838. "isCollection": false,
  839. "description": "名称"
  840. },
  841. {
  842. "name": "value",
  843. "type": "String",
  844. "isCollection": false,
  845. "description": "值"
  846. },
  847. {
  848. "name": "count",
  849. "type": "Long",
  850. "isCollection": false,
  851. "description": "数量"
  852. }
  853. ]
  854. },
  855. {
  856. "name": "listCountExpiredWorkByApplication",
  857. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWorkByApplication",
  858. "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,按department分项统计,(0)表示占位符.",
  859. "type": "GET",
  860. "path": "jaxrs/period/list/count/expired/work/unit/{unit}/person/{person}/by/application",
  861. "contentType": "application/json",
  862. "resultContentType": "application/json; charset\u003dUTF-8",
  863. "useJsonElementParameter": false,
  864. "pathParameters": [
  865. {
  866. "name": "person",
  867. "type": "String",
  868. "description": ""
  869. },
  870. {
  871. "name": "unit",
  872. "type": "String",
  873. "description": ""
  874. }
  875. ],
  876. "formParameters": [],
  877. "queryParameters": [],
  878. "ins": [],
  879. "outs": []
  880. },
  881. {
  882. "name": "listCountExpiredWorkByCompany",
  883. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWorkByUnit",
  884. "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,按unit分项统计,(0)表示占位符.",
  885. "type": "GET",
  886. "path": "jaxrs/period/list/count/expired/work/application/{applicationId}/process/{processId}/by/unit",
  887. "contentType": "application/json",
  888. "resultContentType": "application/json; charset\u003dUTF-8",
  889. "useJsonElementParameter": false,
  890. "pathParameters": [
  891. {
  892. "name": "applicationId",
  893. "type": "String",
  894. "description": "应用标识"
  895. },
  896. {
  897. "name": "processId",
  898. "type": "String",
  899. "description": "流程标识"
  900. }
  901. ],
  902. "formParameters": [],
  903. "queryParameters": [],
  904. "ins": [],
  905. "outs": []
  906. },
  907. {
  908. "name": "listCountExpiredWorkByProcess",
  909. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWorkByProcess",
  910. "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,按process分项统计,(0)表示占位符.",
  911. "type": "GET",
  912. "path": "jaxrs/period/list/count/expired/work/application/{applicationId}/unit/{unit}/person/{person}/by/process",
  913. "contentType": "application/json",
  914. "resultContentType": "application/json; charset\u003dUTF-8",
  915. "useJsonElementParameter": false,
  916. "pathParameters": [
  917. {
  918. "name": "applicationId",
  919. "type": "String",
  920. "description": "应用标识"
  921. },
  922. {
  923. "name": "person",
  924. "type": "String",
  925. "description": "个人标识"
  926. },
  927. {
  928. "name": "unit",
  929. "type": "String",
  930. "description": "组织标识"
  931. }
  932. ],
  933. "formParameters": [],
  934. "queryParameters": [],
  935. "ins": [],
  936. "outs": []
  937. },
  938. {
  939. "name": "listCountStartTask",
  940. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTask",
  941. "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,(0)表示占位符.",
  942. "type": "GET",
  943. "path": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}",
  944. "contentType": "application/json",
  945. "resultContentType": "application/json; charset\u003dUTF-8",
  946. "useJsonElementParameter": false,
  947. "pathParameters": [
  948. {
  949. "name": "activityId",
  950. "type": "String",
  951. "description": "活动标识"
  952. },
  953. {
  954. "name": "applicationId",
  955. "type": "String",
  956. "description": "应用标识"
  957. },
  958. {
  959. "name": "person",
  960. "type": "String",
  961. "description": "个人标识"
  962. },
  963. {
  964. "name": "processId",
  965. "type": "String",
  966. "description": "流程标识"
  967. },
  968. {
  969. "name": "unit",
  970. "type": "String",
  971. "description": "组织标识"
  972. }
  973. ],
  974. "formParameters": [],
  975. "queryParameters": [],
  976. "ins": [],
  977. "outs": [
  978. {
  979. "name": "name",
  980. "type": "String",
  981. "isCollection": false,
  982. "description": "名称"
  983. },
  984. {
  985. "name": "value",
  986. "type": "String",
  987. "isCollection": false,
  988. "description": "值"
  989. },
  990. {
  991. "name": "count",
  992. "type": "Long",
  993. "isCollection": false,
  994. "description": "数量"
  995. }
  996. ]
  997. },
  998. {
  999. "name": "listCountStartTaskByActivity",
  1000. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByActivity",
  1001. "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据activity进行分项统计,(0)表示占位符.",
  1002. "type": "GET",
  1003. "path": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity",
  1004. "contentType": "application/json",
  1005. "resultContentType": "application/json; charset\u003dUTF-8",
  1006. "useJsonElementParameter": false,
  1007. "pathParameters": [
  1008. {
  1009. "name": "applicationId",
  1010. "type": "String",
  1011. "description": "应用标识"
  1012. },
  1013. {
  1014. "name": "person",
  1015. "type": "String",
  1016. "description": "个人标识"
  1017. },
  1018. {
  1019. "name": "processId",
  1020. "type": "String",
  1021. "description": "流程标识"
  1022. },
  1023. {
  1024. "name": "unit",
  1025. "type": "String",
  1026. "description": "组织标识"
  1027. }
  1028. ],
  1029. "formParameters": [],
  1030. "queryParameters": [],
  1031. "ins": [],
  1032. "outs": []
  1033. },
  1034. {
  1035. "name": "listCountStartTaskByApplication",
  1036. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByApplication",
  1037. "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据application进行分项统计,(0)表示占位符.",
  1038. "type": "GET",
  1039. "path": "jaxrs/period/list/count/start/task/unit/{unit}/person/{person}/by/application",
  1040. "contentType": "application/json",
  1041. "resultContentType": "application/json; charset\u003dUTF-8",
  1042. "useJsonElementParameter": false,
  1043. "pathParameters": [
  1044. {
  1045. "name": "person",
  1046. "type": "String",
  1047. "description": "个人标识"
  1048. },
  1049. {
  1050. "name": "unit",
  1051. "type": "String",
  1052. "description": "组织标识"
  1053. }
  1054. ],
  1055. "formParameters": [],
  1056. "queryParameters": [],
  1057. "ins": [],
  1058. "outs": []
  1059. },
  1060. {
  1061. "name": "listCountStartTaskByProcess",
  1062. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByProcess",
  1063. "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据process进行分项统计,(0)表示占位符.",
  1064. "type": "GET",
  1065. "path": "jaxrs/period/list/count/start/task/application/{applicationId}/unit/{unit}/person/{person}/by/process",
  1066. "contentType": "application/json",
  1067. "resultContentType": "application/json; charset\u003dUTF-8",
  1068. "useJsonElementParameter": false,
  1069. "pathParameters": [
  1070. {
  1071. "name": "applicationId",
  1072. "type": "String",
  1073. "description": "应用标识"
  1074. },
  1075. {
  1076. "name": "person",
  1077. "type": "String",
  1078. "description": "个人标识"
  1079. },
  1080. {
  1081. "name": "unit",
  1082. "type": "String",
  1083. "description": "组织标识"
  1084. }
  1085. ],
  1086. "formParameters": [],
  1087. "queryParameters": [],
  1088. "ins": [],
  1089. "outs": []
  1090. },
  1091. {
  1092. "name": "listCountStartTaskByUnit",
  1093. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByUnit",
  1094. "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据unit进行分项统计,(0)表示占位符.",
  1095. "type": "GET",
  1096. "path": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit",
  1097. "contentType": "application/json",
  1098. "resultContentType": "application/json; charset\u003dUTF-8",
  1099. "useJsonElementParameter": false,
  1100. "pathParameters": [
  1101. {
  1102. "name": "activityId",
  1103. "type": "String",
  1104. "description": "活动标识"
  1105. },
  1106. {
  1107. "name": "applicationId",
  1108. "type": "String",
  1109. "description": "应用标识"
  1110. },
  1111. {
  1112. "name": "processId",
  1113. "type": "String",
  1114. "description": "流程标识"
  1115. }
  1116. ],
  1117. "formParameters": [],
  1118. "queryParameters": [],
  1119. "ins": [],
  1120. "outs": []
  1121. },
  1122. {
  1123. "name": "listCountStartWork",
  1124. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWork",
  1125. "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,(0)作为占位符.",
  1126. "type": "GET",
  1127. "path": "jaxrs/period/list/count/start/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}",
  1128. "contentType": "application/json",
  1129. "resultContentType": "application/json; charset\u003dUTF-8",
  1130. "useJsonElementParameter": false,
  1131. "pathParameters": [
  1132. {
  1133. "name": "applicationId",
  1134. "type": "String",
  1135. "description": "应用标识"
  1136. },
  1137. {
  1138. "name": "person",
  1139. "type": "String",
  1140. "description": "个人标识"
  1141. },
  1142. {
  1143. "name": "processId",
  1144. "type": "String",
  1145. "description": "流程标识"
  1146. },
  1147. {
  1148. "name": "unit",
  1149. "type": "String",
  1150. "description": "组织标识"
  1151. }
  1152. ],
  1153. "formParameters": [],
  1154. "queryParameters": [],
  1155. "ins": [],
  1156. "outs": [
  1157. {
  1158. "name": "name",
  1159. "type": "String",
  1160. "isCollection": false,
  1161. "description": "名称"
  1162. },
  1163. {
  1164. "name": "value",
  1165. "type": "String",
  1166. "isCollection": false,
  1167. "description": "值"
  1168. },
  1169. {
  1170. "name": "count",
  1171. "type": "Long",
  1172. "isCollection": false,
  1173. "description": "数量"
  1174. }
  1175. ]
  1176. },
  1177. {
  1178. "name": "listCountStartWorkByApplication",
  1179. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWorkByApplication",
  1180. "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,按application分项统计,(0)作为占位符.",
  1181. "type": "GET",
  1182. "path": "jaxrs/period/list/count/start/work/unit/{unit}/person/{person}/by/application",
  1183. "contentType": "application/json",
  1184. "resultContentType": "application/json; charset\u003dUTF-8",
  1185. "useJsonElementParameter": false,
  1186. "pathParameters": [
  1187. {
  1188. "name": "person",
  1189. "type": "String",
  1190. "description": "个人标识"
  1191. },
  1192. {
  1193. "name": "unit",
  1194. "type": "String",
  1195. "description": "组织标识"
  1196. }
  1197. ],
  1198. "formParameters": [],
  1199. "queryParameters": [],
  1200. "ins": [],
  1201. "outs": []
  1202. },
  1203. {
  1204. "name": "listCountStartWorkByCompany",
  1205. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWorkByUnit",
  1206. "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,按unit分项统计,(0)作为占位符.",
  1207. "type": "GET",
  1208. "path": "jaxrs/period/list/count/start/work/application/{applicationId}/process/{processId}/by/unit",
  1209. "contentType": "application/json",
  1210. "resultContentType": "application/json; charset\u003dUTF-8",
  1211. "useJsonElementParameter": false,
  1212. "pathParameters": [
  1213. {
  1214. "name": "applicationId",
  1215. "type": "String",
  1216. "description": "应用标识"
  1217. },
  1218. {
  1219. "name": "processId",
  1220. "type": "String",
  1221. "description": "流程标识"
  1222. }
  1223. ],
  1224. "formParameters": [],
  1225. "queryParameters": [],
  1226. "ins": [],
  1227. "outs": []
  1228. },
  1229. {
  1230. "name": "listCountStartWorkByProcess",
  1231. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWorkByProcess",
  1232. "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,按process分项统计,(0)作为占位符.",
  1233. "type": "GET",
  1234. "path": "jaxrs/period/list/count/start/work/application/{applicationId}/unit/{unit}/person/{person}/by/process",
  1235. "contentType": "application/json",
  1236. "resultContentType": "application/json; charset\u003dUTF-8",
  1237. "useJsonElementParameter": false,
  1238. "pathParameters": [
  1239. {
  1240. "name": "applicationId",
  1241. "type": "String",
  1242. "description": "应用标识"
  1243. },
  1244. {
  1245. "name": "person",
  1246. "type": "String",
  1247. "description": "个人标识"
  1248. },
  1249. {
  1250. "name": "unit",
  1251. "type": "String",
  1252. "description": "组织标识"
  1253. }
  1254. ],
  1255. "formParameters": [],
  1256. "queryParameters": [],
  1257. "ins": [],
  1258. "outs": []
  1259. },
  1260. {
  1261. "name": "listExpiredTaskApplicationStubs",
  1262. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredTaskApplicationStubs",
  1263. "description": "获取每月产生的超时待办任务,所对应的应用流程以及活动,根据Task和TaskCompleted统计得到.",
  1264. "type": "GET",
  1265. "path": "jaxrs/period/list/expired/task/applicationstubs",
  1266. "contentType": "application/json",
  1267. "resultContentType": "application/json; charset\u003dUTF-8",
  1268. "useJsonElementParameter": false,
  1269. "pathParameters": [],
  1270. "formParameters": [],
  1271. "queryParameters": [],
  1272. "ins": [],
  1273. "outs": []
  1274. },
  1275. {
  1276. "name": "listExpiredTaskCompanyStubs",
  1277. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredTaskUnitStubs",
  1278. "description": "获取每月产生的超时待办任务,所对应的公司以及部门,根据Task和TaskCompleted统计得到.",
  1279. "type": "GET",
  1280. "path": "jaxrs/period/list/expired/task/unitstubs",
  1281. "contentType": "application/json",
  1282. "resultContentType": "application/json; charset\u003dUTF-8",
  1283. "useJsonElementParameter": false,
  1284. "pathParameters": [],
  1285. "formParameters": [],
  1286. "queryParameters": [],
  1287. "ins": [],
  1288. "outs": []
  1289. },
  1290. {
  1291. "name": "listExpiredWorkApplicationStubs",
  1292. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredWorkApplicationStubs",
  1293. "description": "获取每月超时的Work,所对应的应用流程以及活动,根据Work和WorkCompleted统计得到.",
  1294. "type": "GET",
  1295. "path": "jaxrs/period/list/expired/work/applicationstubs",
  1296. "contentType": "application/json",
  1297. "resultContentType": "application/json; charset\u003dUTF-8",
  1298. "useJsonElementParameter": false,
  1299. "pathParameters": [],
  1300. "formParameters": [],
  1301. "queryParameters": [],
  1302. "ins": [],
  1303. "outs": []
  1304. },
  1305. {
  1306. "name": "listExpiredWorkCompanyStubs",
  1307. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredWorkUnitStubs",
  1308. "description": "获取每月超时的Work,所对应的公司以及部门,根据Work和WorkCompleted统计得到.",
  1309. "type": "GET",
  1310. "path": "jaxrs/period/list/expired/work/unitstubs",
  1311. "contentType": "application/json",
  1312. "resultContentType": "application/json; charset\u003dUTF-8",
  1313. "useJsonElementParameter": false,
  1314. "pathParameters": [],
  1315. "formParameters": [],
  1316. "queryParameters": [],
  1317. "ins": [],
  1318. "outs": []
  1319. },
  1320. {
  1321. "name": "listStartTaskApplicationStubs",
  1322. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartTaskApplicationStubs",
  1323. "description": "获取每月产生的待办任务,所对应的应用流程以及活动,根据Task和TaskCompleted统计得到.",
  1324. "type": "GET",
  1325. "path": "jaxrs/period/list/start/task/applicationstubs",
  1326. "contentType": "application/json",
  1327. "resultContentType": "application/json; charset\u003dUTF-8",
  1328. "useJsonElementParameter": false,
  1329. "pathParameters": [],
  1330. "formParameters": [],
  1331. "queryParameters": [],
  1332. "ins": [],
  1333. "outs": []
  1334. },
  1335. {
  1336. "name": "listStartTaskCompanyStubs",
  1337. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartTaskUnitStubs",
  1338. "description": "获取每月产生的待办任务,所对应的组织,根据Task和TaskCompleted统计得到.",
  1339. "type": "GET",
  1340. "path": "jaxrs/period/list/start/task/unitstubs",
  1341. "contentType": "application/json",
  1342. "resultContentType": "application/json; charset\u003dUTF-8",
  1343. "useJsonElementParameter": false,
  1344. "pathParameters": [],
  1345. "formParameters": [],
  1346. "queryParameters": [],
  1347. "ins": [],
  1348. "outs": []
  1349. },
  1350. {
  1351. "name": "listStartWorkApplicationStubs",
  1352. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartWorkApplicationStubs",
  1353. "description": "获取每月产生的Work,所对应的应用流程以及活动,根据Work和WorkCompleted统计得到.",
  1354. "type": "GET",
  1355. "path": "jaxrs/period/list/start/work/applicationstubs",
  1356. "contentType": "application/json",
  1357. "resultContentType": "application/json; charset\u003dUTF-8",
  1358. "useJsonElementParameter": false,
  1359. "pathParameters": [],
  1360. "formParameters": [],
  1361. "queryParameters": [],
  1362. "ins": [],
  1363. "outs": []
  1364. },
  1365. {
  1366. "name": "listStartWorkUnitStubs",
  1367. "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartWorkUnitStubs",
  1368. "description": "获取每月产生的Work,所对应的公司以及部门,根据Work和WorkCompleted统计得到.",
  1369. "type": "GET",
  1370. "path": "jaxrs/period/list/start/work/unitstubs",
  1371. "contentType": "application/json",
  1372. "resultContentType": "application/json; charset\u003dUTF-8",
  1373. "useJsonElementParameter": false,
  1374. "pathParameters": [],
  1375. "formParameters": [],
  1376. "queryParameters": [],
  1377. "ins": [],
  1378. "outs": []
  1379. }
  1380. ]
  1381. },
  1382. {
  1383. "name": "StateAction",
  1384. "className": "com.x.processplatform.assemble.bam.jaxrs.state.StateAction",
  1385. "description": "运行统计",
  1386. "methods": [
  1387. {
  1388. "name": "applicationStubsTrigger",
  1389. "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionApplicationStubsTrigger",
  1390. "description": "触发获取应用.",
  1391. "type": "GET",
  1392. "path": "jaxrs/state/applicationtstubs/trigger",
  1393. "contentType": "application/json",
  1394. "resultContentType": "application/json; charset\u003dUTF-8",
  1395. "useJsonElementParameter": false,
  1396. "pathParameters": [],
  1397. "formParameters": [],
  1398. "queryParameters": [],
  1399. "ins": [],
  1400. "outs": []
  1401. },
  1402. {
  1403. "name": "category",
  1404. "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionCategory",
  1405. "description": "获取根据应用的统计.",
  1406. "type": "GET",
  1407. "path": "jaxrs/state/category",
  1408. "contentType": "application/json",
  1409. "resultContentType": "application/json; charset\u003dUTF-8",
  1410. "useJsonElementParameter": false,
  1411. "pathParameters": [],
  1412. "formParameters": [],
  1413. "queryParameters": [],
  1414. "ins": [],
  1415. "outs": [
  1416. {
  1417. "name": "application",
  1418. "type": "List\u003cWoApplication\u003e",
  1419. "isCollection": true,
  1420. "description": "应用分类"
  1421. },
  1422. {
  1423. "name": "process",
  1424. "type": "List\u003cWoProcess\u003e",
  1425. "isCollection": true,
  1426. "description": "分类流程"
  1427. },
  1428. {
  1429. "name": "activity",
  1430. "type": "List\u003cWoActivity\u003e",
  1431. "isCollection": true,
  1432. "description": "活动分类"
  1433. }
  1434. ]
  1435. },
  1436. {
  1437. "name": "categoryTrigger",
  1438. "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionCategoryTrigger",
  1439. "description": "触发根据应用的统计.",
  1440. "type": "GET",
  1441. "path": "jaxrs/state/category/trigger",
  1442. "contentType": "application/json",
  1443. "resultContentType": "application/json; charset\u003dUTF-8",
  1444. "useJsonElementParameter": false,
  1445. "pathParameters": [],
  1446. "formParameters": [],
  1447. "queryParameters": [],
  1448. "ins": [],
  1449. "outs": [
  1450. {
  1451. "name": "application",
  1452. "type": "List\u003cWoApplication\u003e",
  1453. "isCollection": true,
  1454. "description": "应用分类"
  1455. },
  1456. {
  1457. "name": "process",
  1458. "type": "List\u003cWoProcess\u003e",
  1459. "isCollection": true,
  1460. "description": "分类流程"
  1461. },
  1462. {
  1463. "name": "activity",
  1464. "type": "List\u003cWoActivity\u003e",
  1465. "isCollection": true,
  1466. "description": "活动分类"
  1467. }
  1468. ]
  1469. },
  1470. {
  1471. "name": "organization",
  1472. "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionOrganization",
  1473. "description": "获取根据组织,个人的统计.",
  1474. "type": "GET",
  1475. "path": "jaxrs/state/organization",
  1476. "contentType": "application/json",
  1477. "resultContentType": "application/json; charset\u003dUTF-8",
  1478. "useJsonElementParameter": false,
  1479. "pathParameters": [],
  1480. "formParameters": [],
  1481. "queryParameters": [],
  1482. "ins": [],
  1483. "outs": [
  1484. {
  1485. "name": "unit",
  1486. "type": "List\u003cWoUnit\u003e",
  1487. "isCollection": true,
  1488. "description": "按组织统计"
  1489. },
  1490. {
  1491. "name": "person",
  1492. "type": "List\u003cWoPerson\u003e",
  1493. "isCollection": true,
  1494. "description": "按个人统计"
  1495. }
  1496. ]
  1497. },
  1498. {
  1499. "name": "running",
  1500. "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionRunning",
  1501. "description": "获取运行情况.",
  1502. "type": "GET",
  1503. "path": "jaxrs/state/running",
  1504. "contentType": "application/json",
  1505. "resultContentType": "application/json; charset\u003dUTF-8",
  1506. "useJsonElementParameter": false,
  1507. "pathParameters": [],
  1508. "formParameters": [],
  1509. "queryParameters": [],
  1510. "ins": [],
  1511. "outs": []
  1512. },
  1513. {
  1514. "name": "summary",
  1515. "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionSummary",
  1516. "description": "获取全局统计.",
  1517. "type": "GET",
  1518. "path": "jaxrs/state/summary",
  1519. "contentType": "application/json",
  1520. "resultContentType": "application/json; charset\u003dUTF-8",
  1521. "useJsonElementParameter": false,
  1522. "pathParameters": [],
  1523. "formParameters": [],
  1524. "queryParameters": [],
  1525. "ins": [],
  1526. "outs": [
  1527. {
  1528. "name": "applicationCount",
  1529. "type": "Long",
  1530. "isCollection": false,
  1531. "description": "应用数量"
  1532. },
  1533. {
  1534. "name": "processCount",
  1535. "type": "Long",
  1536. "isCollection": false,
  1537. "description": "流程数量"
  1538. },
  1539. {
  1540. "name": "taskCount",
  1541. "type": "Long",
  1542. "isCollection": false,
  1543. "description": "待办数量"
  1544. },
  1545. {
  1546. "name": "taskCompletedCount",
  1547. "type": "Long",
  1548. "isCollection": false,
  1549. "description": "已办数量"
  1550. },
  1551. {
  1552. "name": "readCount",
  1553. "type": "Long",
  1554. "isCollection": false,
  1555. "description": "待阅数量"
  1556. },
  1557. {
  1558. "name": "readCompletedCount",
  1559. "type": "Long",
  1560. "isCollection": false,
  1561. "description": "已阅数量"
  1562. },
  1563. {
  1564. "name": "workCount",
  1565. "type": "Long",
  1566. "isCollection": false,
  1567. "description": "工作实例数量"
  1568. },
  1569. {
  1570. "name": "workCompletedCount",
  1571. "type": "Long",
  1572. "isCollection": false,
  1573. "description": "已完成工作数量"
  1574. },
  1575. {
  1576. "name": "expiredTaskCount",
  1577. "type": "Long",
  1578. "isCollection": false,
  1579. "description": "超时待办数量"
  1580. },
  1581. {
  1582. "name": "expiredTaskCompletedCount",
  1583. "type": "Long",
  1584. "isCollection": false,
  1585. "description": "超时已办数量"
  1586. },
  1587. {
  1588. "name": "expiredWorkCount",
  1589. "type": "Long",
  1590. "isCollection": false,
  1591. "description": "超时工作数量"
  1592. },
  1593. {
  1594. "name": "expiredWorkCompletedCount",
  1595. "type": "Long",
  1596. "isCollection": false,
  1597. "description": "身份对象"
  1598. }
  1599. ]
  1600. }
  1601. ]
  1602. }
  1603. ]
  1604. }