|
|
@@ -1,7130 +0,0 @@
|
|
|
-{
|
|
|
- "jaxrs": [
|
|
|
- {
|
|
|
- "name": "CacheAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.cache.CacheAction",
|
|
|
- "description": "缓存操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "configFlush",
|
|
|
- "className": "com.x.base.core.project.jaxrs.cache.ActionConfigFlush",
|
|
|
- "description": "接收config flush 信号.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/cache/config/flush",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "receive",
|
|
|
- "className": "com.x.base.core.project.jaxrs.cache.ActionReceive",
|
|
|
- "description": "接收Cache刷新信息.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/cache",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "nodeName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "节点名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "className",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类名",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "keys",
|
|
|
- "type": "List\u003cObject\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "关键字",
|
|
|
- "isBaseType": false
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字符串值"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "EchoAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.echo.EchoAction",
|
|
|
- "description": "响应",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.base.core.project.jaxrs.echo.ActionGet",
|
|
|
- "description": "获取应答.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/echo",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "servletContextName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "上下文根"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "serverTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "服务器时间"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "FireScheduleAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.fireschedule.FireScheduleAction",
|
|
|
- "description": "触发任务",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "execute",
|
|
|
- "className": "com.x.base.core.project.jaxrs.fireschedule.ActionExecute",
|
|
|
- "description": "接受x_program_center发送过来的运行schedule.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/fireschedule/classname/{className}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "className",
|
|
|
- "type": "String",
|
|
|
- "description": "运行类"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "IdAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.id.IdAction",
|
|
|
- "description": "标识",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.id.ActionGet",
|
|
|
- "description": "创建用于ID值的UUID",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/id/{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": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "InputAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.input.InputAction",
|
|
|
- "description": "导入",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "compare",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.input.ActionCompare",
|
|
|
- "description": "上传对比数据内容.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/input/compare",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "导入名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "导入id"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "导入别名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "exist",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否已经存在"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "existName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "已经存在名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "existId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "已经存在id"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "existAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "已经存在别名"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cover",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.input.ActionCover",
|
|
|
- "description": "覆盖应用.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/input/cover",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "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": "create",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.input.ActionCreate",
|
|
|
- "description": "创建应用.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/input/create",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "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": "prepareCover",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.input.ActionPrepareCover",
|
|
|
- "description": "准备覆盖应用.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/input/prepare/cover",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "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": "prepareCreate",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.input.ActionPrepareCreate",
|
|
|
- "description": "准备创建应用.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/input/prepare/create",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "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": "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": "NeuralAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.NeuralAction",
|
|
|
- "description": "神经网络多层感知机",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "createModel",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionCreateModel",
|
|
|
- "description": "创建模型.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/neural/model",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "neuralNetworkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络类型:mlp.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dataType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据类型:cms,processPlatform",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入值脚本,脚本中的操作对象是inValues,对象类型Set",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出值脚本,脚本中的操作对象是outValues,对象类型Set",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件过滤脚本,脚本中的操作对象是attachments,对象类型List,内容是附件名称,可以删除不要进行分词的附件名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含流程.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含应用.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "analyzeType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分析类型,default,full,customized",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maxResult",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大输出值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "propertyMap",
|
|
|
- "type": "LinkedHashMap\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络参数.",
|
|
|
- "isBaseType": false
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "deleteModel",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionDeleteModel",
|
|
|
- "description": "删除项目.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/neural/model/{modelFlag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "neuralNetworkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络类型:mlp."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dataType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据类型:cms,processPlatform"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入值脚本,脚本中的操作对象是inValues,对象类型Set"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出值脚本,脚本中的操作对象是outValues,对象类型Set"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件过滤脚本,脚本中的操作对象是attachments,对象类型List,内容是附件名称,可以删除不要进行分词的附件名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含流程."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "analyzeType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分析类型,default,full,customized"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maxResult",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大输出值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "propertyMap",
|
|
|
- "type": "LinkedHashMap\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "effectiveEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "有效条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "状态,generating or learning"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nnet",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "方案二进制代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "intermediateNnet",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "方案二进制代码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "generatingPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前条目生成进度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "totalError",
|
|
|
- "type": "Double",
|
|
|
- "isCollection": false,
|
|
|
- "description": "学习总错误,当前均方误差"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "learnEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "学习条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "validationEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "测试条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "validationMeanSquareError",
|
|
|
- "type": "Double",
|
|
|
- "isCollection": false,
|
|
|
- "description": "测试结果"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "generate",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionGenerate",
|
|
|
- "description": "创建条目.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/neural/generate/model/{modelFlag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getModel",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionGetModel",
|
|
|
- "description": "获取模型.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/neural/model/{modelFlag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "neuralNetworkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络类型:mlp."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dataType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据类型:cms,processPlatform"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入值脚本,脚本中的操作对象是inValues,对象类型Set"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出值脚本,脚本中的操作对象是outValues,对象类型Set"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件过滤脚本,脚本中的操作对象是attachments,对象类型List,内容是附件名称,可以删除不要进行分词的附件名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含流程."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "analyzeType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分析类型,default,full,customized"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maxResult",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大输出值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "propertyMap",
|
|
|
- "type": "LinkedHashMap\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "effectiveEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "有效条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "状态,generating or learning"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "generatingPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前条目生成进度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "totalError",
|
|
|
- "type": "Double",
|
|
|
- "isCollection": false,
|
|
|
- "description": "学习总错误,当前均方误差"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "learnEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "学习条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "validationEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "测试条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "validationMeanSquareError",
|
|
|
- "type": "Double",
|
|
|
- "isCollection": false,
|
|
|
- "description": "测试结果"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "learn",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionLearn",
|
|
|
- "description": "学习.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/neural/learn/model/{modelFlag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listModel",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionListModel",
|
|
|
- "description": "列示所有模型.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/neural/list/model",
|
|
|
- "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": "neuralNetworkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络类型:mlp."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dataType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据类型:cms,processPlatform"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入值脚本,脚本中的操作对象是inValues,对象类型Set"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出值脚本,脚本中的操作对象是outValues,对象类型Set"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件过滤脚本,脚本中的操作对象是attachments,对象类型List,内容是附件名称,可以删除不要进行分词的附件名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含流程."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "analyzeType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分析类型,default,full,customized"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maxResult",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大输出值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "propertyMap",
|
|
|
- "type": "LinkedHashMap\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络参数."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "开始时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "effectiveEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "有效条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "状态,generating or learning"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "generatingPercent",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前条目生成进度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "totalError",
|
|
|
- "type": "Double",
|
|
|
- "isCollection": false,
|
|
|
- "description": "学习总错误,当前均方误差"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "learnEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "学习条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "validationEntryCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "测试条目数量"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "validationMeanSquareError",
|
|
|
- "type": "Double",
|
|
|
- "isCollection": false,
|
|
|
- "description": "测试结果"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "resetStatus",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionResetStatus",
|
|
|
- "description": "重置状态.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/neural/model/{modelFlag}/reset/status",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopGenerating",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionStopGenerating",
|
|
|
- "description": "停止创建条目.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/neural/stop/generating/model/{modelFlag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stopLearning",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionStopLearning",
|
|
|
- "description": "停止学习.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/neural/stop/learn/model/{modelFlag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateModel",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.neural.ActionUpdateModel",
|
|
|
- "description": "更新模型.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/neural/model/{modelFlag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "modelFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "模型标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "neuralNetworkType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络类型:mlp.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dataType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据类型:cms,processPlatform",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入值脚本,脚本中的操作对象是inValues,对象类型Set",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出值脚本,脚本中的操作对象是outValues,对象类型Set",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "attachmentScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "附件过滤脚本,脚本中的操作对象是attachments,对象类型List,内容是附件名称,可以删除不要进行分词的附件名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含流程.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "包含应用.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "analyzeType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分析类型,default,full,customized",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maxResult",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大输出值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "inValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输入数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "outValueCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "输出数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "propertyMap",
|
|
|
- "type": "LinkedHashMap\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "神经网络参数.",
|
|
|
- "isBaseType": false
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "OutputAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.output.OutputAction",
|
|
|
- "description": "导出",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "list",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.output.ActionList",
|
|
|
- "description": "查看所有应用.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/output/list",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "select",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.output.ActionSelect",
|
|
|
- "description": "选择查询.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/output/{queryFlag}/select",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "queryFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "查询标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "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": "flag",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "返回标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "viewList",
|
|
|
- "type": "List\u003cWrapView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statList",
|
|
|
- "type": "List\u003cWrapStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "tableList",
|
|
|
- "type": "List\u003cWrapTable\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "数据表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statementList",
|
|
|
- "type": "List\u003cWrapStatement\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询配置"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "revealList",
|
|
|
- "type": "List\u003cWrapReveal\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "展现"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "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": "selectOutput",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.output.ActionSelectFile",
|
|
|
- "description": "以文件方式导出应用.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/output/{flag}/select/file",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "输出文件标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "contentDisposition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "说明"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "contentType",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bytes",
|
|
|
- "type": "byte[]",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字节内容."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "QueryAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.QueryAction",
|
|
|
- "description": "查询",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionCreate",
|
|
|
- "description": "创建查询.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/query",
|
|
|
- "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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分类",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionDelete",
|
|
|
- "description": "删除查询.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edit",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionEdit",
|
|
|
- "description": "更新查询.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分类",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionGet",
|
|
|
- "description": "获取查询内容.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "查询管理者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listAll",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionListAll",
|
|
|
- "description": "获取所有查询内容.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/query/list/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "icon",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconHue",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon的主色调"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "查询的最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listQueryCategory",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionListQueryCategory",
|
|
|
- "description": "列示查询年分类,并统计数量.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/query/querycategory/list",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSummary",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionListSummary",
|
|
|
- "description": "列示所有查询,同时附带视图简要信息和统计简要信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/query/list/summary",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "woViewList",
|
|
|
- "type": "List\u003cWoView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "woStatList",
|
|
|
- "type": "List\u003cWoStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listSummaryWithApplicationCategory",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionListSummaryWithQueryCategory",
|
|
|
- "description": "根据查询分类获取查询的简要信息,同时附带视图简要信息和统计简要信息应用分类不为null.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/query/list/summary/querycategory/{queryCategory}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "description": "查询分类"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "woViewList",
|
|
|
- "type": "List\u003cWoView\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "视图对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "woStatList",
|
|
|
- "type": "List\u003cWoStat\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "统计对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分类"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithQueryCategory",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionListWithQueryCategory",
|
|
|
- "description": "列示指定分类的查询.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/query/list/querycategory/{queryCategory}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "queryCategory",
|
|
|
- "type": "String",
|
|
|
- "description": "查询分类"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名,如果有必须唯一."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "setIcon",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.query.ActionSetIcon",
|
|
|
- "description": "更新查询图标.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/query/{flag}/icon",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "应用标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "头像文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "RevealAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.RevealAction",
|
|
|
- "description": "展现",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.ActionCreate",
|
|
|
- "description": "创建Reveal.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/reveal",
|
|
|
- "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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stat",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.ActionDelete",
|
|
|
- "description": "删除Reveal.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/reveal/{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": "get",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.ActionGet",
|
|
|
- "description": "获取Reveal内容.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/reveal/{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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stat",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNext",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.ActionListNext",
|
|
|
- "description": "列示Reveal对象,下一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/reveal/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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stat",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrev",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.ActionListPrev",
|
|
|
- "description": "列示Reveal对象,上一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/reveal/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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stat",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithQuery",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.ActionListWithQuery",
|
|
|
- "description": "根据query列示Reveal对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/reveal/list/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "查询标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stat",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.reveal.ActionEdit",
|
|
|
- "description": "更新Reveal.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/reveal/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "stat",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "StatAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.StatAction",
|
|
|
- "description": "统计",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionCreate",
|
|
|
- "description": "创建Stat.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/stat",
|
|
|
- "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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定的视图.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionDelete",
|
|
|
- "description": "删除Stat.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/stat/{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": "get",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionGet",
|
|
|
- "description": "获取Stat内容.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/stat/{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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定的视图."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNext",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionListNext",
|
|
|
- "description": "列示Stat对象,下一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/stat/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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定的视图."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrev",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionListPrev",
|
|
|
- "description": "列示Stat对象,上一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/stat/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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定的视图."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithQuery",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionListWithQuery",
|
|
|
- "description": "根据query列示stat对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/stat/list/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "查询标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定的视图."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "simulate",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionSimulate",
|
|
|
- "description": "模拟执行stat",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/stat/{id}/simulate",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "视图标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "person",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前用户",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "组织",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "groupList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "群组",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "roleList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "角色",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unitAllList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "所有群组",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "identityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "身份",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterList",
|
|
|
- "type": "List\u003cFilterEntry\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "过滤",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parameter",
|
|
|
- "type": "Map\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "参数",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bundleList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "限定结果集",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.stat.ActionEdit",
|
|
|
- "description": "更新Stat.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/stat/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "view",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "绑定的视图.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "StatementAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.statement.StatementAction",
|
|
|
- "description": "语句",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.statement.ActionCreate",
|
|
|
- "description": "创建语句.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/statement",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "format",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "格式,jpql或者script.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句类型,insert,delete,update,select",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "executePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可执行的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "executeUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "jpql语句.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "scriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型为script的执行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "table",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "执行的表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityClassName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "custom,official时使用的类名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表类型,official,dynamic,custom",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.statement.ActionDelete",
|
|
|
- "description": "删除语句.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/statement/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "execute",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.statement.ActionExecute",
|
|
|
- "description": "执行语句.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/statement/{flag}/execute/page/{page}/size/{size}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "页码"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "Integer",
|
|
|
- "description": "每页数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.statement.ActionGet",
|
|
|
- "description": "根据标识获取语句.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/statement/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "format",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "格式,jpql或者script."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句类型,insert,delete,update,select"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "executePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可执行的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "executeUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "jpql语句."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "scriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型为script的执行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "table",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "执行的表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityClassName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "custom,official时使用的类名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表类型,official,dynamic,custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithQuery",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.statement.ActionListWithQuery",
|
|
|
- "description": "根据query列示statement对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/statement/list/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "查询标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "format",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "格式,jpql或者script."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句类型,insert,delete,update,select"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "table",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "执行的表"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityClassName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "custom,official时使用的类名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表类型,official,dynamic,custom"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.statement.ActionEdit",
|
|
|
- "description": "更新语句.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/statement/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "format",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "格式,jpql或者script.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "语句类型,insert,delete,update,select",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "executePersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可执行的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "executeUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "jpql语句.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "scriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型为script的执行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "table",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "执行的表",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityClassName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "custom,official时使用的类名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "entityCategory",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表类型,official,dynamic,custom",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "SysResourceAction",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.SysResourceAction",
|
|
|
- "description": "系统资源",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "listResource",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.ActionListResource",
|
|
|
- "description": "获取静态资源信息.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/sysresource/filePath/{filePath}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "description": "查找路径(根路径:(0))"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "uploadResource",
|
|
|
- "className": "com.x.base.core.project.jaxrs.sysresource.ActionUploadResource",
|
|
|
- "description": "上传静态资源(仅上传到当前服务器)",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/sysresource/upload/resource/as/new/{asNew}",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "asNew",
|
|
|
- "type": "Boolean",
|
|
|
- "description": "覆盖类型:true删除原文件然后上传,false覆盖原文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "上传文件"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fileName",
|
|
|
- "type": "String",
|
|
|
- "description": "附件名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filePath",
|
|
|
- "type": "String",
|
|
|
- "description": "附件存放目录(可以为空)"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "TableAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.TableAction",
|
|
|
- "description": "表",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "buildAll",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionBuildAll",
|
|
|
- "description": "编译表对象生成实体类进行数据库建表,执行后需要重新启动.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/build/all",
|
|
|
- "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": "create",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionCreate",
|
|
|
- "description": "创建表.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/table",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表名,最大64个字符.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问数据的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问数据的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "editPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以修改数据的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "editUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以修改数据的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "draftData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "草稿表结构方案.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "buildSuccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否编译成功.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionDelete",
|
|
|
- "description": "删除表,同时会级联删除语句.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/table/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "execute",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionExecute",
|
|
|
- "description": "执行语句.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/table/{flag}/execute",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "jpql语句.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "maxResults",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "返回最大结果集.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "firstResult",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "返回结果开始于.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "exportRow",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowExport",
|
|
|
- "description": "导出行对象。",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/export/{tableFlag}/count/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量(最大2000)"
|
|
|
- }
|
|
|
- ],
|
|
|
- "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.query.assemble.designer.jaxrs.table.ActionGet",
|
|
|
- "description": "根据标识获取表.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表名,最大64个字符."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问数据的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问数据的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "editPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以修改数据的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "editUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以修改数据的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表的创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表的最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表的最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表结构方案."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "draftData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "草稿表结构方案."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "buildSuccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否编译成功."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listRowNext",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionListRowNext",
|
|
|
- "description": "列示表中的行对象,下一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/list/{tableFlag}/row/{id}/next/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listRowPrev",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionListRowPrev",
|
|
|
- "description": "列示表中的行对象,上一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/list/{tableFlag}/row/{id}/prev/{count}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listRowSelectWhere",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionListRowSelectWhere",
|
|
|
- "description": "通过where 获取表中的数据,格式为jpql语法,o.name\u003d\u0027zhangsan\u0027",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/list/{tableFlag}/row/select/where/{where}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "where",
|
|
|
- "type": "String",
|
|
|
- "description": "where语句"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithQuery",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionListWithQuery",
|
|
|
- "description": "根据query列示table对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/list/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "查询标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表名,最大64个字符."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "creatorPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表的创建者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表的最后修改时间"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastUpdatePerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表的最后修改者"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "status",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "状态"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "buildSuccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否编译成功."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rowCountWhere",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowCountWhere",
|
|
|
- "description": "通过where 统计数量",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/{tableFlag}/row/count/where/{where}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "where",
|
|
|
- "type": "String",
|
|
|
- "description": "where语句"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "长整型值"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rowDelete",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowDelete",
|
|
|
- "description": "更新指定表中指定行数据.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/table/{tableFlag}/row/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "行标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rowDeleteAll",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowDeleteAll",
|
|
|
- "description": "更新指定表中指定行数据.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/table/{tableFlag}/row/delete/all",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "长整型值"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rowGet",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowGet",
|
|
|
- "description": "获取表中某一行数据",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/{tableFlag}/row/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "行标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rowInsert",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowInsert",
|
|
|
- "description": "指定表中插入数据.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/table/{tableFlag}/row",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "valueList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "字符串多值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rowSave",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowSave",
|
|
|
- "description": "指定表中批量保存或更新数据.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/table/{tableFlag}/row/save",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "valueList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "字符串多值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "rowUpdate",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionRowUpdate",
|
|
|
- "description": "更新指定表中指定行数据.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/table/{tableFlag}/row/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": true,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "tableFlag",
|
|
|
- "type": "String",
|
|
|
- "description": "表标识"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "行标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statusBuild",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionStatusBuild",
|
|
|
- "description": "标识表状态为编译.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/{flag}/status/build",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "statusDraft",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionStatusDraft",
|
|
|
- "description": "标识表状态为草稿.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/table/{flag}/status/draft",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.table.ActionEdit",
|
|
|
- "description": "更新表.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/table/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "表名,最大64个字符.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问数据的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "readUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以访问数据的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "editPersonList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以修改数据的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "editUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "可以修改数据的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "draftData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "草稿表结构方案.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "buildSuccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否编译成功.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "ViewAction",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ViewAction",
|
|
|
- "description": "视图",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "bundle",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionBundle",
|
|
|
- "description": "模拟执行view,输出所有bundle值",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/view/{id}/bundle",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "视图标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterList",
|
|
|
- "type": "List\u003cFilterEntry\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "过滤",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parameter",
|
|
|
- "type": "Map\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "参数",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数量",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "valueList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "字符串多值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionCreate",
|
|
|
- "description": "创建View.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/view",
|
|
|
- "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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enableCache",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否对结果进行缓存.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "layout",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "显示布局.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gird生成后运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGroupGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gropuGird生成后运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterCalculateGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "calculateGrid生成后运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "code",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "前台运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "display",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否前端可见.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cacheAccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否缓存访问内容.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大返回数量.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pageSize",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分页单页数量.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toolbar",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工具条.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionDelete",
|
|
|
- "description": "删除View.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/view/{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": "get",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionGet",
|
|
|
- "description": "获取View内容.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/view/{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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enableCache",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否对结果进行缓存."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "layout",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "显示布局."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gird生成后运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGroupGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gropuGird生成后运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterCalculateGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "calculateGrid生成后运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "code",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "前台运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "display",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否前端可见."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cacheAccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否缓存访问内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大返回数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pageSize",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分页单页数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toolbar",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工具条."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNext",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionListNext",
|
|
|
- "description": "列示View对象,下一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/view/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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enableCache",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否对结果进行缓存."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "display",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否前端可见."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cacheAccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否缓存访问内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大返回数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pageSize",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分页单页数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrev",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionListPrev",
|
|
|
- "description": "列示View对象,上一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/view/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": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enableCache",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否对结果进行缓存."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "display",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否前端可见."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cacheAccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否缓存访问内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大返回数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pageSize",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分页单页数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithQuery",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionListWithQuery",
|
|
|
- "description": "根据query列示view对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/view/list/query/{flag}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "flag",
|
|
|
- "type": "String",
|
|
|
- "description": "查询标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enableCache",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否对结果进行缓存."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "layout",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "显示布局."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gird生成后运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGroupGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gropuGird生成后运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterCalculateGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "calculateGrid生成后运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "code",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "前台运行脚本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "display",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否前端可见."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cacheAccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否缓存访问内容."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大返回数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pageSize",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分页单页数量."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toolbar",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工具条."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "simulate",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionSimulate",
|
|
|
- "description": "模拟执行view",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/view/{id}/simulate",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "视图标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "filterList",
|
|
|
- "type": "List\u003cFilterEntry\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "过滤",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "parameter",
|
|
|
- "type": "Map\u003cString,String\u003e",
|
|
|
- "isCollection": false,
|
|
|
- "description": "参数",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数量",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "bundleList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "限定结果集",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.query.assemble.designer.jaxrs.view.ActionEdit",
|
|
|
- "description": "更新View.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/view/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "alias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "query",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "所属查询.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enableCache",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否对结果进行缓存.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "layout",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "显示布局.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "data",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "访问方案.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gird生成后运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterGroupGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "gropuGird生成后运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "afterCalculateGridScriptText",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "calculateGrid生成后运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "code",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "前台运行脚本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "display",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否前端可见.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "类型.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "cacheAccess",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否缓存访问内容.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableIdentityList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的用户.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "availableUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "允许使用的组织.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最大返回数量.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pageSize",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "分页单页数量.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toolbar",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工具条.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
-}
|