类 CustomMonitorServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.CustomMonitorServiceImpl
-
- 所有已实现的接口:
CustomMonitorService
@Transactional(readOnly=true) @Service("customMonitorService") public class CustomMonitorServiceImpl extends Object implements CustomMonitorService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
构造器概要
构造器 构造器 说明 CustomMonitorServiceImpl()
-
方法概要
-
-
-
方法详细资料
-
getDoingCountByProcessDefinitionKey
public long getDoingCountByProcessDefinitionKey(String processDefinitionKey)
从接口复制的说明:CustomMonitorService监控在办件列表统计- 指定者:
getDoingCountByProcessDefinitionKey在接口中CustomMonitorService- 返回:
-
getDoingCountBySystemName
public long getDoingCountBySystemName(String systemName)
从接口复制的说明:CustomMonitorService监控在办件列表统计- 指定者:
getDoingCountBySystemName在接口中CustomMonitorService- 返回:
-
getDoneCountByProcessDefinitionKey
public long getDoneCountByProcessDefinitionKey(String processDefinitionKey)
从接口复制的说明:CustomMonitorService监控办结件列表统计- 指定者:
getDoneCountByProcessDefinitionKey在接口中CustomMonitorService- 返回:
-
getDoneCountBySystemName
public long getDoneCountBySystemName(String systemName)
从接口复制的说明:CustomMonitorService监控办结件列表统计- 指定者:
getDoneCountBySystemName在接口中CustomMonitorService- 返回:
-
pageDoingListByProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageDoingListByProcessDefinitionKey(String processDefinitionKey, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService查询监控在办件列表- 指定者:
pageDoingListByProcessDefinitionKey在接口中CustomMonitorService- 返回:
-
pageDoingListBySystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageDoingListBySystemName(String systemName, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService查询监控在办件列表- 指定者:
pageDoingListBySystemName在接口中CustomMonitorService- 返回:
-
pageDoneListByProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageDoneListByProcessDefinitionKey(String processDefinitionKey, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService查询监控办结件列表- 指定者:
pageDoneListByProcessDefinitionKey在接口中CustomMonitorService- 返回:
-
pageDoneListBySystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> pageDoneListBySystemName(String systemName, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService查询监控办结件列表- 指定者:
pageDoneListBySystemName在接口中CustomMonitorService- 返回:
-
searchDoingListByProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchDoingListByProcessDefinitionKey(String processDefinitionKey, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService条件搜索在办件- 指定者:
searchDoingListByProcessDefinitionKey在接口中CustomMonitorService- 返回:
-
searchDoingListBySystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchDoingListBySystemName(String systemName, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService条件搜索在办件- 指定者:
searchDoingListBySystemName在接口中CustomMonitorService- 返回:
-
searchDoneListByProcessDefinitionKey
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchDoneListByProcessDefinitionKey(String processDefinitionKey, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService条件搜索在办件- 指定者:
searchDoneListByProcessDefinitionKey在接口中CustomMonitorService- 返回:
-
searchDoneListBySystemName
public net.risesoft.pojo.Y9Page<HistoricProcessInstanceModel> searchDoneListBySystemName(String systemName, String searchTerm, Integer page, Integer rows)
从接口复制的说明:CustomMonitorService条件搜索在办件- 指定者:
searchDoneListBySystemName在接口中CustomMonitorService- 返回:
-
-