Uses of Interface
com.flowable.platform.api.comment.CommentQuery
Packages that use CommentQuery
Package
Description
-
Uses of CommentQuery in com.flowable.platform.api.comment
Methods in com.flowable.platform.api.comment that return CommentQueryModifier and TypeMethodDescriptionCommentQuery.contentLike(String contentLike) CommentService.createCommentQuery()CommentQuery.createdAfter(Date createdAfter) CommentQuery.createdBefore(Date createdBefore) CommentQuery.orderByCreatedTime()CommentQuery.orderByUpdatedTime()CommentQuery.updatedAfter(Date updatedAfter) CommentQuery.updatedBefore(Date updatedBefore) -
Uses of CommentQuery in com.flowable.platform.engine.impl.comment
Classes in com.flowable.platform.engine.impl.comment that implement CommentQueryMethods in com.flowable.platform.engine.impl.comment that return CommentQueryModifier and TypeMethodDescriptionCommentQueryImpl.contentLike(String contentLike) CommentServiceImpl.createCommentQuery()CommentQueryImpl.createdAfter(Date createdAfter) CommentQueryImpl.createdBefore(Date createdBefore) CommentQueryImpl.orderByCreatedTime()CommentQueryImpl.orderByUpdatedTime()CommentQueryImpl.updatedAfter(Date updatedAfter) CommentQueryImpl.updatedBefore(Date updatedBefore) -
Uses of CommentQuery in com.flowable.platform.engine.impl.persistence.entity
Methods in com.flowable.platform.engine.impl.persistence.entity that return CommentQueryModifier and TypeMethodDescriptionCommentEntityManager.createCommentQuery()CommentEntityManagerImpl.createCommentQuery()Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type CommentQueryModifier and TypeMethodDescriptionlongCommentEntityManager.countByCriteria(CommentQuery commentQuery) longCommentEntityManagerImpl.countByCriteria(CommentQuery commentQuery) CommentEntityManager.findByCriteria(CommentQuery commentQuery) CommentEntityManagerImpl.findByCriteria(CommentQuery commentQuery)