|
|
@@ -1,6563 +0,0 @@
|
|
|
-{
|
|
|
- "jaxrs": [
|
|
|
- {
|
|
|
- "name": "AttachmentAction",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.AttachmentAction",
|
|
|
- "description": "附件",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "createFormProcessPlatform",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionCreateFormProcessPlatform",
|
|
|
- "description": "将流程平台中的work附带的附件作为会议的附件.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/attachment/create/from/processplatform",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "meeting",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议标识",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "work",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工作标识",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "附件标识",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionDelete",
|
|
|
- "description": "删除Attachment.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/attachment/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "download",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionDownload",
|
|
|
- "description": "下载附件内容.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/{id}/download/{stream}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "附件标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stream",
|
|
|
- "type": "boolean",
|
|
|
- "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": "get",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionGet",
|
|
|
- "description": "获取指定的Attachment信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "meeting",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的会议."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名。"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联类型的名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否是会议纪要附件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "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": "listNext",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionListNext",
|
|
|
- "description": "列示Attachment对象,下一页.仅管理员可用",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "rank",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "meeting",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的会议."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名。"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联类型的名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否是会议纪要附件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "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": "listPrev",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionListPrev",
|
|
|
- "description": "列示Attachment对象,上一页.仅管理员可用",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "rank",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "meeting",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的会议."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名。"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联类型的名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否是会议纪要附件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "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": "listWithMeeting",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionListWithMeeting",
|
|
|
- "description": "列示指定会议的附件.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/attachment/list/meeting/{meetingId}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "meetingId",
|
|
|
- "type": "String",
|
|
|
- "description": "会议标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "meeting",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联的会议."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "extension",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "扩展名。"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "storage",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "关联类型的名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "length",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "文件大小."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否是会议纪要附件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后更新时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "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": "update",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionUpdate",
|
|
|
- "description": "更新会议附件内容",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/attachment/{id}/update",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "会议标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateCallback",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionUpdateCallback",
|
|
|
- "description": "更新会议附件内容",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/attachment/{id}/update/callback/{ballback}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "text/html; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "会议标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "callback",
|
|
|
- "type": "String",
|
|
|
- "description": "回调函数名"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "callbackName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回调函数名"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "upload",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionUpload",
|
|
|
- "description": "创建会议附件.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/attachment/meeting/{meetingId}/upload/{summary}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "meetingId",
|
|
|
- "type": "String",
|
|
|
- "description": "会议标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "boolean",
|
|
|
- "description": "是否是会议纪要"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "文件"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "uploadCallback",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.attachment.ActionUploadCallback",
|
|
|
- "description": "创建会议附件.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/attachment/meeting/{meetingId}/upload/{summary}/callback/{callback}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "text/html; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "meetingId",
|
|
|
- "type": "String",
|
|
|
- "description": "会议标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "boolean",
|
|
|
- "description": "是否是会议纪要"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "callback",
|
|
|
- "type": "String",
|
|
|
- "description": "回调函数名"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "文件"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "callbackName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "回调函数名"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "BuildingAction",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.BuildingAction",
|
|
|
- "description": "建筑",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionCreate",
|
|
|
- "description": "创建Building.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/building",
|
|
|
- "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": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionDelete",
|
|
|
- "description": "删除Building.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/building/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionGet",
|
|
|
- "description": "获取Building,同时获取Building下的Room 和 Room下的将来Meeting.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/building/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "list",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionList",
|
|
|
- "description": "获取所有Building 同时获取Building下的Room 和 Room下的将来Meeting.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/building/list",
|
|
|
- "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": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listLike",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionListLike",
|
|
|
- "description": "根据名称进行模糊查询.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/building/list/like/{key}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listLikePinyin",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionListLikePinyin",
|
|
|
- "description": "根据拼音或者首字母进行模糊查询.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/building//list/like/pinyin/{key}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPinyinInitial",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionListPinyinInitial",
|
|
|
- "description": "获取拼音首字母开始的Building.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/building/list/pinyininitial/{key}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithStartCompleted",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionListWithStartCompleted",
|
|
|
- "description": "列示在所有building和下属的room,和room下面将来的会议,同时判断在指定时间内room是否空闲",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/building/list/start/{start}/completed/{completed}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "start",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completed",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "put",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.building.ActionEdit",
|
|
|
- "description": "更新Building.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/building/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "address",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "地点."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": "MeetingAction",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.MeetingAction",
|
|
|
- "description": "会议操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "accpet",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionAccept",
|
|
|
- "description": "接受会议邀请",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}/accept",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "addInvite",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionAddInvite",
|
|
|
- "description": "增加会议邀请人.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/meeting/{id}/add/invite",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态",
|
|
|
- "isBaseType": false,
|
|
|
- "fieldType": "enum",
|
|
|
- "fieldValue": "allow|deny|wait",
|
|
|
- "fieldTypeName": "com.x.meeting.core.entity.ConfirmStatus"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "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": "checkInBindCode",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionCheckInCode",
|
|
|
- "description": "会议签到二维码",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}/checkin/code",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "image",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "Base64编码图像."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "登录的用户,可以重复."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "meta",
|
|
|
- "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": "checkin",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionCheckIn",
|
|
|
- "description": "会议签到",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}/checkin",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "已签到的人员列表"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmAllow",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionConfirmAllow",
|
|
|
- "description": "同意会议预定.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}/confirm/allow",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmDeny",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionConfirmDeny",
|
|
|
- "description": "拒绝会议预定.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}/confirm/deny",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionDelete",
|
|
|
- "description": "删除会议.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/meeting/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edit",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionEdit",
|
|
|
- "description": "修改会议,标题,说明,邀请人",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/meeting/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态",
|
|
|
- "isBaseType": false,
|
|
|
- "fieldType": "enum",
|
|
|
- "fieldValue": "allow|deny|wait",
|
|
|
- "fieldTypeName": "com.x.meeting.core.entity.ConfirmStatus"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionGet",
|
|
|
- "description": "获取指定会议内容.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lisInvitedCompleted",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionInvitedCompleted",
|
|
|
- "description": "列示我受到邀请的正在进行中的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/invited/completed",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lisInvitedProcessing",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionInvitedProcessing",
|
|
|
- "description": "列示我受到邀请的正在进行中的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/invited/processing",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lisInvitedRejected",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionInvitedRejected",
|
|
|
- "description": "列示我受到邀请的已经拒绝的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/invited/rejected",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lisInvitedWait",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionInvitedWait",
|
|
|
- "description": "列示我受到邀请的还未开始的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/invited/wait",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAppliedCompleted",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionAppliedCompleted",
|
|
|
- "description": "列示我申请的已经结束的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/applied/completed",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAppliedProcessing",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionAppliedProcessing",
|
|
|
- "description": "列示我申请的正在进行中的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/applied/processing",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAppliedWait",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionAppliedWait",
|
|
|
- "description": "列示我申请的还未开始的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/applied/wait",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listComingDay",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListComingDay",
|
|
|
- "description": "列示我参与从当前日期开始指定日期范围的会议,或者被邀请,或者是申请人,或者是审核人,管理员可以看到所有.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/coming/day/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listComingMonth",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListComingMonth",
|
|
|
- "description": "列示我参与从当前日期开始指定月份范围的会议,或者被邀请,或者是申请人,或者是审核人,管理员可以看到所有.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/coming/month/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listForwardMonth",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListForwardMonth",
|
|
|
- "description": "列示当前用户从当前时间开始指定月数内需要参与的会议",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/forward/monthcount/{monthCount}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "monthCount",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listForwardMonthAll",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListForwardMonthAll",
|
|
|
- "description": "列示所有从当前时间开始指定月数内需要召开的会议",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/forward/monthcount/{monthCount}/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "monthCount",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNext",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListNext",
|
|
|
- "description": "列示Meeting对象,下一页.仅管理员可用",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "rank",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listOnDay",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListOnDay",
|
|
|
- "description": "列示我参与的指定日期的会议,或者被邀请,或者是申请人,或者是审核人,管理员可以看到所有.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/year/{year}/month/{month}/day/{day}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "day",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listOnDayAll",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListOnDayAll",
|
|
|
- "description": "列示所有指定日期的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/year/{year}/month/{month}/day/{day}/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "day",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listOnMonth",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListOnMonth",
|
|
|
- "description": "列示我参与的指定日期当月的会议,或者被邀请,或者是申请人,或者是审核人,管理员可以看到所有.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/year/{year}/month/{month}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listOnMonthAll",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListOnMonthAll",
|
|
|
- "description": "列示当月所有的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/year/{year}/month/{month}/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "year",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "month",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrev",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionListPrev",
|
|
|
- "description": "列示Meeing对象,上一页.仅管理员可用",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "rank",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWaitAccept",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionWaitAccept",
|
|
|
- "description": "等待我确认是否参加的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/wait/accept",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWaitConfirm",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionWaitConfirm",
|
|
|
- "description": "列示等待我确认的会议.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/list/wait/confirm",
|
|
|
- "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": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionManualCompleted",
|
|
|
- "description": "手动结束Meeting.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}/manual/completed",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionCreate",
|
|
|
- "description": "创建会议",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/meeting",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "subject",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "summary",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "room",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "invitePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "邀请人员,身份,组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "acceptPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "接受人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rejectPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "拒绝人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkinPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "签到人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmStatus",
|
|
|
- "type": "ConfirmStatus",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议预定状态",
|
|
|
- "isBaseType": false,
|
|
|
- "fieldType": "enum",
|
|
|
- "fieldValue": "allow|deny|wait",
|
|
|
- "fieldTypeName": "com.x.meeting.core.entity.ConfirmStatus"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "manualCompleted",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议是否手工结束",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualStartTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "actualCompletedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "实际结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicant",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议申请人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议审核人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "memo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "备注.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "reject",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.meeting.ActionAccept",
|
|
|
- "description": "拒绝会议邀请",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/meeting/{id}/reject",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "RoomAction",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.RoomAction",
|
|
|
- "description": "会议室",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionCreate",
|
|
|
- "description": "创建Room.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/room",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionDelete",
|
|
|
- "description": "删除Room.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/room/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edit",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionEdit",
|
|
|
- "description": "更新Room.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/room/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionGet",
|
|
|
- "description": "获取指定的会议室.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/room/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "list",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionList",
|
|
|
- "description": "列示所有的会议室.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/room/list",
|
|
|
- "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": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listLike",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionListLike",
|
|
|
- "description": "根据名称进行模糊查询.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/room/list/like/{key}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listLikePinyin",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionListLike",
|
|
|
- "description": "根据拼音或者首字母进行模糊查询.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/room/list/like/pinyin/{key}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPinyinInitial",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionListPinyinInitial",
|
|
|
- "description": "获取拼音首字母开始的.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/room/list/pinyininitial/{key}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,不可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "building",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属building."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "floor",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属楼层."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roomNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "房号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "phoneNumber",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "device",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "设备内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "photo",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "照片."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "capacity",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室容量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "auditor",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室申请审核人"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "available",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "会议室状态,可用,不可用"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "setPhoto",
|
|
|
- "className": "com.x.meeting.assemble.control.jaxrs.room.ActionSetPhoto",
|
|
|
- "description": "设置会议室照片.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/room/{id}/photo",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "Excel文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
-}
|