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 CommentQuerycontent(java.lang.String content)CommentQuerycontentLike(java.lang.String contentLike)CommentQuerycreated(java.util.Date created)CommentQuerycreatedAfter(java.util.Date createdAfter)CommentQuerycreatedBefore(java.util.Date createdBefore)CommentQueryid(java.lang.String id)CommentQueryorderByCreatedTime()CommentQueryorderByUpdatedTime()CommentQueryscopeId(java.lang.String scopeId)CommentQueryscopeType(java.lang.String scopeType)CommentQueryupdated(java.util.Date updated)CommentQueryupdatedAfter(java.util.Date updatedAfter)CommentQueryupdatedBefore(java.util.Date updatedBefore)CommentQueryuserId(java.lang.String userId)
-
Method Details
-
id
-
scopeId
-
scopeType
-
userId
-
content
-
created
-
updated
-
createdBefore
-
updatedBefore
-
createdAfter
-
updatedAfter
-
contentLike
-
orderByUpdatedTime
CommentQuery orderByUpdatedTime() -
orderByCreatedTime
CommentQuery orderByCreatedTime()
-