public class ReactionQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ReactionQuery,Reaction> implements ReactionQuery, org.flowable.common.engine.api.query.QueryCacheValues
Modifier and Type | Field and Description |
---|---|
protected String |
id |
protected String |
messageId |
protected List<String> |
messageIds |
protected String |
reaction |
protected String |
userId |
Constructor and Description |
---|
ReactionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
Modifier and Type | Method and Description |
---|---|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<Reaction> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
String |
getId() |
String |
getMessageId() |
List<String> |
getMessageIds() |
String |
getReaction() |
String |
getUserId() |
ReactionQuery |
id(String id) |
ReactionQuery |
messageId(String messageId) |
ReactionQuery |
messageIds(List<String> messageIds) |
ReactionQuery |
reaction(String reaction) |
ReactionQuery |
userId(String userId) |
asc, checkQueryOk, count, desc, direction, execute, executeSingleResult, list, listPage, orderBy, orderBy, setCommandExecutor, singleResult
addOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameter
protected String messageId
protected String id
protected String userId
protected String reaction
public ReactionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public ReactionQuery id(String id)
id
in interface ReactionQuery
public ReactionQuery messageId(String messageId)
messageId
in interface ReactionQuery
public ReactionQuery userId(String userId)
userId
in interface ReactionQuery
public ReactionQuery reaction(String reaction)
reaction
in interface ReactionQuery
public ReactionQuery messageIds(List<String> messageIds)
messageIds
in interface ReactionQuery
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount
in class org.flowable.common.engine.impl.query.AbstractQuery<ReactionQuery,Reaction>
public List<Reaction> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList
in class org.flowable.common.engine.impl.query.AbstractQuery<ReactionQuery,Reaction>
public String getId()
getId
in interface org.flowable.common.engine.api.query.QueryCacheValues
public String getMessageId()
public String getUserId()
public String getReaction()
Copyright © 2019. All rights reserved.