程序包 net.risesoft.api

类 ItemInterfaceApiImpl

  • 所有已实现的接口:
    ItemInterfaceApi

    @RestController
    @RequestMapping(value="/services/rest/itemInterface",
                    produces="application/json")
    public class ItemInterfaceApiImpl
    extends Object
    implements ItemInterfaceApi
    事项接口绑定信息
    作者:
    zhangchongjie
    Date:
    2024/05/27
    • 构造器详细资料

      • ItemInterfaceApiImpl

        public ItemInterfaceApiImpl()
    • 方法详细资料

      • getInterface

        public net.risesoft.pojo.Y9Result<List<InterfaceModel>> getInterface​(@RequestParam
                                                                             String tenantId,
                                                                             @RequestParam
                                                                             String itemId,
                                                                             @RequestParam
                                                                             String taskKey,
                                                                             @RequestParam
                                                                             String processDefinitionId,
                                                                             @RequestParam
                                                                             String condition)
        获取事项接口信息
        指定者:
        getInterface 在接口中 ItemInterfaceApi
        参数:
        tenantId - 租户id
        itemId - 事项id
        taskKey - 任务key
        processDefinitionId - 流程定义id
        condition - 执行条件
        返回:
        Y9Result<List<InterfaceModel>> 通用请求返回对象 - data 是接口绑定参数列表
        从以下版本开始:
        9.6.6
      • getInterfaceParams

        public net.risesoft.pojo.Y9Result<List<InterfaceParamsModel>> getInterfaceParams​(@RequestParam
                                                                                         String tenantId,
                                                                                         @RequestParam
                                                                                         String itemId,
                                                                                         @RequestParam
                                                                                         String interfaceId)
        获取事项接口参数信息
        指定者:
        getInterfaceParams 在接口中 ItemInterfaceApi
        参数:
        tenantId - 租户id
        itemId - 事项id
        interfaceId - 接口id
        返回:
        Y9Result<List<InterfaceParamsModel>> 通用请求返回对象 - data 是接口绑定参数列表
        从以下版本开始:
        9.6.6