public interface ConversationRegistryEntryQuery extends org.flowable.common.engine.api.query.Query<ConversationRegistryEntryQuery,ConversationRegistryEntry>
| Modifier and Type | Method and Description | 
|---|---|
| ConversationRegistryEntryQuery | conversationId(String conversationId) | 
| ConversationRegistryEntryQuery | hasNotLeft() | 
| ConversationRegistryEntryQuery | hasNotLeftBefore(Date hasNotLeftBefore) | 
| ConversationRegistryEntryQuery | joiningTimeAfter(Date joiningTimeAfter) | 
| ConversationRegistryEntryQuery | joiningTimeBefore(Date joiningTimeBefore) | 
| ConversationRegistryEntryQuery | leavingTimeAfter(Date leavingTimeAfter) | 
| ConversationRegistryEntryQuery | leavingTimeBefore(Date leavingTimeBefore) | 
| ConversationRegistryEntryQuery | orderByUpdateTime() | 
| ConversationRegistryEntryQuery | updateTimeAfter(Date updateTimeAfter) | 
| ConversationRegistryEntryQuery | updateTimeBefore(Date updateTimeBefore) | 
ConversationRegistryEntryQuery conversationId(String conversationId)
ConversationRegistryEntryQuery updateTimeAfter(Date updateTimeAfter)
ConversationRegistryEntryQuery updateTimeBefore(Date updateTimeBefore)
ConversationRegistryEntryQuery joiningTimeBefore(Date joiningTimeBefore)
ConversationRegistryEntryQuery joiningTimeAfter(Date joiningTimeAfter)
ConversationRegistryEntryQuery leavingTimeBefore(Date leavingTimeBefore)
ConversationRegistryEntryQuery leavingTimeAfter(Date leavingTimeAfter)
ConversationRegistryEntryQuery hasNotLeft()
ConversationRegistryEntryQuery hasNotLeftBefore(Date hasNotLeftBefore)
ConversationRegistryEntryQuery orderByUpdateTime()
Copyright © 2019. All rights reserved.