Interface CommentQuery
- All Superinterfaces:
Query<CommentQuery,Comment>
- All Known Implementing Classes:
CommentQueryImpl
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder -
Method Summary
Modifier and TypeMethodDescriptioncontentLike(String contentLike) createdAfter(Date createdAfter) createdBefore(Date createdBefore) updatedAfter(Date updatedAfter) updatedBefore(Date updatedBefore)
-
Method Details
-
id
-
scopeId
-
scopeType
-
userId
-
content
-
created
-
updated
-
createdBefore
-
updatedBefore
-
createdAfter
-
updatedAfter
-
contentLike
-
orderByUpdatedTime
CommentQuery orderByUpdatedTime() -
orderByCreatedTime
CommentQuery orderByCreatedTime()
-