Class CommentQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment>
com.flowable.platform.engine.impl.comment.CommentQueryImpl
- All Implemented Interfaces:
CommentQuery,java.io.Serializable,org.flowable.common.engine.api.query.CacheAwareQuery<CommentEntity>,org.flowable.common.engine.api.query.Query<CommentQuery,Comment>,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class CommentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment> implements CommentQuery, org.flowable.common.engine.api.query.CacheAwareQuery<CommentEntity>
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.Stringcontentprotected java.lang.StringcontentLikeprotected java.util.Datecreatedprotected java.util.DatecreatedAfterprotected java.util.DatecreatedBeforeprotected java.lang.Stringidprotected java.lang.StringscopeIdprotected java.lang.StringscopeTypeprotected java.util.Dateupdatedprotected java.util.DateupdatedAfterprotected java.util.DateupdatedBeforeprotected java.lang.StringuserId -
Constructor Summary
Constructors Constructor Description CommentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) -
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)longexecuteCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.util.List<Comment>executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)java.lang.StringgetContent()java.lang.StringgetContentLike()java.util.DategetCreated()java.util.DategetCreatedAfter()java.util.DategetCreatedBefore()java.lang.StringgetId()java.lang.StringgetScopeId()java.lang.StringgetScopeType()java.util.DategetUpdated()java.util.DategetUpdatedAfter()java.util.DategetUpdatedBefore()java.lang.StringgetUserId()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)Methods inherited from class org.flowable.common.engine.impl.query.AbstractQuery
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultMethods inherited from class org.flowable.common.engine.impl.db.ListQueryParameterObject
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterMethods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
Field Details
-
id
protected java.lang.String id -
scopeId
protected java.lang.String scopeId -
scopeType
protected java.lang.String scopeType -
userId
protected java.lang.String userId -
content
protected java.lang.String content -
contentLike
protected java.lang.String contentLike -
created
protected java.util.Date created -
updated
protected java.util.Date updated -
createdBefore
protected java.util.Date createdBefore -
createdAfter
protected java.util.Date createdAfter -
updatedBefore
protected java.util.Date updatedBefore -
updatedAfter
protected java.util.Date updatedAfter
-
-
Constructor Details
-
CommentQueryImpl
public CommentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCountin classorg.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment>
-
executeList
public java.util.List<Comment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeListin classorg.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment>
-
id
- Specified by:
idin interfaceCommentQuery
-
scopeId
- Specified by:
scopeIdin interfaceCommentQuery
-
scopeType
- Specified by:
scopeTypein interfaceCommentQuery
-
userId
- Specified by:
userIdin interfaceCommentQuery
-
content
- Specified by:
contentin interfaceCommentQuery
-
contentLike
- Specified by:
contentLikein interfaceCommentQuery
-
created
- Specified by:
createdin interfaceCommentQuery
-
updated
- Specified by:
updatedin interfaceCommentQuery
-
createdBefore
- Specified by:
createdBeforein interfaceCommentQuery
-
updatedBefore
- Specified by:
updatedBeforein interfaceCommentQuery
-
createdAfter
- Specified by:
createdAfterin interfaceCommentQuery
-
updatedAfter
- Specified by:
updatedAfterin interfaceCommentQuery
-
orderByUpdatedTime
- Specified by:
orderByUpdatedTimein interfaceCommentQuery
-
orderByCreatedTime
- Specified by:
orderByCreatedTimein interfaceCommentQuery
-
getId
public java.lang.String getId()- Specified by:
getIdin interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<CommentEntity>
-
getScopeId
public java.lang.String getScopeId() -
getScopeType
public java.lang.String getScopeType() -
getUserId
public java.lang.String getUserId() -
getContent
public java.lang.String getContent() -
getContentLike
public java.lang.String getContentLike() -
getCreated
public java.util.Date getCreated() -
getUpdated
public java.util.Date getUpdated() -
getCreatedBefore
public java.util.Date getCreatedBefore() -
getCreatedAfter
public java.util.Date getCreatedAfter() -
getUpdatedBefore
public java.util.Date getUpdatedBefore() -
getUpdatedAfter
public java.util.Date getUpdatedAfter()
-