Interface ActionLinkDataManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.data.DataManager<ActionLinkEntity>
- All Known Implementing Classes:
MybatisActionLinkDataManager
public interface ActionLinkDataManager
extends org.flowable.common.engine.impl.persistence.entity.data.DataManager<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.data.DataManager
create, delete, delete, findById, insert, update
-
Method Details
-
findActionLinksByActionInstanceId
-
findActionLinksByScopeIdAndScopeType
-
findActionLinksByQueryCriteria
-
findActionLinkCountByQueryCriteria
-
deleteByActionInstanceId
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-