Interface CommentQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<CommentQuery,Comment>
- All Known Implementing Classes:
CommentQueryImpl
public interface CommentQuery extends org.flowable.common.engine.api.query.Query<CommentQuery,Comment>
-
Nested Class Summary
-
Method Summary
Modifier and Type Method Description CommentQuery
content(java.lang.String content)
CommentQuery
contentLike(java.lang.String contentLike)
CommentQuery
created(java.util.Date created)
CommentQuery
createdAfter(java.util.Date createdAfter)
CommentQuery
createdBefore(java.util.Date createdBefore)
CommentQuery
id(java.lang.String id)
CommentQuery
orderByCreatedTime()
CommentQuery
orderByUpdatedTime()
CommentQuery
scopeId(java.lang.String scopeId)
CommentQuery
scopeType(java.lang.String scopeType)
CommentQuery
updated(java.util.Date updated)
CommentQuery
updatedAfter(java.util.Date updatedAfter)
CommentQuery
updatedBefore(java.util.Date updatedBefore)
CommentQuery
userId(java.lang.String userId)
-
Method Details
-
id
-
scopeId
-
scopeType
-
userId
-
content
-
created
-
updated
-
createdBefore
-
updatedBefore
-
createdAfter
-
updatedAfter
-
contentLike
-
orderByUpdatedTime
CommentQuery orderByUpdatedTime() -
orderByCreatedTime
CommentQuery orderByCreatedTime()
-