Uses of Class
com.flowable.platform.engine.impl.comment.CommentQueryImpl
-
Packages that use CommentQueryImpl Package Description com.flowable.platform.engine.impl.persistence.entity.data com.flowable.platform.engine.impl.persistence.entity.data.impl -
-
Uses of CommentQueryImpl in com.flowable.platform.engine.impl.persistence.entity.data
Methods in com.flowable.platform.engine.impl.persistence.entity.data with parameters of type CommentQueryImpl Modifier and Type Method Description long
CommentDataManager. countByCriteria(CommentQueryImpl commentQuery)
List<Comment>
CommentDataManager. findByCriteria(CommentQueryImpl commentQuery)
-
Uses of CommentQueryImpl in com.flowable.platform.engine.impl.persistence.entity.data.impl
Methods in com.flowable.platform.engine.impl.persistence.entity.data.impl with parameters of type CommentQueryImpl Modifier and Type Method Description long
MyBatisCommentDataManager. countByCriteria(CommentQueryImpl commentQuery)
List<Comment>
MyBatisCommentDataManager. findByCriteria(CommentQueryImpl commentQuery)
-