Interface ActionInstanceEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionInstanceEntity>
- All Known Implementing Classes:
ActionInstanceEntityManagerImpl
public interface ActionInstanceEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionInstanceEntity>
- Author:
- Tijs Rademakers
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteActionInstancesByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) void
deleteByActionDefinitionId
(String actionDefinitionId) long
findActionInstanceCountByQueryCriteria
(ActionInstanceQueryImpl actionInstanceQuery) findActionInstanceIdsForScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) findActionInstancesByQueryCriteria
(ActionInstanceQueryImpl actionInstanceQuery) findActionInstancesForScopeIdAndSubScopeId
(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
createActionInstanceQuery
ActionInstanceQuery createActionInstanceQuery() -
findActionInstancesForScopeIdAndSubScopeId
List<ActionInstance> findActionInstancesForScopeIdAndSubScopeId(String scopeType, String scopeId, String subScopeId, boolean includeDeletedFromCache) -
findActionInstanceIdsForScopeIdsAndScopeType
List<String> findActionInstanceIdsForScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) -
findActionInstancesByQueryCriteria
List<ActionInstance> findActionInstancesByQueryCriteria(ActionInstanceQueryImpl actionInstanceQuery) -
findActionInstanceCountByQueryCriteria
-
deleteByActionDefinitionId
-
bulkDeleteActionInstancesByScopeIdsAndScopeType
-