Uses of Interface
com.flowable.platform.api.comment.CommentQuery
Package | Description |
---|---|
com.flowable.platform.api.comment | |
com.flowable.platform.engine.impl.comment | |
com.flowable.platform.engine.impl.persistence.entity |
-
Uses of CommentQuery in com.flowable.platform.api.comment
Methods in com.flowable.platform.api.comment that return CommentQuery Modifier and Type Method Description CommentQuery
CommentQuery. content(java.lang.String content)
CommentQuery
CommentQuery. contentLike(java.lang.String contentLike)
CommentQuery
CommentService. createCommentQuery()
CommentQuery
CommentQuery. created(java.util.Date created)
CommentQuery
CommentQuery. createdAfter(java.util.Date createdAfter)
CommentQuery
CommentQuery. createdBefore(java.util.Date createdBefore)
CommentQuery
CommentQuery. id(java.lang.String id)
CommentQuery
CommentQuery. orderByCreatedTime()
CommentQuery
CommentQuery. orderByUpdatedTime()
CommentQuery
CommentQuery. scopeId(java.lang.String scopeId)
CommentQuery
CommentQuery. scopeType(java.lang.String scopeType)
CommentQuery
CommentQuery. updated(java.util.Date updated)
CommentQuery
CommentQuery. updatedAfter(java.util.Date updatedAfter)
CommentQuery
CommentQuery. updatedBefore(java.util.Date updatedBefore)
CommentQuery
CommentQuery. userId(java.lang.String userId)
-
Uses of CommentQuery in com.flowable.platform.engine.impl.comment
Classes in com.flowable.platform.engine.impl.comment that implement CommentQuery Modifier and Type Class Description class
CommentQueryImpl
Methods in com.flowable.platform.engine.impl.comment that return CommentQuery Modifier and Type Method Description CommentQuery
CommentQueryImpl. content(java.lang.String content)
CommentQuery
CommentQueryImpl. contentLike(java.lang.String contentLike)
CommentQuery
CommentServiceImpl. createCommentQuery()
CommentQuery
CommentQueryImpl. created(java.util.Date created)
CommentQuery
CommentQueryImpl. createdAfter(java.util.Date createdAfter)
CommentQuery
CommentQueryImpl. createdBefore(java.util.Date createdBefore)
CommentQuery
CommentQueryImpl. id(java.lang.String id)
CommentQuery
CommentQueryImpl. orderByCreatedTime()
CommentQuery
CommentQueryImpl. orderByUpdatedTime()
CommentQuery
CommentQueryImpl. scopeId(java.lang.String scopeId)
CommentQuery
CommentQueryImpl. scopeType(java.lang.String scopeType)
CommentQuery
CommentQueryImpl. updated(java.util.Date updated)
CommentQuery
CommentQueryImpl. updatedAfter(java.util.Date updatedAfter)
CommentQuery
CommentQueryImpl. updatedBefore(java.util.Date updatedBefore)
CommentQuery
CommentQueryImpl. userId(java.lang.String userId)
-
Uses of CommentQuery in com.flowable.platform.engine.impl.persistence.entity
Methods in com.flowable.platform.engine.impl.persistence.entity that return CommentQuery Modifier and Type Method Description CommentQuery
CommentEntityManager. createCommentQuery()
CommentQuery
CommentEntityManagerImpl. createCommentQuery()
Methods in com.flowable.platform.engine.impl.persistence.entity with parameters of type CommentQuery Modifier and Type Method Description long
CommentEntityManager. countByCriteria(CommentQuery commentQuery)
long
CommentEntityManagerImpl. countByCriteria(CommentQuery commentQuery)
java.util.List<Comment>
CommentEntityManager. findByCriteria(CommentQuery commentQuery)
java.util.List<Comment>
CommentEntityManagerImpl. findByCriteria(CommentQuery commentQuery)