Interface CommentEntityManager
- All Superinterfaces:
org.flowable.common.engine.impl.persistence.entity.EntityManager<CommentEntity>
- All Known Implementing Classes:
CommentEntityManagerImpl
public interface CommentEntityManager
extends org.flowable.common.engine.impl.persistence.entity.EntityManager<CommentEntity>
-
Method Summary
Modifier and TypeMethodDescriptionvoid
bulkDeleteByScopeIdsAndScopeType
(Collection<String> scopeIds, String scopeType) long
countByCriteria
(CommentQuery commentQuery) void
deleteByScopeIdAndScopeType
(String scopeId, String scopeType) findByCriteria
(CommentQuery commentQuery) findByScopeIdAndScopeType
(String scopeId, String scopeType) findByUserId
(String userId) Methods inherited from interface org.flowable.common.engine.impl.persistence.entity.EntityManager
create, delete, delete, delete, findById, insert, insert, update, update
-
Method Details
-
createCommentQuery
CommentQuery createCommentQuery() -
findByScopeIdAndScopeType
-
findByUserId
-
countByCriteria
-
findByCriteria
-
deleteByScopeIdAndScopeType
-
bulkDeleteByScopeIdsAndScopeType
-