Class ReactionQueryImpl
java.lang.Object
org.flowable.common.engine.impl.db.ListQueryParameterObject
org.flowable.common.engine.impl.query.AbstractQuery<ReactionQuery,Reaction>
com.flowable.engage.engine.impl.message.ReactionQueryImpl
- All Implemented Interfaces:
ReactionQuery
,java.io.Serializable
,org.flowable.common.engine.api.query.CacheAwareQuery<ReactionEntity>
,org.flowable.common.engine.api.query.Query<ReactionQuery,Reaction>
,org.flowable.common.engine.impl.interceptor.Command<java.lang.Object>
public class ReactionQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ReactionQuery,Reaction> implements ReactionQuery, org.flowable.common.engine.api.query.CacheAwareQuery<ReactionEntity>
- Author:
- Luis Belloch
- See Also:
- Serialized Form
-
Nested Class Summary
-
Field Summary
Fields Modifier and Type Field Description protected java.lang.String
id
protected java.lang.String
messageId
protected java.util.List<java.lang.String>
messageIds
protected java.lang.String
reaction
protected java.lang.String
userId
-
Constructor Summary
Constructors Constructor Description ReactionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
Method Summary
Modifier and Type Method Description long
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.util.List<Reaction>
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
java.lang.String
getId()
java.lang.String
getMessageId()
java.util.List<java.lang.String>
getMessageIds()
java.lang.String
getReaction()
java.lang.String
getUserId()
ReactionQuery
id(java.lang.String id)
ReactionQuery
messageId(java.lang.String messageId)
ReactionQuery
messageIds(java.util.List<java.lang.String> messageIds)
ReactionQuery
reaction(java.lang.String reaction)
ReactionQuery
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 Details
-
messageId
protected java.lang.String messageId -
id
protected java.lang.String id -
userId
protected java.lang.String userId -
reaction
protected java.lang.String reaction -
messageIds
protected java.util.List<java.lang.String> messageIds
-
-
Constructor Details
-
ReactionQueryImpl
public ReactionQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
-
-
Method Details
-
id
- Specified by:
id
in interfaceReactionQuery
-
messageId
- Specified by:
messageId
in interfaceReactionQuery
-
userId
- Specified by:
userId
in interfaceReactionQuery
-
reaction
- Specified by:
reaction
in interfaceReactionQuery
-
messageIds
- Specified by:
messageIds
in interfaceReactionQuery
-
executeCount
public long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeCount
in classorg.flowable.common.engine.impl.query.AbstractQuery<ReactionQuery,Reaction>
-
executeList
public java.util.List<Reaction> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)- Specified by:
executeList
in classorg.flowable.common.engine.impl.query.AbstractQuery<ReactionQuery,Reaction>
-
getId
public java.lang.String getId()- Specified by:
getId
in interfaceorg.flowable.common.engine.api.query.CacheAwareQuery<ReactionEntity>
-
getMessageId
public java.lang.String getMessageId() -
getUserId
public java.lang.String getUserId() -
getReaction
public java.lang.String getReaction() -
getMessageIds
public java.util.List<java.lang.String> getMessageIds()
-