public class CommentQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment> implements CommentQuery, org.flowable.common.engine.api.query.QueryCacheValues
| Modifier and Type | Field and Description |
|---|---|
protected String |
content |
protected String |
contentLike |
protected Date |
created |
protected Date |
createdAfter |
protected Date |
createdBefore |
protected String |
id |
protected String |
scopeId |
protected String |
scopeType |
protected Date |
updated |
protected Date |
updatedAfter |
protected Date |
updatedBefore |
protected String |
userId |
| Constructor and Description |
|---|
CommentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected String id
protected String scopeId
protected String scopeType
protected String userId
protected String content
protected String contentLike
protected Date created
protected Date updated
protected Date createdBefore
protected Date createdAfter
protected Date updatedBefore
protected Date updatedAfter
public CommentQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment>public List<Comment> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<CommentQuery,Comment>public CommentQuery id(String id)
id in interface CommentQuerypublic CommentQuery scopeId(String scopeId)
scopeId in interface CommentQuerypublic CommentQuery scopeType(String scopeType)
scopeType in interface CommentQuerypublic CommentQuery userId(String userId)
userId in interface CommentQuerypublic CommentQuery content(String content)
content in interface CommentQuerypublic CommentQuery contentLike(String contentLike)
contentLike in interface CommentQuerypublic CommentQuery created(Date created)
created in interface CommentQuerypublic CommentQuery updated(Date updated)
updated in interface CommentQuerypublic CommentQuery createdBefore(Date createdBefore)
createdBefore in interface CommentQuerypublic CommentQuery updatedBefore(Date updatedBefore)
updatedBefore in interface CommentQuerypublic CommentQuery createdAfter(Date createdAfter)
createdAfter in interface CommentQuerypublic CommentQuery updatedAfter(Date updatedAfter)
updatedAfter in interface CommentQuerypublic CommentQuery orderByUpdatedTime()
orderByUpdatedTime in interface CommentQuerypublic CommentQuery orderByCreatedTime()
orderByCreatedTime in interface CommentQuerypublic String getId()
getId in interface org.flowable.common.engine.api.query.QueryCacheValuespublic String getScopeId()
public String getScopeType()
public String getUserId()
public String getContent()
public String getContentLike()
public Date getCreated()
public Date getUpdated()
public Date getCreatedBefore()
public Date getCreatedAfter()
public Date getUpdatedBefore()
public Date getUpdatedAfter()
Copyright © 2019. All rights reserved.