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, singleResultaddOrder, getDatabaseType, getFirstResult, getFirstRow, getLastRow, getMaxResults, getNullHandlingColumn, getOrderBy, getOrderByColumnMap, getOrderByColumns, getParameter, setDatabaseType, setFirstResult, setMaxResults, setNullHandlingColumn, setOrderByColumns, setParameterprotected 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 ReactionQuerypublic ReactionQuery messageId(String messageId)
messageId in interface ReactionQuerypublic ReactionQuery userId(String userId)
userId in interface ReactionQuerypublic ReactionQuery reaction(String reaction)
reaction in interface ReactionQuerypublic ReactionQuery messageIds(List<String> messageIds)
messageIds in interface ReactionQuerypublic 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.QueryCacheValuespublic String getMessageId()
public String getUserId()
public String getReaction()
Copyright © 2019. All rights reserved.