public class ConversationStatusQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ConversationStatusQuery,ConversationStatus> implements ConversationStatusQuery
| Modifier and Type | Field and Description |
|---|---|
protected String |
conversationId |
protected String |
filterId |
protected String |
userId |
protected boolean |
withoutFilter |
| Constructor and Description |
|---|
ConversationStatusQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor) |
| Modifier and Type | Method and Description |
|---|---|
ConversationStatusQuery |
conversationId(String conversationId)
Query all conversation statuses for the given conversation id.
|
long |
executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
List<ConversationStatus> |
executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
ConversationStatusQuery |
filterId(String filterId)
Query all conversation statuses for the given filter id.
|
String |
getConversationId() |
String |
getFilterId() |
String |
getUserId() |
boolean |
isWithoutFilter() |
ConversationStatusQuery |
userId(String userId)
Query all conversation statuses for the given user id.
|
ConversationStatusQuery |
withoutFilter()
Query all conversation statuses that have no filter.
|
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 conversationId
protected String filterId
protected boolean withoutFilter
protected String userId
public ConversationStatusQueryImpl(org.flowable.common.engine.impl.interceptor.CommandExecutor commandExecutor)
public ConversationStatusQuery conversationId(String conversationId)
ConversationStatusQueryconversationId in interface ConversationStatusQueryconversationId - the id of the conversation for which the statuses are neededpublic ConversationStatusQuery filterId(String filterId)
ConversationStatusQueryfilterId in interface ConversationStatusQueryfilterId - the id of the filter for which the statuses are neededpublic ConversationStatusQuery withoutFilter()
ConversationStatusQuerywithoutFilter in interface ConversationStatusQuerypublic ConversationStatusQuery userId(String userId)
ConversationStatusQueryuserId in interface ConversationStatusQueryuserId - the id of the user for which the statuses are neededpublic long executeCount(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeCount in class org.flowable.common.engine.impl.query.AbstractQuery<ConversationStatusQuery,ConversationStatus>public List<ConversationStatus> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<ConversationStatusQuery,ConversationStatus>public String getConversationId()
public String getFilterId()
public boolean isWithoutFilter()
public String getUserId()
Copyright © 2019. All rights reserved.