| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604 |
- {
- "jaxrs": [
- {
- "name": "CacheAction",
- "className": "com.x.base.core.project.jaxrs.cache.CacheAction",
- "description": "缓存操作",
- "methods": [
- {
- "name": "configFlush",
- "className": "com.x.base.core.project.jaxrs.cache.ActionConfigFlush",
- "description": "接收config flush 信号.",
- "type": "GET",
- "path": "jaxrs/cache/config/flush",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "value",
- "type": "Boolean",
- "isCollection": false,
- "description": "布尔值."
- }
- ]
- },
- {
- "name": "receive",
- "className": "com.x.base.core.project.jaxrs.cache.ActionReceive",
- "description": "接收Cache刷新信息.",
- "type": "PUT",
- "path": "jaxrs/cache",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [
- {
- "name": "nodeName",
- "type": "String",
- "isCollection": false,
- "description": "节点名",
- "isBaseType": true
- },
- {
- "name": "className",
- "type": "String",
- "isCollection": false,
- "description": "类名",
- "isBaseType": true
- },
- {
- "name": "keys",
- "type": "List\u003cObject\u003e",
- "isCollection": true,
- "description": "关键字",
- "isBaseType": false
- }
- ],
- "outs": [
- {
- "name": "value",
- "type": "String",
- "isCollection": false,
- "description": "字符串值"
- }
- ]
- }
- ]
- },
- {
- "name": "EchoAction",
- "className": "com.x.base.core.project.jaxrs.echo.EchoAction",
- "description": "响应",
- "methods": [
- {
- "name": "get",
- "className": "com.x.base.core.project.jaxrs.echo.ActionGet",
- "description": "获取应答.",
- "type": "GET",
- "path": "jaxrs/echo",
- "contentType": "application/json",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "servletContextName",
- "type": "String",
- "isCollection": false,
- "description": "上下文根"
- },
- {
- "name": "serverTime",
- "type": "Date",
- "isCollection": false,
- "description": "服务器时间"
- }
- ]
- }
- ]
- },
- {
- "name": "FireScheduleAction",
- "className": "com.x.base.core.project.jaxrs.fireschedule.FireScheduleAction",
- "description": "触发任务",
- "methods": [
- {
- "name": "execute",
- "className": "com.x.base.core.project.jaxrs.fireschedule.ActionExecute",
- "description": "接受x_program_center发送过来的运行schedule.",
- "type": "GET",
- "path": "jaxrs/fireschedule/classname/{className}",
- "contentType": "application/json",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "className",
- "type": "String",
- "description": "运行类"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "value",
- "type": "Boolean",
- "isCollection": false,
- "description": "布尔值."
- }
- ]
- }
- ]
- },
- {
- "name": "LoggerAction",
- "className": "com.x.base.core.project.jaxrs.logger.LoggerAction",
- "description": "日志操作",
- "methods": [
- {
- "name": "debug",
- "className": "com.x.base.core.project.jaxrs.logger.ActionDebug",
- "description": "设置日志级别为DEBUG.",
- "type": "GET",
- "path": "jaxrs/logger/debug",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "value",
- "type": "Boolean",
- "isCollection": false,
- "description": "布尔值."
- }
- ]
- },
- {
- "name": "get",
- "className": "com.x.base.core.project.jaxrs.logger.ActionGet",
- "description": "获取当前日志级别.",
- "type": "GET",
- "path": "jaxrs/logger",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "value",
- "type": "String",
- "isCollection": false,
- "description": "字符串值"
- }
- ]
- },
- {
- "name": "info",
- "className": "com.x.base.core.project.jaxrs.logger.ActionInfo",
- "description": "设置日志级别为INFO",
- "type": "GET",
- "path": "jaxrs/logger/info",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "value",
- "type": "Boolean",
- "isCollection": false,
- "description": "布尔值."
- }
- ]
- },
- {
- "name": "trace",
- "className": "com.x.base.core.project.jaxrs.logger.ActionTrace",
- "description": "设置日志级别为TRACE.",
- "type": "GET",
- "path": "jaxrs/logger/trace",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "value",
- "type": "Boolean",
- "isCollection": false,
- "description": "布尔值."
- }
- ]
- },
- {
- "name": "warn",
- "className": "com.x.base.core.project.jaxrs.logger.ActionWarn",
- "description": "设置日志级别为WARN",
- "type": "GET",
- "path": "jaxrs/logger/warn",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "value",
- "type": "Boolean",
- "isCollection": false,
- "description": "布尔值."
- }
- ]
- }
- ]
- },
- {
- "name": "PeriodAction",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.PeriodAction",
- "description": "阶段统计",
- "methods": [
- {
- "name": "listCompletedTaskApplicationStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedTaskApplicationStubs",
- "description": "获取每月完成的待办任务,所对应的应用流程以及活动,根据TaskCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/completed/task/applicationstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCompletedTaskCompanyStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedTaskUnitStubs",
- "description": "获取每月完成的待办任务,所对应的公司以及部门,根据TaskCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/completed/task/unitstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCompletedWorkApplicationStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedWorkApplicationStubs",
- "description": "获取每月完成的Work,所对应的应用流程以及活动,根据WorkCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/completed/work/applicationstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCompletedWorkCompanyStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCompletedWorkUnitStubs",
- "description": "获取每月完成的Work,所对应的公司以及部门,根据WorkCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/completed/work/unitstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedTask",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTask",
- "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "activityId",
- "type": "String",
- "description": "活动标识"
- },
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "name",
- "type": "String",
- "isCollection": false,
- "description": "名称"
- },
- {
- "name": "value",
- "type": "String",
- "isCollection": false,
- "description": "值"
- },
- {
- "name": "count",
- "type": "Long",
- "isCollection": false,
- "description": "数量"
- },
- {
- "name": "duration",
- "type": "Long",
- "isCollection": false,
- "description": "总时长"
- }
- ]
- },
- {
- "name": "listCountCompletedTaskByActivity",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByActivity",
- "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按process分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "活动标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedTaskByApplication",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByApplication",
- "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按application分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/task/unit/{unit}/person/{person}/by/application",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedTaskByProcess",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByProcess",
- "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按process分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/unit/{unit}/person/{person}/by/process",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedTaskByUnit",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedTaskByUnit",
- "description": "获取过去12个月中每月完成的办理量,,根据TaskCompleted统计得到.按unit分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "activityId",
- "type": "String",
- "description": "活动标识"
- },
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedWork",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWork",
- "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedWorkByApplication",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWorkByApplication",
- "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计得到,根据application分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/work/unit/{unit}/person/{person}/by/application",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedWorkByCompany",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWorkByUnit",
- "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计得到,根据unit分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/work/application/{applicationId}/process/{processId}/by/unit",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountCompletedWorkByProcess",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountCompletedWorkByProcess",
- "description": "获取过去12个月中每月完成的Work数量,时长,步数.根据workcompleted统计得到,根据process分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/completed/work/application/{applicationId}/unit/{unit}/person/{person}/by/process",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredTask",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTask",
- "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份.(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "activityId",
- "type": "String",
- "description": "活动标识"
- },
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredTaskByActivity",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByActivity",
- "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按activity分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredTaskByApplication",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByApplication",
- "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按application分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/task/unit/{unit}/person/{person}/by/application",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredTaskByProcess",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByProcess",
- "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按process分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/unit/{unit}/person/{person}/by/process",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredTaskByUnit",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredTaskByUnit",
- "description": "获取过去12个月中每月的超时办理量,根据task和taskCompleted的截至时间来计算,计入到待办截至时间的所在月份,按unit分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "activityId",
- "type": "String",
- "description": "活动标识"
- },
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredWork",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWork",
- "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "name",
- "type": "String",
- "isCollection": false,
- "description": "名称"
- },
- {
- "name": "value",
- "type": "String",
- "isCollection": false,
- "description": "值"
- },
- {
- "name": "count",
- "type": "Long",
- "isCollection": false,
- "description": "数量"
- }
- ]
- },
- {
- "name": "listCountExpiredWorkByApplication",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWorkByApplication",
- "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,按department分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/work/unit/{unit}/person/{person}/by/application",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "person",
- "type": "String",
- "description": ""
- },
- {
- "name": "unit",
- "type": "String",
- "description": ""
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredWorkByCompany",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWorkByUnit",
- "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,按unit分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/work/application/{applicationId}/process/{processId}/by/unit",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountExpiredWorkByProcess",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountExpiredWorkByProcess",
- "description": "获取过去12个月中每月超时的Work数量.根据work和workCompleted统计得到,按process分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/expired/work/application/{applicationId}/unit/{unit}/person/{person}/by/process",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountStartTask",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTask",
- "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "activityId",
- "type": "String",
- "description": "活动标识"
- },
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "name",
- "type": "String",
- "isCollection": false,
- "description": "名称"
- },
- {
- "name": "value",
- "type": "String",
- "isCollection": false,
- "description": "值"
- },
- {
- "name": "count",
- "type": "Long",
- "isCollection": false,
- "description": "数量"
- }
- ]
- },
- {
- "name": "listCountStartTaskByActivity",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByActivity",
- "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据activity进行分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountStartTaskByApplication",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByApplication",
- "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据application进行分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/task/unit/{unit}/person/{person}/by/application",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountStartTaskByProcess",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByProcess",
- "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据process进行分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/task/application/{applicationId}/unit/{unit}/person/{person}/by/process",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountStartTaskByUnit",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartTaskByUnit",
- "description": "获取过去12个月中每月产生的待办数量,现有待办+已经办理完成的已办,根据unit进行分项统计,(0)表示占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "activityId",
- "type": "String",
- "description": "活动标识"
- },
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountStartWork",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWork",
- "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,(0)作为占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "name",
- "type": "String",
- "isCollection": false,
- "description": "名称"
- },
- {
- "name": "value",
- "type": "String",
- "isCollection": false,
- "description": "值"
- },
- {
- "name": "count",
- "type": "Long",
- "isCollection": false,
- "description": "数量"
- }
- ]
- },
- {
- "name": "listCountStartWorkByApplication",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWorkByApplication",
- "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,按application分项统计,(0)作为占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/work/unit/{unit}/person/{person}/by/application",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountStartWorkByCompany",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWorkByUnit",
- "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,按unit分项统计,(0)作为占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/work/application/{applicationId}/process/{processId}/by/unit",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "processId",
- "type": "String",
- "description": "流程标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listCountStartWorkByProcess",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListCountStartWorkByProcess",
- "description": "获取过去12个月中每月的Work创建量,统计work和workCompleted,按process分项统计,(0)作为占位符.",
- "type": "GET",
- "path": "jaxrs/period/list/count/start/work/application/{applicationId}/unit/{unit}/person/{person}/by/process",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [
- {
- "name": "applicationId",
- "type": "String",
- "description": "应用标识"
- },
- {
- "name": "person",
- "type": "String",
- "description": "个人标识"
- },
- {
- "name": "unit",
- "type": "String",
- "description": "组织标识"
- }
- ],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listExpiredTaskApplicationStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredTaskApplicationStubs",
- "description": "获取每月产生的超时待办任务,所对应的应用流程以及活动,根据Task和TaskCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/expired/task/applicationstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listExpiredTaskCompanyStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredTaskUnitStubs",
- "description": "获取每月产生的超时待办任务,所对应的公司以及部门,根据Task和TaskCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/expired/task/unitstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listExpiredWorkApplicationStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredWorkApplicationStubs",
- "description": "获取每月超时的Work,所对应的应用流程以及活动,根据Work和WorkCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/expired/work/applicationstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listExpiredWorkCompanyStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListExpiredWorkUnitStubs",
- "description": "获取每月超时的Work,所对应的公司以及部门,根据Work和WorkCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/expired/work/unitstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listStartTaskApplicationStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartTaskApplicationStubs",
- "description": "获取每月产生的待办任务,所对应的应用流程以及活动,根据Task和TaskCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/start/task/applicationstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listStartTaskCompanyStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartTaskUnitStubs",
- "description": "获取每月产生的待办任务,所对应的组织,根据Task和TaskCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/start/task/unitstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listStartWorkApplicationStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartWorkApplicationStubs",
- "description": "获取每月产生的Work,所对应的应用流程以及活动,根据Work和WorkCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/start/work/applicationstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "listStartWorkUnitStubs",
- "className": "com.x.processplatform.assemble.bam.jaxrs.period.ActionListStartWorkUnitStubs",
- "description": "获取每月产生的Work,所对应的公司以及部门,根据Work和WorkCompleted统计得到.",
- "type": "GET",
- "path": "jaxrs/period/list/start/work/unitstubs",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- }
- ]
- },
- {
- "name": "StateAction",
- "className": "com.x.processplatform.assemble.bam.jaxrs.state.StateAction",
- "description": "运行统计",
- "methods": [
- {
- "name": "applicationStubsTrigger",
- "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionApplicationStubsTrigger",
- "description": "触发获取应用.",
- "type": "GET",
- "path": "jaxrs/state/applicationtstubs/trigger",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "category",
- "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionCategory",
- "description": "获取根据应用的统计.",
- "type": "GET",
- "path": "jaxrs/state/category",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "application",
- "type": "List\u003cWoApplication\u003e",
- "isCollection": true,
- "description": "应用分类"
- },
- {
- "name": "process",
- "type": "List\u003cWoProcess\u003e",
- "isCollection": true,
- "description": "分类流程"
- },
- {
- "name": "activity",
- "type": "List\u003cWoActivity\u003e",
- "isCollection": true,
- "description": "活动分类"
- }
- ]
- },
- {
- "name": "categoryTrigger",
- "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionCategoryTrigger",
- "description": "触发根据应用的统计.",
- "type": "GET",
- "path": "jaxrs/state/category/trigger",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "application",
- "type": "List\u003cWoApplication\u003e",
- "isCollection": true,
- "description": "应用分类"
- },
- {
- "name": "process",
- "type": "List\u003cWoProcess\u003e",
- "isCollection": true,
- "description": "分类流程"
- },
- {
- "name": "activity",
- "type": "List\u003cWoActivity\u003e",
- "isCollection": true,
- "description": "活动分类"
- }
- ]
- },
- {
- "name": "organization",
- "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionOrganization",
- "description": "获取根据组织,个人的统计.",
- "type": "GET",
- "path": "jaxrs/state/organization",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "unit",
- "type": "List\u003cWoUnit\u003e",
- "isCollection": true,
- "description": "按组织统计"
- },
- {
- "name": "person",
- "type": "List\u003cWoPerson\u003e",
- "isCollection": true,
- "description": "按个人统计"
- }
- ]
- },
- {
- "name": "running",
- "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionRunning",
- "description": "获取运行情况.",
- "type": "GET",
- "path": "jaxrs/state/running",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": []
- },
- {
- "name": "summary",
- "className": "com.x.processplatform.assemble.bam.jaxrs.state.ActionSummary",
- "description": "获取全局统计.",
- "type": "GET",
- "path": "jaxrs/state/summary",
- "contentType": "application/json",
- "resultContentType": "application/json; charset\u003dUTF-8",
- "useJsonElementParameter": false,
- "pathParameters": [],
- "formParameters": [],
- "queryParameters": [],
- "ins": [],
- "outs": [
- {
- "name": "applicationCount",
- "type": "Long",
- "isCollection": false,
- "description": "应用数量"
- },
- {
- "name": "processCount",
- "type": "Long",
- "isCollection": false,
- "description": "流程数量"
- },
- {
- "name": "taskCount",
- "type": "Long",
- "isCollection": false,
- "description": "待办数量"
- },
- {
- "name": "taskCompletedCount",
- "type": "Long",
- "isCollection": false,
- "description": "已办数量"
- },
- {
- "name": "readCount",
- "type": "Long",
- "isCollection": false,
- "description": "待阅数量"
- },
- {
- "name": "readCompletedCount",
- "type": "Long",
- "isCollection": false,
- "description": "已阅数量"
- },
- {
- "name": "workCount",
- "type": "Long",
- "isCollection": false,
- "description": "工作实例数量"
- },
- {
- "name": "workCompletedCount",
- "type": "Long",
- "isCollection": false,
- "description": "已完成工作数量"
- },
- {
- "name": "expiredTaskCount",
- "type": "Long",
- "isCollection": false,
- "description": "超时待办数量"
- },
- {
- "name": "expiredTaskCompletedCount",
- "type": "Long",
- "isCollection": false,
- "description": "超时已办数量"
- },
- {
- "name": "expiredWorkCount",
- "type": "Long",
- "isCollection": false,
- "description": "超时工作数量"
- },
- {
- "name": "expiredWorkCompletedCount",
- "type": "Long",
- "isCollection": false,
- "description": "身份对象"
- }
- ]
- }
- ]
- }
- ]
- }
|