Package | Description |
---|---|
com.flowable.platform.api.comment | |
com.flowable.platform.engine.impl.comment | |
com.flowable.platform.engine.impl.persistence.entity |
Modifier and Type | Method and Description |
---|---|
CommentQuery |
CommentQuery.content(String content) |
CommentQuery |
CommentQuery.contentLike(String contentLike) |
CommentQuery |
CommentService.createCommentQuery() |
CommentQuery |
CommentQuery.created(Date created) |
CommentQuery |
CommentQuery.createdAfter(Date createdAfter) |
CommentQuery |
CommentQuery.createdBefore(Date createdBefore) |
CommentQuery |
CommentQuery.id(String id) |
CommentQuery |
CommentQuery.orderByCreatedTime() |
CommentQuery |
CommentQuery.orderByUpdatedTime() |
CommentQuery |
CommentQuery.scopeId(String scopeId) |
CommentQuery |
CommentQuery.scopeType(String scopeType) |
CommentQuery |
CommentQuery.updated(Date updated) |
CommentQuery |
CommentQuery.updatedAfter(Date updatedAfter) |
CommentQuery |
CommentQuery.updatedBefore(Date updatedBefore) |
CommentQuery |
CommentQuery.userId(String userId) |
Modifier and Type | Class and Description |
---|---|
class |
CommentQueryImpl |
Modifier and Type | Method and Description |
---|---|
CommentQuery |
CommentQueryImpl.content(String content) |
CommentQuery |
CommentQueryImpl.contentLike(String contentLike) |
CommentQuery |
CommentServiceImpl.createCommentQuery() |
CommentQuery |
CommentQueryImpl.created(Date created) |
CommentQuery |
CommentQueryImpl.createdAfter(Date createdAfter) |
CommentQuery |
CommentQueryImpl.createdBefore(Date createdBefore) |
CommentQuery |
CommentQueryImpl.id(String id) |
CommentQuery |
CommentQueryImpl.orderByCreatedTime() |
CommentQuery |
CommentQueryImpl.orderByUpdatedTime() |
CommentQuery |
CommentQueryImpl.scopeId(String scopeId) |
CommentQuery |
CommentQueryImpl.scopeType(String scopeType) |
CommentQuery |
CommentQueryImpl.updated(Date updated) |
CommentQuery |
CommentQueryImpl.updatedAfter(Date updatedAfter) |
CommentQuery |
CommentQueryImpl.updatedBefore(Date updatedBefore) |
CommentQuery |
CommentQueryImpl.userId(String userId) |
Modifier and Type | Method and Description |
---|---|
CommentQuery |
CommentEntityManagerImpl.createCommentQuery() |
CommentQuery |
CommentEntityManager.createCommentQuery() |
Modifier and Type | Method and Description |
---|---|
long |
CommentEntityManagerImpl.countByCriteria(CommentQuery commentQuery) |
long |
CommentEntityManager.countByCriteria(CommentQuery commentQuery) |
List<Comment> |
CommentEntityManagerImpl.findByCriteria(CommentQuery commentQuery) |
List<Comment> |
CommentEntityManager.findByCriteria(CommentQuery commentQuery) |