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
-
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
content
protected java.lang.String
contentLike
protected java.util.Date
created
protected java.util.Date
createdAfter
protected java.util.Date
createdBefore
protected java.lang.String
id
protected java.lang.String
scopeId
protected java.lang.String
scopeType
protected java.util.Date
updated
protected java.util.Date
updatedAfter
protected java.util.Date
updatedBefore
protected java.lang.String
userId
-
Constructor Summary
Constructors Constructor Description CommentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description CommentQuery
content(java.lang.String content)
CommentQuery
contentLike(java.lang.String contentLike)
CommentQuery
created(java.util.Date created)
CommentQuery
createdAfter(java.util.Date createdAfter)
CommentQuery
createdBefore(java.util.Date createdBefore)
long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<Comment>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.lang.String
getContent()
java.lang.String
getContentLike()
java.util.Date
getCreated()
java.util.Date
getCreatedAfter()
java.util.Date
getCreatedBefore()
java.lang.String
getId()
java.lang.String
getScopeId()
java.lang.String
getScopeType()
java.util.Date
getUpdated()
java.util.Date
getUpdatedAfter()
java.util.Date
getUpdatedBefore()
java.lang.String
getUserId()
CommentQuery
id(java.lang.String id)
CommentQuery
orderByCreatedTime()
CommentQuery
orderByUpdatedTime()
CommentQuery
scopeId(java.lang.String scopeId)
CommentQuery
scopeType(java.lang.String scopeType)
CommentQuery
updated(java.util.Date updated)
CommentQuery
updatedAfter(java.util.Date updatedAfter)
CommentQuery
updatedBefore(java.util.Date updatedBefore)
CommentQuery
userId(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, singleResult
-
Methods 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, setParameter
-
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
-
-
Field Detail
-
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
-
-
Method Detail
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
- Specified by:
executeCount
in 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:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment>
-
id
public CommentQuery id(java.lang.String id)
- Specified by:
id
in interfaceCommentQuery
-
scopeId
public CommentQuery scopeId(java.lang.String scopeId)
- Specified by:
scopeId
in interfaceCommentQuery
-
scopeType
public CommentQuery scopeType(java.lang.String scopeType)
- Specified by:
scopeType
in interfaceCommentQuery
-
userId
public CommentQuery userId(java.lang.String userId)
- Specified by:
userId
in interfaceCommentQuery
-
content
public CommentQuery content(java.lang.String content)
- Specified by:
content
in interfaceCommentQuery
-
contentLike
public CommentQuery contentLike(java.lang.String contentLike)
- Specified by:
contentLike
in interfaceCommentQuery
-
created
public CommentQuery created(java.util.Date created)
- Specified by:
created
in interfaceCommentQuery
-
updated
public CommentQuery updated(java.util.Date updated)
- Specified by:
updated
in interfaceCommentQuery
-
createdBefore
public CommentQuery createdBefore(java.util.Date createdBefore)
- Specified by:
createdBefore
in interfaceCommentQuery
-
updatedBefore
public CommentQuery updatedBefore(java.util.Date updatedBefore)
- Specified by:
updatedBefore
in interfaceCommentQuery
-
createdAfter
public CommentQuery createdAfter(java.util.Date createdAfter)
- Specified by:
createdAfter
in interfaceCommentQuery
-
updatedAfter
public CommentQuery updatedAfter(java.util.Date updatedAfter)
- Specified by:
updatedAfter
in interfaceCommentQuery
-
orderByUpdatedTime
public CommentQuery orderByUpdatedTime()
- Specified by:
orderByUpdatedTime
in interfaceCommentQuery
-
orderByCreatedTime
public CommentQuery orderByCreatedTime()
- Specified by:
orderByCreatedTime
in interfaceCommentQuery
-
getId
public java.lang.String getId()
- Specified by:
getId
in 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()
-
-