|
|
@@ -1,4244 +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": "CustomAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.custom.CustomAction",
|
|
|
- "description": "个性化数据",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.custom.ActionDelete",
|
|
|
- "description": "删除指定名称的Custom。",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/custom/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "名称"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.custom.ActionGet",
|
|
|
- "description": "根据当前的访问用户获取Custom。",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/custom/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "名称"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "managerUpdate",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.custom.ActionManagerEdit",
|
|
|
- "description": "管理员更新指定用户指定名称的Custom.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/custom/manager/person/{person}/name/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "person",
|
|
|
- "type": "String",
|
|
|
- "description": "用户"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "定义名称"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.custom.ActionEdit",
|
|
|
- "description": "更新指定名称的Custom.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/custom/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "名称"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "DefinitionAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.definition.DefinitionAction",
|
|
|
- "description": "定制",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.definition.ActionDelete",
|
|
|
- "description": "删除指定名称的Definition.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/definition/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "名称"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.definition.ActionGet",
|
|
|
- "description": "获取Definition.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/definition/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "名称"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "update",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.definition.ActionEdit",
|
|
|
- "description": "更新指定名称的Definition.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/definition/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "名称"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": "EmpowerAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.EmpowerAction",
|
|
|
- "description": "授权操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionCreate",
|
|
|
- "description": "创建授权",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/empower",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否启用.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionDelete",
|
|
|
- "description": "删除授权",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/empower/{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": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "disable",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionDisable",
|
|
|
- "description": "禁用授权",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/{id}/disable",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edit",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionEdit",
|
|
|
- "description": "更新授权",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/empower/{id}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否启用.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionEnable",
|
|
|
- "description": "启用授权",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/{id}/enable",
|
|
|
- "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.organization.assemble.personal.jaxrs.empower.ActionGet",
|
|
|
- "description": "获取授权对象.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/{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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否启用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNext",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionListNext",
|
|
|
- "description": "管理员列示授权对象,下一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否启用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrev",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionListPrev",
|
|
|
- "description": "管理员列示授权对象,上一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否启用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listTo",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionListTo",
|
|
|
- "description": "获取当前人员的被授权.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/list/to",
|
|
|
- "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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "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": "listToEnable",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionListToEnable",
|
|
|
- "description": "获取当前人员的生效的被授权.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/list/to/enable",
|
|
|
- "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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "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": "listWithCurrentPerson",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionListWithCurrentPerson",
|
|
|
- "description": "获取当前人员的授权.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/list/currentperson",
|
|
|
- "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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "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": "listWithCurrentPersonEnable",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionListWithCurrentPersonEnable",
|
|
|
- "description": "获取当前人员生效的授权.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/list/currentperson/enable",
|
|
|
- "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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "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": "listWithPerson",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionListWithPerson",
|
|
|
- "description": "查询指定人员的授权授权.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empower/list/person/{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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "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": "managerlistPaging",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empower.ActionManagerListPaging",
|
|
|
- "description": "管理员根据条件查询授权记录.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/empower/manager/list/paging/{page}/size/{size}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "分页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "(授权创建时间)开始时间yyyy-MM-dd HH:mm:ss",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endTime",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "(授权创建时间)结束时间yyyy-MM-dd HH:mm:ss",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "edition",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程版本."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "filterListData",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "过滤条件."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "type",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权类型:all,application,process,filter."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权开始时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "completedTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权结束时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "enable",
|
|
|
- "type": "Boolean",
|
|
|
- "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": "EmpowerLogAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empowerlog.EmpowerLogAction",
|
|
|
- "description": "委托日志操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "delete",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empowerlog.ActionDelete",
|
|
|
- "description": "删除委托日志.",
|
|
|
- "type": "DELETE",
|
|
|
- "path": "jaxrs/empowerlog",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "description": "标识"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listNext",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empowerlog.ActionListNext",
|
|
|
- "description": "管理员列示委托日志对象,下一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empowerlog/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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "job",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "任务标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "work",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "work标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "empowerTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "标题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前活动ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动别名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listPrev",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empowerlog.ActionListPrev",
|
|
|
- "description": "管理员列示委托日志对象,上一页.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/empowerlog/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": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "job",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "任务标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "work",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "work标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "empowerTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "标题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前活动ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动别名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listToCurrentPersonPaging",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empowerlog.ActionListToCurrentPersonPaging",
|
|
|
- "description": "获取当前人员的被委托日志.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/empowerlog/list/to/currentperson/paging/{page}/size/{size}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "分页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "匹配关键字",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "job",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "任务标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "work",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "work标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "empowerTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "标题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前活动ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动别名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listWithCurrentPersonPaging",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empowerlog.ActionListWithCurrentPersonPaging",
|
|
|
- "description": "获取当前人员的委托日志.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/empowerlog/list/currentperson/paging/{page}/size/{size}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "分页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "匹配关键字",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "job",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "任务标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "work",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "work标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "empowerTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "标题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前活动ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动别名"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "managerlistPaging",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.empowerlog.ActionManagerListPaging",
|
|
|
- "description": "管理员根据条件查询委托日志.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/empowerlog/manager/list/paging/{page}/size/{size}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "page",
|
|
|
- "type": "Integer",
|
|
|
- "description": "分页"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "size",
|
|
|
- "type": "Integer",
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "授权人",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "key",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "匹配关键字",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "startTime",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "(授权创建时间)开始时间yyyy-MM-dd HH:mm:ss",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "endTime",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "(授权创建时间)结束时间yyyy-MM-dd HH:mm:ss",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "fromIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toPerson",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托人员."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "toIdentity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托身份."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "application",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "applicationAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "应用别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "process",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程名称."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "processAlias",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "流程别名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "job",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "任务标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "work",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "work标识."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "empowerTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "委托时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "title",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "标题."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activity",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "当前活动ID"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "活动名称"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "activityAlias",
|
|
|
- "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": "ExmailAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.exmail.ExmailAction",
|
|
|
- "description": "腾讯企业邮",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.exmail.ActionGet",
|
|
|
- "description": "接收腾讯企业邮回调Get方法.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/exmail",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [
|
|
|
- {
|
|
|
- "name": "msg_signature",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "timestamp",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonce",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "echostr",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "text",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "text"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "listTitlePassive",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.exmail.ActionListTitlePassive",
|
|
|
- "description": "列示当前用户腾讯企业邮标题,通过回调写入PersonAttribute",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/exmail/list/title/passive",
|
|
|
- "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": "newCount",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.exmail.ActionNewCount",
|
|
|
- "description": "获取当前用户的exmail邮件数量.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/exmail/new/count",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "newCountPassive",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.exmail.ActionNewCountPassive",
|
|
|
- "description": "获取当前用户的exmail邮件数量,通过回调写入PersonAttribute",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/exmail/new/count/passive",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "count",
|
|
|
- "type": "Long",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数量"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "post",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.exmail.ActionPost",
|
|
|
- "description": "接收腾讯企业邮回调Post方法.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/exmail",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [
|
|
|
- {
|
|
|
- "name": "msg_signature",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "timestamp",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "nonce",
|
|
|
- "type": "String",
|
|
|
- "description": ""
|
|
|
- }
|
|
|
- ],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "sso",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.exmail.ActionSso",
|
|
|
- "description": "获取当前用户邮件单点登录地址.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/exmail/sso",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": []
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "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": "IconAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.icon.IconAction",
|
|
|
- "description": "头像",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "getIcon",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.icon.ActionGetWithPerson",
|
|
|
- "description": "获取个人头像.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/icon/{person}",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "person",
|
|
|
- "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": "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": "PasswordAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.password.PasswordAction",
|
|
|
- "description": "密码",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "changePassword",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.password.ActionChangePassword",
|
|
|
- "description": "修改密码.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/password",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "oldPassword",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "原密码",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "newPassword",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "新密码",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "confirmPassword",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "确认新密码",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "PersonAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.person.PersonAction",
|
|
|
- "description": "个人操作",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "edit",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.person.ActionEdit",
|
|
|
- "description": "更新个人的信息,不更新superior和controllerList",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/person",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [
|
|
|
- {
|
|
|
- "name": "genderType",
|
|
|
- "type": "GenderType",
|
|
|
- "isCollection": false,
|
|
|
- "description": "性别.男:m,女:f,未知:d",
|
|
|
- "isBaseType": false
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "signature",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "个性签名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,可重名.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "employee",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工号,不可重复.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unique",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "唯一标识,不可重复,为空则使用自动填充值",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distinguishedName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "识别名,自动填充,@P结尾.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号,升序排列,为空在最后",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "changePasswordTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户密码最后修改时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mail",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "邮件地址.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "weixin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "微信号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "qq",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "QQ号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mobile",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "必填,手机号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hiddenMobile",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否隐藏手机号.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "officePhone",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办公电话.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "boardDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "入职时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "birthday",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "生日.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "age",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "年龄",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dingdingId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "钉钉人员ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dingdingHash",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "钉钉人员哈希特征.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "zhengwuDingdingId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "政务钉钉人员ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "zhengwuDingdingHash",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "政务钉钉人员哈希特征.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "qiyeweixinId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "企业微信人员ID.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "qiyeweixinHash",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "企业微信人员哈希特征.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open1Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id1.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open2Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id2.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open3Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id3.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open4Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id4.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open5Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id5.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "failureTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "登录失败记录时间.",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "failureCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "登录失败次数",
|
|
|
- "isBaseType": true
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "所属顶层组织.",
|
|
|
- "isBaseType": true
|
|
|
- }
|
|
|
- ],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "get",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.person.ActionGet",
|
|
|
- "description": "获取个人可以自己的内容",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/person",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "woIdentityList",
|
|
|
- "type": "List\u003cWoIdentity\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "身份对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "woRoleList",
|
|
|
- "type": "List\u003cWoRole\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "角色对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "woGroupList",
|
|
|
- "type": "List\u003cWoGroup\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "群组对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "woPersonAttributeList",
|
|
|
- "type": "List\u003cWoPersonAttribute\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "个人属性对象"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "数据库主键,自动生成."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "genderType",
|
|
|
- "type": "GenderType",
|
|
|
- "isCollection": false,
|
|
|
- "description": "性别.男:m,女:f,未知:d"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconMdpi",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本(中等尺寸图像)."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "iconLdpi",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "icon Base64编码后的文本(小尺寸图像)."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "signature",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "个性签名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音,自动生成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "pinyinInitial",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "name拼音首字母,自动生成"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "description",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "描述."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "名称,可重名."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "employee",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "工号,不可重复."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "unique",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "唯一标识,不可重复,为空则使用自动填充值"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "distinguishedName",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "识别名,自动填充,@P结尾."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "orderNumber",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "排序号,升序排列,为空在最后"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "controllerList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "个人管理者.默认为创建者。"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "superior",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "汇报对象."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "passwordExpiredTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户密码到期时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "changePasswordTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "用户密码最后修改时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastLoginTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后登录时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastLoginAddress",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后登录地址."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "lastLoginClient",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "最后登录客户端类型,web,android或者ios."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mail",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "邮件地址."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "weixin",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "微信号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "qq",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "QQ号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "mobile",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "必填,手机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "hiddenMobile",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "是否隐藏手机号."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "officePhone",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "办公电话."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "boardDate",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "入职时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "birthday",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "生日."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "age",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "年龄"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dingdingId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "钉钉人员ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "dingdingHash",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "钉钉人员哈希特征."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "zhengwuDingdingId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "政务钉钉人员ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "zhengwuDingdingHash",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "政务钉钉人员哈希特征."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "qiyeweixinId",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "企业微信人员ID."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "qiyeweixinHash",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "企业微信人员哈希特征."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open1Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id1."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open2Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id2."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open3Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id3."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open4Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id4."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "open5Id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "oauth登录id5."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "failureTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "登录失败记录时间."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "failureCount",
|
|
|
- "type": "Integer",
|
|
|
- "isCollection": false,
|
|
|
- "description": "登录失败次数"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "topUnitList",
|
|
|
- "type": "List\u003cString\u003e",
|
|
|
- "isCollection": true,
|
|
|
- "description": "所属顶层组织."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "createTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "创建时间,自动生成,索引创建在约束中."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "updateTime",
|
|
|
- "type": "Date",
|
|
|
- "isCollection": false,
|
|
|
- "description": "修改时间,自动生成,索引创建在约束中."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "getIcon",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.person.ActionGetIcon",
|
|
|
- "description": "获取个人头像.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/person/icon",
|
|
|
- "contentType": "application/json",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [],
|
|
|
- "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": "setIcon",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.person.ActionSetIcon",
|
|
|
- "description": "设置个人的头像.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/person/icon",
|
|
|
- "contentType": "multipart/form-data",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [
|
|
|
- {
|
|
|
- "name": "file",
|
|
|
- "type": "File",
|
|
|
- "description": "头像文件"
|
|
|
- }
|
|
|
- ],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "setPassword",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.person.ActionSetPassword",
|
|
|
- "description": "更新指定个人的密码.",
|
|
|
- "type": "PUT",
|
|
|
- "path": "jaxrs/person/password",
|
|
|
- "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": "uploadPostOctetStream",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.person.ActionSetIconOctetStream",
|
|
|
- "description": "设置头像.为了兼容前台增加的POST方法.",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/person/icon",
|
|
|
- "contentType": "application/octet-stream",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": true,
|
|
|
- "pathParameters": [],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id"
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "RegistAction",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.RegistAction",
|
|
|
- "description": "注册",
|
|
|
- "methods": [
|
|
|
- {
|
|
|
- "name": "captcha",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.ActionCaptcha",
|
|
|
- "description": "生成一个captcha",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/regist/captcha/width/{width}/height/{height}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "width",
|
|
|
- "type": "Integer",
|
|
|
- "description": "图像宽度"
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "height",
|
|
|
- "type": "Integer",
|
|
|
- "description": "图像高度"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "id",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "id."
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "image",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "base64图片值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkMobile",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.ActionCheckMobile",
|
|
|
- "description": "校验mobile是否已经存在",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/regist/check/mobile/{mobile}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "mobile",
|
|
|
- "type": "String",
|
|
|
- "description": "电话号码"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkName",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.ActionCheckName",
|
|
|
- "description": "校验name是否已经存在",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/regist/check/name/{name}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "name",
|
|
|
- "type": "String",
|
|
|
- "description": "用户名"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "checkPassword",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.ActionCheckPassword",
|
|
|
- "description": "校验password密码等级.",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/regist/check/password/{password}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "password",
|
|
|
- "type": "String",
|
|
|
- "description": "密码"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "String",
|
|
|
- "isCollection": false,
|
|
|
- "description": "字符串值"
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "code",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.ActionCode",
|
|
|
- "description": "生成一个code",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/regist/code/mobile/{mobile}",
|
|
|
- "contentType": "application/json",
|
|
|
- "resultContentType": "application/json; charset\u003dUTF-8",
|
|
|
- "useJsonElementParameter": false,
|
|
|
- "useStringParameter": false,
|
|
|
- "pathParameters": [
|
|
|
- {
|
|
|
- "name": "mobile",
|
|
|
- "type": "String",
|
|
|
- "description": "电话号码"
|
|
|
- }
|
|
|
- ],
|
|
|
- "formParameters": [],
|
|
|
- "queryParameters": [],
|
|
|
- "ins": [],
|
|
|
- "outs": [
|
|
|
- {
|
|
|
- "name": "value",
|
|
|
- "type": "Boolean",
|
|
|
- "isCollection": false,
|
|
|
- "description": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- },
|
|
|
- {
|
|
|
- "name": "create",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.ActionCreate",
|
|
|
- "description": "注册人员",
|
|
|
- "type": "POST",
|
|
|
- "path": "jaxrs/regist",
|
|
|
- "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": "mode",
|
|
|
- "className": "com.x.organization.assemble.personal.jaxrs.regist.ActionMode",
|
|
|
- "description": "当前允许的注册模式,disable,captcha,code",
|
|
|
- "type": "GET",
|
|
|
- "path": "jaxrs/regist/mode",
|
|
|
- "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": "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": "布尔值."
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
- }
|
|
|
- ]
|
|
|
-}
|