Interface HistoricAgentInstanceEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<HistoricAgentInstanceEntity>
- All Known Implementing Classes:
HistoricAgentInstanceEntityManagerImpl
public interface HistoricAgentInstanceEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<HistoricAgentInstanceEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoidbulkDeleteHistoricAgentInstancesAndRelatedData(Collection<String> historicAgentInstanceIds) longcountByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) voiddeleteHistoricAgentInstanceAndRelatedData(String historicAgentInstanceId) findByCriteria(HistoricAgentInstanceQuery historicAgentInstanceQuery) findIdsByScopeIdAndScopeType(String scopeId, String scopeType) findIdsByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
countByCriteria
-
findByCriteria
-
findIdsByScopeIdAndScopeType
-
findIdsByScopeIdsAndScopeType
-
deleteHistoricAgentInstanceAndRelatedData
-
bulkDeleteHistoricAgentInstancesAndRelatedData
-