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 TypeMethodDescriptionvoidbulkDeleteByScopeIdsAndScopeType(Collection<String> scopeIds, String scopeType) longcountByCriteria(CommentQuery commentQuery) voiddeleteByScopeIdAndScopeType(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
-