public interface ConversationRegistryEntryService
| Modifier and Type | Method and Description |
|---|---|
long |
countConversationParticipants(String conversationId,
Date date)
Return the number of active participants (user without a leaving time) at a specific time.
|
ConversationRegistryEntryQuery |
createConversationRegistryQuery() |
List<String> |
findConversationParticipantsBetween(String conversationId,
Date from,
Date until)
Return a list of user ids which were part of the the conversation between the given period.
|
ConversationRegistryEntryQuery createConversationRegistryQuery()
long countConversationParticipants(String conversationId, Date date)
conversationId - the conversation iddate - optionalList<String> findConversationParticipantsBetween(String conversationId, Date from, Date until)
conversationId - from - optionaluntil - optionalCopyright © 2019. All rights reserved.