接口 CustomHistoricProcessService
-
- 所有已知实现类:
CustomHistoricProcessServiceImpl
public interface CustomHistoricProcessService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
方法概要
所有方法 实例方法 抽象方法 修饰符和类型 方法 说明 booleandeleteProcessInstance(String processInstanceId)删除流程实例,在办件暂停,办结件加删除标识org.flowable.engine.history.HistoricProcessInstancegetById(String processInstanceId)根据流程实例Id获取历史流程实例org.flowable.engine.history.HistoricProcessInstancegetByIdAndYear(String processInstanceId, String year)Description:intgetRecycleCount(String title)获取所有回收站统计intgetRecycleCountByItemId(String itemId, String title)获取回收站统计intgetRecycleCountByUserId(String title, String userId)根据人员id获取回收站统计org.flowable.engine.history.HistoricProcessInstancegetSuperProcessInstanceById(String processInstanceId)根据流程实例获取父流程实例List<org.flowable.engine.history.HistoricProcessInstance>listBySuperProcessInstanceId(String superProcessInstanceId)根据父流程实例获取所有历史子流程实例List<org.flowable.engine.history.HistoricProcessInstance>listDeleteProByItemId(String itemId, Integer page, Integer rows)获取删除实例列表List<org.flowable.engine.history.HistoricProcessInstance>listRecycleAll(String title, Integer page, Integer rows)获取所有回收站列表List<org.flowable.engine.history.HistoricProcessInstance>listRecycleByItemId(String itemId, String title, Integer page, Integer rows)获取回收站列表List<org.flowable.engine.history.HistoricProcessInstance>listRecycleByUserId(String title, String userId, Integer page, Integer rows)根据人员id获取回收站列表booleanrecoveryProcessInstance(String processInstanceId)恢复,激活流程实例booleanremoveProcess(String processInstanceId)彻底删除流程实例booleanremoveProcess4Position(String processInstanceId)彻底删除流程实例,岗位voidsetPriority(String processInstanceId, String priority)Description:
-
-
-
方法详细资料
-
deleteProcessInstance
boolean deleteProcessInstance(String processInstanceId)
删除流程实例,在办件暂停,办结件加删除标识- 参数:
processInstanceId-- 返回:
-
getById
org.flowable.engine.history.HistoricProcessInstance getById(String processInstanceId)
根据流程实例Id获取历史流程实例- 参数:
processInstanceId-- 返回:
-
getByIdAndYear
org.flowable.engine.history.HistoricProcessInstance getByIdAndYear(String processInstanceId, String year)
Description:- 参数:
processInstanceId-year-- 返回:
-
getRecycleCount
int getRecycleCount(String title)
获取所有回收站统计- 参数:
title-- 返回:
-
getRecycleCountByItemId
int getRecycleCountByItemId(String itemId, String title)
获取回收站统计- 参数:
itemId-title-- 返回:
-
getRecycleCountByUserId
int getRecycleCountByUserId(String title, String userId)
根据人员id获取回收站统计- 参数:
title-userId-- 返回:
-
getSuperProcessInstanceById
org.flowable.engine.history.HistoricProcessInstance getSuperProcessInstanceById(String processInstanceId)
根据流程实例获取父流程实例- 参数:
processInstanceId-- 返回:
-
listBySuperProcessInstanceId
List<org.flowable.engine.history.HistoricProcessInstance> listBySuperProcessInstanceId(String superProcessInstanceId)
根据父流程实例获取所有历史子流程实例- 参数:
superProcessInstanceId-- 返回:
-
listDeleteProByItemId
List<org.flowable.engine.history.HistoricProcessInstance> listDeleteProByItemId(String itemId, Integer page, Integer rows)
获取删除实例列表- 参数:
itemId-page-rows-- 返回:
-
listRecycleAll
List<org.flowable.engine.history.HistoricProcessInstance> listRecycleAll(String title, Integer page, Integer rows)
获取所有回收站列表- 参数:
title-page-rows-- 返回:
-
listRecycleByItemId
List<org.flowable.engine.history.HistoricProcessInstance> listRecycleByItemId(String itemId, String title, Integer page, Integer rows)
获取回收站列表- 参数:
itemId-title-page-rows-- 返回:
-
listRecycleByUserId
List<org.flowable.engine.history.HistoricProcessInstance> listRecycleByUserId(String title, String userId, Integer page, Integer rows)
根据人员id获取回收站列表- 参数:
title-userId-page-rows-- 返回:
-
recoveryProcessInstance
boolean recoveryProcessInstance(String processInstanceId)
恢复,激活流程实例- 参数:
processInstanceId-- 返回:
-
removeProcess
boolean removeProcess(String processInstanceId)
彻底删除流程实例- 参数:
processInstanceId-- 返回:
-
removeProcess4Position
boolean removeProcess4Position(String processInstanceId)
彻底删除流程实例,岗位- 参数:
processInstanceId-- 返回:
-
-