Interface ConversationRegistryEntryQuery
- All Superinterfaces:
org.flowable.common.engine.api.query.Query<ConversationRegistryEntryQuery,
ConversationRegistryEntry>
- All Known Implementing Classes:
ConversationRegistryEntryQueryImpl
public interface ConversationRegistryEntryQuery
extends org.flowable.common.engine.api.query.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
org.flowable.common.engine.api.query.Query.NullHandlingOnOrder
-
Method Summary
Modifier and TypeMethodDescriptionconversationId
(String conversationId) hasLeft()
hasNotLeftBefore
(Date hasNotLeftBefore) joiningTimeAfter
(Date joiningTimeAfter) joiningTimeBefore
(Date joiningTimeBefore) leavingTimeAfter
(Date leavingTimeAfter) leavingTimeBefore
(Date leavingTimeBefore) updateTimeAfter
(Date updateTimeAfter) updateTimeBefore
(Date updateTimeBefore) userAccountId
(String userAccountId) Methods inherited from interface org.flowable.common.engine.api.query.Query
asc, count, desc, list, listPage, orderBy, orderBy, singleResult
-
Method Details
-
conversationId
-
updateTimeAfter
-
updateTimeBefore
-
joiningTimeBefore
-
joiningTimeAfter
-
leavingTimeBefore
-
leavingTimeAfter
-
hasNotLeft
ConversationRegistryEntryQuery hasNotLeft() -
hasLeft
ConversationRegistryEntryQuery hasLeft() -
hasNotLeftBefore
-
orderByUpdateTime
ConversationRegistryEntryQuery orderByUpdateTime() -
userId
-
userAccountId
-
withoutUserAccountId
ConversationRegistryEntryQuery withoutUserAccountId()
-