Interface HistoricActionLinkEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<HistoricActionLinkEntity>
- All Known Implementing Classes:
HistoricActionLinkEntityManagerImpl
public interface HistoricActionLinkEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<HistoricActionLinkEntity>
- Author:
- Joram Barrez
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
deleteByActionInstanceId
(String actionInstanceId) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) long
findHistoricActionLinkCountByQueryCriteria
(HistoricActionLinkQueryImpl actionLinkQuery) findHistoricActionLinksByActionInstanceId
(String actionInstanceId) findHistoricActionLinksByQueryCriteria
(HistoricActionLinkQueryImpl actionLinkQuery) findHistoricActionLinksByScopeIdAndScopeType
(String scopeId, 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
-
findHistoricActionLinksByActionInstanceId
-
findHistoricActionLinksByScopeIdAndScopeType
List<HistoricActionLinkEntity> findHistoricActionLinksByScopeIdAndScopeType(String scopeId, String scopeType) -
createHistoricActionLinkQuery
HistoricActionLinkQuery createHistoricActionLinkQuery() -
findHistoricActionLinksByQueryCriteria
List<HistoricActionLink> findHistoricActionLinksByQueryCriteria(HistoricActionLinkQueryImpl actionLinkQuery) -
findHistoricActionLinkCountByQueryCriteria
-
deleteByActionInstanceId
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-