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 TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) voiddeleteByActionInstanceId(String actionInstanceId) voiddeleteByScopeIdAndScopeType(String scopeId, String scopeType) longfindActionLinkCountByQueryCriteria(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
-