public class ConversationRegistryEntryQueryImpl extends org.flowable.common.engine.impl.query.AbstractQuery<ConversationRegistryEntryQuery,ConversationRegistryEntry> implements ConversationRegistryEntryQuery
ConversationRegistryEntryQuery interface used to query for conversation registry entries.| Modifier and Type | Field and Description | 
|---|---|
| protected String | conversationId | 
| protected Date | creationTimeAfter | 
| protected Date | creationTimeBefore | 
| protected boolean | hasNotLeft | 
| protected Date | hasNotLeftBefore | 
| protected String | id | 
| protected Date | joiningTimeAfter | 
| protected Date | joiningTimeBefore | 
| protected Date | leavingTimeAfter | 
| protected Date | leavingTimeBefore | 
| protected String | participantType | 
| protected Date | updateTimeAfter | 
| protected Date | updateTimeBefore | 
| protected String | userId | 
| Constructor and Description | 
|---|
| ConversationRegistryEntryQueryImpl(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 conversationId
protected String userId
protected String participantType
protected Date creationTimeBefore
protected Date creationTimeAfter
protected Date updateTimeBefore
protected Date updateTimeAfter
protected Date joiningTimeBefore
protected Date joiningTimeAfter
protected Date leavingTimeBefore
protected Date leavingTimeAfter
protected boolean hasNotLeft
protected Date hasNotLeftBefore
public ConversationRegistryEntryQueryImpl(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<ConversationRegistryEntryQuery,ConversationRegistryEntry>public List<ConversationRegistryEntry> executeList(org.flowable.common.engine.impl.interceptor.CommandContext commandContext)
executeList in class org.flowable.common.engine.impl.query.AbstractQuery<ConversationRegistryEntryQuery,ConversationRegistryEntry>public ConversationRegistryEntryQuery conversationId(String conversationId)
conversationId in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery updateTimeAfter(Date updateTimeAfter)
updateTimeAfter in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery updateTimeBefore(Date updateTimeBefore)
updateTimeBefore in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery joiningTimeBefore(Date joiningTimeBefore)
joiningTimeBefore in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery leavingTimeBefore(Date leavingTimeBefore)
leavingTimeBefore in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery joiningTimeAfter(Date joiningTimeAfter)
joiningTimeAfter in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery leavingTimeAfter(Date leavingTimeAfter)
leavingTimeAfter in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery hasNotLeft()
hasNotLeft in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery hasNotLeftBefore(Date hasNotLeftBefore)
hasNotLeftBefore in interface ConversationRegistryEntryQuerypublic ConversationRegistryEntryQuery orderByUpdateTime()
orderByUpdateTime in interface ConversationRegistryEntryQuerypublic String getUserId()
public String getParticipantType()
public String getId()
public String getConversationId()
public Date getCreationTimeBefore()
public Date getCreationTimeAfter()
public Date getUpdateTimeBefore()
public Date getUpdateTimeAfter()
public Date getJoiningTimeBefore()
public Date getLeavingTimeBefore()
public Date getJoiningTimeAfter()
public Date getLeavingTimeAfter()
public boolean isHasNotLeft()
Copyright © 2019. All rights reserved.