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
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptioncontentLike
(String contentLike) createdAfter
(Date createdAfter) createdBefore
(Date createdBefore) updatedAfter
(Date updatedAfter) updatedBefore
(Date updatedBefore) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
id
-
scopeId
-
scopeType
-
userId
-
content
-
created
-
updated
-
createdBefore
-
updatedBefore
-
createdAfter
-
updatedAfter
-
contentLike
-
orderByUpdatedTime
CommentQuery orderByUpdatedTime() -
orderByCreatedTime
CommentQuery orderByCreatedTime()
-