Interface ActionLinkDataManager
- All Superinterfaces:
DataManager<ActionLinkEntity>
- All Known Implementing Classes:
MybatisActionLinkDataManager
- 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)
-
Method Details
-
findActionLinksByActionInstanceId
-
findActionLinksByScopeIdAndScopeType
-
findActionLinksByQueryCriteria
-
findActionLinkCountByQueryCriteria
-
deleteByActionInstanceId
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-