diff --git a/o2server/version.o2 b/o2server/version.o2 index 15c07cacf33405aff73d7540f047f0e4c59f234f..d2b3e4540c1e8054f3b04946ef34e015c40e2a8a 100644 --- a/o2server/version.o2 +++ b/o2server/version.o2 @@ -1 +1 @@ -2020-03-17 18:31:13 \ No newline at end of file +2020-03-17 18:53:45 \ No newline at end of file diff --git a/o2server/x_attendance_assemble_control/src/main/webapp/describe/api.json b/o2server/x_attendance_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index c2e3c8b8ffc94a471b0cff8a9954667cfbe14b3e..0000000000000000000000000000000000000000 --- a/o2server/x_attendance_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,743 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AttendanceAdminAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendanceadmin/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendanceadmin/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/attendanceadmin", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceAdmin", - "uri": "jaxrs/attendanceadmin/list/all", - "method": "GET" - } - ] - }, - { - "name": "AttendanceAppealInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendanceappealInfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendanceappealInfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "check", - "uri": "jaxrs/attendanceappealInfo/check ", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/attendanceappealInfo/appeal/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "archive", - "uri": "jaxrs/attendanceappealInfo/archive/{id}", - "method": "GET" - }, - { - "name": "audit", - "uri": "jaxrs/attendanceappealInfo/audit", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/attendanceappealInfo/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/attendanceappealInfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AttendanceDetailAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendancedetail/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendancedetail/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "recive", - "uri": "jaxrs/attendancedetail/recive", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listUnitAttendanceDetail", - "uri": "jaxrs/attendancedetail/filter/list/unit", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "analyseAttendanceDetails", - "uri": "jaxrs/attendancedetail/analyse/{startDate}/{endDate}", - "method": "GET" - }, - { - "name": "listAttendanceDetailByBatchName", - "uri": "jaxrs/attendancedetail/list/{file_id}", - "method": "GET" - }, - { - "name": "listTopUnitAttendanceDetail", - "uri": "jaxrs/attendancedetail/filter/list/topUnit", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "archiveAttendanceDetail", - "uri": "jaxrs/attendancedetail/archive/{id}", - "method": "GET" - }, - { - "name": "listUserAttendanceDetail", - "uri": "jaxrs/attendancedetail/filter/list/user", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "analyseAttendanceDetail", - "uri": "jaxrs/attendancedetail/analyse/id/{id}", - "method": "GET" - }, - { - "name": "checkDetailWithPersonByCycle", - "uri": "jaxrs/attendancedetail/checkDetailWithPersonByCycle/{cycleYear}/{cycleMonth}", - "method": "GET" - }, - { - "name": "listAttendanceDetail", - "uri": "jaxrs/attendancedetail/filter/list", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/attendancedetail/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/attendancedetail/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AttendanceDetailFileImportAction", - "methods": [ - { - "name": "getStatus", - "uri": "jaxrs/fileimport/getStatus/{file_id}", - "method": "GET" - }, - { - "name": "getStatusAll", - "uri": "jaxrs/fileimport/getStatus/all", - "method": "GET" - }, - { - "name": "getStatusDetail", - "uri": "jaxrs/fileimport/getStatus/{file_id}/detail", - "method": "GET" - } - ] - }, - { - "name": "AttendanceDetailMobileAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendancedetail/mobile/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendancedetail/mobile/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "reciveForMobile", - "uri": "jaxrs/attendancedetail/mobile/recive", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listDataForMobile", - "uri": "jaxrs/attendancedetail/mobile/filter/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AttendanceEmployeeConfigAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendanceemployeeconfig/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendanceemployeeconfig/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/attendanceemployeeconfig", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceEmployeeConfig", - "uri": "jaxrs/attendanceemployeeconfig/list/all", - "method": "GET" - } - ] - }, - { - "name": "AttendanceImportFileInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendanceimportfileinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendanceimportfileinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceImportFileInfo", - "uri": "jaxrs/attendanceimportfileinfo/list/all", - "method": "GET" - } - ] - }, - { - "name": "AttendanceScheduleSettingAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendanceschedulesetting/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendanceschedulesetting/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/attendanceschedulesetting", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAttendanceScheduleSettingByUnit", - "uri": "jaxrs/attendanceschedulesetting/list/unit/{name}", - "method": "GET" - }, - { - "name": "listAttendanceScheduleSettingByTopUnit", - "uri": "jaxrs/attendanceschedulesetting/list/topUnit/{name}", - "method": "GET" - }, - { - "name": "listAllAttendanceScheduleSetting", - "uri": "jaxrs/attendanceschedulesetting/list/all", - "method": "GET" - } - ] - }, - { - "name": "AttendanceSelfHolidayAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/attendanceselfholiday/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/attendanceselfholiday", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceSelfHoliday", - "uri": "jaxrs/attendanceselfholiday/list/all", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/attendanceselfholiday/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/attendanceselfholiday/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AttendanceSelfHolidaySimpleAction", - "methods": [ - { - "name": "post", - "uri": "jaxrs/selfholidaysimple", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteByWfDocId", - "uri": "jaxrs/selfholidaysimple/docId/{docId}", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "AttendanceSettingAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendancesetting/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendancesetting/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/attendancesetting", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceSetting", - "uri": "jaxrs/attendancesetting/list/all", - "method": "GET" - }, - { - "name": "getWithCode", - "uri": "jaxrs/attendancesetting/code/{code}", - "method": "GET" - } - ] - }, - { - "name": "AttendanceStatisticAction", - "methods": [ - { - "name": "doStatistic", - "uri": "jaxrs/statistic/do", - "method": "GET" - } - ] - }, - { - "name": "AttendanceStatisticRequireLogAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendancestatisticrequirelog/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendancestatisticrequirelog/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/attendancestatisticrequirelog", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceStatisticRequireLog", - "uri": "jaxrs/attendancestatisticrequirelog/list/all", - "method": "GET" - } - ] - }, - { - "name": "AttendanceStatisticShowAction", - "methods": [ - { - "name": "showStmForUnit", - "uri": "jaxrs/statisticshow/unit/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "sumUnitStatistic", - "uri": "jaxrs/statisticshow/unit/sum/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "showStdForUnit", - "uri": "jaxrs/statisticshow/unit/day/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "showStmForPerson", - "uri": "jaxrs/statisticshow/person/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "listStmForTopUnitNextWithFilter", - "uri": "jaxrs/statisticshow/filter/topUnitMonth/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "showStForPersonInUnitSubNested", - "uri": "jaxrs/statisticshow/persons/unit/subnested/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "showStmForUnitSubnested", - "uri": "jaxrs/statisticshow/unit/subnested/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "listStmForUnitPrevWithFilter", - "uri": "jaxrs/statisticshow/filter/unitMonth/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listStmForPersonNextWithFilter", - "uri": "jaxrs/statisticshow/filter/personMonth/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listStdForUnitPrevWithFilter", - "uri": "jaxrs/statisticshow/filter/unitDay/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "showStdForTopUnit", - "uri": "jaxrs/statisticshow/topUnit/day/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "listStmForTopUnitPrevWithFilter", - "uri": "jaxrs/statisticshow/filter/topUnitMonth/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "showStmForTopUnit", - "uri": "jaxrs/statisticshow/topUnit/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "listStdForTopUnitPrevWithFilter", - "uri": "jaxrs/statisticshow/filter/topUnitDay/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "showStForPersonInUnit", - "uri": "jaxrs/statisticshow/persons/unit/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "listStmForUnitNextWithFilter", - "uri": "jaxrs/statisticshow/filter/unitMonth/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listStmForPersonPrevWithFilter", - "uri": "jaxrs/statisticshow/filter/personMonth/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listStdForUnitNextWithFilter", - "uri": "jaxrs/statisticshow/filter/unitDay/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "showStdForUnitWithDate", - "uri": "jaxrs/statisticshow/unit/day/{name}/{date}", - "method": "GET" - }, - { - "name": "showStForUnitInTopUnit", - "uri": "jaxrs/statisticshow/unit/topUnit/{name}/{year}/{month}", - "method": "GET" - }, - { - "name": "showStdForUnitInTopUnitWithDate", - "uri": "jaxrs/statisticshow/unit/day/topUnit/{name}/{date}", - "method": "GET" - }, - { - "name": "listStdForTopUnitNextWithFilter", - "uri": "jaxrs/statisticshow/filter/topUnitDay/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AttendanceStatisticalCycleAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendancestatisticalcycle/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendancestatisticalcycle/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/attendancestatisticalcycle", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceStatisticalCycle", - "uri": "jaxrs/attendancestatisticalcycle/list/all", - "method": "GET" - }, - { - "name": "cycleDetail", - "uri": "jaxrs/attendancestatisticalcycle/cycleDetail/{year}/{month}", - "method": "GET" - } - ] - }, - { - "name": "AttendanceWorkDayConfigAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attendanceworkdayconfig/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attendanceworkdayconfig/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/attendanceworkdayconfig", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceWorkDayConfig", - "uri": "jaxrs/attendanceworkdayconfig/list/all", - "method": "GET" - }, - { - "name": "listWithFilter", - "uri": "jaxrs/attendanceworkdayconfig/filter", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AttendanceWorkPlaceAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/workplace/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/workplace/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/workplace", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllAttendanceWorkPlace", - "uri": "jaxrs/workplace/list/all", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FileImportExportAction", - "methods": [ - { - "name": "upload", - "uri": "jaxrs/file/upload", - "method": "POST", - "enctype": "formData" - }, - { - "name": "fileDownloadStream", - "uri": "jaxrs/file/download/{id}/stream/{stream}", - "method": "GET" - }, - { - "name": "abnormalDetailsExportStream", - "uri": "jaxrs/file/export/abnormaldetails/year/{year}/month/{month}/stream/{stream}", - "method": "GET" - }, - { - "name": "selfHolidayExportStream", - "uri": "jaxrs/file/export/selfholiday/{startdate}/{enddate}/stream/{stream}", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_bbs_assemble_control/src/main/webapp/describe/api.json b/o2server/x_bbs_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 13144eb4b195e7a11f37cc57a92468170881de02..0000000000000000000000000000000000000000 --- a/o2server/x_bbs_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,713 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AttachmentAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "upload", - "uri": "jaxrs/attachment/upload/subject/{subjectId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "getWithId", - "uri": "jaxrs/attachment/{id}", - "method": "GET" - }, - { - "name": "uploadCallback", - "uri": "jaxrs/attachment/upload/subject/{subjectId}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listWithSubjectId", - "uri": "jaxrs/attachment/list/subject/{subjectId}", - "method": "GET" - }, - { - "name": "downloadWithSubject", - "uri": "jaxrs/attachment/download/{id}", - "method": "GET" - }, - { - "name": "downloadWithSubjectStream", - "uri": "jaxrs/attachment/download/{id}/stream/{stream}", - "method": "GET" - } - ] - }, - { - "name": "BBSConfigSettingAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/user/setting/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/user/setting", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/user/setting/all", - "method": "GET" - }, - { - "name": "getByCode", - "uri": "jaxrs/user/setting/code", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "BBSConfigSettingAnonymousAction", - "methods": [ - { - "name": "getBBSName", - "uri": "jaxrs/setting/bbsName", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "ForumInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/forum/{id}", - "method": "GET" - }, - { - "name": "viewAllWithMyPermission", - "uri": "jaxrs/forum/view/all", - "method": "GET" - } - ] - }, - { - "name": "ForumInfoManagerUserAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/user/forum/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/user/forum", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/user/forum/all", - "method": "GET" - } - ] - }, - { - "name": "ImageBase64Action", - "methods": [ - { - "name": "convert", - "uri": "jaxrs/image/encode/base64", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "LoginAction", - "methods": [ - { - "name": "login", - "uri": "jaxrs/login", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "LogoutAction", - "methods": [ - { - "name": "login", - "uri": "jaxrs/logout", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "MobileIndexAction", - "methods": [ - { - "name": "viewAllWithMyPermission", - "uri": "jaxrs/mobile/view/all", - "method": "GET" - } - ] - }, - { - "name": "PermissionInfoAction", - "methods": [ - { - "name": "replyPublishable", - "uri": "jaxrs/permission/replyPublishable/{subjectId}", - "method": "GET" - }, - { - "name": "getSectionOperationPermissoin", - "uri": "jaxrs/permission/section/{sectionId}", - "method": "GET" - }, - { - "name": "getSubjectOperationPermissoin", - "uri": "jaxrs/permission/subject/{subjectId}", - "method": "GET" - }, - { - "name": "subjectPublishable", - "uri": "jaxrs/permission/subjectPublishable/{sectionId}", - "method": "GET" - } - ] - }, - { - "name": "PermissionInfoAdminAction", - "methods": [ - { - "name": "listPermissionByRoleCode", - "uri": "jaxrs/user/permission/role/{roleCode}", - "method": "GET" - }, - { - "name": "listPermissionByForumId", - "uri": "jaxrs/user/permission/forum/{forumId}", - "method": "GET" - }, - { - "name": "listPermissionBySection", - "uri": "jaxrs/user/permission/section/{sectionId}", - "method": "GET" - } - ] - }, - { - "name": "PictureAction", - "methods": [ - { - "name": "pictureEncode", - "uri": "jaxrs/picture/encode/base64/size/{size}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "sectionIconUpdate", - "uri": "jaxrs/picture/section/{id}/icon", - "method": "POST", - "enctype": "formData" - } - ] - }, - { - "name": "ReplyInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/reply/{id}", - "method": "GET" - }, - { - "name": "listWithSubjectForPage", - "uri": "jaxrs/reply/filter/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ReplyInfoManagerUserAction", - "methods": [ - { - "name": "accept", - "uri": "jaxrs/user/reply/accept", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/user/reply/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/user/reply", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyReplyForPage", - "uri": "jaxrs/user/reply/my/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "RoleInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/user/role/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/user/role/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/user/role", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/user/role/all", - "method": "GET" - }, - { - "name": "listByForum", - "uri": "jaxrs/user/role/forum/{forumId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "bindRoleToUser", - "uri": "jaxrs/user/role/bind/object", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "bindUserToRole", - "uri": "jaxrs/user/role/bind/role", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listBySection", - "uri": "jaxrs/user/role/section/{sectionId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSelectedRoleByUser", - "uri": "jaxrs/user/role/user/selected", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSelectedRoleByUnit", - "uri": "jaxrs/user/role/unit/selected", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listBindObjectByRoleCode", - "uri": "jaxrs/user/role/rolecode/selected", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "SectionInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/section/{id}", - "method": "GET" - }, - { - "name": "viewWithForum", - "uri": "jaxrs/section/viewforum/{forumId}", - "method": "GET" - }, - { - "name": "listSubSectionByMainSectionId", - "uri": "jaxrs/section/viewsub/{sectionId}", - "method": "GET" - } - ] - }, - { - "name": "SectionInfoManagerUserAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/user/section/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/user/section", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllSection", - "uri": "jaxrs/user/section/all", - "method": "GET" - }, - { - "name": "listWithForum", - "uri": "jaxrs/user/section/forum/{forumId}", - "method": "GET" - }, - { - "name": "deleteForce", - "uri": "jaxrs/user/section/force/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listAllSubSectionByMainSectionId", - "uri": "jaxrs/user/section/sub/{sectionId}", - "method": "GET" - } - ] - }, - { - "name": "SubjectAttachmentAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/subjectattach/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/subjectattach/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listBySubjectId", - "uri": "jaxrs/subjectattach/list/subject/{id}", - "method": "GET" - }, - { - "name": "imageToBase64", - "uri": "jaxrs/subjectattach/{id}/binary/base64/{size}", - "method": "GET" - } - ] - }, - { - "name": "SubjectInfoAction", - "methods": [ - { - "name": "listTopSubject", - "uri": "jaxrs/subject/top/{sectionId}", - "method": "GET" - }, - { - "name": "viewSubject", - "uri": "jaxrs/subject/view/{id}", - "method": "GET" - }, - { - "name": "listCreamedSubjectForPage", - "uri": "jaxrs/subject/creamed/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listRecommendedSubjectForPage", - "uri": "jaxrs/subject/recommended/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSubjectForBBSIndex", - "uri": "jaxrs/subject/index/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSubjectForPage", - "uri": "jaxrs/subject/filter/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "searchSubjectForPage", - "uri": "jaxrs/subject/search/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listRecommendedSubjectForBBSIndex", - "uri": "jaxrs/subject/recommended/index/{count}", - "method": "GET" - } - ] - }, - { - "name": "SubjectInfoManagerUserAction", - "methods": [ - { - "name": "lock", - "uri": "jaxrs/user/subject/lock/{id}", - "method": "GET" - }, - { - "name": "get", - "uri": "jaxrs/user/subject/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/user/subject/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/user/subject", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "unlock", - "uri": "jaxrs/user/subject/unlock/{id}", - "method": "GET" - }, - { - "name": "complete", - "uri": "jaxrs/user/subject/complete/{id}", - "method": "GET" - }, - { - "name": "topToForum", - "uri": "jaxrs/user/subject/topToForum/{id}", - "method": "GET" - }, - { - "name": "topToSection", - "uri": "jaxrs/user/subject/topToSection/{id}", - "method": "GET" - }, - { - "name": "topToMainSection", - "uri": "jaxrs/user/subject/topToMainSection/{id}", - "method": "GET" - }, - { - "name": "topToBBS", - "uri": "jaxrs/user/subject/topToBBS/{id}", - "method": "GET" - }, - { - "name": "setRecommendToBBSIndex", - "uri": "jaxrs/user/subject/setRecommendToBBSIndex/{id}", - "method": "GET" - }, - { - "name": "nonCream", - "uri": "jaxrs/user/subject/nonCream/{id}", - "method": "GET" - }, - { - "name": "setCream", - "uri": "jaxrs/user/subject/setCream/{id}", - "method": "GET" - }, - { - "name": "acceptReply", - "uri": "jaxrs/user/subject/acceptreply/{id}/{replyId}", - "method": "GET" - }, - { - "name": "nonTopToSection", - "uri": "jaxrs/user/subject/nonTopToSection/{id}", - "method": "GET" - }, - { - "name": "nonTopToForum", - "uri": "jaxrs/user/subject/nonTopToForum/{id}", - "method": "GET" - }, - { - "name": "nonOriginal", - "uri": "jaxrs/user/subject/nonOriginal/{id}", - "method": "GET" - }, - { - "name": "setOriginal", - "uri": "jaxrs/user/subject/setOriginal/{id}", - "method": "GET" - }, - { - "name": "unComplete", - "uri": "jaxrs/user/subject/uncomplete/{id}", - "method": "GET" - }, - { - "name": "nonTopToBBS", - "uri": "jaxrs/user/subject/nonTopToBBS/{id}", - "method": "GET" - }, - { - "name": "changeSection", - "uri": "jaxrs/user/subject/change/section", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "unAcceptReply", - "uri": "jaxrs/user/subject/unacceptreply/{id}", - "method": "GET" - }, - { - "name": "voteSubmit", - "uri": "jaxrs/user/subject/vote/submit", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "nonTopToMainSection", - "uri": "jaxrs/user/subject/nonTopToMainSection/{id}", - "method": "GET" - }, - { - "name": "nonRecommendToBBSIndex", - "uri": "jaxrs/user/subject/nonRecommendToBBSIndex/{id}", - "method": "GET" - }, - { - "name": "listVoteRecordForPage", - "uri": "jaxrs/user/subject/voterecord/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMySubjectForPage", - "uri": "jaxrs/user/subject/my/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "UserInfoAction", - "methods": [ - { - "name": "filterUserInfo", - "uri": "jaxrs/userinfo", - "method": "PUT", - "enctype": "application/json" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_calendar_assemble_control/src/main/webapp/describe/api.json b/o2server/x_calendar_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 388606c76275139a1ef0f1371bdde29606da23c2..0000000000000000000000000000000000000000 --- a/o2server/x_calendar_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,255 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "CalendarAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/calendar/{id}", - "method": "GET" - }, - { - "name": "save", - "uri": "jaxrs/calendar", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithFilter", - "uri": "jaxrs/calendar/list/filter", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "followCalendar", - "uri": "jaxrs/calendar/follow/{id}", - "method": "GET" - }, - { - "name": "listMyCalendar", - "uri": "jaxrs/calendar/list/my", - "method": "GET" - }, - { - "name": "destory", - "uri": "jaxrs/calendar/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "isManager", - "uri": "jaxrs/calendar/ismanager", - "method": "GET" - }, - { - "name": "listPublicCalendar", - "uri": "jaxrs/calendar/list/public", - "method": "GET" - }, - { - "name": "followCalendarCancel", - "uri": "jaxrs/calendar/follow/{id}/cancel", - "method": "GET" - }, - { - "name": "isCalendarManager", - "uri": "jaxrs/calendar/ismanager/calendar/{accountId}", - "method": "GET" - } - ] - }, - { - "name": "CalendarSettingAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/setting/{id}", - "method": "GET" - }, - { - "name": "save", - "uri": "jaxrs/setting", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithCode", - "uri": "jaxrs/setting/code/{code}", - "method": "GET" - }, - { - "name": "isManager", - "uri": "jaxrs/setting/ismanager", - "method": "GET" - }, - { - "name": "listAllReportSetting", - "uri": "jaxrs/setting/list/all", - "method": "GET" - } - ] - }, - { - "name": "Calendar_EventAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/event/{id}", - "method": "GET" - }, - { - "name": "create", - "uri": "jaxrs/event", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getRFC", - "uri": "jaxrs/event/rfc/{id}", - "method": "GET" - }, - { - "name": "listWithFilter", - "uri": "jaxrs/event/list/filter", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateAfterEvent", - "uri": "jaxrs/event/update/after/{eventId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateSingleEvent", - "uri": "jaxrs/event/update/single/{eventId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "destoryAfterEvent", - "uri": "jaxrs/event/after/{eventId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "destoryAllEventsWithRepeatMaster", - "uri": "jaxrs/event/all/{eventId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "destorySingleEvent", - "uri": "jaxrs/event/single/{eventId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateAllEventsWithRepeatMaster", - "uri": "jaxrs/event/update/all/{eventId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithFilterSample", - "uri": "jaxrs/event/list/filter/sample", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "Calendar_EventMessageAction", - "methods": [ - { - "name": "messageReceive", - "uri": "jaxrs/message", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_cms_assemble_control/src/main/webapp/describe/api.json b/o2server/x_cms_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index f5368f8689c4124957d559b7fc0f7bdf8327610a..0000000000000000000000000000000000000000 --- a/o2server/x_cms_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,1935 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AppDictAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getData", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/data", - "method": "GET" - }, - { - "name": "getDataPath0", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/data", - "method": "GET" - }, - { - "name": "getDataPath1", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/data", - "method": "GET" - }, - { - "name": "listWithAppInfo", - "uri": "jaxrs/surface/appdict/list/appInfo/{appInfoFlag}", - "method": "GET" - }, - { - "name": "getDataPath7", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "GET" - }, - { - "name": "updateDataPath4", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath4", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteDataPath0", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createDataPath6", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteDataPath5", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteDataPath7", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath1", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath1", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath4", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "GET" - }, - { - "name": "deleteDataPath1", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath0", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath6", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createDataPath3", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateDataPath3", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath3", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteDataPath4", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath5", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateDataPath7", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath2", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath2", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath0", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath6", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "GET" - }, - { - "name": "createDataPath5", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath3", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "GET" - }, - { - "name": "createDataPath7", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath5", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "GET" - }, - { - "name": "createDataPath2", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateDataPath6", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getDataPath2", - "uri": "jaxrs/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/data", - "method": "GET" - } - ] - }, - { - "name": "AppDictAnonymousAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}", - "method": "GET" - }, - { - "name": "getData", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/data", - "method": "GET" - }, - { - "name": "getDataPath0", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/data", - "method": "GET" - }, - { - "name": "getDataPath1", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/data", - "method": "GET" - }, - { - "name": "listWithAppInfo", - "uri": "jaxrs/anonymous/surface/appdict/list/appInfo/{appInfoFlag}", - "method": "GET" - }, - { - "name": "getDataPath7", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "GET" - }, - { - "name": "getDataPath4", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "GET" - }, - { - "name": "getDataPath6", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "GET" - }, - { - "name": "getDataPath3", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "GET" - }, - { - "name": "getDataPath5", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "GET" - }, - { - "name": "getDataPath2", - "uri": "jaxrs/anonymous/surface/appdict/{appDictFlag}/appInfo/{appInfoFlag}/{path0}/{path1}/{path2}/data", - "method": "GET" - } - ] - }, - { - "name": "AppDictDesignAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/design/appdict/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/design/appdict/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/design/appdict/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/design/appdict", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithAppInfo", - "uri": "jaxrs/design/appdict/list/appInfo/{appId}", - "method": "GET" - } - ] - }, - { - "name": "AppInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/appinfo/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/appinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/appinfo", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "query_getControl", - "uri": "jaxrs/appinfo/{id}/control", - "method": "GET" - }, - { - "name": "getByAlias", - "uri": "jaxrs/appinfo/alias/{alias}", - "method": "GET" - }, - { - "name": "listAllAppInfo", - "uri": "jaxrs/appinfo/list/all", - "method": "GET" - }, - { - "name": "changeIcon", - "uri": "jaxrs/appinfo/{appId}/icon/size/{size}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "eraseWithAppId", - "uri": "jaxrs/appinfo/erase/app/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listAllAppType", - "uri": "jaxrs/appinfo/list/appType", - "method": "GET" - }, - { - "name": "listWhatICanManage_WithAppType", - "uri": "jaxrs/appinfo/list/manage/type/{appType}", - "method": "GET" - }, - { - "name": "listWhatICanManage", - "uri": "jaxrs/appinfo/list/manage", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/appinfo/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWhatICanView_Data", - "uri": "jaxrs/appinfo/list/user/view/data", - "method": "GET" - }, - { - "name": "listWhatICanView_Article", - "uri": "jaxrs/appinfo/list/user/view", - "method": "GET" - }, - { - "name": "listWhatICanViewData_WithAppType", - "uri": "jaxrs/appinfo/list/user/view/data/type/{appType}", - "method": "GET" - }, - { - "name": "getPublishableAppInfo", - "uri": "jaxrs/appinfo/get/user/publish/{appId}", - "method": "GET" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/appinfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWhatICanPublish_WithAppType", - "uri": "jaxrs/appinfo/list/user/publish/type/{appType}", - "method": "GET" - }, - { - "name": "listManageableAllAppType", - "uri": "jaxrs/appinfo/list/appType/manager", - "method": "GET" - }, - { - "name": "listWhatICanPublish", - "uri": "jaxrs/appinfo/list/user/publish", - "method": "GET" - }, - { - "name": "listWhatICanView_AllType", - "uri": "jaxrs/appinfo/list/user/view/all", - "method": "GET" - }, - { - "name": "listWhatICanViewArticle_WithAppType", - "uri": "jaxrs/appinfo/list/user/view/article/type/{appType}", - "method": "GET" - }, - { - "name": "listWhatICanViewAllType_WithAppType", - "uri": "jaxrs/appinfo/list/user/view/all/type/{appType}", - "method": "GET" - } - ] - }, - { - "name": "AppInfoAnonymousAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/anonymous/appinfo/{flag}", - "method": "GET" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/anonymous/appinfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AppInfoConfigAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/appconfig/{id}", - "method": "GET" - }, - { - "name": "save", - "uri": "jaxrs/appconfig/{appId}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "CategoryInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/categoryinfo/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/categoryinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/categoryinfo", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "query_getControl", - "uri": "jaxrs/categoryinfo/{id}/control", - "method": "GET" - }, - { - "name": "getByAlias", - "uri": "jaxrs/categoryinfo/alias/{alias}", - "method": "GET" - }, - { - "name": "saveExtContent", - "uri": "jaxrs/categoryinfo/extContent", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "bindImportView", - "uri": "jaxrs/categoryinfo/bind/{categoryId}/view", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "eraseWithCategory", - "uri": "jaxrs/categoryinfo/erase/category/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/categoryinfo/filter/list/{id}/prev/{count}/app/{appId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/categoryinfo/filter/list/{id}/next/{count}/app/{appId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listAllCategoryInfo", - "uri": "jaxrs/categoryinfo/list/all", - "method": "GET" - }, - { - "name": "listViewableCategoryInfo_Data", - "uri": "jaxrs/categoryinfo/list/view/app/{appId}/data", - "method": "GET" - }, - { - "name": "listViewableCategoryInfo_Article", - "uri": "jaxrs/categoryinfo/list/view/app/{appId}", - "method": "GET" - }, - { - "name": "listViewableCategoryInfo_AllType", - "uri": "jaxrs/categoryinfo/list/view/app/{appId}/all", - "method": "GET" - }, - { - "name": "listPublishableCategoryInfo", - "uri": "jaxrs/categoryinfo/list/publish/app/{appId}", - "method": "GET" - } - ] - }, - { - "name": "CategoryInfoAnonymousAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/anonymous/categoryinfo/{flag}", - "method": "GET" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/anonymous/categoryinfo/filter/list/{id}/next/{count}/app/{appId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listViewableCategoryInfo_Data", - "uri": "jaxrs/anonymous/categoryinfo/list/view/app/{appId}/data", - "method": "GET" - }, - { - "name": "listViewableCategoryInfo_Article", - "uri": "jaxrs/anonymous/categoryinfo/list/view/app/{appId}", - "method": "GET" - }, - { - "name": "listViewableCategoryInfo_AllType", - "uri": "jaxrs/anonymous/categoryinfo/list/view/app/{appId}/all", - "method": "GET" - }, - { - "name": "listPublishableCategoryInfo", - "uri": "jaxrs/anonymous/categoryinfo/list/publish/app/{appId}", - "method": "GET" - } - ] - }, - { - "name": "DataAction", - "methods": [ - { - "name": "getWithDocument", - "uri": "jaxrs/data/document/{id}", - "method": "GET" - }, - { - "name": "getWithDocumentWithPath1", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}", - "method": "GET" - }, - { - "name": "getWithDocumentPath0", - "uri": "jaxrs/data/document/{id}/{path0}", - "method": "GET" - }, - { - "name": "getWithDocumentWithPath2", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}", - "method": "GET" - }, - { - "name": "getWithDocumentWithPath3", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "GET" - }, - { - "name": "getWithDocumentWithPath5", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "GET" - }, - { - "name": "getWithDocumentWithPath6", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "GET" - }, - { - "name": "getWithDocumentWithPath4", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "GET" - }, - { - "name": "getWithDocumentWithPath7", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "GET" - }, - { - "name": "updateWithDocument", - "uri": "jaxrs/data/document/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath4", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath5", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath5", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath3", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath5", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath1", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath1", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath3", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath7", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath4", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath0", - "uri": "jaxrs/data/document/{id}/{path0}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath0", - "uri": "jaxrs/data/document/{id}/{path0}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath2", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath0", - "uri": "jaxrs/data/document/{id}/{path0}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath4", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath6", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath3", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath7", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath7", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath6", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateWithDocumentWithPath6", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithDocumentWithPath2", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath2", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}/{path2}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createWithDocument", - "uri": "jaxrs/data/document/{id}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithDocument", - "uri": "jaxrs/data/document/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteWithDocumentWithPath1", - "uri": "jaxrs/data/document/{id}/{path0}/{path1}", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "DocumentAction", - "methods": [ - { - "name": "query_getControl", - "uri": "jaxrs/document/{id}/control", - "method": "GET" - }, - { - "name": "query_get", - "uri": "jaxrs/document/{id}", - "method": "GET" - }, - { - "name": "persist_save", - "uri": "jaxrs/document", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "query_view", - "uri": "jaxrs/document/{id}/view", - "method": "GET" - }, - { - "name": "persist_commend", - "uri": "jaxrs/document/{id}/commend", - "method": "GET" - }, - { - "name": "persist_unTop", - "uri": "jaxrs/document/{id}/unTop", - "method": "GET" - }, - { - "name": "persist_top", - "uri": "jaxrs/document/{id}/top", - "method": "GET" - }, - { - "name": "persist_delete", - "uri": "jaxrs/document/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "persist_achive", - "uri": "jaxrs/document/achive/{id}", - "method": "GET" - }, - { - "name": "persist_publishAndNotify", - "uri": "jaxrs/document/publish/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "query_listNextWithFilter", - "uri": "jaxrs/document/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "query_listDraftNextWithFilter", - "uri": "jaxrs/document/draft/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "persist_publishCancel", - "uri": "jaxrs/document/publish/{id}/cancel", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "query_listPrevWithFilter", - "uri": "jaxrs/document/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "persist_importDocumentFormExcel", - "uri": "jaxrs/document/import/category/{categoryId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "query_checkImportStatus", - "uri": "jaxrs/document/batch/{batchName}/status", - "method": "GET" - }, - { - "name": "query_checkAllImportStatus", - "uri": "jaxrs/document/batch/status", - "method": "GET" - }, - { - "name": "query_listAllPictures", - "uri": "jaxrs/document/pictures/{id}/all", - "method": "GET" - }, - { - "name": "query_getVisiblePersons", - "uri": "jaxrs/document/{id}/persons", - "method": "GET" - }, - { - "name": "persist_unCommend", - "uri": "jaxrs/document/{id}/uncommend", - "method": "GET" - }, - { - "name": "persist_batchDataModify", - "uri": "jaxrs/document/batch/data/modify", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "query_listWithFilterPaging", - "uri": "jaxrs/document/filter/list/{page}/size/{size}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "persist_publishContent", - "uri": "jaxrs/document/publish/content", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "query_getViewCount", - "uri": "jaxrs/document/{id}/view/count", - "method": "GET" - }, - { - "name": "query_listDocumentFields", - "uri": "jaxrs/document/document/fields", - "method": "GET" - }, - { - "name": "query_listFirstPictures", - "uri": "jaxrs/document/pictures/{id}/first", - "method": "GET" - }, - { - "name": "persist_deleteWithBatchName", - "uri": "jaxrs/document/batch/{batchId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "query_countDocumentWithFilter", - "uri": "jaxrs/document/filter/count", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "persist_changeCategory", - "uri": "jaxrs/document/category/change", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DocumentAnonymousAction", - "methods": [ - { - "name": "view", - "uri": "jaxrs/anonymous/document/{id}/view", - "method": "GET" - }, - { - "name": "listAllPictures", - "uri": "jaxrs/anonymous/document/pictures/{id}/all", - "method": "GET" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/anonymous/document/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listFirstPictures", - "uri": "jaxrs/anonymous/document/pictures/{id}/first", - "method": "GET" - } - ] - }, - { - "name": "DocumentCommentInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/comment/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/comment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/comment", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "persist_commend", - "uri": "jaxrs/comment/{id}/commend", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/comment/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/comment/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "persist_unCommend", - "uri": "jaxrs/comment/{id}/uncommend", - "method": "GET" - }, - { - "name": "listPageWithFilter", - "uri": "jaxrs/comment/list/{page}/size/{size}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DocumentViewRecordAction", - "methods": [ - { - "name": "listUnReadIds", - "uri": "jaxrs/viewrecord/unread", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listByPerson", - "uri": "jaxrs/viewrecord/person/{name}", - "method": "GET" - }, - { - "name": "listByDocumentFilterNext", - "uri": "jaxrs/viewrecord/document/{docId}/filter/list/{id}/next/{count}", - "method": "GET" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FileAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/file/{flag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/file/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/file/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/file", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "copy", - "uri": "jaxrs/file/{flag}/appInfo/{appInfoFlag}", - "method": "GET" - }, - { - "name": "upload", - "uri": "jaxrs/file/{id}/upload", - "method": "POST", - "enctype": "formData" - }, - { - "name": "download", - "uri": "jaxrs/file/{id}/download", - "method": "GET" - }, - { - "name": "content", - "uri": "jaxrs/file/{id}/content", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/file/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "downloadWithApp", - "uri": "jaxrs/file/{flag}/appInfo/{appInfoFlag}/download", - "method": "GET" - }, - { - "name": "contentWithApp", - "uri": "jaxrs/file/{flag}/appInfo/{appInfoFlag}/content", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/file/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listWithAppInfo", - "uri": "jaxrs/file/list/appInfo/{appInfoFlag}", - "method": "GET" - } - ] - }, - { - "name": "FileInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/fileinfo/{id}/document/{documentId}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/fileinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "imageToBase64", - "uri": "jaxrs/fileinfo/{id}/binary/base64/{size}", - "method": "GET" - }, - { - "name": "attachmentUpdate", - "uri": "jaxrs/fileinfo/update/document/{docId}/attachment/{id}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "editPermission", - "uri": "jaxrs/fileinfo/edit/{id}/doc/{docId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "attachmentUpload", - "uri": "jaxrs/fileinfo/upload/document/{docId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listAllFileInfo", - "uri": "jaxrs/fileinfo/list/all", - "method": "GET" - }, - { - "name": "listFileInfoByDocumentId", - "uri": "jaxrs/fileinfo/list/document/{documentId}", - "method": "GET" - }, - { - "name": "attachmentDownloadStream", - "uri": "jaxrs/fileinfo/download/document/{id}/stream", - "method": "GET" - }, - { - "name": "attachmentUploadCallback", - "uri": "jaxrs/fileinfo/upload/document/{docId}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "attachmentDownLoad", - "uri": "jaxrs/fileinfo/download/document/{id}", - "method": "GET" - }, - { - "name": "attachmentUpdateCallback", - "uri": "jaxrs/fileinfo/update/document/{docId}/attachment/{id}/callback/{callback}", - "method": "POST", - "enctype": "formData" - } - ] - }, - { - "name": "FileInfoAnonymousAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/anonymous/fileinfo/{id}/document/{documentId}", - "method": "GET" - }, - { - "name": "listFileInfoByDocumentId", - "uri": "jaxrs/anonymous/fileinfo/list/document/{documentId}", - "method": "GET" - }, - { - "name": "attachmentDownloadStream", - "uri": "jaxrs/anonymous/fileinfo/download/document/{id}/stream", - "method": "GET" - }, - { - "name": "attachmentDownLoad", - "uri": "jaxrs/anonymous/fileinfo/download/document/{id}", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "FormAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/form/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/form/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/form/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/form", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithAppInfo", - "uri": "jaxrs/form/{formFlag}/appinfo/{appFlag}", - "method": "GET" - }, - { - "name": "listFormByAppId", - "uri": "jaxrs/form/list/app/{appId}", - "method": "GET" - }, - { - "name": "listAllForm", - "uri": "jaxrs/form/list/all", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/form/filter/list/{id}/prev/{count}/app/{appId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/form/filter/list/{id}/next/{count}/app/{appId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listFormFiledWithForm", - "uri": "jaxrs/form/list/{id}/formfield", - "method": "GET" - }, - { - "name": "listFormFiledWithApplication", - "uri": "jaxrs/form/list/formfield/appInfo/{appId}", - "method": "GET" - } - ] - }, - { - "name": "FormAnonymousAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/anonymous/form/{id}", - "method": "GET" - } - ] - }, - { - "name": "InputAction", - "methods": [ - { - "name": "compare", - "uri": "jaxrs/input/compare", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/input/create", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "cover", - "uri": "jaxrs/input/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCover", - "uri": "jaxrs/input/prepare/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCreate", - "uri": "jaxrs/input/prepare/create", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "LogAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/log/{id}", - "method": "GET" - }, - { - "name": "listLogByAppId", - "uri": "jaxrs/log/list/app/{appId}", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/log/filter/list/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/log/filter/list/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listLogByOperationLevel", - "uri": "jaxrs/log/list/level/{operationLevel}", - "method": "GET" - }, - { - "name": "listLogByCategoryId", - "uri": "jaxrs/log/list/category/{categoryId}", - "method": "GET" - }, - { - "name": "listLogByDocumentId", - "uri": "jaxrs/log/list/document/{documentId}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "OutputAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/output/list", - "method": "GET" - }, - { - "name": "select", - "uri": "jaxrs/output/{appInfoFlag}/select", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "PermissionAction", - "methods": [ - { - "name": "isCategoryInfoManagers", - "uri": "jaxrs/permission/categoryInfo/{id}/manageable", - "method": "GET" - }, - { - "name": "listAppInfoManagers", - "uri": "jaxrs/permission/appInfo/{id}/managers", - "method": "GET" - }, - { - "name": "isAppInfoManager", - "uri": "jaxrs/permission/appInfo/{id}/manageable", - "method": "GET" - }, - { - "name": "listCategoryInfoViewers", - "uri": "jaxrs/permission/category/{id}/viewers", - "method": "GET" - }, - { - "name": "saveCategoryInfoPublisher", - "uri": "jaxrs/permission/publisher/categoryInfo/{id}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "saveCategoryInfoViewer", - "uri": "jaxrs/permission/viewer/categoryInfo/{id}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "saveCategoryInfoManager", - "uri": "jaxrs/permission/manager/categoryInfo/{id}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listCategoryInfoPublishers", - "uri": "jaxrs/permission/category/{id}/publishers", - "method": "GET" - }, - { - "name": "saveAppInfoViewer", - "uri": "jaxrs/permission/viewer/appInfo/{id}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAppInfoPublishers", - "uri": "jaxrs/permission/appInfo/{id}/publishers", - "method": "GET" - }, - { - "name": "listCategoryInfoManagers", - "uri": "jaxrs/permission/category/{id}/managers", - "method": "GET" - }, - { - "name": "listAppInfoViewers", - "uri": "jaxrs/permission/appInfo/{id}/viewers", - "method": "GET" - }, - { - "name": "saveAppInfoPublisher", - "uri": "jaxrs/permission/publisher/appInfo/{id}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "saveAppInfoManager", - "uri": "jaxrs/permission/manager/appInfo/{id}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "PermissionForDocumentAction", - "methods": [ - { - "name": "refreshDocumentPermission", - "uri": "jaxrs/docpermission", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "QueryViewAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/queryview/flag/{flag}/application/flag/{appId}/execute", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/queryview/list/application/flag/{applicationFlag}", - "method": "GET" - }, - { - "name": "flag", - "uri": "jaxrs/queryview/flag/{flag}/application/flag/{applicationFlag}", - "method": "GET" - }, - { - "name": "listAll", - "uri": "jaxrs/queryview/list/all", - "method": "GET" - } - ] - }, - { - "name": "QueryViewDesignAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/queryview/design/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/queryview/design/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/queryview/design/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/queryview/design", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "flag", - "uri": "jaxrs/queryview/design/flag/{flag}", - "method": "GET" - }, - { - "name": "standardListPrev", - "uri": "jaxrs/queryview/design/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/queryview/design/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "simulate", - "uri": "jaxrs/queryview/design/flag/{flag}/simulate", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/queryview/design/list/application/{applicationId}", - "method": "GET" - } - ] - }, - { - "name": "ScriptAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/script/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/script/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "load", - "uri": "jaxrs/script/{flag}/appInfo/{appInfoFlag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/script/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/script", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "standardListNext", - "uri": "jaxrs/script/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "standardListPrev", - "uri": "jaxrs/script/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "postScriptNested", - "uri": "jaxrs/script/{uniqueName}/app/{flag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getScriptNestedImported", - "uri": "jaxrs/script/{uniqueName}/app/{flag}/imported", - "method": "GET" - }, - { - "name": "getWithAppWithName", - "uri": "jaxrs/script/list/app/{appId}/name/{name}", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/script/list/app/{flag}", - "method": "GET" - } - ] - }, - { - "name": "ScriptAnonymousAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/anonymous/script/{id}", - "method": "GET" - }, - { - "name": "standardListNext", - "uri": "jaxrs/anonymous/script/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "standardListPrev", - "uri": "jaxrs/anonymous/script/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "getWithAppWithName", - "uri": "jaxrs/anonymous/script/list/app/{appId}/name/{name}", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/anonymous/script/list/app/{appId}", - "method": "GET" - } - ] - }, - { - "name": "SearchFilterAction", - "methods": [ - { - "name": "listPublishAppSearchFilter", - "uri": "jaxrs/searchfilter/list/publish/filter/category/{categoryId}", - "method": "GET" - }, - { - "name": "listDraftAppSearchFilter", - "uri": "jaxrs/searchfilter/list/draft/filter/category/{categoryId}", - "method": "GET" - }, - { - "name": "listArchivedAppSearchFilter", - "uri": "jaxrs/searchfilter/list/archive/filter/category/{categoryId}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TemplateFormAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/templateform/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/templateform/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/templateform", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/templateform/list", - "method": "GET" - }, - { - "name": "listCategory", - "uri": "jaxrs/templateform/list/category", - "method": "GET" - }, - { - "name": "listWithCategory", - "uri": "jaxrs/templateform/list/category", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ViewAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/view/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/view/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/view/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/view", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllView", - "uri": "jaxrs/view/list/all", - "method": "GET" - }, - { - "name": "listViewByAppId", - "uri": "jaxrs/view/list/app/{appId}", - "method": "GET" - }, - { - "name": "listViewByFormId", - "uri": "jaxrs/view/list/form/{formId}", - "method": "GET" - }, - { - "name": "nextPageViewDataList", - "uri": "jaxrs/view/viewdata/list/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listViewByCategoryId", - "uri": "jaxrs/view/list/category/{categoryId}", - "method": "GET" - } - ] - }, - { - "name": "ViewCategoryAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/viewcategory/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/viewcategory/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/viewcategory", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listByCategoryId", - "uri": "jaxrs/viewcategory/list/category/{categoryId}", - "method": "GET" - }, - { - "name": "listByViewId", - "uri": "jaxrs/viewcategory/list/view/{viewId}", - "method": "GET" - }, - { - "name": "listAllViewCategory", - "uri": "jaxrs/viewcategory/list/all", - "method": "GET" - } - ] - }, - { - "name": "ViewFieldConfigAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/viewfieldconfig/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/viewfieldconfig/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/viewfieldconfig/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/viewfieldconfig", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllView", - "uri": "jaxrs/viewfieldconfig/list/all", - "method": "GET" - }, - { - "name": "listViewFieldConfigByViewId", - "uri": "jaxrs/viewfieldconfig/list/view/{viewId}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_component_assemble_control/src/main/webapp/describe/api.json b/o2server/x_component_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 1302eec211b34fdb7cbef5689768262f5b660a4a..0000000000000000000000000000000000000000 --- a/o2server/x_component_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,125 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ComponentAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/component/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/component/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/component", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteAll", - "uri": "jaxrs/component/delete/all", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/component/list/all", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/component/{flag}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_file_assemble_control/src/main/webapp/describe/api.json b/o2server/x_file_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index d1db951a12cb8ec5dde0b245cfc4ecea7219c84b..0000000000000000000000000000000000000000 --- a/o2server/x_file_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,634 +0,0 @@ -{ - "jaxrs": [ - { - "name": "Attachment2Action", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attachment2/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/attachment2/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/attachment2/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "upload", - "uri": "jaxrs/attachment2/upload/folder/{folderId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "download", - "uri": "jaxrs/attachment2/{id}/download", - "method": "GET" - }, - { - "name": "downloadImageWidthHeight", - "uri": "jaxrs/attachment2/{id}/download/image/width/{width}/height/{height}", - "method": "GET" - }, - { - "name": "getImageScaleBase64", - "uri": "jaxrs/attachment2/{id}/image/scale/{scale}/binary/base64", - "method": "GET" - }, - { - "name": "postDownloadStream", - "uri": "jaxrs/attachment2/{id}/download/stream", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listFileTypePaging", - "uri": "jaxrs/attachment2/list/type/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getImageWidthHeightBase64", - "uri": "jaxrs/attachment2/{id}/image/width/{width}/height/{height}/binary/base64", - "method": "GET" - }, - { - "name": "listWithFilter", - "uri": "jaxrs/attachment2/list/filter/{name}", - "method": "GET" - }, - { - "name": "uploadCallback", - "uri": "jaxrs/attachment2/upload/folder/{folderId}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listWithShare", - "uri": "jaxrs/attachment2/list/share/{owner}", - "method": "GET" - }, - { - "name": "postDownload", - "uri": "jaxrs/attachment2/{id}/download", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithEditor", - "uri": "jaxrs/attachment2/list/editor/{owner}", - "method": "GET" - }, - { - "name": "downloadStream", - "uri": "jaxrs/attachment2/{id}/download/stream", - "method": "GET" - }, - { - "name": "listWithFolder", - "uri": "jaxrs/attachment2/list/folder/{folderId}", - "method": "GET" - }, - { - "name": "officePreview", - "uri": "jaxrs/attachment2/{id}/office/preview/type/{type}", - "method": "GET" - }, - { - "name": "listTop", - "uri": "jaxrs/attachment2/list/top", - "method": "GET" - }, - { - "name": "getBase64", - "uri": "jaxrs/attachment2/{id}/binary/base64", - "method": "GET" - }, - { - "name": "getUseCapacity", - "uri": "jaxrs/attachment2/user/capacity", - "method": "GET" - }, - { - "name": "checkFileExist", - "uri": "jaxrs/attachment2/exist/file/{fileMd5}", - "method": "GET" - } - ] - }, - { - "name": "AttachmentAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attachment/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/attachment/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "upload", - "uri": "jaxrs/attachment/upload/folder/{folderId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "download", - "uri": "jaxrs/attachment/{id}/download", - "method": "GET" - }, - { - "name": "updateContent", - "uri": "jaxrs/attachment/{id}/update", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "getImageScaleBase64", - "uri": "jaxrs/attachment/{id}/image/scale/{scale}/binary/base64", - "method": "GET" - }, - { - "name": "updateContentCallback", - "uri": "jaxrs/attachment/{id}/update/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "postDownloadStream", - "uri": "jaxrs/attachment/{id}/download/stream", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getImageWidthHeightBase64", - "uri": "jaxrs/attachment/{id}/image/width/{width}/height/{height}/binary/base64", - "method": "GET" - }, - { - "name": "uploadCallback", - "uri": "jaxrs/attachment/upload/folder/{folderId}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listWithShare", - "uri": "jaxrs/attachment/list/share/{owner}", - "method": "GET" - }, - { - "name": "postDownload", - "uri": "jaxrs/attachment/{id}/download", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithEditor", - "uri": "jaxrs/attachment/list/editor/{owner}", - "method": "GET" - }, - { - "name": "downloadStream", - "uri": "jaxrs/attachment/{id}/download/stream", - "method": "GET" - }, - { - "name": "listWithFolder", - "uri": "jaxrs/attachment/list/folder/{folderId}", - "method": "GET" - }, - { - "name": "listTop", - "uri": "jaxrs/attachment/list/top", - "method": "GET" - }, - { - "name": "getBase64", - "uri": "jaxrs/attachment/{id}/binary/base64", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ComplexAction", - "methods": [ - { - "name": "getWithFolderSubDirect", - "uri": "jaxrs/complex/folder/{id}", - "method": "GET" - }, - { - "name": "getTop", - "uri": "jaxrs/complex/top", - "method": "GET" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "EditorAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/editor/list", - "method": "GET" - } - ] - }, - { - "name": "FileAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/file/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/file/referencetype/{referenceType}/reference/{reference}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "copy", - "uri": "jaxrs/file/copy/attachment/{attachmentId}/referencetype/{referenceType}/reference/{reference}/scale/{scale}", - "method": "GET" - }, - { - "name": "upload", - "uri": "jaxrs/file/upload/referencetype/{referenceType}/reference/{reference}/scale/{scale}", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "download", - "uri": "jaxrs/file/{id}/download", - "method": "GET" - }, - { - "name": "postDownloadStream", - "uri": "jaxrs/file/{id}/download/stream", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithReferenceType", - "uri": "jaxrs/file/list/{id}/next/{count}/referencetype/{referenceType}", - "method": "GET" - }, - { - "name": "listPrevWithReferenceType", - "uri": "jaxrs/file/list/{id}/prev/{count}/referencetype/{referenceType}", - "method": "GET" - }, - { - "name": "uploadPostOctetStream", - "uri": "jaxrs/file/upload/referencetype/{referenceType}/reference/{reference}/scale/{scale}", - "method": "POST", - "enctype": "application/octet-stream" - }, - { - "name": "uploadCallback", - "uri": "jaxrs/file/upload/referencetype/{referenceType}/reference/{reference}/scale/{scale}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listWithReferenceTypeWithReference", - "uri": "jaxrs/file/list/referencetype/{referenceType}/reference/{reference}", - "method": "GET" - }, - { - "name": "postDownload", - "uri": "jaxrs/file/{id}/download", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "downloadStream", - "uri": "jaxrs/file/{id}/download/stream", - "method": "GET" - }, - { - "name": "listReference", - "uri": "jaxrs/file/list/referencetype", - "method": "GET" - }, - { - "name": "listPrevAll", - "uri": "jaxrs/file/list/{id}/prev/{count}/all", - "method": "GET" - }, - { - "name": "listNextAll", - "uri": "jaxrs/file/list/{id}/next/{count}/all", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/file/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/file/list/{id}/prev/{count}", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "Folder2Action", - "methods": [ - { - "name": "get", - "uri": "jaxrs/folder2/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/folder2/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/folder2/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/folder2", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "download", - "uri": "jaxrs/folder2/{id}/download", - "method": "GET" - }, - { - "name": "listWithFolder", - "uri": "jaxrs/folder2/list/{id}", - "method": "GET" - }, - { - "name": "listTop", - "uri": "jaxrs/folder2/list/top", - "method": "GET" - }, - { - "name": "batchDownload", - "uri": "jaxrs/folder2/batch/download", - "method": "GET" - } - ] - }, - { - "name": "FolderAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/folder/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/folder/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/folder/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/folder", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithFolder", - "uri": "jaxrs/folder/list/{id}", - "method": "GET" - }, - { - "name": "listTop", - "uri": "jaxrs/folder/list/top", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "RecycleAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/recycle/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/recycle/{id}/delete", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "resume", - "uri": "jaxrs/recycle/{id}/resume", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/recycle/list", - "method": "GET" - }, - { - "name": "empty", - "uri": "jaxrs/recycle/empty", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "ShareAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/share/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/share/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/share", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "download", - "uri": "jaxrs/share/download/share/{shareId}/file/{fileId}", - "method": "GET" - }, - { - "name": "listAttWithFolder", - "uri": "jaxrs/share/list/att/share/{shareId}/folder/{folderId}/", - "method": "GET" - }, - { - "name": "listFolderWithFolder", - "uri": "jaxrs/share/list/folder/share/{shareId}/folder/{folderId}/", - "method": "GET" - }, - { - "name": "listShareToMe2", - "uri": "jaxrs/share/list/to/me2/{fileType}", - "method": "GET" - }, - { - "name": "shield", - "uri": "jaxrs/share/shield/{id}", - "method": "GET" - }, - { - "name": "listShareToMe", - "uri": "jaxrs/share/list/to/me", - "method": "GET" - }, - { - "name": "getWithPassword", - "uri": "jaxrs/share/{id}/password/{password}", - "method": "GET" - }, - { - "name": "listMyShare", - "uri": "jaxrs/share/list/my", - "method": "GET" - }, - { - "name": "saveToFolder", - "uri": "jaxrs/share/share/{shareId}/file/{fileId}/folder/{folderId}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listShare", - "uri": "jaxrs/share/list", - "method": "GET" - }, - { - "name": "listMyShare2", - "uri": "jaxrs/share/list/my2/{shareType}/{fileType}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_general_assemble_control/src/main/webapp/describe/api.json b/o2server/x_general_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index ad8d16ce30b80fa104225a0a6fd7b74c048eaf2c..0000000000000000000000000000000000000000 --- a/o2server/x_general_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,144 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AreaAction", - "methods": [ - { - "name": "listDistrict", - "uri": "jaxrs/area/list/province/{province}/city/{city}", - "method": "GET" - }, - { - "name": "listProvince", - "uri": "jaxrs/area/list", - "method": "GET" - }, - { - "name": "listCity", - "uri": "jaxrs/area/list/province/{province}", - "method": "GET" - }, - { - "name": "listStreet", - "uri": "jaxrs/area/list/province/{province}/city/{city}/district/{district}", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "EcnetAction", - "methods": [ - { - "name": "check", - "uri": "jaxrs/ecnet/check", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "OfficeAction", - "methods": [ - { - "name": "input", - "uri": "jaxrs/office", - "method": "POST", - "enctype": "formData" - }, - { - "name": "htmlToWord", - "uri": "jaxrs/office/html/to/word", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "htmlToWordResult", - "uri": "jaxrs/office/html/to/word/result/{flag}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_hotpic_assemble_control/src/main/webapp/describe/api.json b/o2server/x_hotpic_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index eba30ac3f6d5dce25f715d05b3a56e460dc7242c..0000000000000000000000000000000000000000 --- a/o2server/x_hotpic_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,152 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "HotPictureInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/user/hotpic/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/user/hotpic/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/user/hotpic/{application}/{infoId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/user/hotpic", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listByApplicationAndInfoId", - "uri": "jaxrs/user/hotpic/{application}/{infoId}", - "method": "GET" - }, - { - "name": "existsCheck", - "uri": "jaxrs/user/hotpic/exists/check", - "method": "GET" - }, - { - "name": "listForPage", - "uri": "jaxrs/user/hotpic/filter/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "changeTitle", - "uri": "jaxrs/user/hotpic/changeTitle", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "HotPictureInfoCipherAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/cipher/hotpic/{id}", - "method": "GET" - }, - { - "name": "listForPage", - "uri": "jaxrs/cipher/hotpic/filter/list/page/{page}/count/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_jpush_assemble_control/src/main/webapp/describe/api.json b/o2server/x_jpush_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 984b20a882c6bd411fcb8872c81bce2e1b3c7309..0000000000000000000000000000000000000000 --- a/o2server/x_jpush_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,163 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DeviceAction", - "methods": [ - { - "name": "bind", - "uri": "jaxrs/device/bind", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/device/all", - "method": "GET" - }, - { - "name": "removeBind", - "uri": "jaxrs/device/unbind/{deviceName}/{deviceType}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "checkBind", - "uri": "jaxrs/device/check/{deviceName}/{deviceType}", - "method": "GET" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "MessageAction", - "methods": [ - { - "name": "sendMessage", - "uri": "jaxrs/message/send", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "sendMessageTest", - "uri": "jaxrs/message/test/send", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "SampleEntityClassNameAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/sample/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/sample/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/sample", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/sample", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/sample/all", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_meeting_assemble_control/src/main/webapp/describe/api.json b/o2server/x_meeting_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 76d45b63ef1c3344c3dd979a0ea3adb2fa53c56a..0000000000000000000000000000000000000000 --- a/o2server/x_meeting_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,423 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AttachmentAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attachment/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/attachment/{id}/update", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "delete", - "uri": "jaxrs/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "upload", - "uri": "jaxrs/attachment/meeting/{meetingId}/upload/{summary}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "download", - "uri": "jaxrs/attachment/{id}/download/{stream}", - "method": "GET" - }, - { - "name": "uploadCallback", - "uri": "jaxrs/attachment/meeting/{meetingId}/upload/{summary}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listNext", - "uri": "jaxrs/attachment/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/attachment/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "createFormProcessPlatform", - "uri": "jaxrs/attachment/create/from/processplatform", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateCallback", - "uri": "jaxrs/attachment/{id}/update/callback/{ballback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listWithMeeting", - "uri": "jaxrs/attachment/list/meeting/{meetingId}", - "method": "GET" - } - ] - }, - { - "name": "BuildingAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/building/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/building/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/building/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/building", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/building/list", - "method": "GET" - }, - { - "name": "listPinyinInitial", - "uri": "jaxrs/building/list/pinyininitial/{key}", - "method": "GET" - }, - { - "name": "listWithStartCompleted", - "uri": "jaxrs/building/list/start/{start}/completed/{completed}", - "method": "GET" - }, - { - "name": "listLikePinyin", - "uri": "jaxrs/building//list/like/pinyin/{key}", - "method": "GET" - }, - { - "name": "listLike", - "uri": "jaxrs/building/list/like/{key}", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "MeetingAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/meeting/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/meeting/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "reject", - "uri": "jaxrs/meeting/{id}/reject", - "method": "GET" - }, - { - "name": "post", - "uri": "jaxrs/meeting", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manualCompleted", - "uri": "jaxrs/meeting/{id}/manual/completed", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/meeting/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/meeting/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/meeting/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listForwardMonthAll", - "uri": "jaxrs/meeting/list/forward/monthcount/{monthCount}/all", - "method": "GET" - }, - { - "name": "lisInvitedRejected", - "uri": "jaxrs/meeting/list/invited/rejected", - "method": "GET" - }, - { - "name": "listAppliedCompleted", - "uri": "jaxrs/meeting/list/applied/completed", - "method": "GET" - }, - { - "name": "lisInvitedProcessing", - "uri": "jaxrs/meeting/list/invited/processing", - "method": "GET" - }, - { - "name": "listAppliedProcessing", - "uri": "jaxrs/meeting/list/applied/processing", - "method": "GET" - }, - { - "name": "lisInvitedCompleted", - "uri": "jaxrs/meeting/list/invited/completed", - "method": "GET" - }, - { - "name": "confirmDeny", - "uri": "jaxrs/meeting/{id}/confirm/deny", - "method": "GET" - }, - { - "name": "checkInBindCode", - "uri": "jaxrs/meeting/{id}/checkin/code", - "method": "GET" - }, - { - "name": "listComingDay", - "uri": "jaxrs/meeting/list/coming/day/{count}", - "method": "GET" - }, - { - "name": "listOnMonth", - "uri": "jaxrs/meeting/list/year/{year}/month/{month}", - "method": "GET" - }, - { - "name": "listForwardMonth", - "uri": "jaxrs/meeting/list/forward/monthcount/{monthCount}", - "method": "GET" - }, - { - "name": "listWaitAccept", - "uri": "jaxrs/meeting/list/wait/accept", - "method": "GET" - }, - { - "name": "listOnDayAll", - "uri": "jaxrs/meeting/list/year/{year}/month/{month}/day/{day}/all", - "method": "GET" - }, - { - "name": "listOnDay", - "uri": "jaxrs/meeting/list/year/{year}/month/{month}/day/{day}", - "method": "GET" - }, - { - "name": "checkin", - "uri": "jaxrs/meeting/{id}/checkin", - "method": "GET" - }, - { - "name": "lisInvitedWait", - "uri": "jaxrs/meeting/list/invited/wait", - "method": "GET" - }, - { - "name": "listOnMonthAll", - "uri": "jaxrs/meeting/list/year/{year}/month/{month}/all", - "method": "GET" - }, - { - "name": "listWaitConfirm", - "uri": "jaxrs/meeting/list/wait/confirm", - "method": "GET" - }, - { - "name": "accpet", - "uri": "jaxrs/meeting/{id}/accept", - "method": "GET" - }, - { - "name": "addInvite", - "uri": "jaxrs/meeting/{id}/add/invite", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listAppliedWait", - "uri": "jaxrs/meeting/list/applied/wait", - "method": "GET" - }, - { - "name": "listComingMonth", - "uri": "jaxrs/meeting/list/coming/month/{count}", - "method": "GET" - }, - { - "name": "confirmAllow", - "uri": "jaxrs/meeting/{id}/confirm/allow", - "method": "GET" - } - ] - }, - { - "name": "RoomAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/room/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/room/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/room", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/room/list", - "method": "GET" - }, - { - "name": "setPhoto", - "uri": "jaxrs/room/{id}/photo", - "method": "POST", - "enctype": "formData" - }, - { - "name": "edit", - "uri": "jaxrs/room/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPinyinInitial", - "uri": "jaxrs/room/list/pinyininitial/{key}", - "method": "GET" - }, - { - "name": "listLikePinyin", - "uri": "jaxrs/room/list/like/pinyin/{key}", - "method": "GET" - }, - { - "name": "listLike", - "uri": "jaxrs/room/list/like/{key}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_message_assemble_communicate/src/main/webapp/describe/api.json b/o2server/x_message_assemble_communicate/src/main/webapp/describe/api.json deleted file mode 100644 index 4415a96cecf244840346310a56dfc22f7a0ed818..0000000000000000000000000000000000000000 --- a/o2server/x_message_assemble_communicate/src/main/webapp/describe/api.json +++ /dev/null @@ -1,338 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ConnectorAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/connector", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "ConsumeAction", - "methods": [ - { - "name": "update", - "uri": "jaxrs/consume/type/{type}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/consume/list/{consume}/count/{count}", - "method": "GET" - }, - { - "name": "listWithCurrentPerson", - "uri": "jaxrs/consume/list/{consume}/currentperson/count/{count}", - "method": "GET" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/consume/list/{consume}/person/{person}/count/{count}", - "method": "GET" - }, - { - "name": "updateSingle", - "uri": "jaxrs/consume/{id}/type/{type}", - "method": "GET" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "ImAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/im/conversation", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "conversationSetTop", - "uri": "jaxrs/im/conversation/{id}/top/set", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "conversationCancelTop", - "uri": "jaxrs/im/conversation/{id}/top/cancel", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "myConversationList", - "uri": "jaxrs/im/conversation/list/my", - "method": "GET" - }, - { - "name": "conversation", - "uri": "jaxrs/im/conversation/{id}", - "method": "GET" - }, - { - "name": "msgCreate", - "uri": "jaxrs/im/msg", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "conversationRead", - "uri": "jaxrs/im/conversation/{id}/read", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "msgListByPaging", - "uri": "jaxrs/im/msg/list/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "InstantAction", - "methods": [ - { - "name": "currentPersonConsumed", - "uri": "jaxrs/instant/currentperson/consumed", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithCurrentPersonConsumedAsc", - "uri": "jaxrs/instant/list/currentperson/consumed/count/{count}/asc", - "method": "GET" - }, - { - "name": "listWithCurrentPersonAsc", - "uri": "jaxrs/instant/list/currentperson/count/{count}/asc", - "method": "GET" - }, - { - "name": "currentPersonConsumedAll", - "uri": "jaxrs/instant/currentperson/consumed/all", - "method": "GET" - }, - { - "name": "listWithCurrentPersonDesc", - "uri": "jaxrs/instant/list/currentperson/count/{count}/desc", - "method": "GET" - }, - { - "name": "listWithCurrentNotConsumedPersonDesc", - "uri": "jaxrs/instant/list/currentperson/not/consumed/count/{count}/desc", - "method": "GET" - }, - { - "name": "listWithCurrentPersonNotConsumedAsc", - "uri": "jaxrs/instant/list/currentperson/not/consumed/count/{count}/asc", - "method": "GET" - }, - { - "name": "listWithCurrentConsumedPersonDesc", - "uri": "jaxrs/instant/list/currentperson/consumed/count/{count}/desc", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/instant/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/instant/list/{id}/prev/{count}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "MassAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/mass/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/mass/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/mass", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/mass/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/mass/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "enableType", - "uri": "jaxrs/mass/enable/type", - "method": "GET" - } - ] - }, - { - "name": "MessageAction", - "methods": [ - { - "name": "customCreate", - "uri": "jaxrs/message/custom/create", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "OrgAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/org/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/org/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/org/create", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "query", - "uri": "jaxrs/org/query", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "consumed", - "uri": "jaxrs/org/consumed", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/org/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/org/list/{id}/prev/{count}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "WsAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/ws", - "method": "POST", - "enctype": "application/json" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_mind_assemble_control/src/main/webapp/describe/api.json b/o2server/x_mind_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 0c070b1e05ee27d9a6d32cc36f6ee678581b51c2..0000000000000000000000000000000000000000 --- a/o2server/x_mind_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,226 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "MindFolderInfoAction", - "methods": [ - { - "name": "folderDeleteForce", - "uri": "jaxrs/folder/{id}/force", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "moveMindAndFolder", - "uri": "jaxrs/folder/move/{folderId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "saveFolder", - "uri": "jaxrs/folder/save", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "treeMyFolder", - "uri": "jaxrs/folder/tree/my", - "method": "GET" - }, - { - "name": "folderDelete", - "uri": "jaxrs/folder/{id}", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "MindInfoAction", - "methods": [ - { - "name": "listNextWithFilter", - "uri": "jaxrs/mind/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getMindBaseInfoWithId", - "uri": "jaxrs/mind/{id}", - "method": "GET" - }, - { - "name": "listMyRecivedMindNextWithFilter", - "uri": "jaxrs/mind/filter/recived/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyRecycleNextWithFilter", - "uri": "jaxrs/mind/filter/recycle/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listVersionsWithMindId", - "uri": "jaxrs/mind/list/{id}/version", - "method": "GET" - }, - { - "name": "restoreMindWithId", - "uri": "jaxrs/mind/restore/{id}", - "method": "GET" - }, - { - "name": "shareCancelWithId", - "uri": "jaxrs/mind/share/{shareId}/cancel", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getMindIconWithId", - "uri": "jaxrs/mind/{id}/icon", - "method": "GET" - }, - { - "name": "listShareRecordsWithMindId", - "uri": "jaxrs/mind/list/{id}/shareRecords", - "method": "GET" - }, - { - "name": "listMySharedMindNextWithFilter", - "uri": "jaxrs/mind/filter/shared/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "viewMindVersionWithId", - "uri": "jaxrs/mind/version/{id}", - "method": "GET" - }, - { - "name": "destoryFromRecycle", - "uri": "jaxrs/mind/{recycleId}/destoryrecycle", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "destoryFromNormal", - "uri": "jaxrs/mind/{id}/destorymind", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "recycleMindWithId", - "uri": "jaxrs/mind/recycle/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "viewMindWithId", - "uri": "jaxrs/mind/view/{id}", - "method": "GET" - }, - { - "name": "saveMind", - "uri": "jaxrs/mind/save", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "shareMindWithId", - "uri": "jaxrs/mind/share/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "changeMindIcon", - "uri": "jaxrs/mind/{mindId}/icon/size/{size}", - "method": "POST", - "enctype": "formData" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_okr_assemble_control/src/main/webapp/describe/api.json b/o2server/x_okr_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 815c703734e8a31fde2acd6b6c5513c0126b3f16..0000000000000000000000000000000000000000 --- a/o2server/x_okr_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,1226 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "OkrAnonymousTaskAction", - "methods": [ - { - "name": "countMyTask", - "uri": "jaxrs/task/count/{flag}/callback/{funcName}", - "method": "GET" - } - ] - }, - { - "name": "OkrAttachmentFileInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrattachmentfileinfo/{id}", - "method": "GET" - }, - { - "name": "deleteCenterAttachment", - "uri": "jaxrs/okrattachmentfileinfo/center/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "workAttachmentDownLoad", - "uri": "jaxrs/okrattachmentfileinfo/download/work/{id}", - "method": "GET" - }, - { - "name": "workAttachmentDownloadStream", - "uri": "jaxrs/okrattachmentfileinfo/download/work/{id}/stream/{stream}", - "method": "GET" - }, - { - "name": "listByWorkReportId", - "uri": "jaxrs/okrattachmentfileinfo/list/report/{id}", - "method": "GET" - }, - { - "name": "deleteReportAttachment", - "uri": "jaxrs/okrattachmentfileinfo/report/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "workAttachmentUpload", - "uri": "jaxrs/okrattachmentfileinfo/upload/work/{id}/site/{site}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "centerAttachmentDownLoad", - "uri": "jaxrs/okrattachmentfileinfo/download/center/{id}", - "method": "GET" - }, - { - "name": "centerAttachmentDownloadStream", - "uri": "jaxrs/okrattachmentfileinfo/download/center/{id}/stream/{stream}", - "method": "GET" - }, - { - "name": "centerAttachmentUpload", - "uri": "jaxrs/okrattachmentfileinfo/upload/center/{id}/site/{site}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "reportAttachmentDownLoad", - "uri": "jaxrs/okrattachmentfileinfo/download/report/{id}", - "method": "GET" - }, - { - "name": "reportAttachmentDownloadStream", - "uri": "jaxrs/okrattachmentfileinfo/download/report/{id}/stream/{stream}", - "method": "GET" - }, - { - "name": "deleteWorkAttachment", - "uri": "jaxrs/okrattachmentfileinfo/work/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "reportAttachmentUpload", - "uri": "jaxrs/okrattachmentfileinfo/upload/report/{id}/site/{site}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listByCenterId", - "uri": "jaxrs/okrattachmentfileinfo/list/center/{id}", - "method": "GET" - }, - { - "name": "listByWorkId", - "uri": "jaxrs/okrattachmentfileinfo/list/work/{id}", - "method": "GET" - } - ] - }, - { - "name": "OkrCenterWorkInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrcenterworkinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrcenterworkinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrcenterworkinfo", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deploy", - "uri": "jaxrs/okrcenterworkinfo/deploy/{centerId}", - "method": "GET" - }, - { - "name": "archive", - "uri": "jaxrs/okrcenterworkinfo/archive/{id}", - "method": "GET" - }, - { - "name": "listDraftNextWithFilter", - "uri": "jaxrs/okrcenterworkinfo/draft/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listDraftPrevWithFilter", - "uri": "jaxrs/okrcenterworkinfo/draft/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDeployedNextWithFilter", - "uri": "jaxrs/okrcenterworkinfo/deployed/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDeployedPrevWithFilter", - "uri": "jaxrs/okrcenterworkinfo/deployed/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyArchiveNextWithFilter", - "uri": "jaxrs/okrcenterworkinfo/archive/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyArchivePrevWithFilter", - "uri": "jaxrs/okrcenterworkinfo/archive/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyReadNextWithFilter", - "uri": "jaxrs/okrcenterworkinfo/read/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyReadPrevWithFilter", - "uri": "jaxrs/okrcenterworkinfo/read/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/okrcenterworkinfo/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/okrcenterworkinfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "draftNew", - "uri": "jaxrs/okrcenterworkinfo/draft", - "method": "GET" - } - ] - }, - { - "name": "OkrCenterWorkInfoAdminAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/admin/okrcenterworkinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/admin/okrcenterworkinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "filterListNextWithFilter", - "uri": "jaxrs/admin/okrcenterworkinfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "filterListPrevWithFilter", - "uri": "jaxrs/admin/okrcenterworkinfo/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrConfigSecretaryAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrconfigsecretary/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrconfigsecretary/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrconfigsecretary", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/okrconfigsecretary/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/okrconfigsecretary/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMySercretary", - "uri": "jaxrs/okrconfigsecretary/list/my", - "method": "GET" - } - ] - }, - { - "name": "OkrConfigSystemAction", - "methods": [ - { - "name": "all", - "uri": "jaxrs/okrconfigsystem/all", - "method": "GET" - }, - { - "name": "get", - "uri": "jaxrs/okrconfigsystem/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrconfigsystem/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrconfigsystem", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "allowedDeployWork", - "uri": "jaxrs/okrconfigsystem/allowed/deploy", - "method": "GET" - }, - { - "name": "getByCode", - "uri": "jaxrs/okrconfigsystem/code", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrConfigWorkLevelAction", - "methods": [ - { - "name": "all", - "uri": "jaxrs/okrconfigworklevel/all", - "method": "GET" - }, - { - "name": "get", - "uri": "jaxrs/okrconfigworklevel/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrconfigworklevel/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrconfigworklevel", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrConfigWorkTypeAction", - "methods": [ - { - "name": "all", - "uri": "jaxrs/okrconfigworktype/all", - "method": "GET" - }, - { - "name": "get", - "uri": "jaxrs/okrconfigworktype/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrconfigworktype/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrconfigworktype", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countAll", - "uri": "jaxrs/okrconfigworktype/countAll", - "method": "GET" - } - ] - }, - { - "name": "OkrExportAction", - "methods": [ - { - "name": "statisticReportContent", - "uri": "jaxrs/export/statisticreportcontent/{flag}/stream", - "method": "GET" - }, - { - "name": "statisticReportStatus", - "uri": "jaxrs/export/statisticreportstatus/{flag}/stream", - "method": "GET" - } - ] - }, - { - "name": "OkrLoginAction", - "methods": [ - { - "name": "login", - "uri": "jaxrs/login", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getLoginUserInfo", - "uri": "jaxrs/login/user/get", - "method": "GET" - } - ] - }, - { - "name": "OkrLogoutAction", - "methods": [ - { - "name": "logout", - "uri": "jaxrs/logout", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrStatisticReportContentAction", - "methods": [ - { - "name": "export", - "uri": "jaxrs/streportcontent/export", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listReportContentByCondition", - "uri": "jaxrs/streportcontent/filter/sub/{parentId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listDateByCondition", - "uri": "jaxrs/streportcontent/date/list", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "excuteAll", - "uri": "jaxrs/streportcontent/excute/all", - "method": "GET" - }, - { - "name": "excute", - "uri": "jaxrs/streportcontent/excute", - "method": "GET" - }, - { - "name": "listByCondition", - "uri": "jaxrs/streportcontent/filter/list", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "treeByCondition", - "uri": "jaxrs/streportcontent/filter/tree", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrStatisticReportStatusAction", - "methods": [ - { - "name": "export", - "uri": "jaxrs/streportstatus/export", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listReportStatusByCondition", - "uri": "jaxrs/streportstatus/filter/list", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "excuteAll", - "uri": "jaxrs/streportstatus/excute/all", - "method": "GET" - }, - { - "name": "excute", - "uri": "jaxrs/streportstatus/excute", - "method": "GET" - } - ] - }, - { - "name": "OkrSystemErrorIdentityProcessAction", - "methods": [ - { - "name": "check", - "uri": "jaxrs/error/identity/check", - "method": "GET" - }, - { - "name": "getOkrErrorIdentityRecords", - "uri": "jaxrs/error/identity/errorrecords/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "errorInfoFilterListNextWithFilter", - "uri": "jaxrs/error/identity/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "testReplaceAll", - "uri": "jaxrs/error/identity/test_replace", - "method": "GET" - }, - { - "name": "changeIdentity", - "uri": "jaxrs/error/identity/change", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getErrorRecords", - "uri": "jaxrs/error/identity/detail", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrTaskAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrtask/{id}", - "method": "GET" - }, - { - "name": "showTaskCollect", - "uri": "jaxrs/okrtask/unit/reportTaskCollect/{id}", - "method": "GET" - }, - { - "name": "processRead", - "uri": "jaxrs/okrtask/process/read/{id}", - "method": "GET" - }, - { - "name": "listMyTaskNext", - "uri": "jaxrs/okrtask/filter/my/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "sendSms", - "uri": "jaxrs/okrtask/sms/send/{workId}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrTaskAdminAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/admin/okrtask/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/admin/okrtask/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "filterListTaskNext", - "uri": "jaxrs/admin/okrtask/filter/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "filterListTaskPrev", - "uri": "jaxrs/admin/okrtask/filter/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrTaskHandledAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrtaskhandled/{id}", - "method": "GET" - } - ] - }, - { - "name": "OkrWorkAppraiseAction", - "methods": [ - { - "name": "syncStatus", - "uri": "jaxrs/okrworkappraise", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrWorkAuthorizeAction", - "methods": [ - { - "name": "workAuthorize", - "uri": "jaxrs/okrauthorize/work", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "takeback", - "uri": "jaxrs/okrauthorize/takeback", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrWorkAuthorizeRecordAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkauthorizerecord/{id}", - "method": "GET" - } - ] - }, - { - "name": "OkrWorkBaseInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkbaseinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkbaseinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrworkbaseinfo", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "view", - "uri": "jaxrs/okrworkbaseinfo/view/{id}", - "method": "GET" - }, - { - "name": "deploy", - "uri": "jaxrs/okrworkbaseinfo/deploy", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "archive", - "uri": "jaxrs/okrworkbaseinfo/archive/{id}", - "method": "GET" - }, - { - "name": "recycle", - "uri": "jaxrs/okrworkbaseinfo/recycle/{id}", - "method": "GET" - }, - { - "name": "getOperation", - "uri": "jaxrs/okrworkbaseinfo/getOperation/{id}", - "method": "GET" - }, - { - "name": "listDraftNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/draft/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listDraftPrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/draft/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDeployedNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/deployed/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDeployedPrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/deployed/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyArchiveNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/archive/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDelegateNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/delegate/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWorkByCenterId", - "uri": "jaxrs/okrworkbaseinfo/center/{id}", - "method": "GET" - }, - { - "name": "listMyCooperateNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/cooperate/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyArchivePrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/archive/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "canDismantlingWork", - "uri": "jaxrs/okrworkbaseinfo/canDismantlingWork/{id}", - "method": "GET" - }, - { - "name": "listMyReadNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/read/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyWorkPrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyCooperatePrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/cooperate/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDeployWorkInCenterForForm", - "uri": "jaxrs/okrworkbaseinfo/deploy/form/center/{id}", - "method": "GET" - }, - { - "name": "listMyProcessWorkInCenterForForm", - "uri": "jaxrs/okrworkbaseinfo/process/form/center/{id}", - "method": "GET" - }, - { - "name": "listMyDelegatePrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/delegate/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyReadPrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/read/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyWorkNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyResponsibilityNextWithFilter", - "uri": "jaxrs/okrworkbaseinfo/responsibility/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyResponsibilityPrevWithFilter", - "uri": "jaxrs/okrworkbaseinfo/responsibility/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "progressAdjust", - "uri": "jaxrs/okrworkbaseinfo/progress/{id}/{percent}", - "method": "GET" - }, - { - "name": "appraise", - "uri": "jaxrs/okrworkbaseinfo/appraise/{id}/wf_workid/{wid}", - "method": "GET" - }, - { - "name": "getMyStatistic", - "uri": "jaxrs/okrworkbaseinfo/statistic/my", - "method": "GET" - }, - { - "name": "wfSync", - "uri": "jaxrs/okrworkbaseinfo/wfsync/{workInfoId}/{wf_workId}", - "method": "GET" - }, - { - "name": "listSubWork", - "uri": "jaxrs/okrworkbaseinfo/list/sub/{id}", - "method": "GET" - } - ] - }, - { - "name": "OkrWorkBaseInfoAdminAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/admin/okrworkbaseinfo/{id}", - "method": "GET" - }, - { - "name": "deleteForce", - "uri": "jaxrs/admin/okrworkbaseinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "filterListNextWithFilter", - "uri": "jaxrs/admin/okrworkbaseinfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "filterListPrevWithFilter", - "uri": "jaxrs/admin/okrworkbaseinfo/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWorkInCenter", - "uri": "jaxrs/admin/okrworkbaseinfo/center/{id}", - "method": "GET" - } - ] - }, - { - "name": "OkrWorkChatAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkchat/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkchat/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrworkchat", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/okrworkchat/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/okrworkchat/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrWorkDetailInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkdetailinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkdetailinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/okrworkdetailinfo", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrWorkDynamicsAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkdynamics/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkdynamics/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/okrworkdynamics", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/okrworkdynamics/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrWorkImportAction", - "methods": [ - { - "name": "importWork", - "uri": "jaxrs/import/center/{centerId}", - "method": "POST", - "enctype": "formData" - } - ] - }, - { - "name": "OkrWorkMindAction", - "methods": [ - { - "name": "listMindWorkByCenterId", - "uri": "jaxrs/mind/center/{centerId}", - "method": "GET" - } - ] - }, - { - "name": "OkrWorkReportBaseInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkreportbaseinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkreportbaseinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/okrworkreportbaseinfo", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "submit", - "uri": "jaxrs/okrworkreportbaseinfo/submit", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "draft", - "uri": "jaxrs/okrworkreportbaseinfo/draft/{workId}", - "method": "GET" - }, - { - "name": "listMyArchiveNextWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/archive/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyArchivePrevWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/archive/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDraftNextWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/draft/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyProcessPrevWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/process/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyTaskPrevWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/task/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyProcessNextWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/process/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyTaskNextWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/task/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyDraftPrevWithFilter", - "uri": "jaxrs/okrworkreportbaseinfo/draft/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "dispatchOver", - "uri": "jaxrs/okrworkreportbaseinfo/dispatch/{id}/over", - "method": "GET" - }, - { - "name": "listByWork", - "uri": "jaxrs/okrworkreportbaseinfo/list/work/{workId}", - "method": "GET" - } - ] - }, - { - "name": "OkrWorkReportBaseInfoAdminAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/admin/okrworkreportbaseinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/admin/okrworkreportbaseinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "filterListNextWithFilter", - "uri": "jaxrs/admin/okrworkreportbaseinfo/filter/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "filterListPrevWithFilter", - "uri": "jaxrs/admin/okrworkreportbaseinfo/filter/list/{id}/prev/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "reportAutoCreate", - "uri": "jaxrs/admin/okrworkreportbaseinfo/create", - "method": "GET" - } - ] - }, - { - "name": "OkrWorkReportDetailInfoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkreportdetailinfo/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkreportdetailinfo/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/okrworkreportdetailinfo", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrWorkReportPersonLinkAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkreportpersonlink/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkreportpersonlink/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/okrworkreportpersonlink", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "OkrWorkReportProcessLogAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/okrworkreportprocesslog/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/okrworkreportprocesslog/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/okrworkreportprocesslog", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_organization_assemble_authentication/src/main/webapp/describe/api.json b/o2server/x_organization_assemble_authentication/src/main/webapp/describe/api.json deleted file mode 100644 index 282f5edea4e9d3df58acb8ac651c9d446bca100e..0000000000000000000000000000000000000000 --- a/o2server/x_organization_assemble_authentication/src/main/webapp/describe/api.json +++ /dev/null @@ -1,313 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AuthenticationAction", - "methods": [ - { - "name": "bind", - "uri": "jaxrs/authentication/bind", - "method": "GET" - }, - { - "name": "mode", - "uri": "jaxrs/authentication/mode", - "method": "GET" - }, - { - "name": "code", - "uri": "jaxrs/authentication/code/credential/{credential}", - "method": "GET" - }, - { - "name": "login", - "uri": "jaxrs/authentication", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "logout", - "uri": "jaxrs/authentication", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "who", - "uri": "jaxrs/authentication", - "method": "GET" - }, - { - "name": "checkCredential", - "uri": "jaxrs/authentication/check/credential/{credential}", - "method": "GET" - }, - { - "name": "captchaLogin", - "uri": "jaxrs/authentication/captcha", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "oauth", - "uri": "jaxrs/authentication/oauth/name/{name}", - "method": "GET" - }, - { - "name": "codeLogin", - "uri": "jaxrs/authentication/code", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "oauthList", - "uri": "jaxrs/authentication/oauth/list", - "method": "GET" - }, - { - "name": "oauthLogin", - "uri": "jaxrs/authentication/oauth/login/name/{name}/code/{code}/redirecturi/{redirectUri}", - "method": "GET" - }, - { - "name": "oauthLoginQywx", - "uri": "jaxrs/authentication/oauth/login/qywx/code/{code}", - "method": "GET" - }, - { - "name": "switchUser", - "uri": "jaxrs/authentication/switchuser", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "bindLogin", - "uri": "jaxrs/authentication/bind/meta/{meta}", - "method": "GET" - }, - { - "name": "oauthBind", - "uri": "jaxrs/authentication/oauth/bind/name/{name}/code/{code}/redirecturi/{redirectUri}", - "method": "GET" - }, - { - "name": "captcha", - "uri": "jaxrs/authentication/captcha/width/{width}/height/{height}", - "method": "GET" - }, - { - "name": "bindMeta", - "uri": "jaxrs/authentication/bind/meta/{meta}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "oauthLoginDingding", - "uri": "jaxrs/authentication/oauth/login/dingding/code/{code}", - "method": "GET" - }, - { - "name": "dingdingOauthConfig", - "uri": "jaxrs/authentication/oauth/dingding/config", - "method": "GET" - }, - { - "name": "qiyeweixinOauthConfig", - "uri": "jaxrs/authentication/oauth/qywx/config", - "method": "GET" - } - ] - }, - { - "name": "BindAction", - "methods": [ - { - "name": "listNext", - "uri": "jaxrs/bind/list", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DingdingAction", - "methods": [ - { - "name": "info", - "uri": "jaxrs/dingding/info", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getLogin", - "uri": "jaxrs/dingding/code/{code}", - "method": "GET" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "OauthAction", - "methods": [ - { - "name": "getInfo", - "uri": "jaxrs/oauth/info", - "method": "GET" - }, - { - "name": "auth", - "uri": "jaxrs/oauth/auth", - "method": "GET" - }, - { - "name": "getToken", - "uri": "jaxrs/oauth/token", - "method": "GET" - }, - { - "name": "postInfo", - "uri": "jaxrs/oauth/info", - "method": "POST", - "enctype": "formData" - }, - { - "name": "postToken", - "uri": "jaxrs/oauth/token", - "method": "POST", - "enctype": "formData" - } - ] - }, - { - "name": "QiyeweixinAction", - "methods": [ - { - "name": "getLogin", - "uri": "jaxrs/qiyeweixin/code/{code}", - "method": "GET" - } - ] - }, - { - "name": "SsoAction", - "methods": [ - { - "name": "postLogin", - "uri": "jaxrs/sso", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getLogin", - "uri": "jaxrs/sso/client/{client}/token/{token}", - "method": "GET" - }, - { - "name": "postEncrypt", - "uri": "jaxrs/sso/encrypt", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getEncrypt", - "uri": "jaxrs/sso/encrypt/client/{client}/key/{key}/credential/{credential}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "ZhengwuDingdingAction", - "methods": [ - { - "name": "info", - "uri": "jaxrs/zhengwudingding/info", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getLogin", - "uri": "jaxrs/zhengwudingding/code/{code}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_organization_assemble_control/src/main/webapp/describe/api.json b/o2server/x_organization_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 22763c136c15136aefcb5aef1df03de8cc036f5b..0000000000000000000000000000000000000000 --- a/o2server/x_organization_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,750 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "ExportAction", - "methods": [ - { - "name": "getResult", - "uri": "jaxrs/export/result/flag/{flag}", - "method": "GET" - }, - { - "name": "zhengwuDingdingPerson", - "uri": "jaxrs/export/zhengwudingding/person", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "GroupAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/group/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/group/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/group", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listSubNested", - "uri": "jaxrs/group/list/{flag}/sub/nested", - "method": "GET" - }, - { - "name": "listSubDirect", - "uri": "jaxrs/group/list/{flag}/sub/direct", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/group/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/group/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/group/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithRole", - "uri": "jaxrs/group/list/role/{roleFlag}", - "method": "GET" - }, - { - "name": "addMember", - "uri": "jaxrs/group/{flag}/add/member", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSupDirect", - "uri": "jaxrs/group/list/{flag}/sup/direct", - "method": "GET" - }, - { - "name": "listSupNested", - "uri": "jaxrs/group/list/{flag}/sup/nested", - "method": "GET" - }, - { - "name": "deleteMember", - "uri": "jaxrs/group/{flag}/delete/member", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPinyinInitial", - "uri": "jaxrs/group/list/pinyininitial", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLikePinyin", - "uri": "jaxrs/group/list/like/pinyin", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLike", - "uri": "jaxrs/group/list/like", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSupNestedWithPerson", - "uri": "jaxrs/group/list/person/{personFlag}/sup/nested", - "method": "GET" - }, - { - "name": "listSupDirectWithPerson", - "uri": "jaxrs/group/list/person/{personFlag}/sup/direct", - "method": "GET" - } - ] - }, - { - "name": "IdentityAction", - "methods": [ - { - "name": "order", - "uri": "jaxrs/identity/{flag}/order/before/{followFlag}", - "method": "GET" - }, - { - "name": "get", - "uri": "jaxrs/identity/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/identity/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/identity", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/identity/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/identity/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/identity/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/identity/list/person/{personFlag}", - "method": "GET" - }, - { - "name": "listWithUnit", - "uri": "jaxrs/identity/list/unit/{unitFlag}", - "method": "GET" - }, - { - "name": "listPinyinInitial", - "uri": "jaxrs/identity/list/pinyininitial", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLikePinyin", - "uri": "jaxrs/identity/list/like/pinyin", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLike", - "uri": "jaxrs/identity/list/like", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithUnitWithUnitDutyName", - "uri": "jaxrs/identity/list/{flag}/unitduty/name/{unitDutyName}", - "method": "GET" - }, - { - "name": "listWithUnitDutyName", - "uri": "jaxrs/identity/list/unitduty/name/{unitDutyName}", - "method": "GET" - } - ] - }, - { - "name": "InputPersonAction", - "methods": [ - { - "name": "getResult", - "uri": "jaxrs/inputperson/result/flag/{flag}", - "method": "GET" - }, - { - "name": "input", - "uri": "jaxrs/inputperson", - "method": "POST", - "enctype": "formData" - }, - { - "name": "template", - "uri": "jaxrs/inputperson/template", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "LoginRecordAction", - "methods": [ - { - "name": "loginRecord", - "uri": "jaxrs/loginrecord/{stream}", - "method": "GET" - } - ] - }, - { - "name": "PersonAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/person/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/person/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "setPassword", - "uri": "jaxrs/person/{flag}/set/password", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "setIcon", - "uri": "jaxrs/person/{flag}/icon", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "listSubNestedWithGroup", - "uri": "jaxrs/person/list/group/{groupFlag}/sub/nested", - "method": "GET" - }, - { - "name": "listSubDirectWithGroup", - "uri": "jaxrs/person/list/group/{groupFlag}/sub/direct", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/person/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/person/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/person/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getIconWithPerson", - "uri": "jaxrs/person/{flag}/icon", - "method": "GET" - }, - { - "name": "listWithRole", - "uri": "jaxrs/person/list/role/{roleFlag}", - "method": "GET" - }, - { - "name": "checkPassword", - "uri": "jaxrs/person/check/password/{password}", - "method": "GET" - }, - { - "name": "resetPassword", - "uri": "jaxrs/person/{flag}/reset/password", - "method": "GET" - }, - { - "name": "listPinyinInitial", - "uri": "jaxrs/person/list/pinyininitial", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLikePinyin", - "uri": "jaxrs/person/list/like/pinyin", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLike", - "uri": "jaxrs/person/list/like", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "PersonAttributeAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/personattribute/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/personattribute/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/personattribute", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "standardListPrev", - "uri": "jaxrs/personattribute/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/personattribute/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/personattribute/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/personattribute/list/person/{personFlag}", - "method": "GET" - } - ] - }, - { - "name": "RoleAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/role/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/role/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/role", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/role/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/role/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/role/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/role/list/person/{personFlag}", - "method": "GET" - }, - { - "name": "listPinyinInitial", - "uri": "jaxrs/role/list/pinyininitial", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLikePinyin", - "uri": "jaxrs/role/list/like/pinyin", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLike", - "uri": "jaxrs/role/list/like", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithGroup", - "uri": "jaxrs/role/list/group/{groupFlag}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "UnitAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/unit/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/unit/{flag}", - "method": "DELETE" - }, - { - "name": "create", - "uri": "jaxrs/unit", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/unit/list", - "method": "POST" - }, - { - "name": "listType", - "uri": "jaxrs/unit/list/type", - "method": "GET" - }, - { - "name": "listSubNested", - "uri": "jaxrs/unit/list/{flag}/sub/nested", - "method": "GET" - }, - { - "name": "listSubDirect", - "uri": "jaxrs/unit/list/{flag}/sub/direct", - "method": "GET" - }, - { - "name": "listTop", - "uri": "jaxrs/unit/list/top", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/unit/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/unit/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/unit/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listTopWithType", - "uri": "jaxrs/unit/list/top/type/{type}", - "method": "GET" - }, - { - "name": "getSupDirect", - "uri": "jaxrs/unit/{flag}/sup/direct", - "method": "GET" - }, - { - "name": "listSupNested", - "uri": "jaxrs/unit/list/{flag}/sup/nested", - "method": "GET" - }, - { - "name": "listPinyinInitial", - "uri": "jaxrs/unit/list/pinyininitial", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLikePinyin", - "uri": "jaxrs/unit/list/like/pinyin", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listLike", - "uri": "jaxrs/unit/list/like", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithIdentityWithLevel", - "uri": "jaxrs/unit/identity/{identityFlag}/level/{level}", - "method": "GET" - }, - { - "name": "listSupNestedWithType", - "uri": "jaxrs/unit/list/{flag}/sup/nested/type/{type}", - "method": "GET" - }, - { - "name": "listWithUnitWithType", - "uri": "jaxrs/unit/list/unit/type", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithIdentityWithType", - "uri": "jaxrs/unit/identity/{identityFlag}/type/{type}", - "method": "GET" - }, - { - "name": "listSubDirectWithType", - "uri": "jaxrs/unit/list/{flag}/sub/direct/type/{type}", - "method": "GET" - } - ] - }, - { - "name": "UnitAttributeAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/unitattribute/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/unitattribute/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/unitattribute", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/unitattribute/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/unitattribute/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/unitattribute/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithUnit", - "uri": "jaxrs/unitattribute/list/unit/{flag}", - "method": "GET" - } - ] - }, - { - "name": "UnitDutyAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/unitduty/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/unitduty/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/unitduty", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithName", - "uri": "jaxrs/unitduty/list/name/{name}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/unitduty/list/{flag}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/unitduty/list/{flag}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/unitduty/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithUnit", - "uri": "jaxrs/unitduty/list/unit/{unitFlag}", - "method": "GET" - }, - { - "name": "distinctNameLike", - "uri": "jaxrs/unitduty/distinct/name/like/{key}", - "method": "GET" - }, - { - "name": "distinctName", - "uri": "jaxrs/unitduty/distinct/name", - "method": "GET" - }, - { - "name": "listWithIdentity", - "uri": "jaxrs/unitduty/list/identity/{identityFlag}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_organization_assemble_express/src/main/webapp/describe/api.json b/o2server/x_organization_assemble_express/src/main/webapp/describe/api.json deleted file mode 100644 index 8fda7f14e0af0ad1b32aed913b91b31e60e70089..0000000000000000000000000000000000000000 --- a/o2server/x_organization_assemble_express/src/main/webapp/describe/api.json +++ /dev/null @@ -1,804 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "EmpowerAction", - "methods": [ - { - "name": "listWithIdentityObject", - "uri": "jaxrs/empower/list/identity/object", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "EmpowerLogAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/empowerlog", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "GroupAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/group/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "hasRole", - "uri": "jaxrs/group/has/role", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/group/list/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listObject", - "uri": "jaxrs/group/list/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSubDirect", - "uri": "jaxrs/group/list/group/sub/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSupNestedObject", - "uri": "jaxrs/group/list/group/sup/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonObject", - "uri": "jaxrs/group/list/person/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSubNestedObject", - "uri": "jaxrs/group/list/group/sub/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSupDirect", - "uri": "jaxrs/group/list/group/sup/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSubNested", - "uri": "jaxrs/group/list/group/sub/nested", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSubDirectObject", - "uri": "jaxrs/group/list/group/sub/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSupDirectObject", - "uri": "jaxrs/group/list/group/sup/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupSupNested", - "uri": "jaxrs/group/list/group/sup/nested", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "IdentityAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/identity/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNested", - "uri": "jaxrs/identity/list/unit/sub/nested", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/identity/list/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirect", - "uri": "jaxrs/identity/list/unit/sub/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroup", - "uri": "jaxrs/identity/list/group", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listObject", - "uri": "jaxrs/identity/list/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonObject", - "uri": "jaxrs/identity/list/person/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitPersonObject", - "uri": "jaxrs/identity/list/unit/person/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNestedObject", - "uri": "jaxrs/identity/list/unit/sub/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitPerson", - "uri": "jaxrs/identity/list/unit/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirectObject", - "uri": "jaxrs/identity/list/unit/sub/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMajorWithPerson", - "uri": "jaxrs/identity/list/major/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMajorWithPersonObject", - "uri": "jaxrs/identity/list/major/person/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupObject", - "uri": "jaxrs/identity/list/group/object", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "PersonAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/person/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNested", - "uri": "jaxrs/person/list/unit/sub/nested", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/person/list/all", - "method": "GET" - }, - { - "name": "hasRole", - "uri": "jaxrs/person/has/role", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithRole", - "uri": "jaxrs/person/list/role", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirect", - "uri": "jaxrs/person/list/unit/sub/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIdentity", - "uri": "jaxrs/person/list/identity", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllObject", - "uri": "jaxrs/person/list/all/object", - "method": "GET" - }, - { - "name": "listLoginRecent", - "uri": "jaxrs/person/list/login/recent", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listLoginAfter", - "uri": "jaxrs/person/list/login/after", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroup", - "uri": "jaxrs/person/list/group", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listObject", - "uri": "jaxrs/person/list/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listLoginAfterObject", - "uri": "jaxrs/person/list/login/after/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listLoginRecentObject", - "uri": "jaxrs/person/list/login/recent/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonAttribute", - "uri": "jaxrs/person/list/personattribute", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonAttributeObject", - "uri": "jaxrs/person/list/personattribute/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNestedObject", - "uri": "jaxrs/person/list/unit/sub/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIdentityObject", - "uri": "jaxrs/person/list/identity/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSubDirect", - "uri": "jaxrs/person/list/person/sub/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirectObject", - "uri": "jaxrs/person/list/unit/sub/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithGroupObject", - "uri": "jaxrs/person/list/group/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNestedLikeObject", - "uri": "jaxrs/person/list/unit/sub/nested/like/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSupNestedObject", - "uri": "jaxrs/person/list/person/sup/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNestedLike", - "uri": "jaxrs/person/list/unit/sub/nested/like", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSupDirectObject", - "uri": "jaxrs/person/list/person/sup/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSubDirectObject", - "uri": "jaxrs/person/list/person/sub/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirectLike", - "uri": "jaxrs/person/list/unit/sub/direct/like", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithRoleObject", - "uri": "jaxrs/person/list/role/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirectLikeObject", - "uri": "jaxrs/person/list/unit/sub/direct/like/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSupDirect", - "uri": "jaxrs/person/list/person/sup/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSubNested", - "uri": "jaxrs/person/list/person/sub/nested", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSubNestedObject", - "uri": "jaxrs/person/list/person/sub/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSupNested", - "uri": "jaxrs/person/list/person/sup/nested", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "PersonAttributeAction", - "methods": [ - { - "name": "listAttributeWithPersonWithName", - "uri": "jaxrs/personattribute/list/attribute/person/name", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "setWithPersonWithName", - "uri": "jaxrs/personattribute/set/person/name", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonObject", - "uri": "jaxrs/personattribute/list/person/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNameWithPerson", - "uri": "jaxrs/personattribute/list/name/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "appendWithPersonWithName", - "uri": "jaxrs/personattribute/append/person/name", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "RoleAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/role/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/role/list/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listObject", - "uri": "jaxrs/role/list/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonObject", - "uri": "jaxrs/role/list/person/object", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "UnitAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/unit/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNested", - "uri": "jaxrs/unit/list/unit/sub/nested", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIdentitySupNested", - "uri": "jaxrs/unit/list/identity/sup/nested", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAll", - "uri": "jaxrs/unit/list/all", - "method": "GET" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/unit/list/person", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirect", - "uri": "jaxrs/unit/list/unit/sub/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIdentity", - "uri": "jaxrs/unit/list/identity", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithLevel", - "uri": "jaxrs/unit/list/level", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitDuty", - "uri": "jaxrs/unit/list/unitduty", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllObject", - "uri": "jaxrs/unit/list/all/object", - "method": "GET" - }, - { - "name": "listObject", - "uri": "jaxrs/unit/list/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithIdentityWithLevel", - "uri": "jaxrs/unit/identity/level", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithIdentityWithType", - "uri": "jaxrs/unit/identity/type", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonObject", - "uri": "jaxrs/unit/list/person/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubNestedObject", - "uri": "jaxrs/unit/list/unit/sub/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIdentityObject", - "uri": "jaxrs/unit/list/identity/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSubDirectObject", - "uri": "jaxrs/unit/list/unit/sub/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithIdentityWithTypeObject", - "uri": "jaxrs/unit/identity/type/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitAttribute", - "uri": "jaxrs/unit/list/unitattribute", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSupNestedObject", - "uri": "jaxrs/unit/list/person/sup/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitAttributeObject", - "uri": "jaxrs/unit/list/unitattribute/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSupDirect", - "uri": "jaxrs/unit/list/unit/sup/direct", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithLevelObject", - "uri": "jaxrs/unit/list/level/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIdentitySupNestedObject", - "uri": "jaxrs/unit/list/identity/sup/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSupDirectObject", - "uri": "jaxrs/unit/list/unit/sup/direct/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSupNestedObject", - "uri": "jaxrs/unit/list/unit/sup/nested/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithIdentityWithLevelObject", - "uri": "jaxrs/unit/identity/level/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitDutyObject", - "uri": "jaxrs/unit/list/unitduty/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitSupNested", - "uri": "jaxrs/unit/list/unit/sup/nested", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithPersonSupNested", - "uri": "jaxrs/unit/list/person/sup/nested", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "UnitAttributeAction", - "methods": [ - { - "name": "listNameWithUnit", - "uri": "jaxrs/unitattribute/list/name/unit", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "appendWithUnitWithName", - "uri": "jaxrs/unitattribute/append/unit/name", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAttributeWithUnitWithName", - "uri": "jaxrs/unitattribute/list/attribute/unit/name", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "setWithUnitWithName", - "uri": "jaxrs/unitattribute/set/unit/name", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitObject", - "uri": "jaxrs/unitattribute/list/unit/object", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "UnitDutyAction", - "methods": [ - { - "name": "listWithName", - "uri": "jaxrs/unitduty/list/name", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listIdentityWithUnitWithNameObject", - "uri": "jaxrs/unitduty/list/identity/unit/name/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNameWithUnit", - "uri": "jaxrs/unitduty/list/name/unit", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithUnitObject", - "uri": "jaxrs/unitduty/list/unit/object", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listIdentityWithUnitWithName", - "uri": "jaxrs/unitduty/list/identity/unit/name", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNameWithIdentity", - "uri": "jaxrs/unitduty/list/name/identity", - "method": "POST", - "enctype": "application/json" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_organization_assemble_personal/src/main/webapp/describe/api.json b/o2server/x_organization_assemble_personal/src/main/webapp/describe/api.json deleted file mode 100644 index 4ef034f5960cb6c8f8f838ce265502b166154279..0000000000000000000000000000000000000000 --- a/o2server/x_organization_assemble_personal/src/main/webapp/describe/api.json +++ /dev/null @@ -1,390 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "CustomAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/custom/{name}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/custom/{name}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/custom/{name}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "managerUpdate", - "uri": "jaxrs/custom/manager/person/{person}/name/{name}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DefinitionAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/definition/{name}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/definition/{name}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/definition/{name}", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "EmpowerAction", - "methods": [ - { - "name": "disable", - "uri": "jaxrs/empower/{id}/disable", - "method": "GET" - }, - { - "name": "enable", - "uri": "jaxrs/empower/{id}/enable", - "method": "GET" - }, - { - "name": "get", - "uri": "jaxrs/empower/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/empower/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/empower", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithCurrentPerson", - "uri": "jaxrs/empower/list/currentperson", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/empower/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/empower/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/empower/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/empower/list/person/{flag}", - "method": "GET" - }, - { - "name": "listWithCurrentPersonEnable", - "uri": "jaxrs/empower/list/currentperson/enable", - "method": "GET" - }, - { - "name": "managerlistPaging", - "uri": "jaxrs/empower/manager/list/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listTo", - "uri": "jaxrs/empower/list/to", - "method": "GET" - }, - { - "name": "listToEnable", - "uri": "jaxrs/empower/list/to/enable", - "method": "GET" - } - ] - }, - { - "name": "EmpowerLogAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/empowerlog", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/empowerlog/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/empowerlog/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listToCurrentPersonPaging", - "uri": "jaxrs/empowerlog/list/to/currentperson/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "managerlistPaging", - "uri": "jaxrs/empowerlog/manager/list/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithCurrentPersonPaging", - "uri": "jaxrs/empowerlog/list/currentperson/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "ExmailAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/exmail", - "method": "GET" - }, - { - "name": "newCount", - "uri": "jaxrs/exmail/new/count", - "method": "GET" - }, - { - "name": "post", - "uri": "jaxrs/exmail", - "method": "POST" - }, - { - "name": "sso", - "uri": "jaxrs/exmail/sso", - "method": "GET" - }, - { - "name": "newCountPassive", - "uri": "jaxrs/exmail/new/count/passive", - "method": "GET" - }, - { - "name": "listTitlePassive", - "uri": "jaxrs/exmail/list/title/passive", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "IconAction", - "methods": [ - { - "name": "getIcon", - "uri": "jaxrs/icon/{person}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "PasswordAction", - "methods": [ - { - "name": "changePassword", - "uri": "jaxrs/password", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "PersonAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/person", - "method": "GET" - }, - { - "name": "setPassword", - "uri": "jaxrs/person/password", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getIcon", - "uri": "jaxrs/person/icon", - "method": "GET" - }, - { - "name": "setIcon", - "uri": "jaxrs/person/icon", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "uploadPostOctetStream", - "uri": "jaxrs/person/icon", - "method": "POST", - "enctype": "application/octet-stream" - }, - { - "name": "edit", - "uri": "jaxrs/person", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "RegistAction", - "methods": [ - { - "name": "checkName", - "uri": "jaxrs/regist/check/name/{name}", - "method": "GET" - }, - { - "name": "create", - "uri": "jaxrs/regist", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "mode", - "uri": "jaxrs/regist/mode", - "method": "GET" - }, - { - "name": "code", - "uri": "jaxrs/regist/code/mobile/{mobile}", - "method": "GET" - }, - { - "name": "checkPassword", - "uri": "jaxrs/regist/check/password/{password}", - "method": "GET" - }, - { - "name": "captcha", - "uri": "jaxrs/regist/captcha/width/{width}/height/{height}", - "method": "GET" - }, - { - "name": "checkMobile", - "uri": "jaxrs/regist/check/mobile/{mobile}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_portal_assemble_designer/src/main/webapp/describe/api.json b/o2server/x_portal_assemble_designer/src/main/webapp/describe/api.json deleted file mode 100644 index 771915bcbe9e5f4069427c15506163e58ef187d4..0000000000000000000000000000000000000000 --- a/o2server/x_portal_assemble_designer/src/main/webapp/describe/api.json +++ /dev/null @@ -1,407 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FileAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/file/{flag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/file/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/file/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/file", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "upload", - "uri": "jaxrs/file/{id}/upload", - "method": "POST", - "enctype": "formData" - }, - { - "name": "download", - "uri": "jaxrs/file/{id}/download", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/file/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/file/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/file/list/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "IdAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/id/{count}", - "method": "GET" - } - ] - }, - { - "name": "InputAction", - "methods": [ - { - "name": "compare", - "uri": "jaxrs/input/compare", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/input/create", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "cover", - "uri": "jaxrs/input/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCover", - "uri": "jaxrs/input/prepare/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCreate", - "uri": "jaxrs/input/prepare/create", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "OutputAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/output/list", - "method": "GET" - }, - { - "name": "select", - "uri": "jaxrs/output/{portalFlag}/select", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "selectOutput", - "uri": "jaxrs/output/{flag}/select/file", - "method": "GET" - } - ] - }, - { - "name": "PageAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/page/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/page/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/page", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "edit", - "uri": "jaxrs/page/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithPortal", - "uri": "jaxrs/page/list/portal/{portalId}", - "method": "GET" - } - ] - }, - { - "name": "PortalAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/portal/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/portal/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/portal", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/portal/list", - "method": "GET" - }, - { - "name": "setIcon", - "uri": "jaxrs/portal/{id}/icon", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "edit", - "uri": "jaxrs/portal/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSummary", - "uri": "jaxrs/portal/list/summary", - "method": "GET" - }, - { - "name": "listWithPortalCategory", - "uri": "jaxrs/portal/list/portalcategory/{portalCategory}", - "method": "GET" - }, - { - "name": "listSummaryWithPortalCategory", - "uri": "jaxrs/portal/list/summary/portalcategory/{portalCategory}", - "method": "GET" - } - ] - }, - { - "name": "PortalCategoryAction", - "methods": [ - { - "name": "listWith", - "uri": "jaxrs/portalcategory/list", - "method": "GET" - } - ] - }, - { - "name": "ScriptAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/script/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/script/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/script", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "edit", - "uri": "jaxrs/script/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithPortal", - "uri": "jaxrs/script/list/portal/{portalId}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TemplatePageAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/templatepage/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/templatepage/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/templatepage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/templatepage/list", - "method": "GET" - }, - { - "name": "listCategory", - "uri": "jaxrs/templatepage/list/category", - "method": "GET" - }, - { - "name": "listWithCategory", - "uri": "jaxrs/templatepage/list/category", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "WidgetAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/widget/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/widget/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/widget", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "edit", - "uri": "jaxrs/widget/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithPortal", - "uri": "jaxrs/widget/list/portal/{portalId}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_portal_assemble_surface/src/main/webapp/describe/api.json b/o2server/x_portal_assemble_surface/src/main/webapp/describe/api.json deleted file mode 100644 index c05e546f0fe1dc2c0607e2cd92ad7f06a813b273..0000000000000000000000000000000000000000 --- a/o2server/x_portal_assemble_surface/src/main/webapp/describe/api.json +++ /dev/null @@ -1,217 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FileAction", - "methods": [ - { - "name": "download", - "uri": "jaxrs/file/{flag}/portal/{portalFlag}/download", - "method": "GET" - }, - { - "name": "content", - "uri": "jaxrs/file/{flag}/portal/{portalFlag}/content", - "method": "GET" - }, - { - "name": "listWithPortal", - "uri": "jaxrs/file/list/portal/{portalFlag}", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "PageAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/page/{id}", - "method": "GET" - }, - { - "name": "list", - "uri": "jaxrs/page/list/portal/{portal}", - "method": "GET" - }, - { - "name": "getMobile", - "uri": "jaxrs/page/{id}/mobile", - "method": "GET" - }, - { - "name": "getWithPortalMobile", - "uri": "jaxrs/page/{flag}/portal/{portalFlag}/mobile", - "method": "GET" - }, - { - "name": "getWithPortal", - "uri": "jaxrs/page/{flag}/portal/{portalFlag}", - "method": "GET" - } - ] - }, - { - "name": "PortalAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/portal/{flag}", - "method": "GET" - }, - { - "name": "list", - "uri": "jaxrs/portal/list", - "method": "GET" - }, - { - "name": "icon", - "uri": "jaxrs/portal/{id}/icon", - "method": "GET" - }, - { - "name": "iconBase64", - "uri": "jaxrs/portal/{id}/icon/base64", - "method": "GET" - } - ] - }, - { - "name": "ScriptAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/script/{id}", - "method": "GET" - }, - { - "name": "list", - "uri": "jaxrs/script/list/portal/{portal}", - "method": "GET" - }, - { - "name": "flag", - "uri": "jaxrs/script/portal/{portal}/name/{name}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getImported", - "uri": "jaxrs/script/portal/{portal}/name/{name}/imported", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "WidgetAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/widget/{id}", - "method": "GET" - }, - { - "name": "list", - "uri": "jaxrs/widget/list/portal/{portal}", - "method": "GET" - }, - { - "name": "getMobile", - "uri": "jaxrs/widget/{id}/mobile", - "method": "GET" - }, - { - "name": "getWithPortalMobile", - "uri": "jaxrs/widget/{flag}/portal/{portalFlag}/mobile", - "method": "GET" - }, - { - "name": "getWithPortal", - "uri": "jaxrs/widget/{flag}/portal/{portalFlag}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_processplatform_assemble_bam/src/main/webapp/describe/api.json b/o2server/x_processplatform_assemble_bam/src/main/webapp/describe/api.json deleted file mode 100644 index 1b0c5140abdd3e10cda972cf4ae1d69be807353a..0000000000000000000000000000000000000000 --- a/o2server/x_processplatform_assemble_bam/src/main/webapp/describe/api.json +++ /dev/null @@ -1,321 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "PeriodAction", - "methods": [ - { - "name": "listCompletedWorkApplicationStubs", - "uri": "jaxrs/period/list/completed/work/applicationstubs", - "method": "GET" - }, - { - "name": "listCountExpiredTaskByApplication", - "uri": "jaxrs/period/list/count/expired/task/unit/{unit}/person/{person}/by/application", - "method": "GET" - }, - { - "name": "listCountCompletedWorkByApplication", - "uri": "jaxrs/period/list/count/completed/work/unit/{unit}/person/{person}/by/application", - "method": "GET" - }, - { - "name": "listCountExpiredWorkByApplication", - "uri": "jaxrs/period/list/count/expired/work/unit/{unit}/person/{person}/by/application", - "method": "GET" - }, - { - "name": "listCompletedTaskApplicationStubs", - "uri": "jaxrs/period/list/completed/task/applicationstubs", - "method": "GET" - }, - { - "name": "listCountCompletedTaskByApplication", - "uri": "jaxrs/period/list/count/completed/task/unit/{unit}/person/{person}/by/application", - "method": "GET" - }, - { - "name": "listStartTaskApplicationStubs", - "uri": "jaxrs/period/list/start/task/applicationstubs", - "method": "GET" - }, - { - "name": "listStartTaskCompanyStubs", - "uri": "jaxrs/period/list/start/task/unitstubs", - "method": "GET" - }, - { - "name": "listCountStartTask", - "uri": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}", - "method": "GET" - }, - { - "name": "listCountStartTaskByProcess", - "uri": "jaxrs/period/list/count/start/task/application/{applicationId}/unit/{unit}/person/{person}/by/process", - "method": "GET" - }, - { - "name": "listCountStartTaskByActivity", - "uri": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity", - "method": "GET" - }, - { - "name": "listCountStartTaskByUnit", - "uri": "jaxrs/period/list/count/start/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit", - "method": "GET" - }, - { - "name": "listCountStartTaskByApplication", - "uri": "jaxrs/period/list/count/start/task/unit/{unit}/person/{person}/by/application", - "method": "GET" - }, - { - "name": "listCompletedTaskCompanyStubs", - "uri": "jaxrs/period/list/completed/task/unitstubs", - "method": "GET" - }, - { - "name": "listCountCompletedTask", - "uri": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}", - "method": "GET" - }, - { - "name": "listCountCompletedTaskByProcess", - "uri": "jaxrs/period/list/count/completed/task/application/{applicationId}/unit/{unit}/person/{person}/by/process", - "method": "GET" - }, - { - "name": "listCountCompletedTaskByActivity", - "uri": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity", - "method": "GET" - }, - { - "name": "listCountCompletedTaskByUnit", - "uri": "jaxrs/period/list/count/completed/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit", - "method": "GET" - }, - { - "name": "listStartWorkApplicationStubs", - "uri": "jaxrs/period/list/start/work/applicationstubs", - "method": "GET" - }, - { - "name": "listCountStartWorkByCompany", - "uri": "jaxrs/period/list/count/start/work/application/{applicationId}/process/{processId}/by/unit", - "method": "GET" - }, - { - "name": "listCountExpiredWork", - "uri": "jaxrs/period/list/count/expired/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}", - "method": "GET" - }, - { - "name": "listCountCompletedWorkByProcess", - "uri": "jaxrs/period/list/count/completed/work/application/{applicationId}/unit/{unit}/person/{person}/by/process", - "method": "GET" - }, - { - "name": "listExpiredWorkCompanyStubs", - "uri": "jaxrs/period/list/expired/work/unitstubs", - "method": "GET" - }, - { - "name": "listCountStartWork", - "uri": "jaxrs/period/list/count/start/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}", - "method": "GET" - }, - { - "name": "listCountStartWorkByProcess", - "uri": "jaxrs/period/list/count/start/work/application/{applicationId}/unit/{unit}/person/{person}/by/process", - "method": "GET" - }, - { - "name": "listCountCompletedWork", - "uri": "jaxrs/period/list/count/completed/work/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}", - "method": "GET" - }, - { - "name": "listCountExpiredTaskByUnit", - "uri": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/activity/{activityId}/by/unit", - "method": "GET" - }, - { - "name": "listCountExpiredTaskByProcess", - "uri": "jaxrs/period/list/count/expired/task/application/{applicationId}/unit/{unit}/person/{person}/by/process", - "method": "GET" - }, - { - "name": "listCountStartWorkByApplication", - "uri": "jaxrs/period/list/count/start/work/unit/{unit}/person/{person}/by/application", - "method": "GET" - }, - { - "name": "listCompletedWorkCompanyStubs", - "uri": "jaxrs/period/list/completed/work/unitstubs", - "method": "GET" - }, - { - "name": "listStartWorkUnitStubs", - "uri": "jaxrs/period/list/start/work/unitstubs", - "method": "GET" - }, - { - "name": "listCountExpiredTask", - "uri": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/activity/{activityId}/unit/{unit}/person/{person}", - "method": "GET" - }, - { - "name": "listExpiredTaskApplicationStubs", - "uri": "jaxrs/period/list/expired/task/applicationstubs", - "method": "GET" - }, - { - "name": "listCountExpiredWorkByCompany", - "uri": "jaxrs/period/list/count/expired/work/application/{applicationId}/process/{processId}/by/unit", - "method": "GET" - }, - { - "name": "listCountCompletedWorkByCompany", - "uri": "jaxrs/period/list/count/completed/work/application/{applicationId}/process/{processId}/by/unit", - "method": "GET" - }, - { - "name": "listCountExpiredWorkByProcess", - "uri": "jaxrs/period/list/count/expired/work/application/{applicationId}/unit/{unit}/person/{person}/by/process", - "method": "GET" - }, - { - "name": "listCountExpiredTaskByActivity", - "uri": "jaxrs/period/list/count/expired/task/application/{applicationId}/process/{processId}/unit/{unit}/person/{person}/by/activity", - "method": "GET" - }, - { - "name": "listExpiredTaskCompanyStubs", - "uri": "jaxrs/period/list/expired/task/unitstubs", - "method": "GET" - }, - { - "name": "listExpiredWorkApplicationStubs", - "uri": "jaxrs/period/list/expired/work/applicationstubs", - "method": "GET" - } - ] - }, - { - "name": "StateAction", - "methods": [ - { - "name": "running", - "uri": "jaxrs/state/running", - "method": "GET" - }, - { - "name": "summary", - "uri": "jaxrs/state/summary", - "method": "GET" - }, - { - "name": "category", - "uri": "jaxrs/state/category", - "method": "GET" - }, - { - "name": "organization", - "uri": "jaxrs/state/organization", - "method": "GET" - }, - { - "name": "applicationStubsTrigger", - "uri": "jaxrs/state/applicationtstubs/trigger", - "method": "GET" - }, - { - "name": "categoryTrigger", - "uri": "jaxrs/state/category/trigger", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_processplatform_assemble_designer/src/main/webapp/describe/api.json b/o2server/x_processplatform_assemble_designer/src/main/webapp/describe/api.json deleted file mode 100644 index f110c766867bbbc6e0c6174dfa4e0ae03b193e73..0000000000000000000000000000000000000000 --- a/o2server/x_processplatform_assemble_designer/src/main/webapp/describe/api.json +++ /dev/null @@ -1,624 +0,0 @@ -{ - "jaxrs": [ - { - "name": "ApplicationAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/application/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/application/{id}/{onlyRemoveNotCompleted}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/application/list", - "method": "GET" - }, - { - "name": "post", - "uri": "jaxrs/application", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "setIcon", - "uri": "jaxrs/application/{id}/icon", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "edit", - "uri": "jaxrs/application/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSummary", - "uri": "jaxrs/application/list/summary", - "method": "GET" - }, - { - "name": "listSummaryWithApplicationCategory", - "uri": "jaxrs/application/list/summary/applicationcategory/{applicationCategory}", - "method": "GET" - }, - { - "name": "listWithApplicationCategory", - "uri": "jaxrs/application/list/applicationcategory/{applicationCategory}", - "method": "GET" - } - ] - }, - { - "name": "ApplicationCategoryAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/applicationcategory/list", - "method": "GET" - } - ] - }, - { - "name": "ApplicationDictAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/applicationdict/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/applicationdict/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/applicationdict/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/applicationdict", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/applicationdict/list/application/{applicationId}", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "ElementToolAction", - "methods": [ - { - "name": "formOrphan", - "uri": "jaxrs/elementtool/form/orphan", - "method": "GET" - }, - { - "name": "processOrphan", - "uri": "jaxrs/elementtool/process/orphan", - "method": "GET" - }, - { - "name": "scriptOrphan", - "uri": "jaxrs/elementtool/script/orphan", - "method": "GET" - }, - { - "name": "applicationDictOrphan", - "uri": "jaxrs/elementtool/applicationdict/orphan", - "method": "GET" - } - ] - }, - { - "name": "FileAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/file/{flag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/file/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/file/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/file", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "copy", - "uri": "jaxrs/file/{flag}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "upload", - "uri": "jaxrs/file/{id}/upload", - "method": "POST", - "enctype": "formData" - }, - { - "name": "download", - "uri": "jaxrs/file/{id}/download", - "method": "GET" - }, - { - "name": "content", - "uri": "jaxrs/file/{id}/content", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/file/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/file/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/file/list/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "FormAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/form/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/form/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/form/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/form", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/form/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/form/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/form/list/application/{applicationId}", - "method": "GET" - }, - { - "name": "listFornFiledWithForm", - "uri": "jaxrs/form/list/{id}/formfield", - "method": "GET" - }, - { - "name": "listFornFiledWithApplication", - "uri": "jaxrs/form/list/formfield/application/{applicationId}", - "method": "GET" - } - ] - }, - { - "name": "FormVersionAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/formversion/{id}", - "method": "GET" - }, - { - "name": "listWithForm", - "uri": "jaxrs/formversion/list/form/{formId}", - "method": "GET" - } - ] - }, - { - "name": "IdAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/id/{count}", - "method": "GET" - } - ] - }, - { - "name": "InputAction", - "methods": [ - { - "name": "compare", - "uri": "jaxrs/input/compare", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/input/create", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "cover", - "uri": "jaxrs/input/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCover", - "uri": "jaxrs/input/prepare/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCreate", - "uri": "jaxrs/input/prepare/create", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "MappingAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/mapping/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/mapping/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "execute", - "uri": "jaxrs/mapping/{flag}/execute", - "method": "GET" - }, - { - "name": "create", - "uri": "jaxrs/mapping", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/mapping/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/mapping/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/mapping/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/mapping/list/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "OutputAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/output/list", - "method": "GET" - }, - { - "name": "select", - "uri": "jaxrs/output/{applicationFlag}/select", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ProcessAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/process/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/process/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/process/{id}/{onlyRemoveNotCompleted}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/process", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/process/application/{applicationId}", - "method": "GET" - }, - { - "name": "leadOut", - "uri": "jaxrs/process/{id}/lead/out", - "method": "GET" - }, - { - "name": "executeProjection", - "uri": "jaxrs/process/{id}/execute/projection", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "ProcessVersionAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/processversion/{id}", - "method": "GET" - }, - { - "name": "listWithForm", - "uri": "jaxrs/processversion/list/process/{processId}", - "method": "GET" - } - ] - }, - { - "name": "ScriptAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/script/{id}", - "method": "GET" - }, - { - "name": "put", - "uri": "jaxrs/script/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/script/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "post", - "uri": "jaxrs/script", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/script/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/script/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/script/application/{applicationId}", - "method": "GET" - }, - { - "name": "getWithApplicationWithName", - "uri": "jaxrs/script/application/{applicationId}/name/{name}", - "method": "GET" - } - ] - }, - { - "name": "ScriptVersionAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/scriptversion/{id}", - "method": "GET" - }, - { - "name": "listWithForm", - "uri": "jaxrs/scriptversion/list/script/{scriptId}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TemplateFormAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/templateform/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/templateform/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/templateform", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/templateform/list", - "method": "GET" - }, - { - "name": "listCategory", - "uri": "jaxrs/templateform/list/category", - "method": "GET" - }, - { - "name": "listWithCategory", - "uri": "jaxrs/templateform/list/category", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "WorkCompletedAction", - "methods": [ - { - "name": "mergeDataWithProcess", - "uri": "jaxrs/workcompleted/process/{processFlag}/merge/data", - "method": "GET" - }, - { - "name": "mergeDataWithApplication", - "uri": "jaxrs/workcompleted/application/{applicationFlag}/merge/data", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_processplatform_assemble_surface/src/main/webapp/describe/api.json b/o2server/x_processplatform_assemble_surface/src/main/webapp/describe/api.json deleted file mode 100644 index 47caa2958d0ad527407342706a79fb416cfc6155..0000000000000000000000000000000000000000 --- a/o2server/x_processplatform_assemble_surface/src/main/webapp/describe/api.json +++ /dev/null @@ -1,2488 +0,0 @@ -{ - "jaxrs": [ - { - "name": "ApplicationAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/application/{flag}", - "method": "GET" - }, - { - "name": "getIcon", - "uri": "jaxrs/application/{flag}/icon", - "method": "GET" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/application/list", - "method": "GET" - }, - { - "name": "listWithPersonComplex", - "uri": "jaxrs/application/list/complex", - "method": "GET" - }, - { - "name": "listWithPersonLike", - "uri": "jaxrs/application/list/key/{key}", - "method": "GET" - } - ] - }, - { - "name": "ApplicationDictAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "getData", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/data", - "method": "GET" - }, - { - "name": "getDataPath0", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "method": "GET" - }, - { - "name": "getDataPath1", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "method": "GET" - }, - { - "name": "getDataPath7", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "GET" - }, - { - "name": "updateDataPath4", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath4", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteDataPath0", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createDataPath6", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteDataPath5", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteDataPath7", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath1", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath1", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath4", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "GET" - }, - { - "name": "deleteDataPath1", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath0", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath6", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createDataPath3", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateDataPath3", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath3", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteDataPath4", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath5", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateDataPath7", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath2", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath2", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath0", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath6", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "GET" - }, - { - "name": "createDataPath5", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath3", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "method": "GET" - }, - { - "name": "createDataPath7", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getDataPath5", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "GET" - }, - { - "name": "createDataPath2", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateDataPath6", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getDataPath2", - "uri": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/applicationdict/list/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "AttachmentAction", - "methods": [ - { - "name": "update", - "uri": "jaxrs/attachment/update/{id}/work/{workId}", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "available", - "uri": "jaxrs/attachment/{id}/available", - "method": "GET" - }, - { - "name": "getText", - "uri": "jaxrs/attachment/{id}/work/{workId}/text", - "method": "GET" - }, - { - "name": "upload", - "uri": "jaxrs/attachment/upload/work/{workId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "uploadWorkInfo", - "uri": "jaxrs/attachment/upload/work/{workId}/save/as/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "downloadWorkInfo", - "uri": "jaxrs/attachment/download/work/{workId}/att/{flag}", - "method": "GET" - }, - { - "name": "manageUpload", - "uri": "jaxrs/attachment/upload/work/{workId}U/manage", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listWithWork", - "uri": "jaxrs/attachment/list/work/{workId}", - "method": "GET" - }, - { - "name": "updateContent", - "uri": "jaxrs/attachment/update/content/{id}/work/{workId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "uploadCallback", - "uri": "jaxrs/attachment/upload/work/{workId}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "edit", - "uri": "jaxrs/attachment/edit/{id}/work/{workId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "previewPdfResult", - "uri": "jaxrs/attachment/preview/pdf/{flag}/result", - "method": "GET" - }, - { - "name": "previewImage", - "uri": "jaxrs/attachment/{id}/preview/image/page/{page}", - "method": "GET" - }, - { - "name": "deleteWithWork", - "uri": "jaxrs/attachment/{id}/work/{workId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "downloadWithWork", - "uri": "jaxrs/attachment/download/{id}/work/{workId}", - "method": "GET" - }, - { - "name": "getWithWork", - "uri": "jaxrs/attachment/{id}/work/{workId}", - "method": "GET" - }, - { - "name": "copyToWork", - "uri": "jaxrs/attachment/copy/work/{workId}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "changeSite", - "uri": "jaxrs/attachment/{id}/work/{workId}/change/site/{site}", - "method": "GET" - }, - { - "name": "docToWord", - "uri": "jaxrs/attachment/doc/to/word/work/{workId}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updatePost", - "uri": "jaxrs/attachment/update/{id}/work/{workId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "exitText", - "uri": "jaxrs/attachment/edit/{id}/work/{workId}/text", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "previewPdf", - "uri": "jaxrs/attachment/{id}/preview/pdf", - "method": "GET" - }, - { - "name": "updateCallback", - "uri": "jaxrs/attachment/update/{id}/work/{workId}/callback/{callback}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "downloadWithWorkStreamWithExtension", - "uri": "jaxrs/attachment/download/{id}/work/{workId}/stream/{fileName}.{extension}", - "method": "GET" - }, - { - "name": "batchDownloadWithWorkOrWorkCompleted", - "uri": "jaxrs/attachment/batch/download/work/{workId}/site/{site}", - "method": "GET" - }, - { - "name": "downloadWithWorkCompletedStreamWithExtension", - "uri": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}/stream/{fileName}.{extension}", - "method": "GET" - }, - { - "name": "downloadWithWorkCompletedWithExtension", - "uri": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}/{fileName}.{extension}", - "method": "GET" - }, - { - "name": "batchDownloadWithWorkOrWorkCompletedStream", - "uri": "jaxrs/attachment/batch/download/work/{workId}/site/{site}/stream", - "method": "GET" - }, - { - "name": "changeOrderNumber", - "uri": "jaxrs/attachment/{id}/work/{workId}/change/ordernumber/{orderNumber}", - "method": "GET" - }, - { - "name": "downloadWithWorkWithExtension", - "uri": "jaxrs/attachment/download/{id}/work/{workId}/{fileName}.{extension}", - "method": "GET" - }, - { - "name": "downloadWithWorkCompleted", - "uri": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}", - "method": "GET" - }, - { - "name": "uploadWithWorkCompleted", - "uri": "jaxrs/attachment/upload/workcompleted/{workCompletedId}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "getWithWorkCompleted", - "uri": "jaxrs/attachment/{id}/workcompleted/{workCompletedId}", - "method": "GET" - }, - { - "name": "downloadWithWorkStream", - "uri": "jaxrs/attachment/download/{id}/work/{workId}/stream", - "method": "GET" - }, - { - "name": "downloadWithWorkCompletedStream", - "uri": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}/stream", - "method": "GET" - }, - { - "name": "deleteWithWorkCompleted", - "uri": "jaxrs/attachment/{id}/workcompleted/{workCompletedId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listWithWorkOrWorkCompleted", - "uri": "jaxrs/attachment/list/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "listWithWorkCompleted", - "uri": "jaxrs/attachment/list/workcompleted/{workCompletedId}", - "method": "GET" - }, - { - "name": "previewImageResult", - "uri": "jaxrs/attachment/preview/image/{flag}/result", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ControlAction", - "methods": [ - { - "name": "getWorkOrWorkCompleted", - "uri": "jaxrs/control/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - } - ] - }, - { - "name": "DataAction", - "methods": [ - { - "name": "getWithJobPath2", - "uri": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}", - "method": "GET" - }, - { - "name": "getWithJob", - "uri": "jaxrs/data/job/{job}", - "method": "GET" - }, - { - "name": "getWithJobPath0", - "uri": "jaxrs/data/job/{job}/{path0}", - "method": "GET" - }, - { - "name": "getWithJobPath1", - "uri": "jaxrs/data/job/{job}/{path0}/{path1}", - "method": "GET" - }, - { - "name": "getWithWorkPath1", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}", - "method": "GET" - }, - { - "name": "getWithWorkPath2", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "method": "GET" - }, - { - "name": "getWithWorkPath3", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "GET" - }, - { - "name": "getWithWorkPath4", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "GET" - }, - { - "name": "getWithWorkPath5", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "GET" - }, - { - "name": "getWithWorkPath6", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "GET" - }, - { - "name": "getWithWorkPath7", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "GET" - }, - { - "name": "deleteWithWork", - "uri": "jaxrs/data/work/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "getWithWork", - "uri": "jaxrs/data/work/{id}", - "method": "GET" - }, - { - "name": "getWithWorkCompleted", - "uri": "jaxrs/data/workcompleted/{id}", - "method": "GET" - }, - { - "name": "deleteWithWorkPath7", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath0", - "uri": "jaxrs/data/work/{id}/{path0}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath5", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath2", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithWorkCompletedFromData", - "uri": "jaxrs/data/workcompleted/{id}/from/data", - "method": "GET" - }, - { - "name": "updateWithWorkCompletedPath5", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath2", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath7", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithWorkCompletedPath6", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "GET" - }, - { - "name": "getWithWorkCompletedPath2", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}", - "method": "GET" - }, - { - "name": "getWithWorkCompletedPath4", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "GET" - }, - { - "name": "createWithWorkPath1", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath3", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath2", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath3", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath4", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithWorkCompletedPath0", - "uri": "jaxrs/data/workcompleted/{id}/{path0}", - "method": "GET" - }, - { - "name": "updateWithWorkPath3", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithWorkCompletedPath5", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "GET" - }, - { - "name": "getWithWorkCompletedFromItem", - "uri": "jaxrs/data/workcompleted/{id}/from/item", - "method": "GET" - }, - { - "name": "updateWithWorkCompletedPath1", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath6", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath0", - "uri": "jaxrs/data/work/{id}/{path0}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithWorkCompletedPath3", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "GET" - }, - { - "name": "updateWithWorkPath4", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath4", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath5", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath0", - "uri": "jaxrs/data/work/{id}/{path0}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath2", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath3", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath0", - "uri": "jaxrs/data/workcompleted/{id}/{path0}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath6", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "getWithWorkCompletedPath7", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "GET" - }, - { - "name": "updateWithWorkPath6", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithWorkCompletedPath1", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}", - "method": "GET" - }, - { - "name": "updateWithWorkPath7", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath7", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath1", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompleted", - "uri": "jaxrs/data/workcompleted/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath6", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath4", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath1", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath5", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "getWithJobPath5", - "uri": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "GET" - }, - { - "name": "getWithJobPath6", - "uri": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "GET" - }, - { - "name": "getWithJobPath7", - "uri": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "GET" - }, - { - "name": "getWithWorkPath0", - "uri": "jaxrs/data/work/{id}/{path0}", - "method": "GET" - }, - { - "name": "getWithJobPath4", - "uri": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "GET" - }, - { - "name": "getWithJobPath3", - "uri": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}", - "method": "GET" - }, - { - "name": "updateWithWork", - "uri": "jaxrs/data/work/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWork", - "uri": "jaxrs/data/work/{id}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "fetchWithJob", - "uri": "jaxrs/data/fetch/job/{job}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "DocumentVersionAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/documentversion/{id}", - "method": "GET" - }, - { - "name": "create", - "uri": "jaxrs/documentversion/work/{work}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithJob", - "uri": "jaxrs/documentversion/list/job/{job}", - "method": "GET" - }, - { - "name": "listWithWorkOrWorkCompleted", - "uri": "jaxrs/documentversion/list/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "listWithWorkOrWorkCompletedCategory", - "uri": "jaxrs/documentversion/list/workorworkcompleted/{workOrWorkCompleted}/category/{category}", - "method": "GET" - }, - { - "name": "listWithJobCategory", - "uri": "jaxrs/documentversion/list/job/{job}/category/{category}", - "method": "GET" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FileAction", - "methods": [ - { - "name": "download", - "uri": "jaxrs/file/{flag}/application/{applicationFlag}/download", - "method": "GET" - }, - { - "name": "content", - "uri": "jaxrs/file/{flag}/application/{applicationFlag}/content", - "method": "GET" - }, - { - "name": "listWithApplication", - "uri": "jaxrs/file/list/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "FormAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/form/{flag}", - "method": "GET" - }, - { - "name": "getMobile", - "uri": "jaxrs/form/{flag}/mobile", - "method": "GET" - }, - { - "name": "getWithWorkOrWorkCompleted", - "uri": "jaxrs/form/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "getWithWorkOrWorkCompletedMobile", - "uri": "jaxrs/form/workorworkcompleted/{workOrWorkCompleted}/mobile", - "method": "GET" - }, - { - "name": "getWithApplication", - "uri": "jaxrs/form/{flag}/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "JobAction", - "methods": [ - { - "name": "latestWorkWorkCompletedWithSerial", - "uri": "jaxrs/job/latest/work/workcompleted/serial/{serial}", - "method": "GET" - }, - { - "name": "findWorkWorkCompleted", - "uri": "jaxrs/job/{job}/find/work/workcompleted", - "method": "GET" - } - ] - }, - { - "name": "KeyLockAction", - "methods": [ - { - "name": "lock", - "uri": "jaxrs/keylock/lock", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "ProcessAction", - "methods": [ - { - "name": "getComplex", - "uri": "jaxrs/process/{flag}/complex", - "method": "GET" - }, - { - "name": "getAllowRerouteTo", - "uri": "jaxrs/process/{flag}/allowrerouteto", - "method": "GET" - }, - { - "name": "listWithPersonWithApplication", - "uri": "jaxrs/process/list/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listAvailableIdentityWithProcess", - "uri": "jaxrs/process/list/available/identity/process/{flag}", - "method": "GET" - }, - { - "name": "getWithProcessWithApplication", - "uri": "jaxrs/process/{flag}/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "ReadAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/read/{id}", - "method": "GET" - }, - { - "name": "reference", - "uri": "jaxrs/read/{id}/reference", - "method": "GET" - }, - { - "name": "processing", - "uri": "jaxrs/read/{id}/processing", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageDelete", - "uri": "jaxrs/read/{id}/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "manageProcessing", - "uri": "jaxrs/read/{id}/processing/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "manageOpinion", - "uri": "jaxrs/read/{id}/opinion/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "V2ListCreatePrev", - "uri": "jaxrs/read/v2/list/create/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPaging", - "uri": "jaxrs/read/v2/list/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListNext", - "uri": "jaxrs/read/v2/list/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListCreateNext", - "uri": "jaxrs/read/v2/list/create/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPrev", - "uri": "jaxrs/read/v2/list/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyPaging", - "uri": "jaxrs/read/list/my/paging/{page}/size/{size}", - "method": "GET" - }, - { - "name": "V2List", - "uri": "jaxrs/read/v2/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2Count", - "uri": "jaxrs/read/v2/count", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttribute", - "uri": "jaxrs/read/filter/attribute", - "method": "GET" - }, - { - "name": "countWithPerson", - "uri": "jaxrs/read/count/{credential}", - "method": "GET" - }, - { - "name": "listWithJob", - "uri": "jaxrs/read/list/job/{job}", - "method": "GET" - }, - { - "name": "listWithWork", - "uri": "jaxrs/read/list/work/{work}", - "method": "GET" - }, - { - "name": "manageRead", - "uri": "jaxrs/read/{id}/reset/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/read/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/read/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "countWithFilter", - "uri": "jaxrs/read/count/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "edit", - "uri": "jaxrs/read/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/read/list/{id}/prev/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/read/list/{id}/next/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listCountWithProcess", - "uri": "jaxrs/read/list/count/application/{applicationFlag}/process", - "method": "GET" - }, - { - "name": "listPrevWithApplication", - "uri": "jaxrs/read/list/{id}/prev/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listNextWithProcess", - "uri": "jaxrs/read/list/{id}/next/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "listCountWithApplication", - "uri": "jaxrs/read/list/count/application", - "method": "GET" - }, - { - "name": "listNextWithApplication", - "uri": "jaxrs/read/list/{id}/next/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listPrevWithProcess", - "uri": "jaxrs/read/list/{id}/prev/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "V2ListCreatePaging", - "uri": "jaxrs/read/v2/list/create/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListFilterPaging", - "uri": "jaxrs/read/list/filter/{page}/size/{size}/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttributeFilter", - "uri": "jaxrs/read/filter/attribute/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyFilterPaging", - "uri": "jaxrs/read/list/my/filter/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkCompleted", - "uri": "jaxrs/read/workcompleted/{workCompletedId}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWork", - "uri": "jaxrs/read/work/{workId}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "ReadCompletedAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/readcompleted/{id}", - "method": "GET" - }, - { - "name": "getReference", - "uri": "jaxrs/readcompleted/{id}/reference", - "method": "GET" - }, - { - "name": "manageDelete", - "uri": "jaxrs/readcompleted/{id}/opinion/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "manageDelete", - "uri": "jaxrs/readcompleted/{id}/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "V2ListCreatePrev", - "uri": "jaxrs/readcompleted/v2/list/create/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPaging", - "uri": "jaxrs/readcompleted/v2/list/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListNext", - "uri": "jaxrs/readcompleted/v2/list/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListCreateNext", - "uri": "jaxrs/readcompleted/v2/list/create/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPrev", - "uri": "jaxrs/readcompleted/v2/list/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyPaging", - "uri": "jaxrs/readcompleted/list/my/paging/{page}/size/{size}", - "method": "GET" - }, - { - "name": "V2List", - "uri": "jaxrs/readcompleted/v2/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2Count", - "uri": "jaxrs/readcompleted/v2/count", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttribute", - "uri": "jaxrs/readcompleted/filter/attribute", - "method": "GET" - }, - { - "name": "countWithPerson", - "uri": "jaxrs/readcompleted/count/{credential}", - "method": "GET" - }, - { - "name": "listWithJob", - "uri": "jaxrs/readcompleted/list/job/{job}", - "method": "GET" - }, - { - "name": "listWithWork", - "uri": "jaxrs/readcompleted/list/work/{work}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/readcompleted/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/readcompleted/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/readcompleted/list/{id}/prev/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/readcompleted/list/{id}/next/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listCountWithProcess", - "uri": "jaxrs/readcompleted/list/count/application/{applicationFlag}/process", - "method": "GET" - }, - { - "name": "listPrevWithApplication", - "uri": "jaxrs/readcompleted/list/{id}/prev/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listNextWithProcess", - "uri": "jaxrs/readcompleted/list/{id}/next/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "listCountWithApplication", - "uri": "jaxrs/readcompleted/list/count/application", - "method": "GET" - }, - { - "name": "listNextWithApplication", - "uri": "jaxrs/readcompleted/list/{id}/next/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listPrevWithProcess", - "uri": "jaxrs/readcompleted/list/{id}/prev/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "V2ListCreatePaging", - "uri": "jaxrs/readcompleted/v2/list/create/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListFilterPaging", - "uri": "jaxrs/readcompleted/list/filter/{page}/size/{size}/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttributeFilter", - "uri": "jaxrs/readcompleted/filter/attribute/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyFilterPaging", - "uri": "jaxrs/readcompleted/list/my/filter/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithWorkOrWorkCompleted", - "uri": "jaxrs/readcompleted/list/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - } - ] - }, - { - "name": "RecordAction", - "methods": [ - { - "name": "listWithWorkOrWorkCompleted", - "uri": "jaxrs/record/list/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - } - ] - }, - { - "name": "ReviewAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/review/{id}", - "method": "GET" - }, - { - "name": "manageDelete", - "uri": "jaxrs/review/{id}/application/{applicationFlag}/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "V2ListCreatePrev", - "uri": "jaxrs/review/v2/list/create/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPaging", - "uri": "jaxrs/review/v2/list/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListNext", - "uri": "jaxrs/review/v2/list/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListCreateNext", - "uri": "jaxrs/review/v2/list/create/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPrev", - "uri": "jaxrs/review/v2/list/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2List", - "uri": "jaxrs/review/v2/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2Count", - "uri": "jaxrs/review/v2/count", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttribute", - "uri": "jaxrs/review/filter/attribute", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countWithPerson", - "uri": "jaxrs/review/count/person/{credential}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countWithApplication", - "uri": "jaxrs/review/count/application", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getWithWorkOrWorkCompleted", - "uri": "jaxrs/review/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "V2ListCreatePaging", - "uri": "jaxrs/review/v2/list/create/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkCompleted", - "uri": "jaxrs/review/create/workcompleted", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWork", - "uri": "jaxrs/review/create/work", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "RouteAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/route/{id}", - "method": "GET" - }, - { - "name": "list", - "uri": "jaxrs/route/list", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getSelectConfig", - "uri": "jaxrs/route/{id}/selectconfig", - "method": "GET" - } - ] - }, - { - "name": "ScriptAction", - "methods": [ - { - "name": "load", - "uri": "jaxrs/script/{flag}/application/{applicationFlag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getImported", - "uri": "jaxrs/script/{flag}/application/{applicationFlag}/imported", - "method": "GET" - } - ] - }, - { - "name": "SerialNumberAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/serialnumber/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/serialnumber/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/serialnumber/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/serialnumber/list/application/{applicationFlag}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TaskAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/task/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/task/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "reset", - "uri": "jaxrs/task/{id}/reset", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getReference", - "uri": "jaxrs/task/{id}/reference", - "method": "GET" - }, - { - "name": "processing", - "uri": "jaxrs/task/{id}/processing", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "managePress", - "uri": "jaxrs/task/{id}/press/manage", - "method": "GET" - }, - { - "name": "manageDelete", - "uri": "jaxrs/task/{id}/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "manageProcessing", - "uri": "jaxrs/task/{id}/processing/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "manageOpinion", - "uri": "jaxrs/task/{id}/opinion/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "manageListNext", - "uri": "jaxrs/task/list/{id}/next/{count}/manage", - "method": "GET" - }, - { - "name": "manageListPrev", - "uri": "jaxrs/task/list/{id}/prev/{count}/manage", - "method": "GET" - }, - { - "name": "V2ListCreatePrev", - "uri": "jaxrs/task/v2/list/create/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPaging", - "uri": "jaxrs/task/v2/list/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListNext", - "uri": "jaxrs/task/v2/list/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListCreateNext", - "uri": "jaxrs/task/v2/list/create/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPrev", - "uri": "jaxrs/task/v2/list/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageReset", - "uri": "jaxrs/task/{id}/reset/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyPaging", - "uri": "jaxrs/task/list/my/paging/{page}/size/{size}", - "method": "GET" - }, - { - "name": "V2List", - "uri": "jaxrs/task/v2/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2Count", - "uri": "jaxrs/task/v2/count", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2Reset", - "uri": "jaxrs/task/v2/{id}/reset", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "filterAttribute", - "uri": "jaxrs/task/filter/attribute", - "method": "GET" - }, - { - "name": "processingNeural", - "uri": "jaxrs/task/{id}/processing/neural", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countWithPerson", - "uri": "jaxrs/task/count/{credential}", - "method": "GET" - }, - { - "name": "listWithJob", - "uri": "jaxrs/task/list/job/{job}", - "method": "GET" - }, - { - "name": "listWithWork", - "uri": "jaxrs/task/list/work/{work}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/task/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/task/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "countWithFilter", - "uri": "jaxrs/task/count/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/task/list/{id}/prev/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/task/list/{id}/next/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listCountWithProcess", - "uri": "jaxrs/task/list/count/application/{applicationFlag}/process", - "method": "GET" - }, - { - "name": "listPrevWithApplication", - "uri": "jaxrs/task/list/{id}/prev/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listNextWithProcess", - "uri": "jaxrs/task/list/{id}/next/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "listCountWithApplication", - "uri": "jaxrs/task/list/count/application", - "method": "GET" - }, - { - "name": "listNextWithApplication", - "uri": "jaxrs/task/list/{id}/next/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listPrevWithProcess", - "uri": "jaxrs/task/list/{id}/prev/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "V2ListCreatePaging", - "uri": "jaxrs/task/v2/list/create/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListFilterPaging", - "uri": "jaxrs/task/list/filter/{page}/size/{size}/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListNextWithFilter", - "uri": "jaxrs/task/list/{id}/next/{count}/filter/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttributeFilter", - "uri": "jaxrs/task/filter/attribute/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyFilterPaging", - "uri": "jaxrs/task/list/my/filter/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListPrevWithFilter", - "uri": "jaxrs/task/list/{id}/prev/{count}/filter/manage", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "TaskCompletedAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/taskcompleted/{id}", - "method": "GET" - }, - { - "name": "getReference", - "uri": "jaxrs/taskcompleted/{id}/reference", - "method": "GET" - }, - { - "name": "manageDelete", - "uri": "jaxrs/taskcompleted/{id}/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "manageOpinion", - "uri": "jaxrs/taskcompleted/{id}/opinion/manage", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "V2ListCreatePrev", - "uri": "jaxrs/taskcompleted/v2/list/create/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPaging", - "uri": "jaxrs/taskcompleted/v2/list/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListNext", - "uri": "jaxrs/taskcompleted/v2/list/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListCreateNext", - "uri": "jaxrs/taskcompleted/v2/list/create/{id}/next/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2ListPrev", - "uri": "jaxrs/taskcompleted/v2/list/{id}/prev/{count}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyPaging", - "uri": "jaxrs/taskcompleted/list/my/paging/{page}/size/{size}", - "method": "GET" - }, - { - "name": "V2List", - "uri": "jaxrs/taskcompleted/v2/list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "V2Count", - "uri": "jaxrs/taskcompleted/v2/count", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttribute", - "uri": "jaxrs/taskcompleted/filter/attribute", - "method": "GET" - }, - { - "name": "countWithPerson", - "uri": "jaxrs/taskcompleted/count/{credential}", - "method": "GET" - }, - { - "name": "listWithJob", - "uri": "jaxrs/taskcompleted/list/job/{job}", - "method": "GET" - }, - { - "name": "listWithWork", - "uri": "jaxrs/taskcompleted/list/work/{work}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/taskcompleted/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/taskcompleted/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/taskcompleted/list/{id}/prev/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/taskcompleted/list/{id}/next/{count}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listCountWithProcess", - "uri": "jaxrs/taskcompleted/list/count/application/{applicationFlag}/process", - "method": "GET" - }, - { - "name": "listPrevWithApplication", - "uri": "jaxrs/taskcompleted/list/{id}/prev/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listNextWithProcess", - "uri": "jaxrs/taskcompleted/list/{id}/next/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "listCountWithApplication", - "uri": "jaxrs/taskcompleted/list/count/application", - "method": "GET" - }, - { - "name": "listNextWithApplication", - "uri": "jaxrs/taskcompleted/list/{id}/next/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listPrevWithProcess", - "uri": "jaxrs/taskcompleted/list/{id}/prev/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "V2ListCreatePaging", - "uri": "jaxrs/taskcompleted/v2/list/create/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListFilterPaging", - "uri": "jaxrs/taskcompleted/list/filter/{page}/size/{size}/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "filterAttributeFilter", - "uri": "jaxrs/taskcompleted/filter/attribute/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listMyFilterPaging", - "uri": "jaxrs/taskcompleted/list/my/filter/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithWorkOrWorkCompleted", - "uri": "jaxrs/taskcompleted/list/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "press", - "uri": "jaxrs/taskcompleted/press/work/{work}", - "method": "GET" - }, - { - "name": "listPrevManual", - "uri": "jaxrs/taskcompleted/list/prev/manual/{flag}", - "method": "GET" - }, - { - "name": "referenceControl", - "uri": "jaxrs/taskcompleted/{id}/reference/control", - "method": "GET" - } - ] - }, - { - "name": "WorkAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/work/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/work/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/work/process/{processFlag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "processing", - "uri": "jaxrs/work/{id}/processing", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "manageListNext", - "uri": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}/manage", - "method": "GET" - }, - { - "name": "manageListPrev", - "uri": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}/manage", - "method": "GET" - }, - { - "name": "listMyPaging", - "uri": "jaxrs/work/list/my/paging/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "rollback", - "uri": "jaxrs/work/{id}/rollback", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "refer", - "uri": "jaxrs/work/{id}/refer", - "method": "GET" - }, - { - "name": "filterAttribute", - "uri": "jaxrs/work/filter/attribute/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "countWithPerson", - "uri": "jaxrs/work/count/{credential}", - "method": "GET" - }, - { - "name": "complex", - "uri": "jaxrs/work/{id}/complex", - "method": "GET" - }, - { - "name": "reroute", - "uri": "jaxrs/work/{id}/reroute/activity/{activityId}/activitytype/{activityType}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "retract", - "uri": "jaxrs/work/{id}/retract", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "addSplit", - "uri": "jaxrs/work/{id}/add/split", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "projection", - "uri": "jaxrs/work/{id}/projection", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countWithApplication", - "uri": "jaxrs/work/list/count/application", - "method": "GET" - }, - { - "name": "getWithWorkOrWorkCompleted", - "uri": "jaxrs/work/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "listCountWithProcess", - "uri": "jaxrs/work/list/count/application/{applicationFlag}/process", - "method": "GET" - }, - { - "name": "listPrevWithApplication", - "uri": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listNextWithProcess", - "uri": "jaxrs/work/list/{id}/next/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "listNextWithApplication", - "uri": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listPrevWithProcess", - "uri": "jaxrs/work/list/{id}/prev/{count}/process/{processFlag}", - "method": "GET" - }, - { - "name": "manageListFilterPaging", - "uri": "jaxrs/work/list/filter/{page}/size/{size}/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListNextWithFilter", - "uri": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}/filter/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListPrevWithFilter", - "uri": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}/filter/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageDeleteRelativeWork", - "uri": "jaxrs/work/{id}/relative/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listPrevCreatorWithCurrentFilter", - "uri": "jaxrs/work/list/{id}/prev/{count}/creator/current/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "complexAppointFormMobile", - "uri": "jaxrs/work/{id}/complex/appoint/form/{formFlag}/mobile", - "method": "GET" - }, - { - "name": "manageListRelative", - "uri": "jaxrs/work/{id}/relative/manage", - "method": "GET" - }, - { - "name": "complexAppointForm", - "uri": "jaxrs/work/{id}/complex/appoint/form/{formFlag}", - "method": "GET" - }, - { - "name": "manageGetAssignment", - "uri": "jaxrs/work/{id}/assignment/manage", - "method": "GET" - }, - { - "name": "listNextCreatorWithCurrentFilter", - "uri": "jaxrs/work/list/{id}/next/{count}/creator/current/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextCreatorWithCurrent", - "uri": "jaxrs/work/list/{id}/next/{count}/creator/current", - "method": "GET" - }, - { - "name": "createWithApplicationProcess", - "uri": "jaxrs/work/application/{applicationFlag}/process/{processFlag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageFilterAttribute", - "uri": "jaxrs/work/filter/attribute/application/{applicationFlag}/manage", - "method": "GET" - }, - { - "name": "manageListCountWithProcess", - "uri": "jaxrs/work/list/count/application/{applicationFlag}/process/manage", - "method": "GET" - }, - { - "name": "listPrevCreatorWithCurrent", - "uri": "jaxrs/work/list/{id}/prev/{count}/creator/current", - "method": "GET" - }, - { - "name": "manageDeleteSingleWork", - "uri": "jaxrs/work/{id}/single/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "V2Rollback", - "uri": "jaxrs/work/v2/{id}/rollback", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "manageGet", - "uri": "jaxrs/work/{id}/manage", - "method": "GET" - }, - { - "name": "V2Reroute", - "uri": "jaxrs/work/v2/{id}/reroute", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "complexMobile", - "uri": "jaxrs/work/{id}/complex/mobile", - "method": "GET" - }, - { - "name": "V2Retract", - "uri": "jaxrs/work/v2/{id}/retract", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "closeCheck", - "uri": "jaxrs/work/{id}/close/check", - "method": "GET" - }, - { - "name": "closeCheckPost", - "uri": "jaxrs/work/{id}/close/check", - "method": "POST" - } - ] - }, - { - "name": "WorkCompletedAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/workcompleted/{id}", - "method": "GET" - }, - { - "name": "create", - "uri": "jaxrs/workcompleted/process/{processFlag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageDelete", - "uri": "jaxrs/workcompleted/{id}/delete/manage", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "manageListNext", - "uri": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}/manage", - "method": "GET" - }, - { - "name": "manageListPrev", - "uri": "jaxrs/workcompleted/list/{id}/prev/{count}/application/{applicationFlag}/manage", - "method": "GET" - }, - { - "name": "rollback", - "uri": "jaxrs/workcompleted/{flag}/rollback", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getComplex", - "uri": "jaxrs/workcompleted/{id}/complex", - "method": "GET" - }, - { - "name": "filterAttribute", - "uri": "jaxrs/workcompleted/filter/attribute/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listPrevWithFilter", - "uri": "jaxrs/workcompleted/list/{id}/prev/{count}/application/{applicationFlag}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}/filter", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countWithApplication", - "uri": "jaxrs/workcompleted/list/count/application", - "method": "GET" - }, - { - "name": "listPrevWithApplication", - "uri": "jaxrs/workcompleted/list/{id}/prev/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "listNextWithApplication", - "uri": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}", - "method": "GET" - }, - { - "name": "manageListFilterPaging", - "uri": "jaxrs/workcompleted/list/filter/{page}/size/{size}/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListNextWithFilter", - "uri": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}/filter/manage", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manageListPrevWithFilter", - "uri": "jaxrs/workcompleted/filter/list/{id}/prev/{count}/application/{applicationFlag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countWithProcess", - "uri": "jaxrs/workcompleted/list/count/application/{applicationFlag}/process", - "method": "GET" - }, - { - "name": "getComplexSnapForm", - "uri": "jaxrs/workcompleted/{id}/complex/snap/form", - "method": "GET" - }, - { - "name": "getComplexAppointFormMobile", - "uri": "jaxrs/workcompleted/{id}/complex/appoint/form/{formFlag}/mobile", - "method": "GET" - }, - { - "name": "getComplexMobileSnapForm", - "uri": "jaxrs/workcompleted/{id}/complex/snap/form/mobile", - "method": "GET" - }, - { - "name": "manageGetAssignment", - "uri": "jaxrs/workcompleted/{id}/assignment/manage", - "method": "GET" - }, - { - "name": "manageFilterAttribute", - "uri": "jaxrs/workcompleted/filter/attribute/application/{applicationFlag}/manage", - "method": "GET" - }, - { - "name": "getComplexAppointForm", - "uri": "jaxrs/workcompleted/{id}/complex/appoint/form/{formFlag}", - "method": "GET" - }, - { - "name": "manageListCountWithProcess", - "uri": "jaxrs/workcompleted/list/count/application/{applicationFlag}/process/manage", - "method": "GET" - }, - { - "name": "manageGet", - "uri": "jaxrs/workcompleted/{id}/manage", - "method": "GET" - }, - { - "name": "getComplexMobile", - "uri": "jaxrs/workcompleted/{id}/complex/mobile", - "method": "GET" - } - ] - }, - { - "name": "WorkLogAction", - "methods": [ - { - "name": "listWithJob", - "uri": "jaxrs/worklog/list/job/{job}", - "method": "GET" - }, - { - "name": "listWithWorkOrWorkCompleted", - "uri": "jaxrs/worklog/list/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "listRollbackWithWorkOrWorkCompleted", - "uri": "jaxrs/worklog/list/rollback/workorworkcompleted/{workOrWorkCompleted}", - "method": "GET" - }, - { - "name": "listAddSplitWithWork", - "uri": "jaxrs/worklog/list/add/split/work/{workId}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_processplatform_assemble_surface/src/main/webapp/describe/describe.json b/o2server/x_processplatform_assemble_surface/src/main/webapp/describe/describe.json deleted file mode 100644 index 719cb3751243f06ae997cd083f619905d5ea0b7c..0000000000000000000000000000000000000000 --- a/o2server/x_processplatform_assemble_surface/src/main/webapp/describe/describe.json +++ /dev/null @@ -1,85917 +0,0 @@ -{ - "jaxrs": [ - { - "name": "ApplicationAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.application.ApplicationAction", - "description": "应用操作", - "methods": [ - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.application.ActionGet", - "description": "获取指定的Application信息,并在Control段附带其操作权限.", - "type": "GET", - "path": "jaxrs/application/{flag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "应用别名,如果有必须唯一." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "availableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "availableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的部门." - }, - { - "name": "applicationCategory", - "type": "String", - "isCollection": false, - "description": "应用分类." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "iconHue", - "type": "String", - "isCollection": false, - "description": "icon的主色调" - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用管理者." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "应用的创建者。" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "应用的最后修改时间。" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "应用的最后修改者" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getIcon", - "className": "com.x.processplatform.assemble.surface.jaxrs.application.ActionGetIcon", - "description": "仅获取指定Application的Icon,没有权限限制", - "type": "GET", - "path": "jaxrs/application/{flag}/icon", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "应用图标base64编码值" - }, - { - "name": "iconHue", - "type": "String", - "isCollection": false, - "description": "应用图标色调" - } - ] - }, - { - "name": "listWithPerson", - "className": "com.x.processplatform.assemble.surface.jaxrs.application.ActionListWithPerson", - "description": "获取可见的应用,同时判断应用下有可见的流程.", - "type": "GET", - "path": "jaxrs/application/list", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "应用别名,如果有必须唯一." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "availableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "availableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的部门." - }, - { - "name": "applicationCategory", - "type": "String", - "isCollection": false, - "description": "应用分类." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "iconHue", - "type": "String", - "isCollection": false, - "description": "icon的主色调" - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用管理者." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "应用的创建者。" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "应用的最后修改时间。" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "应用的最后修改者" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithPersonComplex", - "className": "com.x.processplatform.assemble.surface.jaxrs.application.ActionListWithPersonComplex", - "description": "根据当前用户所有可见的Application,并绑定其可见的Porcess", - "type": "GET", - "path": "jaxrs/application/list/complex", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "processList", - "type": "List\u003cWoProcess\u003e", - "isCollection": true, - "description": "流程对象" - }, - { - "name": "allowControl", - "type": "Boolean", - "isCollection": false, - "description": "是否可编辑" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "应用别名,如果有必须唯一." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "availableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "availableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的部门." - }, - { - "name": "applicationCategory", - "type": "String", - "isCollection": false, - "description": "应用分类." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "iconHue", - "type": "String", - "isCollection": false, - "description": "icon的主色调" - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用管理者." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "应用的创建者。" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "应用的最后修改时间。" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "应用的最后修改者" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithPersonLike", - "className": "com.x.processplatform.assemble.surface.jaxrs.application.ActionListWithPersonLike", - "description": "获取可见的应用,同时判断应用下有可见的流程,并进行流程的名称匹配.", - "type": "GET", - "path": "jaxrs/application/list/key/{key}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "key", - "type": "String", - "description": "关键字" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "应用别名,如果有必须唯一." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "availableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "availableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的部门." - }, - { - "name": "applicationCategory", - "type": "String", - "isCollection": false, - "description": "应用分类." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "iconHue", - "type": "String", - "isCollection": false, - "description": "icon的主色调" - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用管理者." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "应用的创建者。" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "应用的最后修改时间。" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "应用的最后修改者" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "ApplicationDictAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ApplicationDictAction", - "description": "数据字典操作", - "methods": [ - { - "name": "createDataPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath0", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createDataPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath1", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createDataPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath2", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createDataPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath3", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createDataPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath4", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createDataPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath5", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createDataPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath6", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createDataPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionCreateDataPath7", - "description": "根据字典ID和路径添加Application下的新的局部数据.", - "type": "POST", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath0", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath1", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath2", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath3", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath4", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath5", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath6", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteDataPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionDeleteDataPath7", - "description": "根据字典ID和路径删除Application下的数据字典局部数据.", - "type": "DELETE", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGet", - "description": "获取单个数据字典以及数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "data", - "type": "JsonElement", - "isCollection": false, - "description": "字典数据" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "字典名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "说明." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getData", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetData", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath0", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath1", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath2", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath3", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath4", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath5", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath6", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getDataPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionGetDataPath7", - "description": "根据路径获取Application下的数据字典数据.", - "type": "GET", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionListWithApplication", - "description": "获取Application的数据字典列表.", - "type": "GET", - "path": "jaxrs/applicationdict/list/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "字典名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "说明." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "updateDataPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath0", - "description": "根据字典和路径更新Application下的数据字典局部数据.", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateDataPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath1", - "description": "根据字典和路径更新Application下的数据字典局部数据..", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateDataPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath2", - "description": "根据字典和路径更新Application下的数据字典局部数据.", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateDataPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath3", - "description": "根据字典和路径更新Application下的数据字典局部数据.", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateDataPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath4", - "description": "根据字典和路径更新Application下的数据字典局部数据.", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateDataPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath5", - "description": "根据字典和路径更新Application下的数据字典局部数据.", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateDataPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath6", - "description": "根据字典和路径更新Application下的数据字典局部数据.", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateDataPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.applicationdict.ActionUpdateDataPath7", - "description": "根据字典和路径更新Application下的数据字典局部数据.", - "type": "PUT", - "path": "jaxrs/applicationdict/{applicationDictFlag}/application/{applicationFlag}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationDictFlag", - "type": "String", - "description": "数据字典标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "name": "AttachmentAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.AttachmentAction", - "description": "附件操作", - "methods": [ - { - "name": "available", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionAvailable", - "description": "测试文件是否存在.", - "type": "GET", - "path": "jaxrs/attachment/{id}/available", - "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": "batchDownloadWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionBatchDownloadWithWorkOrWorkCompleted", - "description": "根据Work或WorkCompleted批量下载附件并压缩", - "type": "GET", - "path": "jaxrs/attachment/batch/download/work/{workId}/site/{site}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "*Work或WorkCompleted的工作标识" - }, - { - "name": "site", - "type": "String", - "description": "*附件框分类,多值~隔开,(0)表示全部" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - }, - { - "name": "flag", - "type": "String", - "description": "通过uploadWorkInfo上传返回的工单信息存储id" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "batchDownloadWithWorkOrWorkCompletedStream", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionBatchDownloadWithWorkOrWorkCompletedStream", - "description": "根据Work或WorkCompleted批量下载附件并压缩,设定是否使用stream输出", - "type": "GET", - "path": "jaxrs/attachment/batch/download/work/{workId}/site/{site}/stream", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "*Work或WorkCompleted的工作标识" - }, - { - "name": "site", - "type": "String", - "description": "*附件框分类,多值~隔开,(0)表示全部" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - }, - { - "name": "flag", - "type": "String", - "description": "通过uploadWorkInfo上传返回的工单信息存储id" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "changeOrderNumber", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionEdit", - "description": "设置附件排序号.", - "type": "GET", - "path": "jaxrs/attachment/{id}/work/{workId}/change/ordernumber/{orderNumber}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - }, - { - "name": "orderNumber", - "type": "Integer", - "description": "" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "readIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的身份.", - "isBaseType": true - }, - { - "name": "readUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的组织.", - "isBaseType": true - }, - { - "name": "editIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的用户.", - "isBaseType": true - }, - { - "name": "editUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的组织.", - "isBaseType": true - }, - { - "name": "controllerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的用户.", - "isBaseType": true - }, - { - "name": "controllerUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的组织.", - "isBaseType": true - }, - { - "name": "divisionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "分组.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "changeSite", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionChangeSite", - "description": "更新附件.", - "type": "GET", - "path": "jaxrs/attachment/{id}/work/{workId}/change/site/{site}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - }, - { - "name": "site", - "type": "String", - "description": "位置" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "copyToWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionCopyToWork", - "description": "由指定的工作拷贝附件.", - "type": "POST", - "path": "jaxrs/attachment/copy/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "attachmentList", - "type": "List\u003cWiAttachment\u003e", - "isCollection": true, - "description": "附件对象", - "isBaseType": false - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDeleteWithWork", - "description": "删除指定work下的附件.", - "type": "DELETE", - "path": "jaxrs/attachment/{id}/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDeleteWithWorkCompleted", - "description": "删除指定workCompleted下的附件. ", - "type": "DELETE", - "path": "jaxrs/attachment/{id}/workcompleted/{workCompletedId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "docToWord", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDocToWord", - "description": "将HTML版式公文转换成Word文件并添加在附件中.", - "type": "POST", - "path": "jaxrs/attachment/doc/to/word/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "fileName", - "type": "String", - "isCollection": false, - "description": "转换文件名.", - "isBaseType": true - }, - { - "name": "site", - "type": "String", - "isCollection": false, - "description": "附件site.", - "isBaseType": true - }, - { - "name": "content", - "type": "String", - "isCollection": false, - "description": "内容.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "downloadWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWork", - "description": "根据Work下载附件", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/work/{workId}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWorkCompleted", - "description": "根据WorkCompleted下载附件", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWithWorkCompletedStream", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWorkCompletedStream", - "description": "根据WorkCompleted下载附件", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}/stream", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWithWorkCompletedStreamWithExtension", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWorkCompletedStream", - "description": "根据WorkCompleted下载附件,匹配文件有个扩展名.", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}/stream/{fileName}.{extension}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWithWorkCompletedWithExtension", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWorkCompleted", - "description": "根据WorkCompleted下载附件,匹配文件有个扩展名.", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/workcompleted/{workCompletedId}/{fileName}.{extension}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWithWorkStream", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWorkStream", - "description": "根据Work下载附件,设定是否使用stream输出", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/work/{workId}/stream", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWithWorkStreamWithExtension", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWorkStream", - "description": "根据Work下载附件,设定是否使用stream输出.匹配文件有个扩展名", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/work/{workId}/stream/{fileName}.{extension}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWithWorkWithExtension", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWithWork", - "description": "根据Work下载附件,匹配文件有个扩展名", - "type": "GET", - "path": "jaxrs/attachment/download/{id}/work/{workId}/{fileName}.{extension}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [ - { - "name": "fileName", - "type": "String", - "description": "下载附件名称" - } - ], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "downloadWorkInfo", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionDownloadWorkInfo", - "description": "下载工单的表单、审批记录等html信息", - "type": "GET", - "path": "jaxrs/attachment/download/work/{workId}/att/{flag}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "*Work或WorkCompleted的工作标识" - }, - { - "name": "flag", - "type": "String", - "description": "*通过uploadWorkInfo上传返回的附件id" - } - ], - "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": "edit", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionEdit", - "description": "更新附件.", - "type": "PUT", - "path": "jaxrs/attachment/edit/{id}/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "readIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的身份.", - "isBaseType": true - }, - { - "name": "readUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的组织.", - "isBaseType": true - }, - { - "name": "editIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的用户.", - "isBaseType": true - }, - { - "name": "editUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的组织.", - "isBaseType": true - }, - { - "name": "controllerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的用户.", - "isBaseType": true - }, - { - "name": "controllerUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的组织.", - "isBaseType": true - }, - { - "name": "divisionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "分组.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "exitText", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionEditText", - "description": "更新附件文本.", - "type": "PUT", - "path": "jaxrs/attachment/edit/{id}/work/{workId}/text", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "文本.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "getText", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionGetText", - "description": "获取附件文本.", - "type": "GET", - "path": "jaxrs/attachment/{id}/work/{workId}/text", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "文本." - } - ] - }, - { - "name": "getWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionGetWithWork", - "description": "根据Work和附件Id获取单个附件信息.", - "type": "GET", - "path": "jaxrs/attachment/{id}/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - }, - { - "name": "id", - "type": "String", - "description": "附件标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "文件名称,带扩展名的文件名." - }, - { - "name": "extension", - "type": "String", - "isCollection": false, - "description": "扩展名。" - }, - { - "name": "storage", - "type": "String", - "isCollection": false, - "description": "关联的存储名称." - }, - { - "name": "length", - "type": "Long", - "isCollection": false, - "description": "文件大小." - }, - { - "name": "workCreateTime", - "type": "Date", - "isCollection": false, - "description": "关联的Work创建时间,用于分类目录。" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "文件所有者" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后更新时间" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后更新人员" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "已完成工作ID." - }, - { - "name": "site", - "type": "String", - "isCollection": false, - "description": "附件框分类." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "根据流文件判断的文件类型." - }, - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "文本." - }, - { - "name": "readIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的身份." - }, - { - "name": "readUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的组织." - }, - { - "name": "editIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的用户." - }, - { - "name": "editUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的组织." - }, - { - "name": "controllerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的用户." - }, - { - "name": "controllerUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的组织." - }, - { - "name": "deepPath", - "type": "Boolean", - "isCollection": false, - "description": "是否使用更深的路径." - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号,升序排列,为空在最后" - }, - { - "name": "divisionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "分组." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionGetWithWorkCompleted", - "description": "根据WorkCompleted和附件Id获取单个附件信息", - "type": "GET", - "path": "jaxrs/attachment/{id}/workcompleted/{workCompletedId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "id", - "type": "String", - "description": "附件标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "文件名称,带扩展名的文件名." - }, - { - "name": "extension", - "type": "String", - "isCollection": false, - "description": "扩展名。" - }, - { - "name": "storage", - "type": "String", - "isCollection": false, - "description": "关联的存储名称." - }, - { - "name": "length", - "type": "Long", - "isCollection": false, - "description": "文件大小." - }, - { - "name": "workCreateTime", - "type": "Date", - "isCollection": false, - "description": "关联的Work创建时间,用于分类目录。" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "文件所有者" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后更新时间" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后更新人员" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "已完成工作ID." - }, - { - "name": "site", - "type": "String", - "isCollection": false, - "description": "附件框分类." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "根据流文件判断的文件类型." - }, - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "文本." - }, - { - "name": "readIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的身份." - }, - { - "name": "readUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的组织." - }, - { - "name": "editIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的用户." - }, - { - "name": "editUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的组织." - }, - { - "name": "controllerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的用户." - }, - { - "name": "controllerUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的组织." - }, - { - "name": "deepPath", - "type": "Boolean", - "isCollection": false, - "description": "是否使用更深的路径." - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号,升序排列,为空在最后" - }, - { - "name": "divisionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "分组." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionListWithWork", - "description": "根据Work获取Attachment列表.", - "type": "GET", - "path": "jaxrs/attachment/list/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "文件名称,带扩展名的文件名." - }, - { - "name": "extension", - "type": "String", - "isCollection": false, - "description": "扩展名。" - }, - { - "name": "storage", - "type": "String", - "isCollection": false, - "description": "关联的存储名称." - }, - { - "name": "length", - "type": "Long", - "isCollection": false, - "description": "文件大小." - }, - { - "name": "workCreateTime", - "type": "Date", - "isCollection": false, - "description": "关联的Work创建时间,用于分类目录。" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "文件所有者" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后更新时间" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后更新人员" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "已完成工作ID." - }, - { - "name": "site", - "type": "String", - "isCollection": false, - "description": "附件框分类." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "根据流文件判断的文件类型." - }, - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "文本." - }, - { - "name": "readIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的身份." - }, - { - "name": "readUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的组织." - }, - { - "name": "editIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的用户." - }, - { - "name": "editUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的组织." - }, - { - "name": "controllerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的用户." - }, - { - "name": "controllerUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的组织." - }, - { - "name": "deepPath", - "type": "Boolean", - "isCollection": false, - "description": "是否使用更深的路径." - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号,升序排列,为空在最后" - }, - { - "name": "divisionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "分组." - }, - { - "name": "distributeFactor", - "type": "Integer", - "isCollection": false, - "description": "分布式存储标识位." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - }, - { - "name": "sequence", - "type": "String", - "isCollection": false, - "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionListWithWorkCompleted", - "description": "根据WorkCompleted获取Attachment列表.", - "type": "GET", - "path": "jaxrs/attachment/list/workcompleted/{workCompletedId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "文件名称,带扩展名的文件名." - }, - { - "name": "extension", - "type": "String", - "isCollection": false, - "description": "扩展名。" - }, - { - "name": "storage", - "type": "String", - "isCollection": false, - "description": "关联的存储名称." - }, - { - "name": "length", - "type": "Long", - "isCollection": false, - "description": "文件大小." - }, - { - "name": "workCreateTime", - "type": "Date", - "isCollection": false, - "description": "关联的Work创建时间,用于分类目录。" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "文件所有者" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后更新时间" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后更新人员" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "已完成工作ID." - }, - { - "name": "site", - "type": "String", - "isCollection": false, - "description": "附件框分类." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "根据流文件判断的文件类型." - }, - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "文本." - }, - { - "name": "readIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的身份." - }, - { - "name": "readUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的组织." - }, - { - "name": "editIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的用户." - }, - { - "name": "editUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的组织." - }, - { - "name": "controllerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的用户." - }, - { - "name": "controllerUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的组织." - }, - { - "name": "deepPath", - "type": "Boolean", - "isCollection": false, - "description": "是否使用更深的路径." - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号,升序排列,为空在最后" - }, - { - "name": "divisionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "分组." - }, - { - "name": "distributeFactor", - "type": "Integer", - "isCollection": false, - "description": "分布式存储标识位." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - }, - { - "name": "sequence", - "type": "String", - "isCollection": false, - "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionListWithWorkOrWorkCompleted", - "description": "根据工作或已完成工作获取Attachment列表.", - "type": "GET", - "path": "jaxrs/attachment/list/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "文件名称,带扩展名的文件名." - }, - { - "name": "extension", - "type": "String", - "isCollection": false, - "description": "扩展名。" - }, - { - "name": "storage", - "type": "String", - "isCollection": false, - "description": "关联的存储名称." - }, - { - "name": "length", - "type": "Long", - "isCollection": false, - "description": "文件大小." - }, - { - "name": "workCreateTime", - "type": "Date", - "isCollection": false, - "description": "关联的Work创建时间,用于分类目录。" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "文件所有者" - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后更新时间" - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后更新人员" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "已完成工作ID." - }, - { - "name": "site", - "type": "String", - "isCollection": false, - "description": "附件框分类." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "根据流文件判断的文件类型." - }, - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "文本." - }, - { - "name": "readIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的身份." - }, - { - "name": "readUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以访问的组织." - }, - { - "name": "editIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的用户." - }, - { - "name": "editUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以修改的组织." - }, - { - "name": "controllerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的用户." - }, - { - "name": "controllerUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可以管理的组织." - }, - { - "name": "deepPath", - "type": "Boolean", - "isCollection": false, - "description": "是否使用更深的路径." - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号,升序排列,为空在最后" - }, - { - "name": "divisionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "分组." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageUpload", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionManageUpload", - "description": "管理员上传附件.", - "type": "POST", - "path": "jaxrs/attachment/upload/work/{workId}U/manage", - "contentType": "multipart/form-data", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [ - { - "name": "extraParam", - "type": "String", - "description": "天印扩展字段" - }, - { - "name": "file", - "type": "File", - "description": "" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - }, - { - "name": "person", - "type": "String", - "description": "上传到指定用户" - }, - { - "name": "site", - "type": "String", - "description": "位置" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "previewImage", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionPreviewImage", - "description": "image格式预览文件,支持doc,docx", - "type": "GET", - "path": "jaxrs/attachment/{id}/preview/image/page/{page}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "page", - "type": "Integer", - "description": "页数" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "previewImageResult", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionPreviewImageResult", - "description": "image格式预览文件获取接口.", - "type": "GET", - "path": "jaxrs/attachment/preview/image/{flag}/result", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "previewPdf", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionPreviewPdf", - "description": "pdf格式预览文件,支持doc,docx.", - "type": "GET", - "path": "jaxrs/attachment/{id}/preview/pdf", - "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": "previewPdfResult", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionPreviewPdfResult", - "description": "pdf格式预览文件获取接口.", - "type": "GET", - "path": "jaxrs/attachment/preview/pdf/{flag}/result", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "contentDisposition", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "contentType", - "type": "String", - "isCollection": false, - "description": "类型" - }, - { - "name": "bytes", - "type": "byte[]", - "isCollection": false, - "description": "字节内容." - } - ] - }, - { - "name": "update", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUpdate", - "description": "更新附件.", - "type": "PUT", - "path": "jaxrs/attachment/update/{id}/work/{workId}", - "contentType": "multipart/form-data", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [ - { - "name": "extraParam", - "type": "String", - "description": "天印扩展字段" - }, - { - "name": "file", - "type": "File", - "description": "附件" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateCallback", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUpdateCallback", - "description": "更新附件,使用callback方式,为了与前台兼容使用POST方法.", - "type": "POST", - "path": "jaxrs/attachment/update/{id}/work/{workId}/callback/{callback}", - "contentType": "multipart/form-data", - "resultContentType": "text/html; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - }, - { - "name": "callback", - "type": "String", - "description": "回调函数名" - } - ], - "formParameters": [ - { - "name": "file", - "type": "File", - "description": "附件" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "callbackName", - "type": "String", - "isCollection": false, - "description": "回调函数名" - } - ] - }, - { - "name": "updateContent", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUpdateContent", - "description": "更新Attachment信息", - "type": "PUT", - "path": "jaxrs/attachment/update/content/{id}/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "fileName", - "type": "String", - "isCollection": false, - "description": "文件名称,不带扩展名的文件名.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updatePost", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUpdate", - "description": "更新附件.", - "type": "POST", - "path": "jaxrs/attachment/update/{id}/work/{workId}", - "contentType": "multipart/form-data", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "附件标识" - }, - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [ - { - "name": "extraParam", - "type": "String", - "description": "天印扩展字段" - }, - { - "name": "file", - "type": "File", - "description": "附件" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "upload", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUpload", - "description": "上传附件.", - "type": "POST", - "path": "jaxrs/attachment/upload/work/{workId}", - "contentType": "multipart/form-data", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [ - { - "name": "extraParam", - "type": "String", - "description": "天印扩展字段" - }, - { - "name": "file", - "type": "File", - "description": "" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - }, - { - "name": "site", - "type": "String", - "description": "位置" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "uploadCallback", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUploadCallback", - "description": "上传附件.", - "type": "POST", - "path": "jaxrs/attachment/upload/work/{workId}/callback/{callback}", - "contentType": "multipart/form-data", - "resultContentType": "text/html; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - }, - { - "name": "callback", - "type": "String", - "description": "回调函数名" - } - ], - "formParameters": [ - { - "name": "file", - "type": "File", - "description": "" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - }, - { - "name": "site", - "type": "String", - "description": "位置" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "callbackName", - "type": "String", - "isCollection": false, - "description": "回调函数名" - } - ] - }, - { - "name": "uploadWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUploadWithWorkCompleted", - "description": "上传附件.", - "type": "POST", - "path": "jaxrs/attachment/upload/workcompleted/{workCompletedId}", - "contentType": "multipart/form-data", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [ - { - "name": "extraParam", - "type": "String", - "description": "天印扩展字段" - }, - { - "name": "file", - "type": "File", - "description": "" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - }, - { - "name": "site", - "type": "String", - "description": "位置" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "uploadWorkInfo", - "className": "com.x.processplatform.assemble.surface.jaxrs.attachment.ActionUploadWorkInfo", - "description": "上传工单的表单、审批记录等html信息到缓存", - "type": "PUT", - "path": "jaxrs/attachment/upload/work/{workId}/save/as/{flag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "Work或WorkCompleted的工作标识" - }, - { - "name": "flag", - "type": "String", - "description": "另存为格式:(0)表示不转换|pdf表示转为pdf|word表示转为word" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "workHtml", - "type": "String", - "isCollection": false, - "description": "待转换html.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "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": "ControlAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.control.ControlAction", - "description": "权限接口", - "methods": [ - { - "name": "getWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.control.ActionGetWorkOrWorkCompleted", - "description": "根据工作或完成工作获取权限.", - "type": "GET", - "path": "jaxrs/control/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - } - ] - }, - { - "name": "DataAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.DataAction", - "description": "数据操作", - "methods": [ - { - "name": "createWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWork", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath0", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath1", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}/{path1}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath2", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath3", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath4", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath5", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath6", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionCreateWithWorkPath7", - "description": "对指定的work添加局部data数据.", - "type": "POST", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWork", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath0", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath1", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}/{path1}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath2", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath3", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath4", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath5", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath6", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "deleteWithWorkPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionDeleteWithWorkPath7", - "description": "对指定的work删除局部data数据.", - "type": "DELETE", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "fetchWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionFetchWithJob", - "description": "根据job获取指定路径的部分data数据.", - "type": "POST", - "path": "jaxrs/data/fetch/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "job标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "pathList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "查询路径.", - "isBaseType": true - } - ], - "outs": [] - }, - { - "name": "getWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJob", - "description": "根据job获取Data", - "type": "GET", - "path": "jaxrs/data/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "job标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath0", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath1", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}/{path1}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath2", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath3", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath4", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath5", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath6", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithJobPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithJobPath7", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/job/{job}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWork", - "description": "根据workId获取Data", - "type": "GET", - "path": "jaxrs/data/work/{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": "getWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompleted", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{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": "getWithWorkCompletedFromData", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedFromData", - "description": "从data中获取workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/from/data", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedFromItem", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedFromItem", - "description": "从item中获取workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/from/item", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath0", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath1", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath2", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath3", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath4", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath5", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath6", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkCompletedPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkCompletedPath7", - "description": "根据路径获取指定workCompleted的data数据.", - "type": "GET", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath0", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath1", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}/{path1}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath2", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath3", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath4", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath5", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath6", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionGetWithWorkPath7", - "description": "根据路径获取指定work的data数据.", - "type": "GET", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "updateWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWork", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompleted", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath0", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath1", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath2", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath3", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath4", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath5", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath6", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkCompletedPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkCompletedPath7", - "description": "更新指定WorkCompleted的Data数据.", - "type": "PUT", - "path": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "完成工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath0", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath0", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath1", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath1", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}/{path1}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath2", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath2", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath3", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath3", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath4", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath4", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath5", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath5", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath6", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath6", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "updateWithWorkPath7", - "className": "com.x.processplatform.assemble.surface.jaxrs.data.ActionUpdateWithWorkPath7", - "description": "更新指定Work的Data数据.", - "type": "PUT", - "path": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "path0", - "type": "String", - "description": "0级路径" - }, - { - "name": "path1", - "type": "String", - "description": "1级路径" - }, - { - "name": "path2", - "type": "String", - "description": "2级路径" - }, - { - "name": "path3", - "type": "String", - "description": "3级路径" - }, - { - "name": "path4", - "type": "String", - "description": "4级路径" - }, - { - "name": "path5", - "type": "String", - "description": "5级路径" - }, - { - "name": "path6", - "type": "String", - "description": "6级路径" - }, - { - "name": "path7", - "type": "String", - "description": "7级路径" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "name": "DocumentVersionAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.documentversion.DocumentVersionAction", - "description": "版式文件", - "methods": [ - { - "name": "create", - "className": "com.x.processplatform.assemble.surface.jaxrs.documentversion.ActionCreate", - "description": "创建版式文件版本.", - "type": "POST", - "path": "jaxrs/documentversion/work/{work}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "work", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "category", - "type": "String", - "isCollection": false, - "description": "类别,一份work中允许有多个版式文件.", - "isBaseType": true - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "版式文件数据.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.documentversion.ActionGet", - "description": "版式文件版本内容.", - "type": "GET", - "path": "jaxrs/documentversion/{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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "category", - "type": "String", - "isCollection": false, - "description": "类别,一份work中允许有多个版式文件." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程." - }, - { - "name": "data", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.documentversion.ActionListWithJob", - "description": "列示指定job的版式文件历史版本.", - "type": "GET", - "path": "jaxrs/documentversion/list/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "category", - "type": "String", - "isCollection": false, - "description": "类别,一份work中允许有多个版式文件." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithJobCategory", - "className": "com.x.processplatform.assemble.surface.jaxrs.documentversion.ActionListWithJobCategory", - "description": "列示指定job以及类型的版式文件历史版本.", - "type": "GET", - "path": "jaxrs/documentversion/list/job/{job}/category/{category}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "标识" - }, - { - "name": "category", - "type": "String", - "description": "类型" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "category", - "type": "String", - "isCollection": false, - "description": "类别,一份work中允许有多个版式文件." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.documentversion.ActionListWithWorkOrWorkCompleted", - "description": "列示指定工作或已完成工作的版式文件历史版本.", - "type": "GET", - "path": "jaxrs/documentversion/list/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "category", - "type": "String", - "isCollection": false, - "description": "类别,一份work中允许有多个版式文件." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWorkOrWorkCompletedCategory", - "className": "com.x.processplatform.assemble.surface.jaxrs.documentversion.ActionListWithWorkOrWorkCompletedCategory", - "description": "列示指定工作或已完成工作以及类型的版式文件历史版本.", - "type": "GET", - "path": "jaxrs/documentversion/list/workorworkcompleted/{workOrWorkCompleted}/category/{category}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "标识" - }, - { - "name": "category", - "type": "String", - "description": "类型" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "category", - "type": "String", - "isCollection": false, - "description": "类别,一份work中允许有多个版式文件." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "EchoAction", - "className": "com.x.base.core.project.jaxrs.echo.EchoAction", - "description": "响应", - "methods": [ - { - "name": "get", - "className": "com.x.base.core.project.jaxrs.echo.ActionGet", - "description": "获取应答.", - "type": "GET", - "path": "jaxrs/echo", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "servletContextName", - "type": "String", - "isCollection": false, - "description": "上下文根" - }, - { - "name": "serverTime", - "type": "Date", - "isCollection": false, - "description": "服务器时间" - } - ] - } - ] - }, - { - "name": "FileAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.file.FileAction", - "description": "文件操作", - "methods": [ - { - "name": "content", - "className": "com.x.processplatform.assemble.surface.jaxrs.file.ActionContent", - "description": "访问文件内容.", - "type": "GET", - "path": "jaxrs/file/{flag}/application/{applicationFlag}/content", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "标识" - }, - { - "name": "applicationFlag", - "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": "download", - "className": "com.x.processplatform.assemble.surface.jaxrs.file.ActionDownload", - "description": "访问文件内容.义stream格式下载", - "type": "GET", - "path": "jaxrs/file/{flag}/application/{applicationFlag}/download", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "标识" - }, - { - "name": "applicationFlag", - "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": "listWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.file.ActionListWithApplication", - "description": "列示指定应用的下所有可见的文件.", - "type": "GET", - "path": "jaxrs/file/list/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "文件名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "文件别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "文件所属应用." - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后的编辑者." - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后的编辑时间." - }, - { - "name": "fileName", - "type": "String", - "isCollection": false, - "description": "文件名称." - }, - { - "name": "length", - "type": "Long", - "isCollection": false, - "description": "文件大小." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "FireScheduleAction", - "className": "com.x.base.core.project.jaxrs.fireschedule.FireScheduleAction", - "description": "触发任务", - "methods": [ - { - "name": "execute", - "className": "com.x.base.core.project.jaxrs.fireschedule.ActionExecute", - "description": "接受x_program_center发送过来的运行schedule.", - "type": "GET", - "path": "jaxrs/fireschedule/classname/{className}", - "contentType": "application/json", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "className", - "type": "String", - "description": "运行类" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "value", - "type": "Boolean", - "isCollection": false, - "description": "布尔值." - } - ] - } - ] - }, - { - "name": "FormAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.form.FormAction", - "description": "表单操作", - "methods": [ - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.form.ActionGet", - "description": "获取表单.", - "type": "GET", - "path": "jaxrs/form/{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": "getMobile", - "className": "com.x.processplatform.assemble.surface.jaxrs.form.ActionGetMobile", - "description": "获取移动端表单.", - "type": "GET", - "path": "jaxrs/form/{flag}/mobile", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "表单标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.form.ActionGetWithApplication", - "description": "根据标识和应用标识获取表单.", - "type": "GET", - "path": "jaxrs/form/{flag}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "表单标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "表单标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "category", - "type": "String", - "isCollection": false, - "description": "分类" - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "表单别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "表单所属应用." - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后的编辑者." - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后的编辑时间." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "mobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "hasMobile", - "type": "Boolean", - "isCollection": false, - "description": "是否有移动端内容." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.form.ActionGetWithWorkOrWorkCompleted", - "description": "根据工作或完成工作标识获取表单.", - "type": "GET", - "path": "jaxrs/form/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "getWithWorkOrWorkCompletedMobile", - "className": "com.x.processplatform.assemble.surface.jaxrs.form.ActionGetWithWorkOrWorkCompletedMobile", - "description": "根据工作或完成工作标识获取移动表单.", - "type": "GET", - "path": "jaxrs/form/workorworkcompleted/{workOrWorkCompleted}/mobile", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - } - ] - }, - { - "name": "JobAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.job.JobAction", - "description": "任务操作", - "methods": [ - { - "name": "findWorkWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.job.ActionFindWorkWorkCompleted", - "description": "根据job查找属于这个job的work和workCompleted.", - "type": "GET", - "path": "jaxrs/job/{job}/find/work/workcompleted", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "任务标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "workList", - "type": "List\u003cWoWork\u003e", - "isCollection": true, - "description": "属于job的work" - }, - { - "name": "workCompletedList", - "type": "List\u003cWoWorkCompleted\u003e", - "isCollection": true, - "description": "属于job的workCompleted" - } - ] - }, - { - "name": "latestWorkWorkCompletedWithSerial", - "className": "com.x.processplatform.assemble.surface.jaxrs.job.ActionLatestWorkWorkCompletedWithSerial", - "description": "根据serial查找work,并返回最新创建的一个.", - "type": "GET", - "path": "jaxrs/job/latest/work/workcompleted/serial/{serial}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "serial", - "type": "String", - "description": "编号" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "value", - "type": "String", - "isCollection": false, - "description": "字符串值" - } - ] - } - ] - }, - { - "name": "KeyLockAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.keylock.KeyLockAction", - "description": "测试操作", - "methods": [ - { - "name": "lock", - "className": "com.x.processplatform.assemble.surface.jaxrs.keylock.ActionLock", - "description": "当前用户身份锁定值.", - "type": "PUT", - "path": "jaxrs/keylock/lock", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "所定值", - "isBaseType": true - } - ], - "outs": [ - { - "name": "success", - "type": "Boolean", - "isCollection": false, - "description": "是否成功" - }, - { - "name": "person", - "type": "String", - "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": "ProcessAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.process.ProcessAction", - "description": "流程操作", - "methods": [ - { - "name": "getAllowRerouteTo", - "className": "com.x.processplatform.assemble.surface.jaxrs.process.ActionGetAllowRerouteTo", - "description": "获取指定流程可调度到的节点.", - "type": "GET", - "path": "jaxrs/process/{flag}/allowrerouteto", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "流程创建者." - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后的编辑者." - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后的编辑时间." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "流程所属应用." - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程管理者." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "beforeBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "beforeBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "afterBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "afterBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "beforeEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "beforeEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "afterEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "afterEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "startableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "startableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的组织." - }, - { - "name": "serialTexture", - "type": "String", - "isCollection": false, - "description": "编号定义." - }, - { - "name": "serialActivity", - "type": "String", - "isCollection": false, - "description": "编号活动ID." - }, - { - "name": "serialPhase", - "type": "String", - "isCollection": false, - "description": "编号活动阶段可以选择arrive或者inquire,默认情况下为空为arrive" - }, - { - "name": "expireType", - "type": "ExpireType", - "isCollection": false, - "description": "过期方式.可选值never,appoint,script" - }, - { - "name": "expireDay", - "type": "Integer", - "isCollection": false, - "description": "过期日期." - }, - { - "name": "expireHour", - "type": "Integer", - "isCollection": false, - "description": "过期小时." - }, - { - "name": "expireWorkTime", - "type": "Boolean", - "isCollection": false, - "description": "过期是否是工作时间." - }, - { - "name": "expireScript", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本." - }, - { - "name": "expireScriptText", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本文本." - }, - { - "name": "checkDraft", - "type": "Boolean", - "isCollection": false, - "description": "是否进行无内容的草稿删除校验." - }, - { - "name": "projection", - "type": "String", - "isCollection": false, - "description": "字段映射配置." - }, - { - "name": "projectionFully", - "type": "Boolean", - "isCollection": false, - "description": "执行完全映射,在每次流转时会将所有的工作,待办,已办,待阅,已阅,参阅执行全部字段映射,默认false" - }, - { - "name": "routeNameAsOpinion", - "type": "Boolean", - "isCollection": false, - "description": "如果没有默认意见那么将路由名称作为默认意见." - }, - { - "name": "beforeArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本." - }, - { - "name": "beforeArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本文本." - }, - { - "name": "afterArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本." - }, - { - "name": "afterArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本文本." - }, - { - "name": "beforeExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本." - }, - { - "name": "beforeExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本文本." - }, - { - "name": "afterExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本." - }, - { - "name": "afterExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本文本." - }, - { - "name": "beforeInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本." - }, - { - "name": "beforeInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本文本." - }, - { - "name": "afterInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本." - }, - { - "name": "afterInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本文本." - }, - { - "name": "edition", - "type": "String", - "isCollection": false, - "description": "版本,唯一编码." - }, - { - "name": "editionName", - "type": "String", - "isCollection": false, - "description": "版本名" - }, - { - "name": "editionEnable", - "type": "Boolean", - "isCollection": false, - "description": "启用版本" - }, - { - "name": "editionNumber", - "type": "Double", - "isCollection": false, - "description": "版本名" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getComplex", - "className": "com.x.processplatform.assemble.surface.jaxrs.process.ActionGetComplex", - "description": "获取流程内容,附带所有的Activity信息", - "type": "GET", - "path": "jaxrs/process/{flag}/complex", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "流程创建者." - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后的编辑者." - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后的编辑时间." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "流程所属应用." - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程管理者." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "beforeBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "beforeBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "afterBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "afterBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "beforeEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "beforeEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "afterEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "afterEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "startableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "startableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的组织." - }, - { - "name": "serialTexture", - "type": "String", - "isCollection": false, - "description": "编号定义." - }, - { - "name": "serialActivity", - "type": "String", - "isCollection": false, - "description": "编号活动ID." - }, - { - "name": "serialPhase", - "type": "String", - "isCollection": false, - "description": "编号活动阶段可以选择arrive或者inquire,默认情况下为空为arrive" - }, - { - "name": "expireType", - "type": "ExpireType", - "isCollection": false, - "description": "过期方式.可选值never,appoint,script" - }, - { - "name": "expireDay", - "type": "Integer", - "isCollection": false, - "description": "过期日期." - }, - { - "name": "expireHour", - "type": "Integer", - "isCollection": false, - "description": "过期小时." - }, - { - "name": "expireWorkTime", - "type": "Boolean", - "isCollection": false, - "description": "过期是否是工作时间." - }, - { - "name": "expireScript", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本." - }, - { - "name": "expireScriptText", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本文本." - }, - { - "name": "checkDraft", - "type": "Boolean", - "isCollection": false, - "description": "是否进行无内容的草稿删除校验." - }, - { - "name": "projection", - "type": "String", - "isCollection": false, - "description": "字段映射配置." - }, - { - "name": "projectionFully", - "type": "Boolean", - "isCollection": false, - "description": "执行完全映射,在每次流转时会将所有的工作,待办,已办,待阅,已阅,参阅执行全部字段映射,默认false" - }, - { - "name": "routeNameAsOpinion", - "type": "Boolean", - "isCollection": false, - "description": "如果没有默认意见那么将路由名称作为默认意见." - }, - { - "name": "beforeArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本." - }, - { - "name": "beforeArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本文本." - }, - { - "name": "afterArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本." - }, - { - "name": "afterArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本文本." - }, - { - "name": "beforeExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本." - }, - { - "name": "beforeExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本文本." - }, - { - "name": "afterExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本." - }, - { - "name": "afterExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本文本." - }, - { - "name": "beforeInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本." - }, - { - "name": "beforeInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本文本." - }, - { - "name": "afterInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本." - }, - { - "name": "afterInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本文本." - }, - { - "name": "edition", - "type": "String", - "isCollection": false, - "description": "版本,唯一编码." - }, - { - "name": "editionName", - "type": "String", - "isCollection": false, - "description": "版本名" - }, - { - "name": "editionEnable", - "type": "Boolean", - "isCollection": false, - "description": "启用版本" - }, - { - "name": "editionNumber", - "type": "Double", - "isCollection": false, - "description": "版本名" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getWithProcessWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.process.ActionGetWithProcessWithApplication", - "description": "根据应用和流程标识获取流程.", - "type": "GET", - "path": "jaxrs/process/{flag}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "流程标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "流程创建者." - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后的编辑者." - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后的编辑时间." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "流程所属应用." - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程管理者." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "beforeBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "beforeBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "afterBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "afterBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "beforeEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "beforeEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "afterEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "afterEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "startableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "startableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的组织." - }, - { - "name": "serialTexture", - "type": "String", - "isCollection": false, - "description": "编号定义." - }, - { - "name": "serialActivity", - "type": "String", - "isCollection": false, - "description": "编号活动ID." - }, - { - "name": "serialPhase", - "type": "String", - "isCollection": false, - "description": "编号活动阶段可以选择arrive或者inquire,默认情况下为空为arrive" - }, - { - "name": "expireType", - "type": "ExpireType", - "isCollection": false, - "description": "过期方式.可选值never,appoint,script" - }, - { - "name": "expireDay", - "type": "Integer", - "isCollection": false, - "description": "过期日期." - }, - { - "name": "expireHour", - "type": "Integer", - "isCollection": false, - "description": "过期小时." - }, - { - "name": "expireWorkTime", - "type": "Boolean", - "isCollection": false, - "description": "过期是否是工作时间." - }, - { - "name": "expireScript", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本." - }, - { - "name": "expireScriptText", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本文本." - }, - { - "name": "checkDraft", - "type": "Boolean", - "isCollection": false, - "description": "是否进行无内容的草稿删除校验." - }, - { - "name": "projection", - "type": "String", - "isCollection": false, - "description": "字段映射配置." - }, - { - "name": "projectionFully", - "type": "Boolean", - "isCollection": false, - "description": "执行完全映射,在每次流转时会将所有的工作,待办,已办,待阅,已阅,参阅执行全部字段映射,默认false" - }, - { - "name": "routeNameAsOpinion", - "type": "Boolean", - "isCollection": false, - "description": "如果没有默认意见那么将路由名称作为默认意见." - }, - { - "name": "beforeArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本." - }, - { - "name": "beforeArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本文本." - }, - { - "name": "afterArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本." - }, - { - "name": "afterArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本文本." - }, - { - "name": "beforeExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本." - }, - { - "name": "beforeExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本文本." - }, - { - "name": "afterExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本." - }, - { - "name": "afterExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本文本." - }, - { - "name": "beforeInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本." - }, - { - "name": "beforeInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本文本." - }, - { - "name": "afterInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本." - }, - { - "name": "afterInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本文本." - }, - { - "name": "edition", - "type": "String", - "isCollection": false, - "description": "版本,唯一编码." - }, - { - "name": "editionName", - "type": "String", - "isCollection": false, - "description": "版本名" - }, - { - "name": "editionEnable", - "type": "Boolean", - "isCollection": false, - "description": "启用版本" - }, - { - "name": "editionNumber", - "type": "Double", - "isCollection": false, - "description": "版本名" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listAvailableIdentityWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.process.ActionListAvailableIdentityWithProcess", - "description": "获取当前用户在指定流程中可启动流程的身份.", - "type": "GET", - "path": "jaxrs/process/list/available/identity/process/{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": "name", - "type": "String", - "isCollection": false, - "description": "身份名称" - }, - { - "name": "unique", - "type": "String", - "isCollection": false, - "description": "身份标识" - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "说明" - }, - { - "name": "distinguishedName", - "type": "String", - "isCollection": false, - "description": "识别名" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "人员" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "组织" - }, - { - "name": "unitName", - "type": "String", - "isCollection": false, - "description": "组织名称" - }, - { - "name": "unitLevel", - "type": "Integer", - "isCollection": false, - "description": "组织级别" - }, - { - "name": "unitLevelName", - "type": "String", - "isCollection": false, - "description": "组织级别名" - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号" - }, - { - "name": "major", - "type": "Boolean", - "isCollection": false, - "description": "是否是设定的主身份" - } - ] - }, - { - "name": "listWithPersonWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.process.ActionListWithPersonWithApplication", - "description": "根据指定Application获取所有流程.", - "type": "GET", - "path": "jaxrs/process/list/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "流程创建者." - }, - { - "name": "lastUpdatePerson", - "type": "String", - "isCollection": false, - "description": "最后的编辑者." - }, - { - "name": "lastUpdateTime", - "type": "Date", - "isCollection": false, - "description": "最后的编辑时间." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "流程所属应用." - }, - { - "name": "controllerList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程管理者." - }, - { - "name": "icon", - "type": "String", - "isCollection": false, - "description": "icon Base64编码后的文本." - }, - { - "name": "beforeBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "beforeBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "afterBeginScript", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本." - }, - { - "name": "afterBeginScriptText", - "type": "String", - "isCollection": false, - "description": "流程启动前事件脚本文本." - }, - { - "name": "beforeEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "beforeEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "afterEndScript", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本." - }, - { - "name": "afterEndScriptText", - "type": "String", - "isCollection": false, - "description": "流程结束后事件脚本文本." - }, - { - "name": "startableIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的用户." - }, - { - "name": "startableUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "在指定启动时候,允许新建Work的组织." - }, - { - "name": "serialTexture", - "type": "String", - "isCollection": false, - "description": "编号定义." - }, - { - "name": "serialActivity", - "type": "String", - "isCollection": false, - "description": "编号活动ID." - }, - { - "name": "serialPhase", - "type": "String", - "isCollection": false, - "description": "编号活动阶段可以选择arrive或者inquire,默认情况下为空为arrive" - }, - { - "name": "expireType", - "type": "ExpireType", - "isCollection": false, - "description": "过期方式.可选值never,appoint,script" - }, - { - "name": "expireDay", - "type": "Integer", - "isCollection": false, - "description": "过期日期." - }, - { - "name": "expireHour", - "type": "Integer", - "isCollection": false, - "description": "过期小时." - }, - { - "name": "expireWorkTime", - "type": "Boolean", - "isCollection": false, - "description": "过期是否是工作时间." - }, - { - "name": "expireScript", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本." - }, - { - "name": "expireScriptText", - "type": "String", - "isCollection": false, - "description": "过期时间设定脚本文本." - }, - { - "name": "checkDraft", - "type": "Boolean", - "isCollection": false, - "description": "是否进行无内容的草稿删除校验." - }, - { - "name": "projection", - "type": "String", - "isCollection": false, - "description": "字段映射配置." - }, - { - "name": "projectionFully", - "type": "Boolean", - "isCollection": false, - "description": "执行完全映射,在每次流转时会将所有的工作,待办,已办,待阅,已阅,参阅执行全部字段映射,默认false" - }, - { - "name": "routeNameAsOpinion", - "type": "Boolean", - "isCollection": false, - "description": "如果没有默认意见那么将路由名称作为默认意见." - }, - { - "name": "beforeArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本." - }, - { - "name": "beforeArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达前事件脚本文本." - }, - { - "name": "afterArriveScript", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本." - }, - { - "name": "afterArriveScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动到达后事件脚本文本." - }, - { - "name": "beforeExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本." - }, - { - "name": "beforeExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行前事件脚本文本." - }, - { - "name": "afterExecuteScript", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本." - }, - { - "name": "afterExecuteScriptText", - "type": "String", - "isCollection": false, - "description": "统一活动执行后事件脚本文本." - }, - { - "name": "beforeInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本." - }, - { - "name": "beforeInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询前事件脚本文本." - }, - { - "name": "afterInquireScript", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本." - }, - { - "name": "afterInquireScriptText", - "type": "String", - "isCollection": false, - "description": "统一路由查询后事件脚本文本." - }, - { - "name": "edition", - "type": "String", - "isCollection": false, - "description": "版本,唯一编码." - }, - { - "name": "editionName", - "type": "String", - "isCollection": false, - "description": "版本名" - }, - { - "name": "editionEnable", - "type": "Boolean", - "isCollection": false, - "description": "启用版本" - }, - { - "name": "editionNumber", - "type": "Double", - "isCollection": false, - "description": "版本名" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "ReadAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ReadAction", - "description": "待阅操作", - "methods": [ - { - "name": "V2Count", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2Count", - "description": "统计待阅数量.", - "type": "POST", - "path": "jaxrs/read/v2/count", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "groupByApplication", - "type": "Boolean", - "isCollection": false, - "description": "按应用分类", - "isBaseType": true - }, - { - "name": "groupByProcess", - "type": "Boolean", - "isCollection": false, - "description": "按流程分类", - "isBaseType": true - }, - { - "name": "groupByCreatorPerson", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByCreatorUnit", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByStartTimeMonth", - "type": "Boolean", - "isCollection": false, - "description": "按创建年月分类", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "总数量" - }, - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按应用分类数量" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按流程分类数量" - }, - { - "name": "creatorPersonList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建人分类数量" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建组织分类数量" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建的年月分类" - } - ] - }, - { - "name": "V2List", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2List", - "description": "列示待阅.", - "type": "POST", - "path": "jaxrs/read/v2/list", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job标识", - "isBaseType": true - }, - { - "name": "idList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "标识", - "isBaseType": true - }, - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreateNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2ListCreateNext", - "description": "列示当前用户创建的工作的待阅,下一页.", - "type": "POST", - "path": "jaxrs/read/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2ListCreatePaging", - "description": "列示当前用户创建的工作的待阅,分页.", - "type": "POST", - "path": "jaxrs/read/v2/list/create/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2ListCreatePrev", - "description": "列示当前用户创建的工作的待阅,上一页.", - "type": "POST", - "path": "jaxrs/read/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2ListNext", - "description": "列示当前用户的待阅,下一页.", - "type": "POST", - "path": "jaxrs/read/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2ListPaging", - "description": "列示当前用户的待阅,分页.", - "type": "POST", - "path": "jaxrs/read/v2/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.V2ListPrev", - "description": "列示当前用户的待阅,上一页.", - "type": "POST", - "path": "jaxrs/read/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "countWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionCountWithFilter", - "description": "获取指定人员在指定范围内的待阅数量没有权限限制.", - "type": "POST", - "path": "jaxrs/read/count/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "appliationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "待办数量" - } - ] - }, - { - "name": "countWithPerson", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionCountWithPerson", - "description": "获取制定人员的待阅数量,没有权限限制.", - "type": "GET", - "path": "jaxrs/read/count/{credential}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "credential", - "type": "String", - "description": "个人标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "待阅数量" - } - ] - }, - { - "name": "createWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionCreateWithWork", - "description": "根据work创建待阅.", - "type": "POST", - "path": "jaxrs/read/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "identityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "待阅标识", - "isBaseType": true - }, - { - "name": "notify", - "type": "Boolean", - "isCollection": false, - "description": "发送待阅通知", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionCreateWithWork", - "description": "根据work创建待阅.", - "type": "POST", - "path": "jaxrs/read/workcompleted/{workCompletedId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workCompletedId", - "type": "String", - "description": "已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "identityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "待阅标识", - "isBaseType": true - }, - { - "name": "notify", - "type": "Boolean", - "isCollection": false, - "description": "发送待阅通知", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "edit", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionEdit", - "description": "更新待阅内容,仅更新待阅意见.", - "type": "PUT", - "path": "jaxrs/read/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "filterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionFilterAttribute", - "description": "获取可用与filter的分类值", - "type": "GET", - "path": "jaxrs/read/filter/attribute", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选应用范围" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选流程范围" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选组织范围" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选活动范围" - } - ] - }, - { - "name": "filterAttributeFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionFilterAttributeFilter", - "description": "获取可用与filter的分类值,通过输入值进行范围限制.", - "type": "POST", - "path": "jaxrs/read/filter/attribute/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制应用范围", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制流程范围", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建组织范围", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建月份范围", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制活动名称范围", - "isBaseType": true - } - ], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的应用" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionGet", - "description": "获取待阅内容,", - "type": "GET", - "path": "jaxrs/read/{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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listCountWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListCountWithApplication", - "description": "统计当前用户在指定应用下的待阅,按应用分类.", - "type": "GET", - "path": "jaxrs/read/list/count/application", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listCountWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListCountWithProcess", - "description": "统计当前用户在指定应用下的待办,按流程分类.", - "type": "GET", - "path": "jaxrs/read/list/count/application/{applicationFlag}/process", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listMyFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListMyFilterPaging", - "description": "按条件对当前用户待阅分页显示.", - "type": "POST", - "path": "jaxrs/read/list/my/filter/{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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "到达时间", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listMyPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListMyPaging", - "description": "列示当前用户的待阅,分页.", - "type": "GET", - "path": "jaxrs/read/list/my/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": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListNext", - "description": "列示当前用户的Read对象,下一页.", - "type": "GET", - "path": "jaxrs/read/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListNextWithApplication", - "description": "列示指定应用当前用户的Read对象,下一页.", - "type": "GET", - "path": "jaxrs/read/list/{id}/next/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListNextFilter", - "description": "列示当前用户过滤的Read,下一页.", - "type": "POST", - "path": "jaxrs/read/list/{id}/next/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "到达时间", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListNextWithProcess", - "description": "列示指定流程当前用户的Read对象,下一页.", - "type": "GET", - "path": "jaxrs/read/list/{id}/next/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListPrev", - "description": "列示当前用户的Read对象,上一页.", - "type": "GET", - "path": "jaxrs/read/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListPrevWithApplication", - "description": "列示指定应用当前用户的Read对象,上一页.", - "type": "GET", - "path": "jaxrs/read/list/{id}/prev/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListPrevFilter", - "description": "列示当前用户过滤的Read,上一页.", - "type": "POST", - "path": "jaxrs/read/list/{id}/prev/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "到达时间", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListPrevWithProcess", - "description": "列示指定流程当前用户的Read对象,上一页.", - "type": "GET", - "path": "jaxrs/read/list/{id}/prev/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListWithJob", - "description": "根据job获取待阅.", - "type": "GET", - "path": "jaxrs/read/list/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "任务标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionListWithWork", - "description": "根据work获取待阅.", - "type": "GET", - "path": "jaxrs/read/list/work/{work}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "work", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageDelete", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionManageDelete", - "description": "管理删除待阅.", - "type": "DELETE", - "path": "jaxrs/read/{id}/manage", - "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": "manageListFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionManageListFilterPaging", - "description": "按条件对待阅分页显示.", - "type": "POST", - "path": "jaxrs/read/list/filter/{page}/size/{size}/manage", - "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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "workList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "work工作", - "isBaseType": true - }, - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job工作实例", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "完成工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型,针对已完成工作添加待阅字段为空." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token,针对已完成工作添加待阅字段为空." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageOpinion", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionManageOpinion", - "description": "管理修改意见.", - "type": "PUT", - "path": "jaxrs/read/{id}/opinion/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "value", - "type": "Boolean", - "isCollection": false, - "description": "布尔值." - } - ] - }, - { - "name": "manageProcessing", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionManageProcessing", - "description": "管理待阅转已阅.", - "type": "PUT", - "path": "jaxrs/read/{id}/processing/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "manageRead", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionManageReset", - "description": "重置待阅,将之前的待办转为已办,opinion:办理意见,,identityList:新的待阅人.", - "type": "PUT", - "path": "jaxrs/read/{id}/reset/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "identityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "重置待阅人", - "isBaseType": true - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "待阅意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "processing", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionProcessing", - "description": "保存待阅并创建已阅.", - "type": "POST", - "path": "jaxrs/read/{id}/processing", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "reference", - "className": "com.x.processplatform.assemble.surface.jaxrs.read.ActionReference", - "description": "列示指定待阅后续的所有Work和WorkCompleted.", - "type": "GET", - "path": "jaxrs/read/{id}/reference", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "read", - "type": "WoRead", - "isCollection": false, - "description": "待阅" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "workList", - "type": "List\u003cWoWork\u003e", - "isCollection": true, - "description": "工作" - }, - { - "name": "workCompletedList", - "type": "List\u003cWoWorkCompleted\u003e", - "isCollection": true, - "description": "已完成工作" - } - ] - } - ] - }, - { - "name": "ReadCompletedAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ReadCompletedAction", - "description": "已阅操作", - "methods": [ - { - "name": "V2Count", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2Count", - "description": "统计已阅数量.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/count", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "groupByApplication", - "type": "Boolean", - "isCollection": false, - "description": "按应用分类", - "isBaseType": true - }, - { - "name": "groupByProcess", - "type": "Boolean", - "isCollection": false, - "description": "按流程分类", - "isBaseType": true - }, - { - "name": "groupByCreatorPerson", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByCreatorUnit", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByStartTimeMonth", - "type": "Boolean", - "isCollection": false, - "description": "按创建年月分类", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "总数量" - }, - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按应用分类数量" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按流程分类数量" - }, - { - "name": "creatorPersonList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建人分类数量" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建组织分类数量" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建的年月分类" - } - ] - }, - { - "name": "V2List", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2List", - "description": "列示已阅.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/list", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job标识", - "isBaseType": true - }, - { - "name": "idList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "标识", - "isBaseType": true - }, - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreateNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2ListCreateNext", - "description": "列示当前用户创建的工作的已阅,下一页.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2ListCreatePaging", - "description": "列示当前用户创建的工作的已阅,分页.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/list/create/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2ListCreatePrev", - "description": "列示当前用户创建的工作的已阅,上一页.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2ListNext", - "description": "列示当前用户的已阅,下一页.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2ListPaging", - "description": "列示当前用户的已阅,分页.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.V2ListPrev", - "description": "列示当前用户的已阅,上一页.", - "type": "POST", - "path": "jaxrs/readcompleted/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "countWithPerson", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionCountWithPerson", - "description": "获取制定人员的已办数量,没有权限限制.", - "type": "GET", - "path": "jaxrs/readcompleted/count/{credential}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "credential", - "type": "String", - "description": "个人标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "已阅数量" - } - ] - }, - { - "name": "filterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionFilterAttribute", - "description": "获取可用与filter的分类值.", - "type": "GET", - "path": "jaxrs/readcompleted/filter/attribute", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选应用范围" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选流程范围" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选组织范围" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选创建时间范围" - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选结束时间范围" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选活动范围" - } - ] - }, - { - "name": "filterAttributeFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionFilterAttributeFilter", - "description": "获取可用与filter的分类值,通过输入值进行范围限制.", - "type": "POST", - "path": "jaxrs/readcompleted/filter/attribute/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制应用范围", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制流程范围", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建组织范围", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建月份范围", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制结束月份范围", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制活动名称范围", - "isBaseType": true - } - ], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的应用" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的结束月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionGet", - "description": "获取已阅内容,", - "type": "GET", - "path": "jaxrs/readcompleted/{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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getReference", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionReference", - "description": "列示指定已办后续的所有Work和WorkCompleted.", - "type": "GET", - "path": "jaxrs/readcompleted/{id}/reference", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "readCompleted", - "type": "WoReadCompleted", - "isCollection": false, - "description": "待阅" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "workList", - "type": "List\u003cWoWork\u003e", - "isCollection": true, - "description": "工作" - }, - { - "name": "workCompletedList", - "type": "List\u003cWoWorkCompleted\u003e", - "isCollection": true, - "description": "已完成工作" - } - ] - }, - { - "name": "listCountWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListCountWithApplication", - "description": "统计当前用户按应用分类的已办.", - "type": "GET", - "path": "jaxrs/readcompleted/list/count/application", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listCountWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListCountWithProcess", - "description": "统计当前用户在指定应用下的已办,按流程分类.", - "type": "GET", - "path": "jaxrs/readcompleted/list/count/application/{applicationFlag}/process", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listMyFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListMyFilterPaging", - "description": "按条件对当前用户已阅分页显示.", - "type": "POST", - "path": "jaxrs/readcompleted/list/my/filter/{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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间(月)", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间(月)", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listMyPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListMyPaging", - "description": "列示当前用户的已阅,分页.", - "type": "GET", - "path": "jaxrs/readcompleted/list/my/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": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListNext", - "description": "列示当前用户的WorkCompleted对象,下一页.", - "type": "GET", - "path": "jaxrs/readcompleted/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListNextWithApplication", - "description": "列示指定应用当前用户的ReadCompleted对象,下一页.", - "type": "GET", - "path": "jaxrs/readcompleted/list/{id}/next/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListNextFilter", - "description": "获取用户对ReadCompleted的过滤信息,下一页.", - "type": "POST", - "path": "jaxrs/readcompleted/list/{id}/next/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建人所在组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间月份", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListNextWithProcess", - "description": "列示指定流程当前用户的ReadCompleted对象,下一页.", - "type": "GET", - "path": "jaxrs/readcompleted/list/{id}/next/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListPrev", - "description": "列示当前用户的WorkCompleted对象,上一页.", - "type": "GET", - "path": "jaxrs/readcompleted/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListPrevWithApplication", - "description": "列示指定应用当前用户的ReadCompleted对象,上一页.", - "type": "GET", - "path": "jaxrs/readcompleted/list/{id}/prev/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListPrevFilter", - "description": "获取用户对ReadCompleted的过滤信息,上一页.", - "type": "POST", - "path": "jaxrs/readcompleted/list/{id}/prev/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建人所在组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间月份", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListPrevWithProcess", - "description": "列示指定流程当前用户的ReadCompleted对象,上一页.", - "type": "GET", - "path": "jaxrs/readcompleted/list/{id}/prev/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已阅标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListWithJob", - "description": "根据job获取已阅.", - "type": "GET", - "path": "jaxrs/readcompleted/list/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "任务标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListWithWork", - "description": "根据work获取已阅.", - "type": "GET", - "path": "jaxrs/readcompleted/list/work/{work}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "work", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionListWithWorkOrWorkCompleted", - "description": "根据工作或完成工作获取已阅,", - "type": "GET", - "path": "jaxrs/readcompleted/list/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageDelete", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionManageOpinion", - "description": "管理修改意见.", - "type": "PUT", - "path": "jaxrs/readcompleted/{id}/opinion/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已阅标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "value", - "type": "Boolean", - "isCollection": false, - "description": "布尔值." - } - ] - }, - { - "name": "manageDelete", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionManageDelete", - "description": "管理删除已阅.", - "type": "DELETE", - "path": "jaxrs/readcompleted/{id}/manage", - "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": "manageListFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.readcompleted.ActionManageListFilterPaging", - "description": "按条件对已阅分页显示.", - "type": "POST", - "path": "jaxrs/readcompleted/list/filter/{page}/size/{size}/manage", - "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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "workList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "work工作", - "isBaseType": true - }, - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job工作实例", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "read", - "type": "String", - "isCollection": false, - "description": "待阅Id." - }, - { - "name": "title", - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "opinion", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "read转成readCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "read转成readCompleted的完成月份,也就是任务的完成时间,用于filter过滤.." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReadCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "RecordAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.record.RecordAction", - "description": "记录", - "methods": [ - { - "name": "listWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.record.ActionListWithWorkOrWorkCompleted", - "description": "根据工作或完成工作标识获取记录.", - "type": "GET", - "path": "jaxrs/record/list/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "display", - "type": "Boolean", - "isCollection": false, - "description": "是否显示." - }, - { - "name": "order", - "type": "Long", - "isCollection": false, - "description": "显示排序." - }, - { - "name": "properties", - "type": "RecordProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "recordTime", - "type": "Date", - "isCollection": false, - "description": "记录时间." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "记录人员" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "记录身份" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "记录人员所在组织." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "类型." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "ReviewAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ReviewAction", - "description": "参阅操作", - "methods": [ - { - "name": "V2Count", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2Count", - "description": "统计参阅数量.", - "type": "POST", - "path": "jaxrs/review/v2/count", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "groupByApplication", - "type": "Boolean", - "isCollection": false, - "description": "按应用分类", - "isBaseType": true - }, - { - "name": "groupByProcess", - "type": "Boolean", - "isCollection": false, - "description": "按流程分类", - "isBaseType": true - }, - { - "name": "groupByCreatorPerson", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByCreatorUnit", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByStartTimeMonth", - "type": "Boolean", - "isCollection": false, - "description": "按创建年月分类", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "总数量" - }, - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按应用分类数量" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按流程分类数量" - }, - { - "name": "creatorPersonList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建人分类数量" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建组织分类数量" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建的年月分类" - } - ] - }, - { - "name": "V2List", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2List", - "description": "列示参阅.", - "type": "POST", - "path": "jaxrs/review/v2/list", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job标识", - "isBaseType": true - }, - { - "name": "idList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "标识", - "isBaseType": true - }, - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreateNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2ListCreateNext", - "description": "列示当前用户创建的工作的参阅,下一页.", - "type": "POST", - "path": "jaxrs/review/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2ListCreatePaging", - "description": "列示当前用户创建的工作的参阅,分页.", - "type": "POST", - "path": "jaxrs/review/v2/list/create/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2ListCreatePrev", - "description": "列示当前用户创建的工作的参阅,上一页.", - "type": "POST", - "path": "jaxrs/review/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2ListNext", - "description": "列示当前用户的参阅,下一页.", - "type": "POST", - "path": "jaxrs/review/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2ListPaging", - "description": "列示当前用户的参阅,分页.", - "type": "POST", - "path": "jaxrs/review/v2/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.V2ListPrev", - "description": "列示当前用户的参阅,上一页.", - "type": "POST", - "path": "jaxrs/review/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "countWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionCountWithPerson", - "description": "获取当前人员的参阅数量按应用分类.", - "type": "POST", - "path": "jaxrs/review/count/application", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "是否已经结束", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "数量" - } - ] - }, - { - "name": "countWithPerson", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionCountWithPerson", - "description": "获取人员的参阅数量,没有权限限制.", - "type": "POST", - "path": "jaxrs/review/count/person/{credential}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "credential", - "type": "String", - "description": "个人标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "是否已经结束", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "数量" - } - ] - }, - { - "name": "createWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionCreateWithWork", - "description": "根据workId创建一个review.", - "type": "POST", - "path": "jaxrs/review/create/work", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "流转中工作", - "isBaseType": true - }, - { - "name": "personList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可阅读人员", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "createWithWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionCreateWithWorkCompleted", - "description": "根据workCompleted创建一个review.", - "type": "POST", - "path": "jaxrs/review/create/workcompleted", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作", - "isBaseType": true - }, - { - "name": "personList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "可阅读人员", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "filterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionFilterAttribute", - "description": "获取可用与filter的分类值", - "type": "POST", - "path": "jaxrs/review/filter/attribute", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "是否已经结束", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的应用" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "限制结束月份范围" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionGet", - "description": "获取参阅内容,", - "type": "GET", - "path": "jaxrs/review/{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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionGetWithWorkOrWorkCompleted", - "description": "根据工作或完成工作标识获取参阅.", - "type": "GET", - "path": "jaxrs/review/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "work的任务完成时间,review本身并没有完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "work的任务完成月份,review本身并没有完成时间,用于filter过滤." - }, - { - "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": "person", - "type": "String", - "isCollection": false, - "description": "人员,可以为空 ,记录启动活动的时候可能由程序启动" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "properties", - "type": "ReviewProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageDelete", - "className": "com.x.processplatform.assemble.surface.jaxrs.review.ActionManageDelete", - "description": "管理删除参阅.", - "type": "DELETE", - "path": "jaxrs/review/{id}/application/{applicationFlag}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "参阅标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "name": "RouteAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.route.RouteAction", - "description": "路由", - "methods": [ - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.route.ActionGet", - "description": "获取路由.", - "type": "GET", - "path": "jaxrs/route/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "任务标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "代理节点别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程标识符." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "目标类别." - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "目标活动节点标识符." - }, - { - "name": "track", - "type": "String", - "isCollection": false, - "description": "路由的曲线坐标." - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号,升序排列,为空在最后." - }, - { - "name": "position", - "type": "String", - "isCollection": false, - "description": "文本位置." - }, - { - "name": "script", - "type": "String", - "isCollection": false, - "description": "路由脚本" - }, - { - "name": "scriptText", - "type": "String", - "isCollection": false, - "description": "路由脚本文本." - }, - { - "name": "validationScript", - "type": "String", - "isCollection": false, - "description": "校验脚本" - }, - { - "name": "validationScriptText", - "type": "String", - "isCollection": false, - "description": "校验脚本文本." - }, - { - "name": "passSameTarget", - "type": "Boolean", - "isCollection": false, - "description": "如何与前一个环节处理人相同那么自动执行." - }, - { - "name": "passExpired", - "type": "Boolean", - "isCollection": false, - "description": "超时时候的默认路由." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "默认意见." - }, - { - "name": "decisionOpinion", - "type": "String", - "isCollection": false, - "description": "决策性意见,使用#分割." - }, - { - "name": "sole", - "type": "Boolean", - "isCollection": false, - "description": "唯一路由,当多人处理时,如果有人选择此路由将通过此路由,一票否决." - }, - { - "name": "opinionRequired", - "type": "Boolean", - "isCollection": false, - "description": "路由意见是否必填." - }, - { - "name": "hiddenScript", - "type": "String", - "isCollection": false, - "description": "路由隐藏脚本." - }, - { - "name": "hiddenScriptText", - "type": "String", - "isCollection": false, - "description": "路由隐藏脚本文本." - }, - { - "name": "displayNameScript", - "type": "String", - "isCollection": false, - "description": "路由显示名称脚本." - }, - { - "name": "displayNameScriptText", - "type": "String", - "isCollection": false, - "description": "路由显示名称脚本文本." - }, - { - "name": "selectConfig", - "type": "String", - "isCollection": false, - "description": "路由选人设置文本." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "路由类型" - }, - { - "name": "appendTaskIdentityType", - "type": "String", - "isCollection": false, - "description": "添加待办方式." - }, - { - "name": "appendTaskIdentityScript", - "type": "String", - "isCollection": false, - "description": "添加待办人脚本." - }, - { - "name": "appendTaskIdentityScriptText", - "type": "String", - "isCollection": false, - "description": "添加待办人脚本文本." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getSelectConfig", - "className": "com.x.processplatform.assemble.surface.jaxrs.route.ActionGetSelectConfig", - "description": "获取选择人员配置.", - "type": "GET", - "path": "jaxrs/route/{id}/selectconfig", - "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": "String", - "isCollection": false, - "description": "字符串值" - } - ] - }, - { - "name": "list", - "className": "com.x.processplatform.assemble.surface.jaxrs.route.ActionList", - "description": "批量获取路由.", - "type": "PUT", - "path": "jaxrs/route/list", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "valueList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "字符串多值.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "名称." - }, - { - "name": "alias", - "type": "String", - "isCollection": false, - "description": "代理节点别名." - }, - { - "name": "description", - "type": "String", - "isCollection": false, - "description": "描述." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程标识符." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "目标类别." - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "目标活动节点标识符." - }, - { - "name": "track", - "type": "String", - "isCollection": false, - "description": "路由的曲线坐标." - }, - { - "name": "orderNumber", - "type": "Integer", - "isCollection": false, - "description": "排序号,升序排列,为空在最后." - }, - { - "name": "position", - "type": "String", - "isCollection": false, - "description": "文本位置." - }, - { - "name": "script", - "type": "String", - "isCollection": false, - "description": "路由脚本" - }, - { - "name": "scriptText", - "type": "String", - "isCollection": false, - "description": "路由脚本文本." - }, - { - "name": "validationScript", - "type": "String", - "isCollection": false, - "description": "校验脚本" - }, - { - "name": "validationScriptText", - "type": "String", - "isCollection": false, - "description": "校验脚本文本." - }, - { - "name": "passSameTarget", - "type": "Boolean", - "isCollection": false, - "description": "如何与前一个环节处理人相同那么自动执行." - }, - { - "name": "passExpired", - "type": "Boolean", - "isCollection": false, - "description": "超时时候的默认路由." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "默认意见." - }, - { - "name": "decisionOpinion", - "type": "String", - "isCollection": false, - "description": "决策性意见,使用#分割." - }, - { - "name": "sole", - "type": "Boolean", - "isCollection": false, - "description": "唯一路由,当多人处理时,如果有人选择此路由将通过此路由,一票否决." - }, - { - "name": "opinionRequired", - "type": "Boolean", - "isCollection": false, - "description": "路由意见是否必填." - }, - { - "name": "hiddenScript", - "type": "String", - "isCollection": false, - "description": "路由隐藏脚本." - }, - { - "name": "hiddenScriptText", - "type": "String", - "isCollection": false, - "description": "路由隐藏脚本文本." - }, - { - "name": "displayNameScript", - "type": "String", - "isCollection": false, - "description": "路由显示名称脚本." - }, - { - "name": "displayNameScriptText", - "type": "String", - "isCollection": false, - "description": "路由显示名称脚本文本." - }, - { - "name": "selectConfig", - "type": "String", - "isCollection": false, - "description": "路由选人设置文本." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "路由类型" - }, - { - "name": "appendTaskIdentityType", - "type": "String", - "isCollection": false, - "description": "添加待办方式." - }, - { - "name": "appendTaskIdentityScript", - "type": "String", - "isCollection": false, - "description": "添加待办人脚本." - }, - { - "name": "appendTaskIdentityScriptText", - "type": "String", - "isCollection": false, - "description": "添加待办人脚本文本." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "ScriptAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.script.ScriptAction", - "description": "脚本操作", - "methods": [ - { - "name": "getImported", - "className": "com.x.processplatform.assemble.surface.jaxrs.script.ActionGetImported", - "description": "GET方法获取Script以及依赖脚本内容,POST无法缓存,GET方法不过滤已经导入的脚本.", - "type": "GET", - "path": "jaxrs/script/{flag}/application/{applicationFlag}/imported", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "脚本标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "脚本内容" - }, - { - "name": "importedList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用脚本" - } - ] - }, - { - "name": "load", - "className": "com.x.processplatform.assemble.surface.jaxrs.script.ActionLoad", - "description": "获取Script以及依赖脚本内容。", - "type": "POST", - "path": "jaxrs/script/{flag}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "脚本标识" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "importedList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "导入标识", - "isBaseType": true - } - ], - "outs": [ - { - "name": "text", - "type": "String", - "isCollection": false, - "description": "脚本内容" - }, - { - "name": "importedList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用脚本" - } - ] - } - ] - }, - { - "name": "SerialNumberAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.serialnumber.SerialNumberAction", - "description": "流水号操作", - "methods": [ - { - "name": "delete", - "className": "com.x.processplatform.assemble.surface.jaxrs.serialnumber.ActionRemove", - "description": "删除SerialNumber内容.", - "type": "DELETE", - "path": "jaxrs/serialnumber/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.serialnumber.ActionGet", - "description": "获取SerialNumber内容,", - "type": "GET", - "path": "jaxrs/serialnumber/{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": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "编号名称." - }, - { - "name": "serial", - "type": "Integer", - "isCollection": false, - "description": "编号" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "list", - "className": "com.x.processplatform.assemble.surface.jaxrs.serialnumber.ActionList", - "description": "列示指定应用的所有SerialNumber对象.", - "type": "GET", - "path": "jaxrs/serialnumber/list/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "编号名称." - }, - { - "name": "serial", - "type": "Integer", - "isCollection": false, - "description": "编号" - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "update", - "className": "com.x.processplatform.assemble.surface.jaxrs.serialnumber.ActionUpdate", - "description": "更新SerialNumber内容.", - "type": "PUT", - "path": "jaxrs/serialnumber/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用.", - "isBaseType": true - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID.", - "isBaseType": true - }, - { - "name": "serial", - "type": "Integer", - "isCollection": false, - "description": "编号", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "name": "SysResourceAction", - "className": "com.x.base.core.project.jaxrs.sysresource.SysResourceAction", - "description": "系统资源", - "methods": [ - { - "name": "listResource", - "className": "com.x.base.core.project.jaxrs.sysresource.ActionListResource", - "description": "获取静态资源信息.", - "type": "GET", - "path": "jaxrs/sysresource/filePath/{filePath}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "filePath", - "type": "String", - "description": "查找路径(根路径:(0))" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "uploadResource", - "className": "com.x.base.core.project.jaxrs.sysresource.ActionUploadResource", - "description": "上传静态资源(仅上传到当前服务器)", - "type": "POST", - "path": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "contentType": "multipart/form-data", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "asNew", - "type": "Boolean", - "description": "覆盖类型:true删除原文件然后上传,false覆盖原文件" - } - ], - "formParameters": [ - { - "name": "file", - "type": "File", - "description": "上传文件" - }, - { - "name": "fileName", - "type": "String", - "description": "附件名称" - }, - { - "name": "filePath", - "type": "String", - "description": "附件存放目录(可以为空)" - } - ], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "value", - "type": "Boolean", - "isCollection": false, - "description": "布尔值." - } - ] - } - ] - }, - { - "name": "TaskAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.TaskAction", - "description": "待办操作", - "methods": [ - { - "name": "V2Count", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2Count", - "description": "统计待办数量.", - "type": "POST", - "path": "jaxrs/task/v2/count", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "groupByApplication", - "type": "Boolean", - "isCollection": false, - "description": "按应用分类", - "isBaseType": true - }, - { - "name": "groupByProcess", - "type": "Boolean", - "isCollection": false, - "description": "按流程分类", - "isBaseType": true - }, - { - "name": "groupByCreatorPerson", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByCreatorUnit", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByStartTimeMonth", - "type": "Boolean", - "isCollection": false, - "description": "按创建年月分类", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "总数量" - }, - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按应用分类数量" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按流程分类数量" - }, - { - "name": "creatorPersonList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建人分类数量" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建组织分类数量" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建的年月分类" - } - ] - }, - { - "name": "V2List", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2List", - "description": "列示待办.", - "type": "POST", - "path": "jaxrs/task/v2/list", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job标识", - "isBaseType": true - }, - { - "name": "idList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "标识", - "isBaseType": true - }, - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreateNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2ListCreateNext", - "description": "列示当前用户创建的工作的待办,下一页.", - "type": "POST", - "path": "jaxrs/task/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2ListCreatePaging", - "description": "列示当前用户创建的工作的待办,分页.", - "type": "POST", - "path": "jaxrs/task/v2/list/create/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2ListCreatePrev", - "description": "列示当前用户创建的工作的待办,上一页.", - "type": "POST", - "path": "jaxrs/task/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2ListNext", - "description": "列示当前用户的待办,下一页.", - "type": "POST", - "path": "jaxrs/task/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2ListPaging", - "description": "列示当前用户的待办,分页.", - "type": "POST", - "path": "jaxrs/task/v2/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2ListPrev", - "description": "列示当前用户的待办,上一页.", - "type": "POST", - "path": "jaxrs/task/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联taskCompleted", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2Reset", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.V2Reset", - "description": "V2_重置待办,将之前的待办转为已办,opinion:办理意见,routeName:选择路由,identityList:新的办理人.", - "type": "PUT", - "path": "jaxrs/task/v2/{id}/reset", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "路由名称", - "isBaseType": true - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - }, - { - "name": "identityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "重置身份", - "isBaseType": true - }, - { - "name": "keep", - "type": "Boolean", - "isCollection": false, - "description": "保留自身待办.", - "isBaseType": true - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作串号", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "display", - "type": "Boolean", - "isCollection": false, - "description": "是否显示." - }, - { - "name": "order", - "type": "Long", - "isCollection": false, - "description": "显示排序." - }, - { - "name": "properties", - "type": "RecordProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "recordTime", - "type": "Date", - "isCollection": false, - "description": "记录时间." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "记录人员" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "记录身份" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "记录人员所在组织." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "类型." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "countWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionCountWithFilter", - "description": "获取指定人员在指定范围内的待办数量没有权限限制.", - "type": "POST", - "path": "jaxrs/task/count/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "appliationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "待办数量" - } - ] - }, - { - "name": "countWithPerson", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionCountWithPerson", - "description": "获取指定人员的待办数量,没有权限限制.", - "type": "GET", - "path": "jaxrs/task/count/{credential}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "credential", - "type": "String", - "description": "个人标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "待办数量" - } - ] - }, - { - "name": "filterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionFilterAttribute", - "description": "获取可用与filter的分类值", - "type": "GET", - "path": "jaxrs/task/filter/attribute", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的应用" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - } - ] - }, - { - "name": "filterAttributeFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionFilterAttributeFilter", - "description": "获取可用与filter的分类值,通过输入值进行范围限制.", - "type": "POST", - "path": "jaxrs/task/filter/attribute/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制应用范围", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制流程范围", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建组织范围", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建月份范围", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制活动名称范围", - "isBaseType": true - } - ], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的应用" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionGet", - "description": "根据Id获取待办.", - "type": "GET", - "path": "jaxrs/task/{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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getReference", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionReference", - "description": "取得复合的待办.", - "type": "GET", - "path": "jaxrs/task/{id}/reference", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "task", - "type": "WoTask", - "isCollection": false, - "description": "待办对象" - }, - { - "name": "work", - "type": "WoWork", - "isCollection": false, - "description": "工作对象" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件对象" - }, - { - "name": "workCompletedList", - "type": "List\u003cWoWorkCompleted\u003e", - "isCollection": true, - "description": "已完成工作对象" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志对象" - } - ] - }, - { - "name": "listCountWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListCountWithApplication", - "description": "统计当前用户待办,按应用分类.", - "type": "GET", - "path": "jaxrs/task/list/count/application", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listCountWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListCountWithProcess", - "description": "统计当前用户在指定应用下的待办,按流程分类.", - "type": "GET", - "path": "jaxrs/task/list/count/application/{applicationFlag}/process", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listMyFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListMyFilterPaging", - "description": "按条件对当前用户待办分页显示.", - "type": "POST", - "path": "jaxrs/task/list/my/filter/{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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用id", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "expireTime", - "type": "String", - "isCollection": false, - "description": "时效超时时间(0表示所有已超时的、1表示超时1小时以上的、2、3...)", - "isBaseType": true - }, - { - "name": "urgeTime", - "type": "String", - "isCollection": false, - "description": "催办超时时间(0表示所有已超时的、1表示超时1小时以上的、2、3...)", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listMyPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListMyPaging", - "description": "列示当前用户的待办,分页.", - "type": "GET", - "path": "jaxrs/task/list/my/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": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListNext", - "description": "列示当前用户创建的待办对象,下一页.", - "type": "GET", - "path": "jaxrs/task/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListNextWithApplication", - "description": "列示指定应用当前用户的待办对象,下一页.", - "type": "GET", - "path": "jaxrs/task/list/{id}/next/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListNextFilter", - "description": "获取用户对待办的过滤信息,下一页.", - "type": "POST", - "path": "jaxrs/task/list/{id}/next/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListNextWithProcess", - "description": "列示指定流程当前用户的待办对象,下一页.", - "type": "GET", - "path": "jaxrs/task/list/{id}/next/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListPrev", - "description": "列示当前用户创建的待办对象,上一页.", - "type": "GET", - "path": "jaxrs/task/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListPrevWithApplication", - "description": "列示指定应用当前用户的待办对象,上一页.", - "type": "GET", - "path": "jaxrs/task/list/{id}/prev/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListNextFilter", - "description": "获取用户对待办的过滤信息,上一页.", - "type": "POST", - "path": "jaxrs/task/list/{id}/prev/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListPrevWithProcess", - "description": "列示指定流程当前用户的待办对象,上一页.", - "type": "GET", - "path": "jaxrs/task/list/{id}/prev/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListWithJob", - "description": "根据job获取待办.", - "type": "GET", - "path": "jaxrs/task/list/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "任务标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionListWithWork", - "description": "根据work获取待办.", - "type": "GET", - "path": "jaxrs/task/list/work/{work}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "work", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageDelete", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageDelete", - "description": "管理删除待办.", - "type": "DELETE", - "path": "jaxrs/task/{id}/manage", - "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": "manageListFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageListFilterPaging", - "description": "按条件对待办分页显示.", - "type": "POST", - "path": "jaxrs/task/list/filter/{page}/size/{size}/manage", - "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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "workList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "work工作", - "isBaseType": true - }, - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job工作实例", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "expireTime", - "type": "String", - "isCollection": false, - "description": "时效超时时间(0表示所有已超时的、1表示超时1小时以上的、2、3...)", - "isBaseType": true - }, - { - "name": "urgeTime", - "type": "String", - "isCollection": false, - "description": "催办超时时间(0表示所有已超时的、1表示超时1小时以上的、2、3...)", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageListNext", - "description": "列示所有创建的待办对象,下一页.", - "type": "GET", - "path": "jaxrs/task/list/{id}/next/{count}/manage", - "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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageListNextFilter", - "description": "获取指定条件的待办,下一页.", - "type": "POST", - "path": "jaxrs/task/list/{id}/next/{count}/filter/manage", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageListPrev", - "description": "列示所有创建的待办对象,上一页.", - "type": "GET", - "path": "jaxrs/task/list/{id}/prev/{count}/manage", - "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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageListPrevFilter", - "description": "获取指定条件的待办,上一页.", - "type": "POST", - "path": "jaxrs/task/list/{id}/prev/{count}/filter/manage", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织." - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称." - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名." - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时." - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间." - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过." - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由." - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称." - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见." - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据." - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过." - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办." - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageOpinion", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageOpinion", - "description": "管理修改意见.", - "type": "PUT", - "path": "jaxrs/task/{id}/opinion/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待办标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "value", - "type": "Boolean", - "isCollection": false, - "description": "布尔值." - } - ] - }, - { - "name": "managePress", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManagePress", - "description": "待办提醒,message类型:task_press.", - "type": "GET", - "path": "jaxrs/task/{id}/press/manage", - "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": "manageProcessing", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageProcessing", - "description": "待办转已办.", - "type": "PUT", - "path": "jaxrs/task/{id}/processing/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "待办标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成.", - "isBaseType": true - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务.", - "isBaseType": true - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题.", - "isBaseType": true - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间.", - "isBaseType": true - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.", - "isBaseType": true - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID.", - "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": "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号", - "isBaseType": true - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人", - "isBaseType": true - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity", - "isBaseType": true - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织.", - "isBaseType": true - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity", - "isBaseType": true - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID.", - "isBaseType": true - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称.", - "isBaseType": true - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名.", - "isBaseType": true - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明.", - "isBaseType": true - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型.", - "isBaseType": false - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token.", - "isBaseType": true - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人", - "isBaseType": true - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity", - "isBaseType": true - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门", - "isBaseType": true - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间.", - "isBaseType": true - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时.", - "isBaseType": true - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间.", - "isBaseType": true - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过.", - "isBaseType": true - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由.", - "isBaseType": true - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称.", - "isBaseType": true - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见.", - "isBaseType": true - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割.", - "isBaseType": true - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称.", - "isBaseType": true - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见.", - "isBaseType": true - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据.", - "isBaseType": true - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过.", - "isBaseType": true - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理.", - "isBaseType": true - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见.", - "isBaseType": true - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办.", - "isBaseType": true - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段.", - "isBaseType": false - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号.", - "isBaseType": true - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign", - "isBaseType": true - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01.", - "isBaseType": true - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02.", - "isBaseType": true - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03.", - "isBaseType": true - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04.", - "isBaseType": true - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05.", - "isBaseType": true - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06.", - "isBaseType": true - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07.", - "isBaseType": true - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08.", - "isBaseType": true - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09.", - "isBaseType": true - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10.", - "isBaseType": true - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01.", - "isBaseType": true - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02.", - "isBaseType": true - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03.", - "isBaseType": true - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04.", - "isBaseType": true - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05.", - "isBaseType": true - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01.", - "isBaseType": true - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02.", - "isBaseType": true - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03.", - "isBaseType": true - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04.", - "isBaseType": true - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05.", - "isBaseType": true - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01.", - "isBaseType": true - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02.", - "isBaseType": true - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03.", - "isBaseType": true - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04.", - "isBaseType": true - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05.", - "isBaseType": true - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01.", - "isBaseType": true - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02.", - "isBaseType": true - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01.", - "isBaseType": true - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02.", - "isBaseType": true - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01.", - "isBaseType": true - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02.", - "isBaseType": true - }, - { - "name": "distributeFactor", - "type": "Integer", - "isCollection": false, - "description": "分布式存储标识位.", - "isBaseType": true - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中.", - "isBaseType": true - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中.", - "isBaseType": true - }, - { - "name": "sequence", - "type": "String", - "isCollection": false, - "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "manageReset", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionManageReset", - "description": "重置待办,将之前的待办转为已办,opinion:办理意见,routeName:选择路由,identityList:新的办理人.", - "type": "PUT", - "path": "jaxrs/task/{id}/reset/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "路由名称", - "isBaseType": true - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - }, - { - "name": "identityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "重置身份", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "processing", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionProcessing", - "description": "保存待办意见并继续流转.返回后续人工环节处理人", - "type": "POST", - "path": "jaxrs/task/{id}/processing", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "路由名称", - "isBaseType": true - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见", - "isBaseType": true - }, - { - "name": "routeData", - "type": "JsonElement", - "isCollection": false, - "description": "路由数据", - "isBaseType": false - }, - { - "name": "appendTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "新添加的待办处理人", - "isBaseType": true - }, - { - "name": "ignoreEmpowerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "忽略授权身份", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "display", - "type": "Boolean", - "isCollection": false, - "description": "是否显示." - }, - { - "name": "order", - "type": "Long", - "isCollection": false, - "description": "显示排序." - }, - { - "name": "properties", - "type": "RecordProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "recordTime", - "type": "Date", - "isCollection": false, - "description": "记录时间." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "记录人员" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "记录身份" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "记录人员所在组织." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "类型." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "processingNeural", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionProcessingNeural", - "description": "使用神经网络自动进行处理", - "type": "POST", - "path": "jaxrs/task/{id}/processing/neural", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "神经网络类型", - "isBaseType": true - } - ], - "outs": [ - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "决策" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "返回工作记录" - } - ] - }, - { - "name": "reset", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionReset", - "description": "重置待办,将之前的待办转为已办,opinion:办理意见,routeName:选择路由,identityList:新的办理人.", - "type": "PUT", - "path": "jaxrs/task/{id}/reset", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "路由名称", - "isBaseType": true - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - }, - { - "name": "identityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "重置身份", - "isBaseType": true - }, - { - "name": "keep", - "type": "Boolean", - "isCollection": false, - "description": "保留自身待办.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "update", - "className": "com.x.processplatform.assemble.surface.jaxrs.task.ActionEdit", - "description": "更新待办内容.", - "type": "PUT", - "path": "jaxrs/task/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成.", - "isBaseType": true - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务.", - "isBaseType": true - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题.", - "isBaseType": true - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间.", - "isBaseType": true - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.", - "isBaseType": true - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID.", - "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": "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号", - "isBaseType": true - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人", - "isBaseType": true - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity", - "isBaseType": true - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "当前处理人所在组织.", - "isBaseType": true - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity", - "isBaseType": true - }, - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动ID.", - "isBaseType": true - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称.", - "isBaseType": true - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名.", - "isBaseType": true - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明.", - "isBaseType": true - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型.", - "isBaseType": false - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token.", - "isBaseType": true - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人", - "isBaseType": true - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity", - "isBaseType": true - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人部门", - "isBaseType": true - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间.", - "isBaseType": true - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否已经超时.", - "isBaseType": true - }, - { - "name": "urgeTime", - "type": "Date", - "isCollection": false, - "description": "催办时间.", - "isBaseType": true - }, - { - "name": "urged", - "type": "Boolean", - "isCollection": false, - "description": "是否已经催办过.", - "isBaseType": true - }, - { - "name": "routeList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由.", - "isBaseType": true - }, - { - "name": "routeNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由名称.", - "isBaseType": true - }, - { - "name": "routeOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "当前活动可供选择的路由对应的默认意见.", - "isBaseType": true - }, - { - "name": "routeDecisionOpinionList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "决策性意见列表,使用#分割.", - "isBaseType": true - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称.", - "isBaseType": true - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见.", - "isBaseType": true - }, - { - "name": "modified", - "type": "Boolean", - "isCollection": false, - "description": "是否在前台保存过数据.", - "isBaseType": true - }, - { - "name": "viewed", - "type": "Boolean", - "isCollection": false, - "description": "是否查看过.", - "isBaseType": true - }, - { - "name": "allowRapid", - "type": "Boolean", - "isCollection": false, - "description": "允许快速处理.", - "isBaseType": true - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见.", - "isBaseType": true - }, - { - "name": "first", - "type": "Boolean", - "isCollection": false, - "description": "是否是第一条待办.", - "isBaseType": true - }, - { - "name": "properties", - "type": "TaskProperties", - "isCollection": false, - "description": "属性对象存储字段.", - "isBaseType": false - }, - { - "name": "series", - "type": "String", - "isCollection": false, - "description": "操作序列号,同次操作将会有相同的序列号.", - "isBaseType": true - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assign", - "isBaseType": true - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01.", - "isBaseType": true - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02.", - "isBaseType": true - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03.", - "isBaseType": true - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04.", - "isBaseType": true - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05.", - "isBaseType": true - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06.", - "isBaseType": true - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07.", - "isBaseType": true - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08.", - "isBaseType": true - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09.", - "isBaseType": true - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10.", - "isBaseType": true - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01.", - "isBaseType": true - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02.", - "isBaseType": true - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03.", - "isBaseType": true - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04.", - "isBaseType": true - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05.", - "isBaseType": true - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01.", - "isBaseType": true - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02.", - "isBaseType": true - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03.", - "isBaseType": true - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04.", - "isBaseType": true - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05.", - "isBaseType": true - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01.", - "isBaseType": true - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02.", - "isBaseType": true - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03.", - "isBaseType": true - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04.", - "isBaseType": true - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05.", - "isBaseType": true - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01.", - "isBaseType": true - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02.", - "isBaseType": true - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01.", - "isBaseType": true - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02.", - "isBaseType": true - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01.", - "isBaseType": true - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02.", - "isBaseType": true - }, - { - "name": "distributeFactor", - "type": "Integer", - "isCollection": false, - "description": "分布式存储标识位.", - "isBaseType": true - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中.", - "isBaseType": true - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中.", - "isBaseType": true - }, - { - "name": "sequence", - "type": "String", - "isCollection": false, - "description": "列表序号,由创建时间以及ID组成.在保存时自动生成,索引创建在约束中.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "name": "TaskCompletedAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.TaskCompletedAction", - "description": "已办操作", - "methods": [ - { - "name": "V2Count", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2Count", - "description": "统计已办数量.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/count", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "groupByApplication", - "type": "Boolean", - "isCollection": false, - "description": "按应用分类", - "isBaseType": true - }, - { - "name": "groupByProcess", - "type": "Boolean", - "isCollection": false, - "description": "按流程分类", - "isBaseType": true - }, - { - "name": "groupByCreatorPerson", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByCreatorUnit", - "type": "Boolean", - "isCollection": false, - "description": "按创建人分类", - "isBaseType": true - }, - { - "name": "groupByStartTimeMonth", - "type": "Boolean", - "isCollection": false, - "description": "按创建年月分类", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "总数量" - }, - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按应用分类数量" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按流程分类数量" - }, - { - "name": "creatorPersonList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建人分类数量" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建组织分类数量" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "按创建的年月分类" - } - ] - }, - { - "name": "V2List", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2List", - "description": "列示已办.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/list", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job标识", - "isBaseType": true - }, - { - "name": "idList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "标识", - "isBaseType": true - }, - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreateNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2ListCreateNext", - "description": "列示当前用户创建的工作的已办,下一页.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2ListCreatePaging", - "description": "列示当前用户创建的工作的已办,分页.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/list/create/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListCreatePrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2ListCreatePrev", - "description": "列示当前用户创建的工作的已办,上一页.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/list/create/{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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2ListNext", - "description": "列示当前用户的已办,下一页.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2ListPaging", - "description": "列示当前用户的已办,分页.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/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": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2ListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.V2ListPrev", - "description": "列示当前用户的已办,上一页.", - "type": "POST", - "path": "jaxrs/taskcompleted/v2/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": [ - { - "name": "relateWork", - "type": "Boolean", - "isCollection": false, - "description": "是否关联work", - "isBaseType": true - }, - { - "name": "relateWorkCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联workCompleted", - "isBaseType": true - }, - { - "name": "relateTask", - "type": "Boolean", - "isCollection": false, - "description": "是否关联task", - "isBaseType": true - }, - { - "name": "relateRead", - "type": "Boolean", - "isCollection": false, - "description": "是否关联read", - "isBaseType": true - }, - { - "name": "relateReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否关联readCompleted", - "isBaseType": true - }, - { - "name": "relateReview", - "type": "Boolean", - "isCollection": false, - "description": "是否关联review", - "isBaseType": true - }, - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "creatorPersonList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间", - "isBaseType": true - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "已经结束的.", - "isBaseType": true - }, - { - "name": "notCompleted", - "type": "Boolean", - "isCollection": false, - "description": "尚未结束的", - "isBaseType": true - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job,同一处理人最后一条已办.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "countWithPerson", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionCountWithPerson", - "description": "获取指定人员的已办数量,没有权限限制.", - "type": "GET", - "path": "jaxrs/taskcompleted/count/{credential}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "credential", - "type": "String", - "description": "个人标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "已办数量" - } - ] - }, - { - "name": "filterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionFilterAttribute", - "description": "获取可用与filter的分类值.", - "type": "GET", - "path": "jaxrs/taskcompleted/filter/attribute", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的应用" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的结束月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - }, - { - "name": "completedList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的完成状态" - } - ] - }, - { - "name": "filterAttributeFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionFilterAttributeFilter", - "description": "获取可用与filter的分类值,通过输入值进行范围限制.", - "type": "POST", - "path": "jaxrs/taskcompleted/filter/attribute/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制应用范围", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制流程范围", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建组织范围", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制创建月份范围", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制结束月份范围", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "限制活动名称范围", - "isBaseType": true - }, - { - "name": "completedList", - "type": "List\u003cBoolean\u003e", - "isCollection": true, - "description": "可选择的完成状态", - "isBaseType": true - } - ], - "outs": [ - { - "name": "applicationList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的应用" - }, - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的结束月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - }, - { - "name": "completedList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的完成状态" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionGet", - "description": "获取已办内容,", - "type": "GET", - "path": "jaxrs/taskcompleted/{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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getReference", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionReference", - "description": "列示指定已办后续的所有Work和WorkCompleted.", - "type": "GET", - "path": "jaxrs/taskcompleted/{id}/reference", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "taskCompleted", - "type": "WoTaskCompleted", - "isCollection": false, - "description": "已办对象" - }, - { - "name": "workList", - "type": "List\u003cWoWork\u003e", - "isCollection": true, - "description": "工作对象" - }, - { - "name": "workCompletedList", - "type": "List\u003cWoWorkCompleted\u003e", - "isCollection": true, - "description": "已完成工作对象" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作记录对象" - } - ] - }, - { - "name": "listCountWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListCountWithApplication", - "description": "统计当前用户按应用分类的已办.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/count/application", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listCountWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListCountWithProcess", - "description": "统计当前用户在指定应用下的已办,按流程分类.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/count/application/{applicationFlag}/process", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listMyFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListMyFilterPaging", - "description": "按条件对当前用户已办分页显示.", - "type": "POST", - "path": "jaxrs/taskcompleted/list/my/filter/{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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间(月)", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间(月)", - "isBaseType": true - }, - { - "name": "completedList", - "type": "List\u003cBoolean\u003e", - "isCollection": true, - "description": "可选择的完成状态", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listMyPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListMyPaging", - "description": "列示当前用户的已办,分页.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/my/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": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListNext", - "description": "列示当前用户的已办对象,下一页.", - "type": "GET", - "path": "jaxrs/taskcompleted/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListNextWithApplication", - "description": "列示指定应用当前用户的已办对象,下一页.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/{id}/next/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListNextFilter", - "description": "获取用户对已办的过滤信息,下一页.", - "type": "POST", - "path": "jaxrs/taskcompleted/list/{id}/next/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间(月)", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间(月)", - "isBaseType": true - }, - { - "name": "completedList", - "type": "List\u003cBoolean\u003e", - "isCollection": true, - "description": "可选择的完成状态", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListNextWithProcess", - "description": "列示指定流程当前用户的已办对象,下一页.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/{id}/next/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListPrev", - "description": "列示当前用户的已办对象,上一页.", - "type": "GET", - "path": "jaxrs/taskcompleted/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": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevManual", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListPrevManual", - "description": "根据待办或者已办取得上一人工活动已办.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/prev/manual/{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": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListPrevWithApplication", - "description": "列示指定应用当前用户的已办对象,上一页.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/{id}/prev/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListPrevFilter", - "description": "获取用户对已办的过滤信息,上一页.", - "type": "POST", - "path": "jaxrs/taskcompleted/list/{id}/prev/{count}/filter", - "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": [ - { - "name": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时间(月)", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束时间(月)", - "isBaseType": true - }, - { - "name": "completedList", - "type": "List\u003cBoolean\u003e", - "isCollection": true, - "description": "可选择的完成状态", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListPrevWithProcess", - "description": "列示指定流程当前用户的已办对象,上一页.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/{id}/prev/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListWithJob", - "description": "根据job获取已办.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "任务标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListWithWork", - "description": "根据work获取已办.", - "type": "GET", - "path": "jaxrs/taskcompleted/list/work/{work}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "work", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionListWithWorkOrWorkCompleted", - "description": "根据工作或完成工作获取已办,", - "type": "GET", - "path": "jaxrs/taskcompleted/list/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageDelete", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionManageDelete", - "description": "管理删除已办.", - "type": "DELETE", - "path": "jaxrs/taskcompleted/{id}/manage", - "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": "manageListFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionManageListFilterPaging", - "description": "按条件对已办分页显示.", - "type": "POST", - "path": "jaxrs/taskcompleted/list/filter/{page}/size/{size}/manage", - "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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人员", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "workList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "work工作", - "isBaseType": true - }, - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job工作实例", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始时期", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "匹配关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageOpinion", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionManageOpinion", - "description": "管理修改意见.", - "type": "PUT", - "path": "jaxrs/taskcompleted/{id}/opinion/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "已办标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "意见", - "isBaseType": true - } - ], - "outs": [ - { - "name": "value", - "type": "Boolean", - "isCollection": false, - "description": "布尔值." - } - ] - }, - { - "name": "press", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionPress", - "description": "提醒.", - "type": "GET", - "path": "jaxrs/taskcompleted/press/work/{work}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "work", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "valueList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "字符串多值." - } - ] - }, - { - "name": "referenceControl", - "className": "com.x.processplatform.assemble.surface.jaxrs.taskcompleted.ActionReferenceControl", - "description": "列示指定已办后续的所有Work和WorkCompleted的简单内容和权限.", - "type": "GET", - "path": "jaxrs/taskcompleted/{id}/reference/control", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "workList", - "type": "List\u003cWoWork\u003e", - "isCollection": true, - "description": "工作对象" - }, - { - "name": "workCompletedList", - "type": "List\u003cWoWorkCompleted\u003e", - "isCollection": true, - "description": "已完成工作对象" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务." - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题." - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "task转成taskCompleted的完成时间,也就是任务的完成时间." - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "task转成taskCompleted的完成月份,也就是任务的完成时间,用于filter过滤." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作ID." - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "整个job是否已经完成." - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "WorkCompleted ID." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "applicationName", - "type": "String", - "isCollection": false, - "description": "应用名称." - }, - { - "name": "applicationAlias", - "type": "String", - "isCollection": false, - "description": "应用别名." - }, - { - "name": "processName", - "type": "String", - "isCollection": false, - "description": "流程名称." - }, - { - "name": "processAlias", - "type": "String", - "isCollection": false, - "description": "流程别名." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "当前处理人" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "当前处理人Identity" - }, - { - "name": "empowerToIdentity", - "type": "String", - "isCollection": false, - "description": "授权给谁处理,在processType\u003dempower时记录授权对象" - }, - { - "name": "empowerFromIdentity", - "type": "String", - "isCollection": false, - "description": "授权自Identity" - }, - { - "name": "unit", - "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": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动说明." - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动Token." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "选择的路由名称." - }, - { - "name": "opinion", - "type": "String", - "isCollection": false, - "description": "处理意见." - }, - { - "name": "task", - "type": "String", - "isCollection": false, - "description": "Task ID." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "processingType", - "type": "String", - "isCollection": false, - "description": "流程流转类型" - }, - { - "name": "retractTime", - "type": "Date", - "isCollection": false, - "description": "retract时间." - }, - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "同一Job中同一用户是否是最新的." - }, - { - "name": "mediaOpinion", - "type": "String", - "isCollection": false, - "description": "多媒体意见." - }, - { - "name": "pressCount", - "type": "Integer", - "isCollection": false, - "description": "提醒次数" - }, - { - "name": "pressTime", - "type": "Date", - "isCollection": false, - "description": "提醒办理时间." - }, - { - "name": "pressActivityToken", - "type": "String", - "isCollection": false, - "description": "提醒办理环节." - }, - { - "name": "currentActivityName", - "type": "String", - "isCollection": false, - "description": "当前活动名称." - }, - { - "name": "joinInquire", - "type": "Boolean", - "isCollection": false, - "description": "已办是否参与路由." - }, - { - "name": "properties", - "type": "TaskCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - } - ] - }, - { - "name": "WorkAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.WorkAction", - "description": "工作操作", - "methods": [ - { - "name": "V2Reroute", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.V2Reroute", - "description": "V2_工作调度.", - "type": "PUT", - "path": "jaxrs/work/v2/{id}/reroute", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "activity", - "type": "String", - "isCollection": false, - "description": "活动节点", - "isBaseType": true - }, - { - "name": "activityType", - "type": "String", - "isCollection": false, - "description": "节点类型", - "isBaseType": true - }, - { - "name": "mergeWork", - "type": "Boolean", - "isCollection": false, - "description": "是否合并所有的work", - "isBaseType": true - }, - { - "name": "manualForceTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "人工活动强制处理人", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "display", - "type": "Boolean", - "isCollection": false, - "description": "是否显示." - }, - { - "name": "order", - "type": "Long", - "isCollection": false, - "description": "显示排序." - }, - { - "name": "properties", - "type": "RecordProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "recordTime", - "type": "Date", - "isCollection": false, - "description": "记录时间." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "记录人员" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "记录身份" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "记录人员所在组织." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "类型." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2Retract", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.V2Retract", - "description": "V2_工作召回。", - "type": "PUT", - "path": "jaxrs/work/v2/{id}/retract", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": true, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "display", - "type": "Boolean", - "isCollection": false, - "description": "是否显示." - }, - { - "name": "order", - "type": "Long", - "isCollection": false, - "description": "显示排序." - }, - { - "name": "properties", - "type": "RecordProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "recordTime", - "type": "Date", - "isCollection": false, - "description": "记录时间." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "记录人员" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "记录身份" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "记录人员所在组织." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "类型." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "V2Rollback", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.V2Rollback", - "description": "V2_回滚工作.", - "type": "PUT", - "path": "jaxrs/work/v2/{id}/rollback", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "workLog", - "type": "String", - "isCollection": false, - "description": "工作日志", - "isBaseType": true - }, - { - "name": "taskCompletedIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "已完成工作处理人.", - "isBaseType": true - }, - { - "name": "processing", - "type": "Boolean", - "isCollection": false, - "description": "是否尝试流转", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用." - }, - { - "name": "process", - "type": "String", - "isCollection": false, - "description": "流程ID." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "display", - "type": "Boolean", - "isCollection": false, - "description": "是否显示." - }, - { - "name": "order", - "type": "Long", - "isCollection": false, - "description": "显示排序." - }, - { - "name": "properties", - "type": "RecordProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "recordTime", - "type": "Date", - "isCollection": false, - "description": "记录时间." - }, - { - "name": "person", - "type": "String", - "isCollection": false, - "description": "记录人员" - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "记录身份" - }, - { - "name": "unit", - "type": "String", - "isCollection": false, - "description": "记录人员所在组织." - }, - { - "name": "type", - "type": "String", - "isCollection": false, - "description": "类型." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "addSplit", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionAddSplit", - "description": "增加一个会签分支", - "type": "PUT", - "path": "jaxrs/work/{id}/add/split", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "splitValueList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "添加的拆分值.", - "isBaseType": true - }, - { - "name": "trimExist", - "type": "Boolean", - "isCollection": false, - "description": "排除已经存在的拆分值.", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - } - ] - }, - { - "name": "closeCheck", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionCloseCheck", - "description": "完成工作关闭时候的检查,1.检查是否要删除处于草稿状态的工作,没有保存过任何数据将被认为是草稿.2.检查是否需要释放抢办.", - "type": "GET", - "path": "jaxrs/work/{id}/close/check", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "draft", - "type": "WoDraft", - "isCollection": false, - "description": "检查删除草稿结果" - } - ] - }, - { - "name": "closeCheckPost", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionCloseCheck", - "description": "完成工作关闭时候的检查,1.检查是否要删除处于草稿状态的工作,没有保存过任何数据将被认为是草稿.2.检查是否需要释放抢办.为了支持信标方法(Navigator.sendBeacon())单独增加的方法.", - "type": "POST", - "path": "jaxrs/work/{id}/close/check", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "draft", - "type": "WoDraft", - "isCollection": false, - "description": "检查删除草稿结果" - } - ] - }, - { - "name": "complex", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionComplex", - "description": "根据Work Id获取组装的Work内容.", - "type": "GET", - "path": "jaxrs/work/{id}/complex", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "activity", - "type": "WoActivity", - "isCollection": false, - "description": "活动节点" - }, - { - "name": "work", - "type": "WoWork", - "isCollection": false, - "description": "工作" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志对象" - }, - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件对象" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅对象" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅对象" - }, - { - "name": "currentTaskIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待办索引" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限对象" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单对象" - } - ] - }, - { - "name": "complexAppointForm", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionComplexAppointForm", - "description": "根据Work Id获取组装的Work内容同时返回指定的Form,其中application和form可以指定id,name或者alias.", - "type": "GET", - "path": "jaxrs/work/{id}/complex/appoint/form/{formFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "formFlag", - "type": "String", - "description": "表单标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "activity", - "type": "WoActivity", - "isCollection": false, - "description": "活动节点" - }, - { - "name": "work", - "type": "WoWork", - "isCollection": false, - "description": "工作" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志对象" - }, - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件对象" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅对象" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅对象" - }, - { - "name": "currentTaskIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待办索引" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限对象" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单对象" - } - ] - }, - { - "name": "complexAppointFormMobile", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionComplexAppointFormMobile", - "description": "根据Work Id获取组装的Work内容.", - "type": "GET", - "path": "jaxrs/work/{id}/complex/appoint/form/{formFlag}/mobile", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "formFlag", - "type": "String", - "description": "表单标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "activity", - "type": "WoActivity", - "isCollection": false, - "description": "活动节点" - }, - { - "name": "work", - "type": "WoWork", - "isCollection": false, - "description": "工作" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志对象" - }, - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件对象" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅对象" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅对象" - }, - { - "name": "currentTaskIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待办索引" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限对象" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单对象" - } - ] - }, - { - "name": "complexMobile", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionComplexMobile", - "description": "根据Work Id获取组装的Work内容,同时装载Mobile使用的Form.", - "type": "GET", - "path": "jaxrs/work/{id}/complex/mobile", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "activity", - "type": "WoActivity", - "isCollection": false, - "description": "活动节点" - }, - { - "name": "work", - "type": "WoWork", - "isCollection": false, - "description": "工作" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志对象" - }, - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件对象" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅对象" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅对象" - }, - { - "name": "currentTaskIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待办索引" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限对象" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单对象" - } - ] - }, - { - "name": "countWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListCountWithApplication", - "description": "统计当前用户创建的Work,按应用分类.", - "type": "GET", - "path": "jaxrs/work/list/count/application", - "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": "name", - "type": "String", - "isCollection": false, - "description": "应用标识" - }, - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "数量" - } - ] - }, - { - "name": "countWithPerson", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionCountWithPerson", - "description": "获取指定人员的Task,TaskCompleted,Read,ReadCompleted,Review.没有权限限制", - "type": "GET", - "path": "jaxrs/work/count/{credential}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "credential", - "type": "String", - "description": "个人标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "task", - "type": "Long", - "isCollection": false, - "description": "待办数量" - }, - { - "name": "taskCompleted", - "type": "Long", - "isCollection": false, - "description": "已办数量" - }, - { - "name": "read", - "type": "Long", - "isCollection": false, - "description": "待阅数量" - }, - { - "name": "readCompleted", - "type": "Long", - "isCollection": false, - "description": "已阅数量" - }, - { - "name": "review", - "type": "Long", - "isCollection": false, - "description": "待阅数量" - } - ] - }, - { - "name": "create", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionCreate", - "description": "创建工作.", - "type": "POST", - "path": "jaxrs/work/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "直接打开指定人员已经有的草稿,草稿判断:工作没有已办,只有一条此人的待办.", - "isBaseType": true - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题.", - "isBaseType": true - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "启动人员身份.", - "isBaseType": true - }, - { - "name": "data", - "type": "JsonElement", - "isCollection": false, - "description": "工作数据.", - "isBaseType": false - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办对象" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "currentTaskIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待办序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "fromGroup", - "type": "String", - "isCollection": false, - "description": "开始分组" - }, - { - "name": "fromOpinionGroup", - "type": "String", - "isCollection": false, - "description": "开始意见分组" - }, - { - "name": "fromTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "arrivedGroup", - "type": "String", - "isCollection": false, - "description": "到达分组" - }, - { - "name": "arrivedOpinionGroup", - "type": "String", - "isCollection": false, - "description": "到达意见分组" - }, - { - "name": "arrivedTime", - "type": "Date", - "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": "route", - "type": "String", - "isCollection": false, - "description": "到达节点使用的route ID." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "到达节点使用Route Name." - }, - { - "name": "connected", - "type": "Boolean", - "isCollection": false, - "description": "是否已经完整填写了From和Arrived." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作,用于回溯时候将值改回去。" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌,用于回溯时候将值改回去。" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值,用于回溯时候将值改回去。" - }, - { - "name": "splitWork", - "type": "String", - "isCollection": false, - "description": "拆分自工作" - }, - { - "name": "properties", - "type": "WorkLogProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "createWithApplicationProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionCreateWithApplicationProcess", - "description": "创建工作.", - "type": "POST", - "path": "jaxrs/work/application/{applicationFlag}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "latest", - "type": "Boolean", - "isCollection": false, - "description": "直接打开指定人员已经有的草稿,草稿判断:工作没有已办,只有一条此人的待办.", - "isBaseType": true - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题.", - "isBaseType": true - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "启动人员身份.", - "isBaseType": true - }, - { - "name": "data", - "type": "JsonElement", - "isCollection": false, - "description": "工作数据.", - "isBaseType": false - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办对象" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "currentTaskIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待办序号" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "fromGroup", - "type": "String", - "isCollection": false, - "description": "开始分组" - }, - { - "name": "fromOpinionGroup", - "type": "String", - "isCollection": false, - "description": "开始意见分组" - }, - { - "name": "fromTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "arrivedGroup", - "type": "String", - "isCollection": false, - "description": "到达分组" - }, - { - "name": "arrivedOpinionGroup", - "type": "String", - "isCollection": false, - "description": "到达意见分组" - }, - { - "name": "arrivedTime", - "type": "Date", - "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": "route", - "type": "String", - "isCollection": false, - "description": "到达节点使用的route ID." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "到达节点使用Route Name." - }, - { - "name": "connected", - "type": "Boolean", - "isCollection": false, - "description": "是否已经完整填写了From和Arrived." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作,用于回溯时候将值改回去。" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌,用于回溯时候将值改回去。" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值,用于回溯时候将值改回去。" - }, - { - "name": "splitWork", - "type": "String", - "isCollection": false, - "description": "拆分自工作" - }, - { - "name": "properties", - "type": "WorkLogProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "delete", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionDelete", - "description": "删除工作,需要应用管理权限或者是工作的创建者。", - "type": "DELETE", - "path": "jaxrs/work/{id}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "filterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionFilterAttribute", - "description": "获取用于过滤的可选属性值,限定范围为我创建的工作", - "type": "GET", - "path": "jaxrs/work/filter/attribute/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - }, - { - "name": "workStatusList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的工作状态" - } - ] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionComplex", - "description": "根据Work Id获取基本的work内容,仅用于服务器来取得work内容.", - "type": "GET", - "path": "jaxrs/work/{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": "activity", - "type": "WoActivity", - "isCollection": false, - "description": "活动节点" - }, - { - "name": "work", - "type": "WoWork", - "isCollection": false, - "description": "工作" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志对象" - }, - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件对象" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅对象" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅对象" - }, - { - "name": "currentTaskIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待办索引" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限对象" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单对象" - } - ] - }, - { - "name": "getWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionGetWithWorkOrWorkCompleted", - "description": "根据Work或workCompleted取得内容.", - "type": "GET", - "path": "jaxrs/work/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "listCountWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListCountWithProcess", - "description": "统计当前用户在指定应用下的待办,按流程分类.", - "type": "GET", - "path": "jaxrs/work/list/count/application/{applicationFlag}/process", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "value", - "type": "String", - "isCollection": false, - "description": "流程名称" - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "流程标识" - }, - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "数量" - } - ] - }, - { - "name": "listMyPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListMyPaging", - "description": "列示当前用户创建的工作,可以根据条件过滤,分页.", - "type": "POST", - "path": "jaxrs/work/list/my/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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断.", - "isBaseType": true - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的.", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextCreatorWithCurrent", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListNextCreatorWithCurrent", - "description": "列示当前用户创建的Work对象,下一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/next/{count}/creator/current", - "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": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextCreatorWithCurrentFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListNextCreatorWithCurrentFilter", - "description": "列示根据过滤条件的我创建的工作,下一页", - "type": "POST", - "path": "jaxrs/work/list/{id}/next/{count}/creator/current/filter", - "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": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workStatusList", - "type": "List\u003cWorkStatus\u003e", - "isCollection": true, - "description": "工作状态", - "isBaseType": false, - "fieldType": "enum", - "fieldValue": "start|processing|hanging", - "fieldTypeName": "com.x.processplatform.core.entity.content.WorkStatus", - "fieldSample": "" - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListNextWithApplication", - "description": "列示指定应用当前用户创建的Work对象,下一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListNextWithFilter", - "description": "列示根据过滤条件的Work,下一页,限定范围为我创建的工作以及应用.", - "type": "POST", - "path": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workStatusList", - "type": "List\u003cWorkStatus\u003e", - "isCollection": true, - "description": "工作状态", - "isBaseType": false, - "fieldType": "enum", - "fieldValue": "start|processing|hanging", - "fieldTypeName": "com.x.processplatform.core.entity.content.WorkStatus", - "fieldSample": "" - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListNextWithProcess", - "description": "列示指定流程当前用户创建的Work对象,下一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/next/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevCreatorWithCurrent", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListPrevCreatorWithCurrent", - "description": "列示当前用户创建的Work对象,上一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/prev/{count}/creator/current", - "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": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevCreatorWithCurrentFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListPrevCreatorWithCurrentFilter", - "description": "列示根据过滤条件的我创建的工作,上一页.", - "type": "POST", - "path": "jaxrs/work/list/{id}/prev/{count}/creator/current/filter", - "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": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workStatusList", - "type": "List\u003cWorkStatus\u003e", - "isCollection": true, - "description": "工作状态", - "isBaseType": false, - "fieldType": "enum", - "fieldValue": "start|processing|hanging", - "fieldTypeName": "com.x.processplatform.core.entity.content.WorkStatus", - "fieldSample": "" - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListPrevWithApplication", - "description": "列示指定应用当前用户创建的Work对象,上一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListPrevWithFilter", - "description": "列示根据过滤条件的Work,上一页,限定范围为我创建的工作以及应用.", - "type": "POST", - "path": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workStatusList", - "type": "List\u003cWorkStatus\u003e", - "isCollection": true, - "description": "工作状态", - "isBaseType": false, - "fieldType": "enum", - "fieldValue": "start|processing|hanging", - "fieldTypeName": "com.x.processplatform.core.entity.content.WorkStatus", - "fieldSample": "" - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionListPrevWithProcess", - "description": "列示指定流程当前用户创建的Work对象,上一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/prev/{count}/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "processFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageDeleteRelativeWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageDeleteRelativeWork", - "description": "删除所有相关联的工作.", - "type": "DELETE", - "path": "jaxrs/work/{id}/relative/manage", - "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": "manageDeleteSingleWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageDeleteSingleWork", - "description": "删除单个工作.", - "type": "DELETE", - "path": "jaxrs/work/{id}/single/manage", - "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": "manageFilterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageFilterAttribute", - "description": "获取用于过滤的可选属性值", - "type": "GET", - "path": "jaxrs/work/filter/attribute/application/{applicationFlag}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "creatorUnitList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的组织" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "activityNameList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的活动节点" - }, - { - "name": "workStatusList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的工作状态" - } - ] - }, - { - "name": "manageGet", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageGet", - "description": "获取工作内容.", - "type": "GET", - "path": "jaxrs/work/{id}/manage", - "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": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageGetAssignment", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageGetAssignment", - "description": "列示指定Work下所有的待办已办,待阅已阅和参阅.", - "type": "GET", - "path": "jaxrs/work/{id}/assignment/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办对象" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办对象" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅对象" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅对象" - }, - { - "name": "reviewList", - "type": "List\u003cWoReview\u003e", - "isCollection": true, - "description": "参阅对象" - } - ] - }, - { - "name": "manageListCountWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageListCountWithProcess", - "description": "列示指定application下根据porcess分类的work数量.", - "type": "GET", - "path": "jaxrs/work/list/count/application/{applicationFlag}/process/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "value", - "type": "String", - "isCollection": false, - "description": "流程名称" - }, - { - "name": "name", - "type": "String", - "isCollection": false, - "description": "流程标识" - }, - { - "name": "count", - "type": "Long", - "isCollection": false, - "description": "数量" - } - ] - }, - { - "name": "manageListFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageListFilterPaging", - "description": "按条件对Work分页显示.", - "type": "POST", - "path": "jaxrs/work/list/filter/{page}/size/{size}/manage", - "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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "work工作", - "isBaseType": true - }, - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job工作实例", - "isBaseType": true - }, - { - "name": "workStatusList", - "type": "List\u003cWorkStatus\u003e", - "isCollection": true, - "description": "工作状态", - "isBaseType": false, - "fieldType": "enum", - "fieldValue": "start|processing|hanging", - "fieldTypeName": "com.x.processplatform.core.entity.content.WorkStatus", - "fieldSample": "" - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageListNext", - "description": "列示指定应用不带权限区分的所有Work,下一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "最后一个Work的ID" - }, - { - "name": "count", - "type": "Integer", - "description": "返回数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageListNextWithFilter", - "description": "列示根据过滤条件的Work,下一页.", - "type": "POST", - "path": "jaxrs/work/list/{id}/next/{count}/application/{applicationFlag}/filter/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workStatusList", - "type": "List\u003cWorkStatus\u003e", - "isCollection": true, - "description": "工作状态", - "isBaseType": false, - "fieldType": "enum", - "fieldValue": "start|processing|hanging", - "fieldTypeName": "com.x.processplatform.core.entity.content.WorkStatus", - "fieldSample": "" - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageListPrev", - "description": "列示指定应用不带权限区分的所有Work,上一页.", - "type": "GET", - "path": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "最后一个Work的ID" - }, - { - "name": "count", - "type": "Integer", - "description": "返回数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageListPrevWithFilter", - "description": "列示根据过滤条件的Work,上一页.", - "type": "POST", - "path": "jaxrs/work/list/{id}/prev/{count}/application/{applicationFlag}/filter/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "activityNameList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "活动名称", - "isBaseType": true - }, - { - "name": "workStatusList", - "type": "List\u003cWorkStatus\u003e", - "isCollection": true, - "description": "工作状态", - "isBaseType": false, - "fieldType": "enum", - "fieldValue": "start|processing|hanging", - "fieldTypeName": "com.x.processplatform.core.entity.content.WorkStatus", - "fieldSample": "" - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListRelative", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionManageListRelative", - "description": "列示关联的Work对象.", - "type": "GET", - "path": "jaxrs/work/{id}/relative/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WorkControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人,可能为空,如果由系统创建." - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity,可能为空,如果由系统创建." - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织,可能为空,如果由系统创建。" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "activity", - "type": "String", - "isCollection": false, - "description": "当前活动ID" - }, - { - "name": "activityType", - "type": "ActivityType", - "isCollection": false, - "description": "活动类型." - }, - { - "name": "activityName", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityAlias", - "type": "String", - "isCollection": false, - "description": "活动别名" - }, - { - "name": "activityDescription", - "type": "String", - "isCollection": false, - "description": "活动名称" - }, - { - "name": "activityToken", - "type": "String", - "isCollection": false, - "description": "活动的标识号,每进入一次活动将重新生成一次" - }, - { - "name": "activityArrivedTime", - "type": "Date", - "isCollection": false, - "description": "活动到达时间" - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "dataChanged", - "type": "Boolean", - "isCollection": false, - "description": "当前工作是否经过保存修改的操作,用于判断是否是默认生成的未经修改的." - }, - { - "name": "workThroughManual", - "type": "Boolean", - "isCollection": false, - "description": "是否已经经过人工节点,用于判断是否是草稿.在到达环节进行判断." - }, - { - "name": "workCreateType", - "type": "String", - "isCollection": false, - "description": "工作创建类型,surface,assgin" - }, - { - "name": "workStatus", - "type": "WorkStatus", - "isCollection": false, - "description": "工作状态" - }, - { - "name": "beforeExecuted", - "type": "Boolean", - "isCollection": false, - "description": "是否已经通过执行前" - }, - { - "name": "manualTaskIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "预期的处理人" - }, - { - "name": "manualTaskIdentityText", - "type": "String", - "isCollection": false, - "description": "当前处理人身份合并文本,用\u0027,\u0027分割,超长截断,此字段仅用于显示当前工作的处理人,不索引." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌" - }, - { - "name": "splitTokenList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "拆分工作产生的Token" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值" - }, - { - "name": "serviceValue", - "type": "String", - "isCollection": false, - "description": "Service活动环节回写的值ID" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单" - }, - { - "name": "destinationRoute", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationRouteName", - "type": "String", - "isCollection": false, - "description": "到达使用的路由" - }, - { - "name": "destinationActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "当前活动类型" - }, - { - "name": "destinationActivity", - "type": "String", - "isCollection": false, - "description": "目标活动的ID" - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "embedTargetWork", - "type": "String", - "isCollection": false, - "description": "Embed活动生成的WorkId,用于在embed生成targetWork之后在inquire环节进行推动。" - }, - { - "name": "properties", - "type": "WorkProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "processing", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionProcessing", - "description": "尝试流转一个Work.", - "type": "PUT", - "path": "jaxrs/work/{id}/processing", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "projection", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionProjection", - "description": "指定Work运行映射.", - "type": "GET", - "path": "jaxrs/work/{id}/projection", - "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": "refer", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionRefer", - "description": "取得指定work当前人员所有的task,taskCompleted,read,readCompleted,review", - "type": "GET", - "path": "jaxrs/work/{id}/refer", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办列表" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办列表" - }, - { - "name": "readList", - "type": "List\u003cRead\u003e", - "isCollection": true, - "description": "待阅列表" - }, - { - "name": "readCompletedList", - "type": "List\u003cReadCompleted\u003e", - "isCollection": true, - "description": "已阅列表" - }, - { - "name": "reviewList", - "type": "List\u003cReview\u003e", - "isCollection": true, - "description": "待阅列表" - }, - { - "name": "hasTask", - "type": "Boolean", - "isCollection": false, - "description": "是否有待办" - }, - { - "name": "hasTaskCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否有已办" - }, - { - "name": "hasRead", - "type": "Boolean", - "isCollection": false, - "description": "是否有待阅" - }, - { - "name": "hasReadCompleted", - "type": "Boolean", - "isCollection": false, - "description": "是否有已阅" - }, - { - "name": "hasReview", - "type": "Boolean", - "isCollection": false, - "description": "是否有待阅" - } - ] - }, - { - "name": "reroute", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionReroute", - "description": "将工作调度。", - "type": "PUT", - "path": "jaxrs/work/{id}/reroute/activity/{activityId}/activitytype/{activityType}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - }, - { - "name": "activityId", - "type": "String", - "description": "活动标识" - }, - { - "name": "activityType", - "type": "ActivityType", - "description": "活动类型" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "forceJoinAtArrive", - "type": "Boolean", - "isCollection": false, - "description": "强制从arrive开始", - "isBaseType": true - }, - { - "name": "forceJoinAtInquire", - "type": "Boolean", - "isCollection": false, - "description": "强制从inquire开始", - "isBaseType": true - }, - { - "name": "ignoreEmpowerIdentityList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "忽略授权的身份", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "retract", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionRetract", - "description": "将工作召回。", - "type": "PUT", - "path": "jaxrs/work/{id}/retract", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": true, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "rollback", - "className": "com.x.processplatform.assemble.surface.jaxrs.work.ActionRollback", - "description": "回滚工作到指定的workLog", - "type": "PUT", - "path": "jaxrs/work/{id}/rollback", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "workLog", - "type": "String", - "isCollection": false, - "description": "工作日志", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "name": "WorkCompletedAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.WorkCompletedAction", - "description": "已完成工作操作", - "methods": [ - { - "name": "countWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionListCountWithApplication", - "description": "统计当前用户创建的WorkCompleted,按应用分类.", - "type": "GET", - "path": "jaxrs/workcompleted/list/count/application", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "countWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionListCountWithProcess", - "description": "统计当前用户在指定应用下的WorkCompleted,按流程分类.", - "type": "GET", - "path": "jaxrs/workcompleted/list/count/application/{applicationFlag}/process", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "create", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionCreate", - "description": "创建已完成工作.", - "type": "POST", - "path": "jaxrs/workcompleted/process/{processFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "processFlag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题.", - "isBaseType": true - }, - { - "name": "serial", - "type": "String", - "isCollection": false, - "description": "序号.", - "isBaseType": true - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "指定表单.", - "isBaseType": true - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "指定表单数据.", - "isBaseType": true - }, - { - "name": "identity", - "type": "String", - "isCollection": false, - "description": "启动人员身份.", - "isBaseType": true - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "开始日期.", - "isBaseType": true - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "结束日期.", - "isBaseType": true - }, - { - "name": "data", - "type": "JsonElement", - "isCollection": false, - "description": "工作数据.", - "isBaseType": false - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - }, - { - "name": "filterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionFilterAttribute", - "description": "获取用于过滤的可选属性值", - "type": "GET", - "path": "jaxrs/workcompleted/filter/attribute/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "get", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionGet", - "description": "获取WorkCompleted.", - "type": "GET", - "path": "jaxrs/workcompleted/{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": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "getComplex", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionComplex", - "description": "获取复合的WorkCompleted.", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/complex", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "workCompleted", - "type": "WoWorkCompleted", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办,必然为空" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单" - } - ] - }, - { - "name": "getComplexAppointForm", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionComplexAppointForm", - "description": "根据WorkCompleted Id获取组装的WorkCompleted内容同时返回指定的Form.", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/complex/appoint/form/{formFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "formFlag", - "type": "String", - "description": "表单标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "workCompleted", - "type": "WoWorkCompleted", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办,必然为空" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单" - } - ] - }, - { - "name": "getComplexAppointFormMobile", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionComplexAppointFormMobile", - "description": "根据WorkCompleted Id获取组装的WorkCompleted内容.", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/complex/appoint/form/{formFlag}/mobile", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "formFlag", - "type": "String", - "description": "表单标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "workCompleted", - "type": "WoWorkCompleted", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办,必然为空" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单" - } - ] - }, - { - "name": "getComplexMobile", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionComplexMobile", - "description": "获取复合的WorkCompleted.", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/complex/mobile", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "workCompleted", - "type": "WoWorkCompleted", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办,必然为空" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单" - } - ] - }, - { - "name": "getComplexMobileSnapForm", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionComplexSnapForm", - "description": "获取复合的WorkCompleted,使用最后记录的Mobile表单。", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/complex/snap/form/mobile", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "workCompleted", - "type": "WoWorkCompleted", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办,必然为空" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单" - } - ] - }, - { - "name": "getComplexSnapForm", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionComplexSnapForm", - "description": "获取复合的WorkCompleted,使用最后记录的表单。", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/complex/snap/form", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "data", - "type": "Data", - "isCollection": false, - "description": "业务数据" - }, - { - "name": "workCompleted", - "type": "WoWorkCompleted", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "taskList", - "type": "List\u003cWoTask\u003e", - "isCollection": true, - "description": "待办,必然为空" - }, - { - "name": "taskCompletedList", - "type": "List\u003cWoTaskCompleted\u003e", - "isCollection": true, - "description": "已办" - }, - { - "name": "readList", - "type": "List\u003cWoRead\u003e", - "isCollection": true, - "description": "待阅" - }, - { - "name": "readCompletedList", - "type": "List\u003cWoReadCompleted\u003e", - "isCollection": true, - "description": "已阅" - }, - { - "name": "attachmentList", - "type": "List\u003cWoAttachment\u003e", - "isCollection": true, - "description": "附件" - }, - { - "name": "workLogList", - "type": "List\u003cWoWorkLog\u003e", - "isCollection": true, - "description": "工作日志" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "currentReadIndex", - "type": "Integer", - "isCollection": false, - "description": "当前待阅索引" - }, - { - "name": "form", - "type": "WoForm", - "isCollection": false, - "description": "表单" - } - ] - }, - { - "name": "listNextWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionListNextWithApplication", - "description": "列示当前用户在指定的application下创建的WorkCompleted对象,下一页.", - "type": "GET", - "path": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionListNextWithFilter", - "description": "根据过滤属性列示WorkCompleted,下一页.", - "type": "POST", - "path": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束年月", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始年月", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithApplication", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionListPrevWithApplication", - "description": "列示当前用户在指定的application下创建的WorkCompleted对象,上一页.", - "type": "GET", - "path": "jaxrs/workcompleted/list/{id}/prev/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionListPrevWithFilter", - "description": "根据过滤属性列示WorkCompleted,上一页.", - "type": "POST", - "path": "jaxrs/workcompleted/list/{id}/prev/{count}/application/{applicationFlag}/filter", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "结束年月", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "开始年月", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageDelete", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageDelete", - "description": "删除所有相关数据.", - "type": "DELETE", - "path": "jaxrs/workcompleted/{id}/delete/manage", - "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": "manageFilterAttribute", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageFilterAttribute", - "description": "获取用于过滤的可选属性值", - "type": "GET", - "path": "jaxrs/workcompleted/filter/attribute/application/{applicationFlag}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "processList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的流程" - }, - { - "name": "startTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的开始月份" - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cNameValueCountPair\u003e", - "isCollection": true, - "description": "可选择的结束月份" - } - ] - }, - { - "name": "manageGet", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageGet", - "description": "获取工作内容.", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限对象" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageGetAssignment", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageGetAssignment", - "description": "列示指定Work下所有的待办已办,待阅已阅和参阅.", - "type": "GET", - "path": "jaxrs/workcompleted/{id}/assignment/manage", - "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": "manageListCountWithProcess", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageListCountWithProcess", - "description": "列示指定application下根据porcess分类的workCompleted数量.", - "type": "GET", - "path": "jaxrs/workcompleted/list/count/application/{applicationFlag}/process/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [] - }, - { - "name": "manageListFilterPaging", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageListFilterPaging", - "description": "按条件对WorkCompleted分页显示.", - "type": "POST", - "path": "jaxrs/workcompleted/list/filter/{page}/size/{size}/manage", - "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": "applicationList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "应用", - "isBaseType": true - }, - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "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 - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "creatorUnitList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建组织", - "isBaseType": true - }, - { - "name": "credentialList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "创建用户", - "isBaseType": true - }, - { - "name": "workList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "work工作", - "isBaseType": true - }, - { - "name": "jobList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "job工作实例", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListNext", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageListNext", - "description": "如果是xadmin或者是ProcessPlatformManager或Manager角色那么显示这个应用下的所有WorkCompleted,如果是Process的管理员,那么显示Process下的WorkCompleted.下一页.", - "type": "GET", - "path": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListNextWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageListNextFilter", - "description": "列示根据过滤条件的WorkCompleted,下一页.", - "type": "POST", - "path": "jaxrs/workcompleted/list/{id}/next/{count}/application/{applicationFlag}/filter/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "完成月份", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListPrev", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageListPrev", - "description": "列示当前用户创建的WorkCompleted对象,上一页.", - "type": "GET", - "path": "jaxrs/workcompleted/list/{id}/prev/{count}/application/{applicationFlag}/manage", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "manageListPrevWithFilter", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionManageListPrevFilter", - "description": "列示根据过滤条件的WorkCompleted,上一页.", - "type": "POST", - "path": "jaxrs/workcompleted/filter/list/{id}/prev/{count}/application/{applicationFlag}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "id", - "type": "String", - "description": "标识" - }, - { - "name": "count", - "type": "Integer", - "description": "数量" - }, - { - "name": "applicationFlag", - "type": "String", - "description": "应用标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "processList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "流程", - "isBaseType": true - }, - { - "name": "startTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "启动月份", - "isBaseType": true - }, - { - "name": "completedTimeMonthList", - "type": "List\u003cString\u003e", - "isCollection": true, - "description": "完成月份", - "isBaseType": true - }, - { - "name": "key", - "type": "String", - "isCollection": false, - "description": "关键字", - "isBaseType": true - } - ], - "outs": [ - { - "name": "rank", - "type": "Long", - "isCollection": false, - "description": "排序号" - }, - { - "name": "control", - "type": "WoControl", - "isCollection": false, - "description": "权限" - }, - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "title", - "type": "String", - "isCollection": false, - "description": "标题" - }, - { - "name": "titleLob", - "type": "String", - "isCollection": false, - "description": "标题,长文本" - }, - { - "name": "startTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "startTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用." - }, - { - "name": "completedTime", - "type": "Date", - "isCollection": false, - "description": "工作开始时间" - }, - { - "name": "completedTimeMonth", - "type": "String", - "isCollection": false, - "description": "用于在Filter中分类使用.由于是自动计算所以允许空" - }, - { - "name": "creatorPerson", - "type": "String", - "isCollection": false, - "description": "创建人" - }, - { - "name": "creatorIdentity", - "type": "String", - "isCollection": false, - "description": "创建人Identity" - }, - { - "name": "creatorUnit", - "type": "String", - "isCollection": false, - "description": "创建人组织" - }, - { - "name": "creatorUnitLevelName", - "type": "String", - "isCollection": false, - "description": "创建人组织层级名." - }, - { - "name": "application", - "type": "String", - "isCollection": false, - "description": "应用ID" - }, - { - "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": "serial", - "type": "String", - "isCollection": false, - "description": "编号" - }, - { - "name": "form", - "type": "String", - "isCollection": false, - "description": "使用表单ID" - }, - { - "name": "formData", - "type": "String", - "isCollection": false, - "description": "文本内容." - }, - { - "name": "formMobileData", - "type": "String", - "isCollection": false, - "description": "移动端文本内容." - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "Work Id." - }, - { - "name": "expireTime", - "type": "Date", - "isCollection": false, - "description": "任务截止时间." - }, - { - "name": "expired", - "type": "Boolean", - "isCollection": false, - "description": "是否超时." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "allowRollback", - "type": "Boolean", - "isCollection": false, - "description": "完成后是否允许回滚." - }, - { - "name": "data", - "type": "String", - "isCollection": false, - "description": "业务数据." - }, - { - "name": "properties", - "type": "WorkCompletedProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "dataMerged", - "type": "Boolean", - "isCollection": false, - "description": "业务数据是否从item表中合并至data字段" - }, - { - "name": "stringValue01", - "type": "String", - "isCollection": false, - "description": "业务数据String值01." - }, - { - "name": "stringValue02", - "type": "String", - "isCollection": false, - "description": "业务数据String值02." - }, - { - "name": "stringValue03", - "type": "String", - "isCollection": false, - "description": "业务数据String值03." - }, - { - "name": "stringValue04", - "type": "String", - "isCollection": false, - "description": "业务数据String值04." - }, - { - "name": "stringValue05", - "type": "String", - "isCollection": false, - "description": "业务数据String值05." - }, - { - "name": "stringValue06", - "type": "String", - "isCollection": false, - "description": "业务数据String值06." - }, - { - "name": "stringValue07", - "type": "String", - "isCollection": false, - "description": "业务数据String值07." - }, - { - "name": "stringValue08", - "type": "String", - "isCollection": false, - "description": "业务数据String值08." - }, - { - "name": "stringValue09", - "type": "String", - "isCollection": false, - "description": "业务数据String值09." - }, - { - "name": "stringValue10", - "type": "String", - "isCollection": false, - "description": "业务数据String值10." - }, - { - "name": "booleanValue01", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值01." - }, - { - "name": "booleanValue02", - "type": "Boolean", - "isCollection": false, - "description": "业务数据Boolean值02." - }, - { - "name": "doubleValue01", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值01." - }, - { - "name": "doubleValue02", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值02." - }, - { - "name": "doubleValue03", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值03." - }, - { - "name": "doubleValue04", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值04." - }, - { - "name": "doubleValue05", - "type": "Double", - "isCollection": false, - "description": "业务数据Double值05." - }, - { - "name": "longValue01", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值01." - }, - { - "name": "longValue02", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值02." - }, - { - "name": "longValue03", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值03." - }, - { - "name": "longValue04", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值04." - }, - { - "name": "longValue05", - "type": "Long", - "isCollection": false, - "description": "业务数据Long值05." - }, - { - "name": "dateTimeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值01." - }, - { - "name": "dateTimeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值02." - }, - { - "name": "dateTimeValue03", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值03." - }, - { - "name": "dateTimeValue04", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值04." - }, - { - "name": "dateTimeValue05", - "type": "Date", - "isCollection": false, - "description": "业务数据DateTime值05." - }, - { - "name": "dateValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值01." - }, - { - "name": "dateValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Date值02." - }, - { - "name": "timeValue01", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值01." - }, - { - "name": "timeValue02", - "type": "Date", - "isCollection": false, - "description": "业务数据Time值02." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "rollback", - "className": "com.x.processplatform.assemble.surface.jaxrs.workcompleted.ActionRollback", - "description": "完成工作重新回滚.", - "type": "PUT", - "path": "jaxrs/workcompleted/{flag}/rollback", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "flag", - "type": "String", - "description": "流程标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [ - { - "name": "workLog", - "type": "String", - "isCollection": false, - "description": "工作日志", - "isBaseType": true - } - ], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "id" - } - ] - } - ] - }, - { - "name": "WorkLogAction", - "className": "com.x.processplatform.assemble.surface.jaxrs.worklog.WorkLogAction", - "description": "工作日志", - "methods": [ - { - "name": "listAddSplitWithWork", - "className": "com.x.processplatform.assemble.surface.jaxrs.worklog.ActionListAddSplitWithWork", - "description": "获取工作或完成工作可回滚的工作日志.", - "type": "GET", - "path": "jaxrs/worklog/list/add/split/work/{workId}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workId", - "type": "String", - "description": "工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "job", - "type": "String", - "isCollection": false, - "description": "任务标识" - }, - { - "name": "work", - "type": "String", - "isCollection": false, - "description": "工作" - }, - { - "name": "workCompleted", - "type": "String", - "isCollection": false, - "description": "已完成工作" - }, - { - "name": "completed", - "type": "Boolean", - "isCollection": false, - "description": "工作是否已经完成." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "fromGroup", - "type": "String", - "isCollection": false, - "description": "开始分组" - }, - { - "name": "fromOpinionGroup", - "type": "String", - "isCollection": false, - "description": "开始意见分组" - }, - { - "name": "fromTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "arrivedGroup", - "type": "String", - "isCollection": false, - "description": "到达分组" - }, - { - "name": "arrivedOpinionGroup", - "type": "String", - "isCollection": false, - "description": "到达意见分组" - }, - { - "name": "arrivedTime", - "type": "Date", - "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": "route", - "type": "String", - "isCollection": false, - "description": "到达节点使用的route ID." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "到达节点使用Route Name." - }, - { - "name": "connected", - "type": "Boolean", - "isCollection": false, - "description": "是否已经完整填写了From和Arrived." - }, - { - "name": "duration", - "type": "Long", - "isCollection": false, - "description": "工作时长(分钟数)." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作,用于回溯时候将值改回去。" - }, - { - "name": "splitToken", - "type": "String", - "isCollection": false, - "description": "拆分工作令牌,用于回溯时候将值改回去。" - }, - { - "name": "splitValue", - "type": "String", - "isCollection": false, - "description": "拆分值,用于回溯时候将值改回去。" - }, - { - "name": "splitWork", - "type": "String", - "isCollection": false, - "description": "拆分自工作" - }, - { - "name": "properties", - "type": "WorkLogProperties", - "isCollection": false, - "description": "属性对象存储字段." - }, - { - "name": "createTime", - "type": "Date", - "isCollection": false, - "description": "创建时间,自动生成,索引创建在约束中." - }, - { - "name": "updateTime", - "type": "Date", - "isCollection": false, - "description": "修改时间,自动生成,索引创建在约束中." - } - ] - }, - { - "name": "listRollbackWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.worklog.ActionListRollbackWithWorkOrWorkCompleted", - "description": "获取工作或完成工作可回滚的工作日志.", - "type": "GET", - "path": "jaxrs/worklog/list/rollback/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "fromGroup", - "type": "String", - "isCollection": false, - "description": "开始分组" - }, - { - "name": "fromOpinionGroup", - "type": "String", - "isCollection": false, - "description": "开始意见分组" - }, - { - "name": "fromTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "arrivedGroup", - "type": "String", - "isCollection": false, - "description": "到达分组" - }, - { - "name": "arrivedOpinionGroup", - "type": "String", - "isCollection": false, - "description": "到达意见分组" - }, - { - "name": "arrivedTime", - "type": "Date", - "isCollection": false, - "description": "完成时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "到达节点使用Route Name." - }, - { - "name": "connected", - "type": "Boolean", - "isCollection": false, - "description": "是否已经完整填写了From和Arrived." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作,用于回溯时候将值改回去。" - } - ] - }, - { - "name": "listWithJob", - "className": "com.x.processplatform.assemble.surface.jaxrs.worklog.ActionListWithJob", - "description": "根据指定job获取工作日志.", - "type": "GET", - "path": "jaxrs/worklog/list/job/{job}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "job", - "type": "String", - "description": "任务标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "fromGroup", - "type": "String", - "isCollection": false, - "description": "开始分组" - }, - { - "name": "fromOpinionGroup", - "type": "String", - "isCollection": false, - "description": "开始意见分组" - }, - { - "name": "fromTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "arrivedGroup", - "type": "String", - "isCollection": false, - "description": "到达分组" - }, - { - "name": "arrivedOpinionGroup", - "type": "String", - "isCollection": false, - "description": "到达意见分组" - }, - { - "name": "arrivedTime", - "type": "Date", - "isCollection": false, - "description": "完成时间." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "到达节点使用Route Name." - }, - { - "name": "connected", - "type": "Boolean", - "isCollection": false, - "description": "是否已经完整填写了From和Arrived." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作,用于回溯时候将值改回去。" - } - ] - }, - { - "name": "listWithWorkOrWorkCompleted", - "className": "com.x.processplatform.assemble.surface.jaxrs.worklog.ActionListWithWorkOrWorkCompleted", - "description": "根据指定Work或者WorkCompleted获取工作日志.", - "type": "GET", - "path": "jaxrs/worklog/list/workorworkcompleted/{workOrWorkCompleted}", - "contentType": "application/json", - "resultContentType": "application/json; charset\u003dUTF-8", - "useJsonElementParameter": false, - "useStringParameter": false, - "pathParameters": [ - { - "name": "workOrWorkCompleted", - "type": "String", - "description": "工作或已完成工作标识" - } - ], - "formParameters": [], - "queryParameters": [], - "ins": [], - "outs": [ - { - "name": "id", - "type": "String", - "isCollection": false, - "description": "数据库主键,自动生成." - }, - { - "name": "fromActivity", - "type": "String", - "isCollection": false, - "description": "开始活动Id" - }, - { - "name": "fromActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "开始活动类型." - }, - { - "name": "fromActivityName", - "type": "String", - "isCollection": false, - "description": "开始活动名称" - }, - { - "name": "fromActivityAlias", - "type": "String", - "isCollection": false, - "description": "开始活动别名" - }, - { - "name": "fromActivityToken", - "type": "String", - "isCollection": false, - "description": "开始节点Token" - }, - { - "name": "fromGroup", - "type": "String", - "isCollection": false, - "description": "开始分组" - }, - { - "name": "fromOpinionGroup", - "type": "String", - "isCollection": false, - "description": "开始意见分组" - }, - { - "name": "fromTime", - "type": "Date", - "isCollection": false, - "description": "开始时间." - }, - { - "name": "arrivedActivity", - "type": "String", - "isCollection": false, - "description": "结束活动Id,可能为空,如果是未Connected的流程记录" - }, - { - "name": "arrivedActivityType", - "type": "ActivityType", - "isCollection": false, - "description": "结束活动类型." - }, - { - "name": "arrivedActivityName", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityAlias", - "type": "String", - "isCollection": false, - "description": "结束活动名称." - }, - { - "name": "arrivedActivityToken", - "type": "String", - "isCollection": false, - "description": "结束活动Token." - }, - { - "name": "arrivedGroup", - "type": "String", - "isCollection": false, - "description": "到达分组" - }, - { - "name": "arrivedOpinionGroup", - "type": "String", - "isCollection": false, - "description": "到达意见分组" - }, - { - "name": "arrivedTime", - "type": "Date", - "isCollection": false, - "description": "完成时间." - }, - { - "name": "route", - "type": "String", - "isCollection": false, - "description": "到达节点使用的route ID." - }, - { - "name": "routeName", - "type": "String", - "isCollection": false, - "description": "到达节点使用Route Name." - }, - { - "name": "connected", - "type": "Boolean", - "isCollection": false, - "description": "是否已经完整填写了From和Arrived." - }, - { - "name": "splitting", - "type": "Boolean", - "isCollection": false, - "description": "是否是拆分中的工作,用于回溯时候将值改回去。" - } - ] - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_processplatform_service_processing/src/main/webapp/describe/api.json b/o2server/x_processplatform_service_processing/src/main/webapp/describe/api.json deleted file mode 100644 index 63c8ea6c3ca5079a722bc00f7e12bd10cd3d93d3..0000000000000000000000000000000000000000 --- a/o2server/x_processplatform_service_processing/src/main/webapp/describe/api.json +++ /dev/null @@ -1,843 +0,0 @@ -{ - "jaxrs": [ - { - "name": "ApplicationDictAction", - "methods": [ - { - "name": "update", - "uri": "jaxrs/applicationdict/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateDataPath4", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath4", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteDataPath0", - "uri": "jaxrs/applicationdict/{id}/{path0}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createDataPath6", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteDataPath5", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteDataPath7", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath1", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath1", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteDataPath1", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath0", - "uri": "jaxrs/applicationdict/{id}/{path0}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath6", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createDataPath3", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateDataPath3", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath3", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteDataPath4", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath5", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateDataPath7", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteDataPath2", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/data", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateDataPath2", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/data", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createDataPath0", - "uri": "jaxrs/applicationdict/{id}/{path0}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createDataPath5", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createDataPath7", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createDataPath2", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/data", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateDataPath6", - "uri": "jaxrs/applicationdict/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/data", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AttachmentAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "edit", - "uri": "jaxrs/attachment/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWork", - "uri": "jaxrs/attachment/{id}/work/{workId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "copyToWork", - "uri": "jaxrs/attachment/copy/work/{workId}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "exitText", - "uri": "jaxrs/attachment/edit/{id}/text", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkCompleted", - "uri": "jaxrs/attachment/{id}/workcompleted/{workCompletedId}", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DataAction", - "methods": [ - { - "name": "updateWithWorkCompletedPrimitivePath0", - "uri": "jaxrs/data/workcompletedprimitive/{id}/{path0}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWork", - "uri": "jaxrs/data/work/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath7", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath0", - "uri": "jaxrs/data/work/{id}/{path0}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath5", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath2", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath5", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath2", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath7", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath1", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath3", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath2", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath3", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath4", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath3", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath1", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath6", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath0", - "uri": "jaxrs/data/work/{id}/{path0}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath4", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath4", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath5", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath0", - "uri": "jaxrs/data/work/{id}/{path0}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath2", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath3", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath0", - "uri": "jaxrs/data/workcompleted/{id}/{path0}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath6", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath6", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath7", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompletedPath7", - "uri": "jaxrs/data/workcompleted/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}/{path7}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath1", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkCompleted", - "uri": "jaxrs/data/workcompleted/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkPath6", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}/{path6}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath4", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWorkPath1", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteWithWorkPath5", - "uri": "jaxrs/data/work/{id}/{path0}/{path1}/{path2}/{path3}/{path4}/{path5}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateWithWork", - "uri": "jaxrs/data/work/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWork", - "uri": "jaxrs/data/work/{id}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "DocumentVersionAction", - "methods": [ - { - "name": "processing", - "uri": "jaxrs/documentversion/work/{work}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "JobAction", - "methods": [ - { - "name": "deleteWithJob", - "uri": "jaxrs/job/{job}", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "ReadAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/read/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "processing", - "uri": "jaxrs/read/{id}/processing", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithWorkCompleted", - "uri": "jaxrs/read/workcompleted/{workCompletedId}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWork", - "uri": "jaxrs/read/work/{workId}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "RecordAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/record/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "edit", - "uri": "jaxrs/record/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "createWithJob", - "uri": "jaxrs/record/job/{job}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "ReviewAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/review/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "createWithWorkCompleted", - "uri": "jaxrs/review/create/workcompleted", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "createWithWork", - "uri": "jaxrs/review/create/work", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TaskAction", - "methods": [ - { - "name": "append", - "uri": "jaxrs/task/{id}/expired", - "method": "GET" - }, - { - "name": "append", - "uri": "jaxrs/task/{id}/append", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/task/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "reset", - "uri": "jaxrs/task/{id}/reset", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "processing", - "uri": "jaxrs/task/{id}/processing", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "V2Reset", - "uri": "jaxrs/task/v2/{id}/reset", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "urge", - "uri": "jaxrs/task/{id}/urge", - "method": "GET" - }, - { - "name": "expire", - "uri": "jaxrs/task/{id}/expire", - "method": "GET" - }, - { - "name": "passExpired", - "uri": "jaxrs/task/{id}/pass/expired", - "method": "GET" - }, - { - "name": "updateNextTaskIdentity", - "uri": "jaxrs/task/prev/task/identity", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "press", - "uri": "jaxrs/task/{id}/press", - "method": "GET" - } - ] - }, - { - "name": "TaskCompletedAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/taskcompleted/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "updateNextTaskIdentity", - "uri": "jaxrs/taskcompleted/next/task/identity", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "press", - "uri": "jaxrs/taskcompleted/{id}/press/work/{work}", - "method": "GET" - } - ] - }, - { - "name": "TestAction", - "methods": [ - { - "name": "urge", - "uri": "jaxrs/test/urge", - "method": "GET" - }, - { - "name": "expire", - "uri": "jaxrs/test/expire", - "method": "GET" - }, - { - "name": "passExpired", - "uri": "jaxrs/test/passexpired", - "method": "GET" - }, - { - "name": "deleteDraft", - "uri": "jaxrs/test/deletedraft", - "method": "GET" - }, - { - "name": "logLongDetained", - "uri": "jaxrs/test/loglongdetained", - "method": "GET" - }, - { - "name": "touchDetained", - "uri": "jaxrs/test/touchdetained", - "method": "GET" - }, - { - "name": "dataMerge", - "uri": "jaxrs/test/datamerge", - "method": "GET" - }, - { - "name": "touchDelay", - "uri": "jaxrs/test/touchdelay", - "method": "GET" - } - ] - }, - { - "name": "WorkAction", - "methods": [ - { - "name": "delete", - "uri": "jaxrs/work/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/work/process/{processId}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "processing", - "uri": "jaxrs/work/{id}/processing", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "rollback", - "uri": "jaxrs/work/{id}/rollback", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "reroute", - "uri": "jaxrs/work/{id}/reroute/activity/{activityId}/activitytype/{activityType}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "addSplit", - "uri": "jaxrs/work/{id}/add/split", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "projection", - "uri": "jaxrs/work/{id}/projection", - "method": "GET" - }, - { - "name": "deleteDraft", - "uri": "jaxrs/work/{id}/draft", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "assignCreate", - "uri": "jaxrs/work", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "manualAppendIdentity", - "uri": "jaxrs/work/{id}/manual/append/identity", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "V2Rollback", - "uri": "jaxrs/work/v2/{id}/rollback", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "V2Reroute", - "uri": "jaxrs/work/v2/{id}/reroute", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "V2Retract", - "uri": "jaxrs/work/v2/{id}/retract", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "WorkCompletedAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/workcompleted/process/{processFlag}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "rollback", - "uri": "jaxrs/workcompleted/{flag}/rollback", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "dataMerge", - "uri": "jaxrs/workcompleted/{flag}/data/merge", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_program_center/src/main/webapp/describe/api.json b/o2server/x_program_center/src/main/webapp/describe/api.json deleted file mode 100644 index 12921ca7012e2d84d7a1af9651889927cad5ef63..0000000000000000000000000000000000000000 --- a/o2server/x_program_center/src/main/webapp/describe/api.json +++ /dev/null @@ -1,982 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AdminLoginAction", - "methods": [ - { - "name": "login", - "uri": "jaxrs/adminlogin", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "logout", - "uri": "jaxrs/adminlogin", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "AgentAction", - "methods": [ - { - "name": "disable", - "uri": "jaxrs/agent/{flag}/disable", - "method": "GET" - }, - { - "name": "enable", - "uri": "jaxrs/agent/{flag}/enable", - "method": "GET" - }, - { - "name": "get", - "uri": "jaxrs/agent/{flag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/agent/{flag}/file", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "delete", - "uri": "jaxrs/agent/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "execute", - "uri": "jaxrs/agent/{flag}/execute", - "method": "GET" - }, - { - "name": "create", - "uri": "jaxrs/agent", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/agent", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/agent/{flag}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "AppStyleAction", - "methods": [ - { - "name": "edit", - "uri": "jaxrs/appstyle", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "currentStyle", - "uri": "jaxrs/appstyle/current/style", - "method": "GET" - }, - { - "name": "currentUpdate", - "uri": "jaxrs/appstyle/current/update", - "method": "GET" - }, - { - "name": "imageLoginAvatar", - "uri": "jaxrs/appstyle/image/login/avatar", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "imageLaunchLogo", - "uri": "jaxrs/appstyle/image/launch/logo", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "imageSetupAboutLogo", - "uri": "jaxrs/appstyle/image/setup/about/logo", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "imageMenuLogoBlur", - "uri": "jaxrs/appstyle/image/menu/logo/blur", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "imageMenuLogoFocus", - "uri": "jaxrs/appstyle/image/menu/logo/focus", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "imageProcessDefault", - "uri": "jaxrs/appstyle/image/process/default", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "imageMenuLogoFocusErase", - "uri": "jaxrs/appstyle/image/menu/logo/focus/erase", - "method": "GET" - }, - { - "name": "imageLaunchLogoErase", - "uri": "jaxrs/appstyle/image/launch/logo/erase", - "method": "GET" - }, - { - "name": "imageLoginAvatarErase", - "uri": "jaxrs/appstyle/image/login/avatar/erase", - "method": "GET" - }, - { - "name": "imageProcessDefaultErase", - "uri": "jaxrs/appstyle/image/process/default/erase", - "method": "GET" - }, - { - "name": "imageMenuLogoBlurErase", - "uri": "jaxrs/appstyle/image/menu/logo/blur/erase", - "method": "GET" - }, - { - "name": "imageSetupAboutLogoErase", - "uri": "jaxrs/appstyle/image/setup/about/logo/erase", - "method": "GET" - } - ] - }, - { - "name": "ApplicationsAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/applications", - "method": "GET" - } - ] - }, - { - "name": "AuthenticationAction", - "methods": [ - { - "name": "who", - "uri": "jaxrs/authentication", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "CacheDispatchAction", - "methods": [ - { - "name": "dispatch", - "uri": "jaxrs/cachedispatch", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "CaptchaAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/captcha/create/width/{width}/height/{height}", - "method": "GET" - }, - { - "name": "list", - "uri": "jaxrs/captcha/list", - "method": "GET" - }, - { - "name": "validate", - "uri": "jaxrs/captcha/{id}/validate/answer/{answer}", - "method": "GET" - } - ] - }, - { - "name": "CenterAction", - "methods": [ - { - "name": "load", - "uri": "jaxrs/center/applications", - "method": "GET" - }, - { - "name": "registApplications", - "uri": "jaxrs/center/regist/applications", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "CodeAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/code/create/mobile/{mobile}", - "method": "GET" - }, - { - "name": "list", - "uri": "jaxrs/code/list", - "method": "GET" - }, - { - "name": "validate", - "uri": "jaxrs/code/validate/mobile/{mobile}/answer/{answer}", - "method": "GET" - }, - { - "name": "validateCascade", - "uri": "jaxrs/code/validate/mobile/{mobile}/answer/{answer}/cascade", - "method": "GET" - } - ] - }, - { - "name": "CollectAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/collect", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/collect", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "connect", - "uri": "jaxrs/collect/connect", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/collect/name/{name}/mobile/{mobile}/code/{code}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "validate", - "uri": "jaxrs/collect/validate", - "method": "GET" - }, - { - "name": "code", - "uri": "jaxrs/collect/code/mobile/{mobile}", - "method": "GET" - }, - { - "name": "exist", - "uri": "jaxrs/collect/name/{name}/exist", - "method": "GET" - }, - { - "name": "validateCodeAnswer", - "uri": "jaxrs/collect/validate/codeanswer", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "person", - "uri": "jaxrs/collect/person", - "method": "GET" - }, - { - "name": "resetPassword", - "uri": "jaxrs/collect/resetpassword", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "regist", - "uri": "jaxrs/collect", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "validateDirect", - "uri": "jaxrs/collect/validate/direct", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "validatePassword", - "uri": "jaxrs/collect/validate/password", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateUnit", - "uri": "jaxrs/collect/updateUnit", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "controllerMobile", - "uri": "jaxrs/collect/controllermobile/name/{name}/mobile/{mobile}", - "method": "GET" - } - ] - }, - { - "name": "ConfigAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/config", - "method": "GET" - }, - { - "name": "getProxy", - "uri": "jaxrs/config/proxy", - "method": "GET" - }, - { - "name": "setProxy", - "uri": "jaxrs/config/proxy", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getToken", - "uri": "jaxrs/config/token", - "method": "GET" - }, - { - "name": "setPerson", - "uri": "jaxrs/config/person", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getPerson", - "uri": "jaxrs/config/person", - "method": "GET" - }, - { - "name": "getPortal", - "uri": "jaxrs/config/portal", - "method": "GET" - }, - { - "name": "setPortal", - "uri": "jaxrs/config/portal", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "setToken", - "uri": "jaxrs/config/token", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getCollect", - "uri": "jaxrs/config/collect", - "method": "GET" - }, - { - "name": "getCenterServer", - "uri": "jaxrs/config/centerserver", - "method": "GET" - }, - { - "name": "setCollect", - "uri": "jaxrs/config/collect", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "setCenterServer", - "uri": "jaxrs/config/centerserver", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DataStructureAction", - "methods": [ - { - "name": "listAllTables", - "uri": "jaxrs/datastructure/tables/all", - "method": "GET" - }, - { - "name": "listAllFields", - "uri": "jaxrs/datastructure/fileds/all", - "method": "GET" - }, - { - "name": "listAllModules", - "uri": "jaxrs/datastructure/modules/all", - "method": "GET" - } - ] - }, - { - "name": "DingdingAction", - "methods": [ - { - "name": "pullSync", - "uri": "jaxrs/dingding/pull/sync", - "method": "GET" - }, - { - "name": "requestPullSync", - "uri": "jaxrs/dingding/request/pull/sync", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "DistributeAction", - "methods": [ - { - "name": "assemble", - "uri": "jaxrs/distribute/assemble/source/{source}", - "method": "GET" - }, - { - "name": "assembleWithWebServer", - "uri": "jaxrs/distribute/webserver/assemble/source/{source}", - "method": "GET" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "InputAction", - "methods": [ - { - "name": "compare", - "uri": "jaxrs/input/compare", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/input/create", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "cover", - "uri": "jaxrs/input/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCover", - "uri": "jaxrs/input/prepare/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCreate", - "uri": "jaxrs/input/prepare/create", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "InvokeAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/invoke/{flag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/invoke/{flag}/file", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "delete", - "uri": "jaxrs/invoke/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "execute", - "uri": "jaxrs/invoke/{flag}/execute", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/invoke", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/invoke", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/invoke/{flag}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "JestAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/jest/list", - "method": "GET" - }, - { - "name": "clearCache", - "uri": "jaxrs/jest/clear/cache/{source}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "ModuleAction", - "methods": [ - { - "name": "compare", - "uri": "jaxrs/module/{id}/compare", - "method": "GET" - }, - { - "name": "write", - "uri": "jaxrs/module/write/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "list", - "uri": "jaxrs/module/list", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "output", - "uri": "jaxrs/module/output", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "outputFile", - "uri": "jaxrs/module/output/{flag}/file", - "method": "GET" - }, - { - "name": "listCategory", - "uri": "jaxrs/module/list/category", - "method": "GET" - }, - { - "name": "dispatchResource", - "uri": "jaxrs/module/dispatch/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "removeStructure", - "uri": "jaxrs/module/remove/structure/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "outputStructure", - "uri": "jaxrs/module/output/structure", - "method": "GET" - }, - { - "name": "listStructure", - "uri": "jaxrs/module/output/list/structure", - "method": "GET" - }, - { - "name": "compareUpload", - "uri": "jaxrs/module/compare/upload", - "method": "PUT", - "enctype": "formData" - } - ] - }, - { - "name": "OutputAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/output/list", - "method": "GET" - }, - { - "name": "select", - "uri": "jaxrs/output/{appInfoFlag}/select", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "selectOutput", - "uri": "jaxrs/output/{flag}/select/file", - "method": "GET" - } - ] - }, - { - "name": "PmsAction", - "methods": [ - { - "name": "create", - "uri": "jaxrs/pms", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "PromptErrorLogAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/prompterrorlog/{id}", - "method": "GET" - }, - { - "name": "listNextWithExceptionClass", - "uri": "jaxrs/prompterrorlog/list/{id}/next/{count}/exceptionclass/{exceptionClass}", - "method": "GET" - }, - { - "name": "listNextWithLoggerName", - "uri": "jaxrs/prompterrorlog/list/{id}/next/{count}/loggername/{loggerName}", - "method": "GET" - }, - { - "name": "logPromptException", - "uri": "jaxrs/prompterrorlog", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "countExceptionClass", - "uri": "jaxrs/prompterrorlog/count/exceptionclass", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/prompterrorlog/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/prompterrorlog/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listPrevWithLoggerName", - "uri": "jaxrs/prompterrorlog/list/{id}/prev/{count}/loggername/{loggerName}", - "method": "GET" - }, - { - "name": "countLoggerName", - "uri": "jaxrs/prompterrorlog/count/loggername", - "method": "GET" - }, - { - "name": "listPrevWithDate", - "uri": "jaxrs/prompterrorlog/list/{id}/prev/{count}/date/{date}", - "method": "GET" - }, - { - "name": "listNextWithDate", - "uri": "jaxrs/prompterrorlog/list/{id}/next/{count}/date/{date}", - "method": "GET" - }, - { - "name": "listPrevWithExceptionClass", - "uri": "jaxrs/prompterrorlog/list/{id}/prev/{count}/exceptionclass/{exceptionClass}", - "method": "GET" - } - ] - }, - { - "name": "QiyeweixinAction", - "methods": [ - { - "name": "pullSync", - "uri": "jaxrs/qiyeweixin/pull/sync", - "method": "GET" - }, - { - "name": "requestPullSync", - "uri": "jaxrs/qiyeweixin/request/pull/sync", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "syncOrganizationCallbackPost", - "uri": "jaxrs/qiyeweixin/sync/organization/callback", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "syncOrganizationCallbackGet", - "uri": "jaxrs/qiyeweixin/sync/organization/callback", - "method": "GET" - } - ] - }, - { - "name": "ScheduleAction", - "methods": [ - { - "name": "report", - "uri": "jaxrs/schedule/report", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "fire", - "uri": "jaxrs/schedule/schedule/fire", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listSchedule", - "uri": "jaxrs/schedule/list/schedule", - "method": "GET" - }, - { - "name": "listScheduleLog", - "uri": "jaxrs/schedule/list/schedulelog/application/{application}", - "method": "GET" - }, - { - "name": "listScheduleLocal", - "uri": "jaxrs/schedule/list/schedulelocal", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TestAction", - "methods": [ - { - "name": "test1", - "uri": "jaxrs/test/1", - "method": "GET" - } - ] - }, - { - "name": "UnexpectedErrorLogAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/unexpectederrorlog/{id}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/unexpectederrorlog/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/unexpectederrorlog/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listPrevWithDate", - "uri": "jaxrs/unexpectederrorlog/list/{id}/prev/{count}/date/{date}", - "method": "GET" - }, - { - "name": "listNextWithDate", - "uri": "jaxrs/unexpectederrorlog/list/{id}/next/{count}/date/{date}", - "method": "GET" - }, - { - "name": "logUnexpectedException", - "uri": "jaxrs/unexpectederrorlog", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "ValidationAction", - "methods": [ - { - "name": "meta", - "uri": "jaxrs/validation/meta", - "method": "GET" - } - ] - }, - { - "name": "WarnLogAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/warnlog/{id}", - "method": "GET" - }, - { - "name": "listNext", - "uri": "jaxrs/warnlog/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/warnlog/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listPrevWithDate", - "uri": "jaxrs/warnlog/list/{id}/prev/{count}/date/{date}", - "method": "GET" - }, - { - "name": "listNextWithDate", - "uri": "jaxrs/warnlog/list/{id}/next/{count}/date/{date}", - "method": "GET" - }, - { - "name": "recordWarnLog", - "uri": "jaxrs/warnlog", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "ZhengwuDingdingAction", - "methods": [ - { - "name": "pullSync", - "uri": "jaxrs/zhengwudingding/pull/sync", - "method": "GET" - }, - { - "name": "syncOrganizationCallback", - "uri": "jaxrs/zhengwudingding/sync/organization/callback", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getRegistCallback", - "uri": "jaxrs/zhengwudingding/regist/callback", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_query_assemble_designer/src/main/webapp/describe/api.json b/o2server/x_query_assemble_designer/src/main/webapp/describe/api.json deleted file mode 100644 index 8fb8e9a6ae877f455f54c06f78309d3355d0b8b7..0000000000000000000000000000000000000000 --- a/o2server/x_query_assemble_designer/src/main/webapp/describe/api.json +++ /dev/null @@ -1,569 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "IdAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/id/{count}", - "method": "GET" - } - ] - }, - { - "name": "InputAction", - "methods": [ - { - "name": "compare", - "uri": "jaxrs/input/compare", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/input/create", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "cover", - "uri": "jaxrs/input/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCover", - "uri": "jaxrs/input/prepare/cover", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "prepareCreate", - "uri": "jaxrs/input/prepare/create", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "NeuralAction", - "methods": [ - { - "name": "generate", - "uri": "jaxrs/neural/generate/model/{modelFlag}", - "method": "GET" - }, - { - "name": "getModel", - "uri": "jaxrs/neural/model/{modelFlag}", - "method": "GET" - }, - { - "name": "learn", - "uri": "jaxrs/neural/learn/model/{modelFlag}", - "method": "GET" - }, - { - "name": "stopLearning", - "uri": "jaxrs/neural/stop/learn/model/{modelFlag}", - "method": "GET" - }, - { - "name": "listModel", - "uri": "jaxrs/neural/list/model", - "method": "GET" - }, - { - "name": "createModel", - "uri": "jaxrs/neural/model", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "updateModel", - "uri": "jaxrs/neural/model/{modelFlag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "deleteModel", - "uri": "jaxrs/neural/model/{modelFlag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "resetStatus", - "uri": "jaxrs/neural/model/{modelFlag}/reset/status", - "method": "GET" - }, - { - "name": "stopGenerating", - "uri": "jaxrs/neural/stop/generating/model/{modelFlag}", - "method": "GET" - } - ] - }, - { - "name": "OutputAction", - "methods": [ - { - "name": "list", - "uri": "jaxrs/output/list", - "method": "GET" - }, - { - "name": "select", - "uri": "jaxrs/output/{queryFlag}/select", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "selectOutput", - "uri": "jaxrs/output/{flag}/select/file", - "method": "GET" - } - ] - }, - { - "name": "QueryAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/query/{flag}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/query/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/query", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "setIcon", - "uri": "jaxrs/query/{flag}/icon", - "method": "PUT", - "enctype": "formData" - }, - { - "name": "listAll", - "uri": "jaxrs/query/list/all", - "method": "GET" - }, - { - "name": "edit", - "uri": "jaxrs/query/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listSummary", - "uri": "jaxrs/query/list/summary", - "method": "GET" - }, - { - "name": "listWithQueryCategory", - "uri": "jaxrs/query/list/querycategory/{queryCategory}", - "method": "GET" - }, - { - "name": "listQueryCategory", - "uri": "jaxrs/query/querycategory/list", - "method": "GET" - }, - { - "name": "listSummaryWithApplicationCategory", - "uri": "jaxrs/query/list/summary/querycategory/{queryCategory}", - "method": "GET" - } - ] - }, - { - "name": "RevealAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/reveal/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/reveal/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/reveal/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/reveal", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/reveal/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/reveal/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/reveal/list/query/{flag}", - "method": "GET" - } - ] - }, - { - "name": "StatAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/stat/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/stat/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/stat/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/stat", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/stat/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/stat/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "simulate", - "uri": "jaxrs/stat/{id}/simulate", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/stat/list/query/{flag}", - "method": "GET" - } - ] - }, - { - "name": "StatementAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/statement/{flag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/statement/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/statement/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "execute", - "uri": "jaxrs/statement/{flag}/execute/page/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/statement", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/statement/list/query/{flag}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TableAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/table/{flag}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/table/{flag}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/table/{flag}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "execute", - "uri": "jaxrs/table/{flag}/execute", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/table", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listRowSelectWhere", - "uri": "jaxrs/table/list/{tableFlag}/row/select/where/{where}", - "method": "GET" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/table/list/query/{flag}", - "method": "GET" - }, - { - "name": "rowSave", - "uri": "jaxrs/table/{tableFlag}/row/save", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "rowUpdate", - "uri": "jaxrs/table/{tableFlag}/row/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "rowCountWhere", - "uri": "jaxrs/table/{tableFlag}/row/count/where/{where}", - "method": "GET" - }, - { - "name": "buildAll", - "uri": "jaxrs/table/build/all", - "method": "GET" - }, - { - "name": "statusDraft", - "uri": "jaxrs/table/{flag}/status/draft", - "method": "GET" - }, - { - "name": "rowDelete", - "uri": "jaxrs/table/{tableFlag}/row/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listRowNext", - "uri": "jaxrs/table/list/{tableFlag}/row/{id}/next/{count}", - "method": "GET" - }, - { - "name": "statusBuild", - "uri": "jaxrs/table/{flag}/status/build", - "method": "GET" - }, - { - "name": "rowInsert", - "uri": "jaxrs/table/{tableFlag}/row", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "rowGet", - "uri": "jaxrs/table/{tableFlag}/row/{id}", - "method": "GET" - }, - { - "name": "listRowPrev", - "uri": "jaxrs/table/list/{tableFlag}/row/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "rowDeleteAll", - "uri": "jaxrs/table/{tableFlag}/row/delete/all", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "exportRow", - "uri": "jaxrs/table/export/{tableFlag}/count/{count}", - "method": "GET" - } - ] - }, - { - "name": "ViewAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/view/{id}", - "method": "GET" - }, - { - "name": "update", - "uri": "jaxrs/view/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "delete", - "uri": "jaxrs/view/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/view", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "bundle", - "uri": "jaxrs/view/{id}/bundle", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNext", - "uri": "jaxrs/view/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/view/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "simulate", - "uri": "jaxrs/view/{id}/simulate", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/view/list/query/{flag}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_query_assemble_surface/src/main/webapp/describe/api.json b/o2server/x_query_assemble_surface/src/main/webapp/describe/api.json deleted file mode 100644 index 0612697c0f859c2cf4e7a6396de56576a48718ee..0000000000000000000000000000000000000000 --- a/o2server/x_query_assemble_surface/src/main/webapp/describe/api.json +++ /dev/null @@ -1,330 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "NeuralAction", - "methods": [ - { - "name": "listCalculate", - "uri": "jaxrs/neural/list/calculate/model/{modelFlag}/work/{workId}", - "method": "GET" - } - ] - }, - { - "name": "QueryAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/query/{flag}", - "method": "GET" - }, - { - "name": "listWithPerson", - "uri": "jaxrs/query/list", - "method": "GET" - }, - { - "name": "listWithPersonLike", - "uri": "jaxrs/query/list/key/{key}", - "method": "GET" - } - ] - }, - { - "name": "RevealAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/reveal/{id}", - "method": "GET" - }, - { - "name": "getWithQuery", - "uri": "jaxrs/reveal/flag/{flag}/query/{queryFlag}", - "method": "GET" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/reveal/list/query/{queryFlag}", - "method": "GET" - } - ] - }, - { - "name": "SegmentAction", - "methods": [ - { - "name": "search", - "uri": "jaxrs/segment/key/{key}", - "method": "GET" - }, - { - "name": "listEntry", - "uri": "jaxrs/segment/list/entry", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "StatAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/stat/{id}", - "method": "GET" - }, - { - "name": "execute", - "uri": "jaxrs/stat/{id}/execute", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "executeWithQuery", - "uri": "jaxrs/stat/flag/{flag}/query/{queryFlag}/execute", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithQuery", - "uri": "jaxrs/stat/flag/{flag}/query/{queryFlag}", - "method": "GET" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/stat/list/query/{queryFlag}", - "method": "GET" - } - ] - }, - { - "name": "StatementAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/statement/{flag}/execute/page/{page}/size/{size}", - "method": "POST", - "enctype": "application/json" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TableAction", - "methods": [ - { - "name": "listNext", - "uri": "jaxrs/table/list/{id}/next/{count}", - "method": "GET" - }, - { - "name": "listPrev", - "uri": "jaxrs/table/list/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "listRowSelectWhere", - "uri": "jaxrs/table/list/{tableFlag}/row/select/where/{where}", - "method": "GET" - }, - { - "name": "rowUpdate", - "uri": "jaxrs/table/{tableFlag}/row/{id}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "rowCountWhere", - "uri": "jaxrs/table/{tableFlag}/row/count/where/{where}", - "method": "GET" - }, - { - "name": "rowDelete", - "uri": "jaxrs/table/{tableFlag}/row/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "listRowNext", - "uri": "jaxrs/table/list/{tableFlag}/row/{id}/next/{count}", - "method": "GET" - }, - { - "name": "rowInsert", - "uri": "jaxrs/table/{tableFlag}/row", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "rowGet", - "uri": "jaxrs/table/{tableFlag}/row/{id}", - "method": "GET" - }, - { - "name": "listRowPrev", - "uri": "jaxrs/table/list/{tableFlag}/row/{id}/prev/{count}", - "method": "GET" - }, - { - "name": "rowDeleteAll", - "uri": "jaxrs/table/{tableFlag}/row/delete/all", - "method": "DELETE", - "enctype": "application/json" - } - ] - }, - { - "name": "TestAction", - "methods": [ - { - "name": "test1", - "uri": "jaxrs/test/1", - "method": "GET" - } - ] - }, - { - "name": "ViewAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/view/{id}", - "method": "GET" - }, - { - "name": "execute", - "uri": "jaxrs/view/{id}/execute", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "bundle", - "uri": "jaxrs/view/{id}/bundle", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "excelResult", - "uri": "jaxrs/view/excel/result/{flag}", - "method": "GET" - }, - { - "name": "excelWithQuery", - "uri": "jaxrs/view/flag/{flag}/query/{queryFlag}/excel", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "executeWithQuery", - "uri": "jaxrs/view/flag/{flag}/query/{queryFlag}/execute", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "excel", - "uri": "jaxrs/view/{id}/excel", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "getWithQuery", - "uri": "jaxrs/view/flag/{flag}/query/{queryFlag}", - "method": "GET" - }, - { - "name": "bundleWithQuery", - "uri": "jaxrs/view/flag/{flag}/query/{queryFlag}/bundle", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listWithQuery", - "uri": "jaxrs/view/list/query/{queryFlag}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_query_service_processing/src/main/webapp/describe/api.json b/o2server/x_query_service_processing/src/main/webapp/describe/api.json deleted file mode 100644 index 47a25814fb361bcbd0208e7df303015302805ccb..0000000000000000000000000000000000000000 --- a/o2server/x_query_service_processing/src/main/webapp/describe/api.json +++ /dev/null @@ -1,172 +0,0 @@ -{ - "jaxrs": [ - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "NeuralAction", - "methods": [ - { - "name": "generate", - "uri": "jaxrs/neural/generate/model/{modelFlag}", - "method": "GET" - }, - { - "name": "listCalculateWithWork", - "uri": "jaxrs/neural/list/calculate/model/{modelFlag}/work/{workId}", - "method": "GET" - }, - { - "name": "learn", - "uri": "jaxrs/neural/learn/model/{modelFlag}", - "method": "GET" - }, - { - "name": "stopLearning", - "uri": "jaxrs/neural/stop/learning/model/{modelFlag}", - "method": "GET" - }, - { - "name": "stopGenerating", - "uri": "jaxrs/neural/stop/generating/model/{modelFlag}", - "method": "GET" - } - ] - }, - { - "name": "SegmentAction", - "methods": [ - { - "name": "clean", - "uri": "jaxrs/segment/clean/work/{cleanWork}/workCompleted/{cleanWorkCompleted}/cms/{cleanCms}", - "method": "GET" - }, - { - "name": "crawlCms", - "uri": "jaxrs/segment/crawl/cms/{documentId}", - "method": "GET" - }, - { - "name": "crawlWork", - "uri": "jaxrs/segment/crawl/work/{workId}", - "method": "GET" - }, - { - "name": "crawlWorkCompleted", - "uri": "jaxrs/segment/crawl/workcompleted/{workCompletedId}", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "TestAction", - "methods": [ - { - "name": "extract", - "uri": "jaxrs/test/extract", - "method": "POST", - "enctype": "formData" - }, - { - "name": "crawlCms", - "uri": "jaxrs/test/crawl/cms", - "method": "GET" - }, - { - "name": "crawlWork", - "uri": "jaxrs/test/crawl/work", - "method": "GET" - }, - { - "name": "group2", - "uri": "jaxrs/test/group2", - "method": "GET" - }, - { - "name": "crawlWorkCompleted", - "uri": "jaxrs/test/crawl/workcompleted", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file diff --git a/o2server/x_teamwork_assemble_control/src/main/webapp/describe/api.json b/o2server/x_teamwork_assemble_control/src/main/webapp/describe/api.json deleted file mode 100644 index 0bd839440e853341e844b01621e94d013a1b9c67..0000000000000000000000000000000000000000 --- a/o2server/x_teamwork_assemble_control/src/main/webapp/describe/api.json +++ /dev/null @@ -1,657 +0,0 @@ -{ - "jaxrs": [ - { - "name": "AttachmentAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/attachment/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/attachment/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "downloadStream", - "uri": "jaxrs/attachment/download/{id}/stream/{stream}", - "method": "GET" - }, - { - "name": "taskAttachmentUpload", - "uri": "jaxrs/attachment/upload/task/{id}/site/{site}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "projectAttachmentUpload", - "uri": "jaxrs/attachment/upload/project/{id}/site/{site}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listByProjectId", - "uri": "jaxrs/attachment/list/project/{id}", - "method": "GET" - }, - { - "name": "downLoad", - "uri": "jaxrs/attachment/download/{id}", - "method": "GET" - }, - { - "name": "listByTaskId", - "uri": "jaxrs/attachment/list/task/{id}", - "method": "GET" - } - ] - }, - { - "name": "CacheAction", - "methods": [ - { - "name": "configFlush", - "uri": "jaxrs/cache/config/flush", - "method": "GET" - }, - { - "name": "receive", - "uri": "jaxrs/cache", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "ChatAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/chat/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/chat/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "create", - "uri": "jaxrs/chat", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "getContent", - "uri": "jaxrs/chat/{id}/content", - "method": "GET" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/chat/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "DynamicAction", - "methods": [ - { - "name": "listNextWithFilter", - "uri": "jaxrs/dynamic/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithProject", - "uri": "jaxrs/dynamic/list/{id}/next/{count}/project/{projectId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithTask", - "uri": "jaxrs/dynamic/list/{id}/next/{count}/task/{taskId}", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "EchoAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/echo", - "method": "GET" - } - ] - }, - { - "name": "FireScheduleAction", - "methods": [ - { - "name": "execute", - "uri": "jaxrs/fireschedule/classname/{className}", - "method": "GET" - } - ] - }, - { - "name": "LoggerAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/logger", - "method": "GET" - }, - { - "name": "debug", - "uri": "jaxrs/logger/debug", - "method": "GET" - }, - { - "name": "trace", - "uri": "jaxrs/logger/trace", - "method": "GET" - }, - { - "name": "warn", - "uri": "jaxrs/logger/warn", - "method": "GET" - }, - { - "name": "info", - "uri": "jaxrs/logger/info", - "method": "GET" - } - ] - }, - { - "name": "ProjectAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/project/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/project/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/project", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/project/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPageWithFilter", - "uri": "jaxrs/project/list/{page}/size/{size}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "updateIcon", - "uri": "jaxrs/project/{id}/icon", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "statiticMyProject", - "uri": "jaxrs/project/statitic/my", - "method": "GET" - }, - { - "name": "statiticMyProjectGroup", - "uri": "jaxrs/project/statitic/group", - "method": "GET" - }, - { - "name": "listNextInGroupWithFilter", - "uri": "jaxrs/project/list/{id}/next/{count}/group/{groupId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPageInGroupWithFilter", - "uri": "jaxrs/project/list/{page}/size/{size}/group/{groupId}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listArchiveNextWithFilter", - "uri": "jaxrs/project/list/archive/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listStarNextWithFilter", - "uri": "jaxrs/project/list/star/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyNextWithFilter", - "uri": "jaxrs/project/list/my/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listRecycleNextWithFilter", - "uri": "jaxrs/project/list/recycle/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listCompletedNextWithFilter", - "uri": "jaxrs/project/list/completed/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNoGroupNextWithFilter", - "uri": "jaxrs/project/list/groupness/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "star", - "uri": "jaxrs/project/star/{id}", - "method": "GET" - }, - { - "name": "unStar", - "uri": "jaxrs/project/unstar/{id}", - "method": "GET" - } - ] - }, - { - "name": "ProjectExtFieldReleAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/extfield/rele/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/extfield/relevance/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/extfield/relevance", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listFieldsWithProject", - "uri": "jaxrs/extfield/list/{projectId}", - "method": "GET" - }, - { - "name": "listAllUseableFields", - "uri": "jaxrs/extfield/list/fields/all", - "method": "GET" - }, - { - "name": "getNextUseableFieldName", - "uri": "jaxrs/extfield/next/field/{projectId}/{fieldType}", - "method": "GET" - } - ] - }, - { - "name": "ProjectGroupAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/project_group/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/project_group/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/project_group", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIds", - "uri": "jaxrs/project_group", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listGroups", - "uri": "jaxrs/project_group/list/my", - "method": "GET" - } - ] - }, - { - "name": "SysResourceAction", - "methods": [ - { - "name": "uploadResource", - "uri": "jaxrs/sysresource/upload/resource/as/new/{asNew}", - "method": "POST", - "enctype": "formData" - }, - { - "name": "listResource", - "uri": "jaxrs/sysresource/filePath/{filePath}", - "method": "GET" - } - ] - }, - { - "name": "SystemConfigAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/config/{id}", - "method": "GET" - }, - { - "name": "save", - "uri": "jaxrs/config", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listAllSystemConfig", - "uri": "jaxrs/config/list/all", - "method": "GET" - }, - { - "name": "getWithCode", - "uri": "jaxrs/config/code/{code}", - "method": "GET" - }, - { - "name": "isManager", - "uri": "jaxrs/config/ismanager", - "method": "GET" - } - ] - }, - { - "name": "TaskAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/task/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/task/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/task", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "archive", - "uri": "jaxrs/task/archive/{id}", - "method": "GET" - }, - { - "name": "updateManager", - "uri": "jaxrs/task/manager/{id}/update", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/task/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listPageWithFilter", - "uri": "jaxrs/task/list/{page}/size/{size}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "statiticMyProject", - "uri": "jaxrs/task/statitic/{projectId}", - "method": "GET" - }, - { - "name": "statiticMyProjectGroup", - "uri": "jaxrs/task/statitic/group/{projectId}", - "method": "GET" - }, - { - "name": "updateSingleProperty", - "uri": "jaxrs/task/{id}/property", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listAllTaskWithTaskListId", - "uri": "jaxrs/task/list/project/{projectId}/tasklist/{taskListId}/all", - "method": "GET" - }, - { - "name": "listMyTaskWithTaskListId", - "uri": "jaxrs/task/list/project/{projectId}/tasklist/{taskListId}", - "method": "GET" - }, - { - "name": "listSubTaskWithTaskId", - "uri": "jaxrs/task/list/sub/{taskId}", - "method": "GET" - }, - { - "name": "updateParticipant", - "uri": "jaxrs/task/participant/{id}/update", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "TaskGroupAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/task_group/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/task_group/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/task_group", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithIds", - "uri": "jaxrs/task_group", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listGroups", - "uri": "jaxrs/task_group/list/{project}", - "method": "GET" - } - ] - }, - { - "name": "TaskListAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/task_list/taskgroup/{taskGroupId}/tasklist/{taskListId}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/task_list/delete/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/task_list", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithTaskGroup", - "uri": "jaxrs/task_list/list/taskgroup/{taskgroup}", - "method": "GET" - }, - { - "name": "listWithTaskGroupWithTask", - "uri": "jaxrs/task_list/list/taskgroup/{taskgroup}/{withTask}", - "method": "GET" - }, - { - "name": "addTask2ListWithOrderNumber", - "uri": "jaxrs/task_list/add2list/{listId}/order", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "addTask2ListWithBehindTask", - "uri": "jaxrs/task_list/add2list/{listId}/behindTask", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "removeTaskFromList", - "uri": "jaxrs/task_list/remove/{listId}/task/{taskId}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "refreshTaskList", - "uri": "jaxrs/task_list/tasklist/refresh", - "method": "PUT", - "enctype": "application/json" - } - ] - }, - { - "name": "TaskTagAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/task_tag/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/task_tag/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/task_tag", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listWithTask", - "uri": "jaxrs/task_tag/list/task/{taskId}", - "method": "GET" - }, - { - "name": "addTagRele", - "uri": "jaxrs/task_tag/rele/{taskId}/{tagId}/add", - "method": "GET" - }, - { - "name": "listWithProject", - "uri": "jaxrs/task_tag/list/project/{projectId}", - "method": "GET" - }, - { - "name": "removeTagRele", - "uri": "jaxrs/task_tag/rele/{taskId}/{tagId}/remove", - "method": "GET" - } - ] - }, - { - "name": "TaskViewAction", - "methods": [ - { - "name": "get", - "uri": "jaxrs/task_view/{id}", - "method": "GET" - }, - { - "name": "delete", - "uri": "jaxrs/task_view/{id}", - "method": "DELETE", - "enctype": "application/json" - }, - { - "name": "save", - "uri": "jaxrs/task_view", - "method": "POST", - "enctype": "application/json" - }, - { - "name": "listNextWithFilter", - "uri": "jaxrs/task_view/list/{id}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "executeNextWithFilter", - "uri": "jaxrs/task_view/execute/view/{viewId}/flag/{flag}/next/{count}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "executePageWithFilter", - "uri": "jaxrs/task_view/execute/view/{viewId}/page/{pageNum}/{pageSize}", - "method": "PUT", - "enctype": "application/json" - }, - { - "name": "listMyTaskWithTaskListId", - "uri": "jaxrs/task_view/list/project/{projectId}", - "method": "GET" - } - ] - } - ] -} \ No newline at end of file