Interface ConversationRegistryEntryQuery
- All Superinterfaces:
Query<ConversationRegistryEntryQuery,
ConversationRegistryEntry>
- All Known Implementing Classes:
ConversationRegistryEntryQueryImpl
public interface ConversationRegistryEntryQuery
extends Query<ConversationRegistryEntryQuery,ConversationRegistryEntry>
Allows for programmatic querying of conversation registry entries.
- Author:
- Simon Amport
-
Nested Class Summary
Nested classes/interfaces inherited from interface org.flowable.common.engine.api.query.Query
Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptionconversationId
(String conversationId) hasNotLeftBefore
(Date hasNotLeftBefore) joiningTimeAfter
(Date joiningTimeAfter) joiningTimeBefore
(Date joiningTimeBefore) leavingTimeAfter
(Date leavingTimeAfter) leavingTimeBefore
(Date leavingTimeBefore) updateTimeAfter
(Date updateTimeAfter) updateTimeBefore
(Date updateTimeBefore)
-
Method Details
-
conversationId
-
updateTimeAfter
-
updateTimeBefore
-
joiningTimeBefore
-
joiningTimeAfter
-
leavingTimeBefore
-
leavingTimeAfter
-
hasNotLeft
ConversationRegistryEntryQuery hasNotLeft() -
hasNotLeftBefore
-
orderByUpdateTime
ConversationRegistryEntryQuery orderByUpdateTime()
-