Interface ActionLinkEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionLinkEntity>
- All Known Implementing Classes:
ActionLinkEntityManagerImpl
public interface ActionLinkEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<ActionLinkEntity>
- 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
findActionLinkCountByQueryCriteria
(ActionLinkQueryImpl actionLinkQuery) findActionLinksByActionInstanceId
(String actionInstanceId) findActionLinksByQueryCriteria
(ActionLinkQueryImpl actionLinkQuery) findActionLinksByScopeIdAndScopeType
(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
-
findActionLinksByActionInstanceId
-
findActionLinksByScopeIdAndScopeType
-
createActionLinkQuery
ActionLinkQuery createActionLinkQuery() -
findActionLinksByQueryCriteria
-
findActionLinkCountByQueryCriteria
-
deleteByActionInstanceId
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-