Interface HistoricAgentInstanceDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<HistoricAgentInstanceEntity>
- All Known Implementing Classes:
MybatisHistoricAgentInstanceDataManager
public interface HistoricAgentInstanceDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<HistoricAgentInstanceEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDelete(Collection<String> historicAgentInstanceIds) longcountByCriteria(HistoricAgentInstanceQueryImpl historicAgentInstanceQuery) findByCriteria(HistoricAgentInstanceQueryImpl historicAgentInstanceQuery) findIdsByScopeIdAndScopeType(String scopeId, String scopeType) findIdsByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
countByCriteria
-
findByCriteria
List<HistoricAgentInstance> findByCriteria(HistoricAgentInstanceQueryImpl historicAgentInstanceQuery) -
findIdsByScopeIdAndScopeType
-
findIdsByScopeIdsAndScopeType
-
bulkDelete
-