Uses of Interface
com.flowable.platform.api.comment.CommentQuery
Package
Description
-
Uses of CommentQuery in com.flowable.platform.api.comment
Modifier 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
Modifier 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
Modifier and TypeMethodDescriptionCommentEntityManager.createCommentQuery()
CommentEntityManagerImpl.createCommentQuery()
Modifier and TypeMethodDescriptionlong
CommentEntityManager.countByCriteria
(CommentQuery commentQuery) long
CommentEntityManagerImpl.countByCriteria
(CommentQuery commentQuery) CommentEntityManager.findByCriteria
(CommentQuery commentQuery) CommentEntityManagerImpl.findByCriteria
(CommentQuery commentQuery)