|
|
@@ -1,14643 +0,0 @@
|
|
|
-{
|
|
|
- "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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": 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,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrAnonymousTaskAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.OkrAnonymousTaskAction",
|
|
|
- "description": "待办信息管理服务(匿名)",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "countMyTask",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionCountMyTask",
|
|
|
- "description": "查询指定用户的待办数量, 需要加上指定的流程的待办数量",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/task/count/{flag}/callback/{funcName}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "用户信息标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "funcName",
|
|
|
- "type": "String",
|
|
|
- "description": "回调方法名"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "text",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "text"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrAttachmentFileInfoAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.OkrAttachmentFileInfoAction",
|
|
|
- "description": "工作附件信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "centerAttachmentDownLoad",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionCenterAttachmentDownload",
|
|
|
- "description": "根据ID下载指定附件",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/download/center/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerAttachmentDownloadStream",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionCenterAttachmentDownloadStream",
|
|
|
- "description": "根据中心工作附件ID下载附件,设定是否使用stream输出",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/download/center/{id}/stream/{stream}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stream",
|
|
|
- "type": "Boolean",
|
|
|
- "description": "用.APPLICATION_OCTET_STREAM头输出"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerAttachmentUpload",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionCenterAttachmentUpload",
|
|
|
- "description": "为中心工作信息上传附件.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/upload/center/{id}/site/{site}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "description": "位置"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deleteCenterAttachment",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionDeleteCenterAttachment",
|
|
|
- "description": "根据中心工作ID删除中心工作的附件信息数据对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/center/attachment/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deleteReportAttachment",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionDeleteReportAttachment",
|
|
|
- "description": "根据工作汇报ID删除工作汇报的附件信息数据对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/report/attachment/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deleteWorkAttachment",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionDeleteWorkAttachment",
|
|
|
- "description": "根据工作ID删除工作的工作附件信息数据对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/work/attachment/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionGet",
|
|
|
- "description": "根据ID获取工作附件信息对象",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workInfoId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象类别:中心工作、工作、工作汇报、问题请示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关键字:存储关键字,工作ID,汇报ID或者问题请示ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者UID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listByCenterId",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.mind.ActionListMindForCenterId",
|
|
|
- "description": "根据中心工作ID获取工作附件信息列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/list/center/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作创建时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "works",
|
|
|
- "type": "List\u003cWoOkrWorkBaseSimpleInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "中心工作包括的工作列表"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listByWorkId",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionListWithWorkId",
|
|
|
- "description": "根据工作ID获取工作附件信息列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/list/work/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workInfoId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象类别:中心工作、工作、工作汇报、问题请示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关键字:存储关键字,工作ID,汇报ID或者问题请示ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者UID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listByWorkReportId",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionListWithReportId",
|
|
|
- "description": "根据工作汇报ID获取附件信息列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/list/report/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的存储名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件真实名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器上编码后的文件名,为了方便辨识带扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workInfoId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "对象类别:中心工作、工作、工作汇报、问题请示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关键字:存储关键字,工作ID,汇报ID或者问题请示ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileHost",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储主机名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件存储路径"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUid",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者UID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件框分类."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deepPath",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否使用更深的路径."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAttachmentDownLoad",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionReportAttachmentDownload",
|
|
|
- "description": "根据ID下载指定附件",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/download/report/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAttachmentDownloadStream",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionReportAttachmentDownloadStream",
|
|
|
- "description": "根据Work下载附件,设定是否使用stream输出",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/download/report/{id}/stream/{stream}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stream",
|
|
|
- "type": "Boolean",
|
|
|
- "description": "用.APPLICATION_OCTET_STREAM头输出"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAttachmentUpload",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionReportAttachmentUpload",
|
|
|
- "description": "上传附件.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/upload/report/{id}/site/{site}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "汇报ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "description": "位置"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAttachmentDownLoad",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionWorkAttachmentDownload",
|
|
|
- "description": "根据ID下载指定附件",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/download/work/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAttachmentDownloadStream",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionWorkAttachmentDownloadStream",
|
|
|
- "description": "根据工作附件ID下载附件,设定是否使用stream输出",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/download/work/{id}/stream/{stream}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stream",
|
|
|
- "type": "Boolean",
|
|
|
- "description": "用.APPLICATION_OCTET_STREAM头输出"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAttachmentUpload",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrattachmentfileinfo.ActionWorkAttachmentUpload",
|
|
|
- "description": "为具体工作信息上传附件.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrattachmentfileinfo/upload/work/{id}/site/{site}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "description": "位置"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrCenterWorkInfoAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.OkrCenterWorkInfoAction",
|
|
|
- "description": "中心工作管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "archive",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionArchive",
|
|
|
- "description": "根据ID归档中心工作数据对象",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/archive/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionDelete",
|
|
|
- "description": "根据ID删除中心工作数据对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deploy",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionDeploy",
|
|
|
- "description": "中心工作正式部署服务",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/deploy/{centerId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "draftNew",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionDraftNewCenter",
|
|
|
- "description": "创建中心工作草稿, 未保存",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/draft",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionGet",
|
|
|
- "description": "根据ID获取中心工作信息对象",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listDraftNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[草稿],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/draft/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listDraftPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[草稿],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/draft/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyArchiveNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[已归档],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/archive/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyArchivePrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[已归档],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/archive/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDeployedNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[部署的],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/deployed/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDeployedPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[部署的],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/deployed/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyReadNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[我可以阅知的],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/read/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyReadPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListByProcessIdentityPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的中心工作[我可以阅知的],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/read/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListNextWithFilter",
|
|
|
- "description": "列示满足过滤条件的中心工作,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListPrevWithFilter",
|
|
|
- "description": "列示满足过滤条件的中心工作,上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrcenterworkinfo/filter/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): VIEW(观察者)|DEPLOY(部署者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)|REPORTAUDIT(汇报审核者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|DELETE"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionSave",
|
|
|
- "description": "新建或者更新中心工作信息对象",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrcenterworkinfo",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployYear",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作部署年份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployMonth",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作部署月份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属顶层组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployDateStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作部署日期-字符串,显示用:yyyy-mm-dd",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimit",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTotal",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作总个数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processingWorkCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "执行中工作个数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedWorkCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "已完成工作个数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "overtimeWorkCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "已超时工作个数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "draftWorkCount",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "草稿工作个数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "中心工作默认阅知领导姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "中心工作默认阅知领导身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "审核者所属组织,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "审核者所属顶层组织,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrCenterWorkInfoAdminAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.OkrCenterWorkInfoAdminAction",
|
|
|
- "description": "中心工作数据管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionDeleteAdmin",
|
|
|
- "description": "根据ID删除中心工作数据对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/admin/okrcenterworkinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListNextWithFilterAdmin",
|
|
|
- "description": "列示满足过滤条件查询的中心工作数据对象,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrcenterworkinfo/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterLikeContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于模糊查询的字符串.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionListPrevWithFilterAdmin",
|
|
|
- "description": "列示满足过滤条件查询的中心工作数据对象,上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrcenterworkinfo/filter/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterLikeContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于模糊查询的字符串.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrcenterworkinfo.ActionGetAdmin",
|
|
|
- "description": "根据ID获取中心工作数据对象",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/admin/okrcenterworkinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrConfigSecretaryAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsercretary.OkrConfigSecretaryAction",
|
|
|
- "description": "领导秘书配置管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsercretary.ActionDelete",
|
|
|
- "description": "根据ID删除具体领导秘书配置信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrconfigsecretary/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "秘书配置信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsercretary.ActionGet",
|
|
|
- "description": "根据ID获取具体领导秘书配置信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigsecretary/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "秘书配置信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMySercretary",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsercretary.ActionListMySercretary",
|
|
|
- "description": "根据登录的用户姓名获取相应的秘书配置列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigsecretary/list/my",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsercretary.ActionListNextWithFilter",
|
|
|
- "description": "列示根据过滤条件的领导秘书配置信息,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrconfigsecretary/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "secretaryName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询的秘书姓名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询的领导姓名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsercretary.ActionListPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件的领导秘书配置信息,上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrconfigsecretary/filter/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "secretaryName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询的秘书姓名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询的领导姓名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsercretary.ActionSave",
|
|
|
- "description": "新建或者更新具体领导秘书配置信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrconfigsecretary",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书身份名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "secretaryTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "秘书所属顶层组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导身份名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "leaderTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "领导所属顶层组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrConfigSystemAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsystem.OkrConfigSystemAction",
|
|
|
- "description": "系统配置管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "all",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsystem.ActionListAll",
|
|
|
- "description": "获取所有系统配置信息列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigsystem/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "allowedDeployWork",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsystem.ActionAllowedDeployWork",
|
|
|
- "description": "根据系统配置查询用户是否有权限部署工作信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigsystem/allowed/deploy",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsystem.ActionDelete",
|
|
|
- "description": "根据ID删除系统配置信息对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrconfigsystem/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "系统配置信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsystem.ActionGet",
|
|
|
- "description": "根据ID获取系统配置信息对象",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigsystem/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "系统配置信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getByCode",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsystem.ActionGetByCode",
|
|
|
- "description": "根据CODE获取系统配置信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrconfigsystem/code",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigsystem.ActionSave",
|
|
|
- "description": "新建或者更新系统配置信息对象",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrconfigsystem",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configCode",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "系统配置编码",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "configValue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "配置值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "valueType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "值类型: select | identity | number | date | text",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "selectContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "可选值,和select配合使用,以‘|’号分隔",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isMultiple",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否可以多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrConfigWorkLevelAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworklevel.OkrConfigWorkLevelAction",
|
|
|
- "description": "工作级别管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "all",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworklevel.ActionListAll",
|
|
|
- "description": "获取所有工作级别信息列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigworklevel/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevelName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworklevel.ActionDelete",
|
|
|
- "description": "根据ID删除工作级别信息对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrconfigworklevel/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作级别信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworklevel.ActionGet",
|
|
|
- "description": "根据ID获取工作级别信息对象",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigworklevel/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作级别信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevelName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworklevel.ActionSave",
|
|
|
- "description": "新建或者更新工作级别信息对象",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrconfigworklevel",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevelName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrConfigWorkTypeAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworktype.OkrConfigWorkTypeAction",
|
|
|
- "description": "工作类别管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "all",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworktype.ExcuteListAll",
|
|
|
- "description": "获取所有工作类别信息列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigworktype/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别别名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "countAll",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworktype.ExcuteListTypeCount",
|
|
|
- "description": "获取所有工作类别信息列表,并且统计每一类所有的中心工作数量.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigworktype/countAll",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别别名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworktype.ExcuteDelete",
|
|
|
- "description": "根据ID删除工作类别信息对象",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrconfigworktype/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作类别信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworktype.ExcuteGet",
|
|
|
- "description": "根据ID获取工作类别信息对象",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrconfigworktype/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作类别信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别别名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrconfigworktype.ExcuteSave",
|
|
|
- "description": "新建或者更新工作类别信息对象",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrconfigworktype",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别别名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrExportAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.export.OkrExportAction",
|
|
|
- "description": "文件导出服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "statisticReportContent",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.export.ActionStatisticReportContentExport",
|
|
|
- "description": "导出汇报内容统计表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/export/statisticreportcontent/{flag}/stream",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "文件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statisticReportStatus",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.export.ActionStatisticReportContentExport",
|
|
|
- "description": "导出汇报状态统计表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/export/statisticreportstatus/{flag}/stream",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "文件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrLoginAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.login.OkrLoginAction",
|
|
|
- "description": "工作管理系统登入服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "getLoginUserInfo",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.login.ActionGetLoginUser",
|
|
|
- "description": "获取用户身份信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/login/user/get",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "login",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.login.ActionLogin",
|
|
|
- "description": "用户进入系统,获取并且缓存用户身份信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/login",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "loginIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "登录身份名称",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrLogoutAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.login.OkrLogoutAction",
|
|
|
- "description": "工作管理系统登出服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "logout",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.login.ActionLogout",
|
|
|
- "description": "用户登出,删除已经缓存的用户身份信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/logout",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrStatisticReportContentAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.OkrStatisticReportContentAction",
|
|
|
- "description": "工作汇报内容统计信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "excute",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportprocesslog.ActionSave",
|
|
|
- "description": "测试定时代理,对工作的汇报情况进行统计分析",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/streportcontent/excute",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "excuteAll",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportContentCaculateAll",
|
|
|
- "description": "测试定时代理,对工作的汇报提交情况进行统计分析.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/streportcontent/excute/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "export",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportContentExport",
|
|
|
- "description": "根据条件获取OkrStatisticReportContent部分信息对象.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/streportcontent/export",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "reportCycle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报周期:每周汇报|每月汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类型名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statisticTimeFlag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计时间标识",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计年份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计月份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "week",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计周数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作状态:正常|已归档",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序类型",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listByCondition",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportContentListByFilter",
|
|
|
- "description": "根据条件获取OkrStatisticReportContent部分信息对象.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/streportcontent/filter/list",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "reportCycle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报周期:每周汇报|每月汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类型名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statisticTimeFlag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计时间标识",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计年份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计月份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "week",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计周数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作状态:正常|已归档",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序类型",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listDateByCondition",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportContentListDateByFilter",
|
|
|
- "description": "根据条件获取统计的日期列表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/streportcontent/date/list",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "reportCycle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报周期:每周汇报|每月汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类型名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statisticTimeFlag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计时间标识",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计年份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计月份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "week",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计周数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作状态:正常|已归档",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序类型",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listReportContentByCondition",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportContentListSubByFilter",
|
|
|
- "description": "根据条件获取OkrStatisticReportContent部分信息对象.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/streportcontent/filter/sub/{parentId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "parentId",
|
|
|
- "type": "String",
|
|
|
- "description": "上级工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "reportCycle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报周期:每周汇报|每月汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类型名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statisticTimeFlag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计时间标识",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计年份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计月份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "week",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计周数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作状态:正常|已归档",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序类型",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "treeByCondition",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStTreeByFilter",
|
|
|
- "description": "根据条件获取OkrStatisticReportContent部分信息对象.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/streportcontent/filter/tree",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "reportCycle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报周期:每周汇报|每月汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类型名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statisticTimeFlag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计时间标识",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计年份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计月份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "week",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "统计周数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作状态:正常|已归档",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序类型",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrStatisticReportStatusAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.OkrStatisticReportStatusAction",
|
|
|
- "description": "工作汇报状态统计信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "excute",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportStatusCaculate",
|
|
|
- "description": "测试定时代理,对工作的汇报提交情况进行统计分析",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/streportstatus/excute",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "excuteAll",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportStatusCaculateAll",
|
|
|
- "description": "测试定时代理,对工作的汇报提交情况进行统计分析",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/streportstatus/excute/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "export",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportStatusExport",
|
|
|
- "description": "导出工作的汇报状态统计信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/streportstatus/export",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询开始日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询结束日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "具体工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类型",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作责任部门",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cycleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报周期:每周汇报|每月汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作状态:正常|已归档",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listReportStatusByCondition",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.statistic.ActionStReportStatusListByFilter",
|
|
|
- "description": "根据条件查询工作的汇报状态统计信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/streportstatus/filter/list",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询开始日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询结束日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "具体工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTypeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类型",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作责任部门",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cycleType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报周期:每周汇报|每月汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作状态:正常|已归档",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrSystemErrorIdentityProcessAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.identity.OkrSystemErrorIdentityProcessAction",
|
|
|
- "description": "工作管理系统数据身份检查服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "changeIdentity",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.identity.ActionChangeIdentity",
|
|
|
- "description": "根据要求将为指定的数据替换身份信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/error/identity/change",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "oldIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "需要变更的无效的身份名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "newIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户更新的新的身份名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recordType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "需要进行变更的数据类型:工作信息|工作汇报|待办已办|交流动态|系统配置|数据统计.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recordId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "需要进行变更的数据所涉及的数据表中具体的数据的ID值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "需要进行变更的数据所涉及的数据表.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "check",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.identity.ActionCheck",
|
|
|
- "description": "对系统中的所有数据信息进行身份检查",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/error/identity/check",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "errorInfoFilterListNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.identity.ActionErrorInfoFilterListNextWithFilter",
|
|
|
- "description": "根据条件分页查询有问题的身份信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/error/identity/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "上一页最后一条信息的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "identity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询身份名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "identity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "更新标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getErrorRecords",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.identity.ActionGetErrorRecords",
|
|
|
- "description": "根据条件查询身份有问题的工作管理数据信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/error/identity/detail",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "identity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询身份名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getOkrErrorIdentityRecords",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.identity.ActionGetOkrErrorIdentityRecords",
|
|
|
- "description": "根据条件分页查询身份有问题工作管理数据信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/error/identity/errorrecords/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "上一页最后一条信息的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "identity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询身份名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "identity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "更新标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "testReplaceAll",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.identity.ActionReplaceOrganWithCheckTable",
|
|
|
- "description": "Test对所有数据的人员姓名,身份以及组织名称进行替换",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/error/identity/test_replace",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrTaskAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.OkrTaskAction",
|
|
|
- "description": "待办信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionGet",
|
|
|
- "description": "根据ID获取待办或者待阅信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrtask/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "待办信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "待办标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理类别: TASK|READ"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间字符串"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyTaskNext",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionListMyTaskNextWithFilter",
|
|
|
- "description": "根据过滤条件列示我的待办列表,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrtask/filter/my/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterLikeContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于模糊查询的字符串.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "待办标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理类别: TASK|READ"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间字符串"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processRead",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionReadProcess",
|
|
|
- "description": "处理指定的待阅信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrtask/process/read/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "待办信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sendSms",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionSendSms",
|
|
|
- "description": "给指定处理人发送短消息提醒",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrtask/sms/send/{workId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "person",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "需要发送短信的人员姓名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "identity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "需要发送短信的人员身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "message",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "短信内容.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "showTaskCollect",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionListTaskCollect",
|
|
|
- "description": "获取登录用户的所有工作汇报汇总的内容",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrtask/unit/reportTaskCollect/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "汇总待办信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "待办标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理类别: TASK|READ"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间字符串"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrTaskAdminAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.OkrTaskAdminAction",
|
|
|
- "description": "待办信息数据管理服务(管理员)",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionDelete",
|
|
|
- "description": "根据ID删除待办待阅信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/admin/okrtask/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "待办信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListTaskNext",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionListNextWithFilter",
|
|
|
- "description": "根据过滤条件列表我的待办列表,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrtask/filter/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterLikeContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于模糊查询的字符串.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "待办标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理类别: TASK|READ"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间字符串"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListTaskPrev",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionListPrevWithFilter",
|
|
|
- "description": "根据过滤条件列表我的待办列表,上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrtask/filter/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterLikeContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于模糊查询的字符串.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "待办标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理类别: TASK|READ"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间字符串"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtask.ActionGet",
|
|
|
- "description": "根据ID获取待办待阅信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/admin/okrtask/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "待办信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "待办标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理类别: TASK|READ"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间字符串"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrTaskHandledAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtaskhandled.OkrTaskHandledAction",
|
|
|
- "description": "已办已阅信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrtaskhandled.ActionGet",
|
|
|
- "description": "根据ID获取已办已阅信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrtaskhandled/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "已办信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "待办标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理类别: TASK|READ"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者所属顶层组织名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理时间字符串"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "duration",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办理时长"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkAppraiseAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.appraise.OkrWorkAppraiseAction",
|
|
|
- "description": "工作考核信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "syncStatus",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.appraise.ActionWorkAppraiseStatusSync",
|
|
|
- "description": "通知OKR系统同步流程审批状态信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkappraise",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "考核流程标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wf_jobId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程JOBID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wf_workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程WORKID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "appraiseStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程审核状态",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "需要为工作信息添加的读者权限",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkAuthorizeAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrauthorize.OkrWorkAuthorizeAction",
|
|
|
- "description": "工作授权管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "takeback",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrauthorize.ActionWorkTackback",
|
|
|
- "description": "工作授权收回服务",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrauthorize/takeback",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权工作ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "authorizeIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权者身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "undertakerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "承担者身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "authorizeOpinion",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权意见.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAuthorize",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrauthorize.ActionWorkAuthorize",
|
|
|
- "description": "工作处理授权服务",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrauthorize/work",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权工作ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "authorizeIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权者身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "undertakerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "承担者身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "authorizeOpinion",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权意见.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkAuthorizeRecordAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkauthorizerecord.OkrWorkAuthorizeRecordAction",
|
|
|
- "description": "工作授权记录信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkauthorizerecord.ActionGet",
|
|
|
- "description": "根据ID获取工作授权记录信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkauthorizerecord/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作授权记录信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegateLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托层级"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "受托者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "受托者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "受托者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "受托者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegateDateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托时间:yyyy-mm-dd hh:mi:ss"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegateDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "takebackDateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "收回时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delegateOpinion",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托意见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "信息状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkBaseInfoAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.OkrWorkBaseInfoAction",
|
|
|
- "description": "具体工作任务信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "appraise",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionAppraise",
|
|
|
- "description": "为工作信息绑定考核流程的信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/appraise/{id}/wf_workid/{wid}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wid",
|
|
|
- "type": "String",
|
|
|
- "description": "流程WORKID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "archive",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionArchive",
|
|
|
- "description": "根据ID归档具体工作任务事项",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/archive/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "canDismantlingWork",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionWorkCanDismantling",
|
|
|
- "description": "判断当前用户是否有权限拆解指定工作.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/canDismantlingWork/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionDelete",
|
|
|
- "description": "根据ID删除具体工作任务事项",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deploy",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionDeploy",
|
|
|
- "description": "正式部署具体工作任务事项",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/deploy",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionGet",
|
|
|
- "description": "根据ID获取具体工作任务事项",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getMyStatistic",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionGetMyWorkStatistic",
|
|
|
- "description": "统计登录者所有的工作数量.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/statistic/my",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getOperation",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionGetWorkOperationWithId",
|
|
|
- "description": "根据ID获取工作的操作内容和用户在工作中的身份",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/getOperation/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "workProcessIdentity",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作处理职责身份(多值): AUTHORZE(授权中)|TACKBACK(授权收回)|AUTHORIZECANCEL(授权失效)|VIEW(观察者)|RESPONSIBILITY(责任者)|COOPERATE(协助者)|READ(阅知者)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operation",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "用户可以对工作进行的操作(多值):VIEW|EDIT|SPLIT|AUTHORIZE|TACKBACK|REPORT|DELETE|"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listDraftNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[草稿],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/draft/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listDraftPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[草稿],上一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/draft/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyArchiveNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[已归档],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/archive/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyArchivePrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[已归档],上一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/archive/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyCooperateNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[协助的],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/cooperate/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyCooperatePrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[协助的],上一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/cooperate/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDelegateNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[授权的],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/delegate/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDelegatePrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[授权的],上一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/delegate/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDeployWorkInCenterForForm",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListDeployWorkInCenterForForm",
|
|
|
- "description": "根据中心工作ID获取我部署的所有具体工作任务事项,并且以上级工作进行归类.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/deploy/form/center/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDeployedNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[部署的],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/deployed/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDeployedPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[部署的],是一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/deployed/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyProcessWorkInCenterForForm",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListProcessWorkInCenterForForm",
|
|
|
- "description": "根据中心工作ID获取我需要参与[负责,协助,阅知]的所有具体工作任务事项,并且以上级工作进行归类.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/process/form/center/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyReadNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[阅知者],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/read/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyReadPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[阅知者],上一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/read/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyResponsibilityNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[负责的],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/responsibility/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyResponsibilityPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[负责的],上一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/responsibility/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyWorkNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[所有工作],下一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyWorkPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListMyWorkByProcessIdentityNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的具体工作任务事项[所有工作],上一页.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/filter/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSubWork",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListSubWork",
|
|
|
- "description": "根据上级工作ID获取具体工作任务事项",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/list/sub/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWorkByCenterId",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListUsersWorkByCenterId",
|
|
|
- "description": "根据中心工作ID获取我可以看到的所有具体工作任务事项.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/center/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressAdjust",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionProgressAdjust",
|
|
|
- "description": "根据ID对具体工作任务事项进行工作进度调整",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/progress/{id}/{percent}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "percent",
|
|
|
- "type": "Integer",
|
|
|
- "description": "完成进度百分比"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "recycle",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionRecycle",
|
|
|
- "description": "收回已经部署具体工作任务事项",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/recycle/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionSave",
|
|
|
- "description": "新建或者更新具体工作任务信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkbaseinfo",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionViewWork",
|
|
|
- "description": "根据ID获取具体工作任务事项详细信息,展示用",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/view/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "centerWorkInfo",
|
|
|
- "type": "WoOkrCenterWorkViewInfo",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作所属中心工作信息"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAttachments",
|
|
|
- "type": "List\u003cWoOkrAttachmentFileInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作附件信息列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subWorks",
|
|
|
- "type": "List\u003cWoOkrWorkBaseSimpleInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "子工作信息列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReports",
|
|
|
- "type": "List\u003cWoOkrWorkReportBaseSimpleInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作汇报信息简单信息列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workDeployAuthorizeRecords",
|
|
|
- "type": "List\u003cWoOkrWorkDeployAuthorizeRecord\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "工作组织以及授权过程列表, 由该工作的上级工作线以及工作授权记录一起组织起来的信息列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "okrWorkAuthorizeRecord",
|
|
|
- "type": "WoOkrWorkAuthorizeRecord",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查看者的授权信息, 有可能没有"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workDateTimeType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作期限类型:短期工作(不需要自动启动定期汇报) | 长期工作(需要自动启动定期汇报)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployDateStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作部署日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmDateStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作确认日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completeDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityEmployeeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateEmployeeNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人姓名,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人身份,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人所属组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人所属顶层组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导身份,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导,可能多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导所属组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导所属顶层组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "overallProgress",
|
|
|
- "type": "Double",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作进度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作处理状态:草稿|待确认|执行中|已超期|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOverTime",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已超期"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastReportTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上一次汇报时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nextReportTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "下一次汇报时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "已汇报次数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCycle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报周期:不需要汇报|每月汇报|每周汇报"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedReport",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要定期汇报"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportDayInCycle",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "周期汇报时间:每月的几号(1-31),每周的星期几(1-7),启动时间由系统配置设定,比如:10:00"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportNeedAdminAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报是否需要管理补充信息"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAdminName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAdminIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workDetail",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作详细描述, 事项分解"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dutyDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "职责描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "landmarkDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "里程碑标志说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "majorIssuesDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "重点事项说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressAction",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "具体行动举措"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressPlan",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "进展计划时限说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "resultDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "交付成果说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "信息状态:正常|已归档"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "archiveDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "归档日期"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completeTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "完成日期日期"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核信息标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseInfoId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核信息Id"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核流程WorkID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseJobId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核流程JobID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentActivityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核流程环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核审核状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "appraiseTimes",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "考核次数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "appraiseInfoList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "考核流程信息ID列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "appraiseObjectList",
|
|
|
- "type": "List\u003cWoOkrWorkAppraiseInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "考核流程信息列表"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wfSync",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionRecycle",
|
|
|
- "description": "绑定和同步流程信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkbaseinfo/wfsync/{workInfoId}/{wf_workId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "workInfoId",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "wf_workId",
|
|
|
- "type": "String",
|
|
|
- "description": "考核流程的workId"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkBaseInfoAdminAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.OkrWorkBaseInfoAdminAction",
|
|
|
- "description": "具体工作任务信息数据管理服务(管理员)",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "deleteForce",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionDeleteForce",
|
|
|
- "description": "根据ID强制删除具体工作任务信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/admin/okrworkbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListAllWorkByCenterId",
|
|
|
- "description": "列示根据过滤条件查询的所有具体工作任务信息,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrworkbaseinfo/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的所有具体工作任务信息,上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrworkbaseinfo/filter/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionGetForAdmin",
|
|
|
- "description": "根据ID获取具体工作任务信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/admin/okrworkbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWorkInCenter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkbaseinfo.ActionListAllWorkByCenterId",
|
|
|
- "description": "根据中心工作ID获取我可以看到的所有具体工作任务信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/admin/okrworkbaseinfo/center/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkChatAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkchat.OkrWorkChatAction",
|
|
|
- "description": "工作交流信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkchat.ActionDelete",
|
|
|
- "description": "根据ID删除工作交流信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkchat/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作交流信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkchat.ActionGet",
|
|
|
- "description": "根据ID获取工作交流信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkchat/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作交流信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkchat.ActionListWithFilterNext",
|
|
|
- "description": "列示根满足滤条件的工作交流信息,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkchat/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询的具体工作项ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkchat.ActionListWithFilterPrev",
|
|
|
- "description": "列示根满足滤条件的工作交流信息,上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkchat/filter/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于查询的具体工作项ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkchat.ActionSave",
|
|
|
- "description": "新建或者更新工作交流信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkchat",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkDetailInfoAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdetailinfo.OkrWorkDetailInfoAction",
|
|
|
- "description": "工作详细信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdetailinfo.ActionDelete",
|
|
|
- "description": "根据ID删除工作详细信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkdetailinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdetailinfo.ActionDelete",
|
|
|
- "description": "根据ID获取工作详细信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkdetailinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkchat.ActionSave",
|
|
|
- "description": "新建或者更新工作详细信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkdetailinfo",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "senderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "发送者身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkDynamicsAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdynamics.OkrWorkDynamicsAction",
|
|
|
- "description": "系统动态信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdynamics.ActionDelete",
|
|
|
- "description": "根据ID删除系统动态信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkdynamics/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作动态信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdynamics.ActionGet",
|
|
|
- "description": "根据ID获取系统动态信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkdynamics/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作动态信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作动态类别:工作部署|工作确认|工作拆解|创建工作汇报|提交工作汇报|审阅工作汇报|创建问题请示|提交问题请示|审阅问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdynamics.ActionListWithFilterNext",
|
|
|
- "description": "列示满足过滤条件的系统动态信息,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkdynamics/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作动态类别:工作部署|工作确认|工作拆解|创建工作汇报|提交工作汇报|审阅工作汇报|创建问题请示|提交问题请示|审阅问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkdynamics.ActionSave",
|
|
|
- "description": "新建或者更新系统动态信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkdynamics",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作动态类别:工作部署|工作确认|工作拆解|创建工作汇报|提交工作汇报|审阅工作汇报|创建问题请示|提交问题请示|审阅问题请示|交流",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象类别:中心工作|工作|工作汇报|问题请示|交流",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dynamicObjectTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "动态对象标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dateTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "operatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "操作者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "targetIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "目标者身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "content",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "内容",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewUrl",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问链接",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkImportAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.workimport.OkrWorkImportAction",
|
|
|
- "description": "工作信息导入服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "importWork",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.workimport.ActionWorkImport",
|
|
|
- "description": "进行工作信息导入",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/import/center/{centerId}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "site",
|
|
|
- "type": "String",
|
|
|
- "description": "位置"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parentWorkTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上级工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workDateTimeType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作期限类型:短期工作(不需要自动启动定期汇报) | 长期工作(需要自动启动定期汇报)",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployYear",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作部署年份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployMonth",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作部署月份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属顶层组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployDateStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作部署日期-字符串,显示用:yyyy-mm-dd",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmDateStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作确认日期-字符串,显示用:yyyy-mm-dd",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completeDateLimit",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成日期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "archiveDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作归档时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completeDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成日期-字符串,显示用:yyyy-mm-dd",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityEmployeeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人所属组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "responsibilityTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "主责人所属顶层组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "overallProgress",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作进度",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workProcessStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作处理状态:草稿|待确认|执行中|已超期|已完成|已撤消",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isOverTime",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已超期",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已完成",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completeTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastReportTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上一次汇报时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nextReportTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "下一次汇报时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "已汇报次数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportTimeQue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报时间队列",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCycle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报周期:不需要汇报|每月汇报|每周汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedReport",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要定期汇报",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportDayInCycle",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "周期汇报时间:每月的几号(1-31),每周的星期几(1-7),启动时间由系统配置设定,比如:10:00",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAuditLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作部署级别",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportNeedAdminAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报是否需要管理补充信息",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAdminName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAdminIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortWorkDetail",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作详细描述, 事项分解",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortDutyDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "职责描述",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortProgressAction",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "具体行动举措",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortLandmarkDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "里程碑标志说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortResultDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "交付成果说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortMajorIssuesDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "重点事项说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortProgressPlan",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "进展计划时限说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressAnalyseTime",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作进展分析时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核流程标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseInfoId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前OKR考核流程信息ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseWorkId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核流程WorkID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseJobId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核流程JobID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentActivityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核流程环节名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentAppraiseStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前考核审核状态",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "appraiseTimes",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "考核次数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateEmployeeNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人姓名,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人身份,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人所属组织,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cooperateTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "协助人所属顶层组织,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导身份,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导所属组织,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeaderTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "阅知领导所属顶层组织,多值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "appraiseInfoList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "考核流程信息ID列表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkMindAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.mind.OkrWorkMindAction",
|
|
|
- "description": "工作信息脑图展现服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "listMindWorkByCenterId",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.mind.ActionListMindForCenterId",
|
|
|
- "description": "根据中心工作ID获取用户需要在脑图里展现的所有工作信息列表",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/mind/center/{centerId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "description": "中心工作ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deployerTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "部署者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "审核者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作处理状态:草稿|待审核|待确认|执行中|已完成|已撤消"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultCompleteDateLimitStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认完成日期-字符串,显示用:yyyy-mm-dd"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultWorkLevel",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认工作级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeader",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "defaultLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作默认阅知领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导(可多值,显示用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAuditLeaderIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报审批领导身份(可多值,计算组织和顶层组织用)"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isNeedAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作是否需要审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作描述"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作创建时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "works",
|
|
|
- "type": "List\u003cWoOkrWorkBaseSimpleInfo\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "中心工作包括的工作列表"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkReportBaseInfoAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.OkrWorkReportBaseInfoAction",
|
|
|
- "description": "工作汇报信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionDelete",
|
|
|
- "description": "根据ID删除工作汇报信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dispatchOver",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionDispatchToOver",
|
|
|
- "description": "根据ID将工作汇报信息调度到结束",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/dispatch/{id}/over",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "draft",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionDraftReport",
|
|
|
- "description": "根据ID获取工作汇报信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/draft/{workId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "submitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报提交时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报短标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报当前环节"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isWorkCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已经完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成进度 % "
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理状态:草稿|管理员督办|领导批示|已完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报信息状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理类别:审批|阅知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前处理级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needAdminAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要工作管理员审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needLeaderRead",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要领导批示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportWorkflowType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报工作流处理方式"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明备注"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人姓名,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人身份,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属顶层组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导姓名列表, 多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导身份列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionGet",
|
|
|
- "description": "根据ID获取工作汇报信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "submitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报提交时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报短标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报当前环节"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isWorkCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已经完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成进度 % "
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理状态:草稿|管理员督办|领导批示|已完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报信息状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理类别:审批|阅知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前处理级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needAdminAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要工作管理员审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needLeaderRead",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要领导批示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportWorkflowType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报工作流处理方式"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明备注"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人姓名,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人身份,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属顶层组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导姓名列表, 多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导身份列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listByWork",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListByWork",
|
|
|
- "description": "根据工作ID获取工作汇报信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/list/work/{workId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "description": "具体工作信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyArchiveNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListMyArchiveNextWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[已归档],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/archive/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyArchivePrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListMyArchivePrevWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[已归档],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/archive/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDraftNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListDraftNextWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[草稿],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/draft/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyDraftPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListDraftPrevWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[草稿],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/draft/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyProcessNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListMyProcessNextWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[已处理(已办)],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/process/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyProcessPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListMyProcessPrevWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[已处理(已办)],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/process/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyTaskNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListMyTaskNextWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[处理中(待办)],下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/task/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listMyTaskPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListMyTaskPrevWithFilter",
|
|
|
- "description": "列示满足过滤条件查询的工作汇报信息,[处理中(待办)],上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/task/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "save",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionDraftReport",
|
|
|
- "description": "新建或者更新工作汇报信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "submitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报提交时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报短标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报当前环节"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isWorkCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已经完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成进度 % "
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理状态:草稿|管理员督办|领导批示|已完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报信息状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理类别:审批|阅知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前处理级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needAdminAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要工作管理员审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needLeaderRead",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要领导批示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportWorkflowType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报工作流处理方式"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明备注"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人姓名,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人身份,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属顶层组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导姓名列表, 多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导身份列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "submit",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionSubmit",
|
|
|
- "description": "提交工作汇报信息",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/okrworkreportbaseinfo/submit",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkReportBaseInfoAdminAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.OkrWorkReportBaseInfoAdminAction",
|
|
|
- "description": "工作汇报信息数据管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionDelete",
|
|
|
- "description": "根据ID删除工作汇报信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/admin/okrworkreportbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListNextWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListNextWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的工作汇报信息,下一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrworkreportbaseinfo/filter/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterLikeContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于模糊查询的字符串.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "submitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报提交时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报短标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报当前环节"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isWorkCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已经完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成进度 % "
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理状态:草稿|管理员督办|领导批示|已完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报信息状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理类别:审批|阅知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前处理级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needAdminAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要工作管理员审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needLeaderRead",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要领导批示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportWorkflowType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报工作流处理方式"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明备注"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人姓名,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人身份,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属顶层组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导姓名列表, 多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导身份列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListPrevWithFilter",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionListPrevWithFilter",
|
|
|
- "description": "列示根据过滤条件查询的工作汇报信息,上一页",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/admin/okrworkreportbaseinfo/filter/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "最后一条信息数据的ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页显示的条目数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterLikeContent",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于模糊查询的字符串.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequenceField",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的属性.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "order",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用于列表排序的方式.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "submitTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报提交时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作类别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报短标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报当前环节"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reporterTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "isWorkCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作是否已经完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作完成进度 % "
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理状态:草稿|管理员督办|领导批示|已完成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报信息状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报处理类别:审批|阅知"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前处理级别"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needAdminAudit",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要工作管理员审核"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "needLeaderRead",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否需要领导批示"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workAdminIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作管理员身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportWorkflowType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报工作流处理方式"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明备注"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人姓名,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人身份,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "currentProcessorTopUnitNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "当前处理人所属顶层组织,多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersNameList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导姓名列表, 多值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readLeadersIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "批示领导身份列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件列表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionDelete",
|
|
|
- "description": "根据ID获取工作汇报信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/admin/okrworkreportbaseinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportAutoCreate",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportbaseinfo.ActionAutoCreateWorkReport",
|
|
|
- "description": "根据ID获取工作汇报信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/admin/okrworkreportbaseinfo/create",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkReportDetailInfoAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportdetailinfo.OkrWorkReportDetailInfoAction",
|
|
|
- "description": "工作汇报详细信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportdetailinfo.ActionDelete",
|
|
|
- "description": "根据ID删除工作汇报详细信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkreportdetailinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportdetailinfo.ActionGet",
|
|
|
- "description": "根据ID获取工作汇报详细信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkreportdetailinfo/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报短标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "截止当前完成情况"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workPlan",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "后续工作计划"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报备注信息"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workPointAndRequirements",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作要点及需求"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adminSuperviseInfo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "管理员督办信息"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportdetailinfo.ActionSave",
|
|
|
- "description": "新建或者更新工作汇报详细信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkreportdetailinfo",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "shortTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报短标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "progressDescription",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "截止当前完成情况",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workPlan",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "后续工作计划",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报备注信息",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workPointAndRequirements",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作要点及需求",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "adminSuperviseInfo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "管理员督办信息",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkReportPersonLinkAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportpersonlink.OkrWorkReportPersonLinkAction",
|
|
|
- "description": "工作汇报处理者信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportpersonlink.ActionDelete",
|
|
|
- "description": "根据ID删除工作汇报处理者信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkreportpersonlink/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报处理者信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportpersonlink.ActionGet",
|
|
|
- "description": "根据ID获取工作汇报处理者信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkreportpersonlink/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报处理者信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportpersonlink.ActionSave",
|
|
|
- "description": "新建或者更新工作汇报处理者信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkreportpersonlink",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:正常|已删除",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:待处理|处理中|已处理",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distributeFactor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分布式存储标识位.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sequence",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OkrWorkReportProcessLogAction",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportprocesslog.OkrWorkReportProcessLogAction",
|
|
|
- "description": "工作汇报处理日志信息管理服务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportprocesslog.ActionDelete",
|
|
|
- "description": "根据ID删除工作汇报处理日志信息",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/okrworkreportprocesslog/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报处理日志信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportprocesslog.ActionGet",
|
|
|
- "description": "根据ID获取工作汇报处理日志信息",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/okrworkreportprocesslog/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "工作汇报处理日志信息ID"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workReportId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reportTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作汇报标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "workId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "centerTitle",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "中心工作标题"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人姓名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人身份"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processorTopUnitName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理人所属顶层组织"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processLevel",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理层级次序"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理环节名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "opinion",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理意见"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "arriveTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "到达时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processTimeStr",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stayTime",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "停留时长"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "decision",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "决策方向:提交|退回"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processStatus",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "处理状态:草稿|已生效"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "信息状态:正常|已删除"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.okr.assemble.control.jaxrs.okrworkreportprocesslog.ActionSave",
|
|
|
- "description": "新建或者更新工作汇报处理日志信息",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/okrworkreportprocesslog",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SysResourceAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.SysResourceAction",
|
|
|
- "description": "系统资源",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "listResource",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.ActionListResource",
|
|
|
- "description": "获取静态资源信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/sysresource/filePath/{filePath}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "description": "查找路径(根路径:(0))"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "uploadResource",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.ActionUploadResource",
|
|
|
- "description": "上传静态资源(仅上传到当前服务器)",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "asNew",
|
|
|
- "type": "Boolean",
|
|
|
- "description": "覆盖类型:true删除原文件然后上传,false覆盖原文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "上传文件"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "description": "附件名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "description": "附件存放目录(可以为空)"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
-}
|