类 CustomHistoricProcessServiceImpl
- java.lang.Object
-
- net.risesoft.service.impl.CustomHistoricProcessServiceImpl
-
- 所有已实现的接口:
CustomHistoricProcessService
@Transactional(readOnly=true) @Service("customHistoricProcessService") public class CustomHistoricProcessServiceImpl extends Object implements CustomHistoricProcessService- 作者:
- qinman, zhangchongjie
- Date:
- 2022/12/30
-
-
构造器概要
构造器 构造器 说明 CustomHistoricProcessServiceImpl()
-
方法概要
所有方法 实例方法 具体方法 修饰符和类型 方法 说明 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
public boolean deleteProcessInstance(String processInstanceId)
从接口复制的说明:CustomHistoricProcessService删除流程实例,在办件暂停,办结件加删除标识- 指定者:
deleteProcessInstance在接口中CustomHistoricProcessService- 返回:
-
getById
public org.flowable.engine.history.HistoricProcessInstance getById(String processInstanceId)
从接口复制的说明:CustomHistoricProcessService根据流程实例Id获取历史流程实例- 指定者:
getById在接口中CustomHistoricProcessService- 返回:
-
getByIdAndYear
public org.flowable.engine.history.HistoricProcessInstance getByIdAndYear(String processInstanceId, String year)
从接口复制的说明:CustomHistoricProcessServiceDescription:- 指定者:
getByIdAndYear在接口中CustomHistoricProcessService- 返回:
-
getRecycleCount
public int getRecycleCount(String title)
从接口复制的说明:CustomHistoricProcessService获取所有回收站统计- 指定者:
getRecycleCount在接口中CustomHistoricProcessService- 返回:
-
getRecycleCountByItemId
public int getRecycleCountByItemId(String itemId, String title)
从接口复制的说明:CustomHistoricProcessService获取回收站统计- 指定者:
getRecycleCountByItemId在接口中CustomHistoricProcessService- 返回:
-
getRecycleCountByUserId
public int getRecycleCountByUserId(String title, String userId)
从接口复制的说明:CustomHistoricProcessService根据人员id获取回收站统计- 指定者:
getRecycleCountByUserId在接口中CustomHistoricProcessService- 返回:
-
getSuperProcessInstanceById
public org.flowable.engine.history.HistoricProcessInstance getSuperProcessInstanceById(String processInstanceId)
从接口复制的说明:CustomHistoricProcessService根据流程实例获取父流程实例- 指定者:
getSuperProcessInstanceById在接口中CustomHistoricProcessService- 返回:
-
listBySuperProcessInstanceId
public List<org.flowable.engine.history.HistoricProcessInstance> listBySuperProcessInstanceId(String superProcessInstanceId)
从接口复制的说明:CustomHistoricProcessService根据父流程实例获取所有历史子流程实例- 指定者:
listBySuperProcessInstanceId在接口中CustomHistoricProcessService- 返回:
-
listDeleteProByItemId
public List<org.flowable.engine.history.HistoricProcessInstance> listDeleteProByItemId(String itemId, Integer page, Integer rows)
从接口复制的说明:CustomHistoricProcessService获取删除实例列表- 指定者:
listDeleteProByItemId在接口中CustomHistoricProcessService- 返回:
-
listRecycleAll
public List<org.flowable.engine.history.HistoricProcessInstance> listRecycleAll(String title, Integer page, Integer rows)
从接口复制的说明:CustomHistoricProcessService获取所有回收站列表- 指定者:
listRecycleAll在接口中CustomHistoricProcessService- 返回:
-
listRecycleByItemId
public List<org.flowable.engine.history.HistoricProcessInstance> listRecycleByItemId(String itemId, String title, Integer page, Integer rows)
从接口复制的说明:CustomHistoricProcessService获取回收站列表- 指定者:
listRecycleByItemId在接口中CustomHistoricProcessService- 返回:
-
listRecycleByUserId
public List<org.flowable.engine.history.HistoricProcessInstance> listRecycleByUserId(String title, String userId, Integer page, Integer rows)
从接口复制的说明:CustomHistoricProcessService根据人员id获取回收站列表- 指定者:
listRecycleByUserId在接口中CustomHistoricProcessService- 返回:
-
recoveryProcessInstance
public boolean recoveryProcessInstance(String processInstanceId)
从接口复制的说明:CustomHistoricProcessService恢复,激活流程实例- 指定者:
recoveryProcessInstance在接口中CustomHistoricProcessService- 返回:
-
removeProcess
public boolean removeProcess(String processInstanceId)
从接口复制的说明:CustomHistoricProcessService彻底删除流程实例- 指定者:
removeProcess在接口中CustomHistoricProcessService- 返回:
-
removeProcess4Position
public boolean removeProcess4Position(String processInstanceId)
从接口复制的说明:CustomHistoricProcessService彻底删除流程实例,岗位- 指定者:
removeProcess4Position在接口中CustomHistoricProcessService- 返回:
-
setPriority
@Transactional public void setPriority(String processInstanceId, String priority) throws Exception
从接口复制的说明:CustomHistoricProcessServiceDescription:- 指定者:
setPriority在接口中CustomHistoricProcessService- 抛出:
Exception
-
-