Interface ActionLinkEntityManager
- All Superinterfaces:
EntityManager<ActionLinkEntity>
- All Known Implementing Classes:
ActionLinkEntityManagerImpl
- 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
-
createActionLinkQuery
ActionLinkQuery createActionLinkQuery() -
findActionLinksByQueryCriteria
-
findActionLinkCountByQueryCriteria
-
deleteByActionInstanceId
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-