All Methods Instance Methods Abstract Methods
Modifier and Type |
Method and Description |
long |
countByCriteria(ConversationRegistryEntryQuery query) |
long |
countConversationParticipants(String conversationId,
Date date) |
void |
deleteByConversationId(String conversationId) |
List<ConversationRegistryEntryEntity> |
findByConversation(String conversationId) |
List<ConversationRegistryEntryEntity> |
findByConversationAndGroups(String conversationId,
Collection<String> groups) |
List<ConversationRegistryEntryEntity> |
findByConversationAndUser(String conversationId,
String userId) |
List<ConversationRegistryEntryEntity> |
findByConversationIdAndDateRange(String conversationId,
Date startDate,
Date endDate) |
List<ConversationRegistryEntryEntity> |
findByConversationIdAndTypes(String conversationId,
Collection<String> types) |
List<ConversationRegistryEntry> |
findByCriteria(ConversationRegistryEntryQuery query) |
List<String> |
findConversationParticipantsBetween(String conversationId,
Date from,
Date until) |
List<ConversationRegistryEntryEntity> |
findCurrentByConversationAndGroupsAndType(String conversationId,
Collection<String> groups,
String participantType) |
List<ConversationRegistryEntryEntity> |
findCurrentByConversationAndUsersAndType(String conversationId,
Collection<String> participants,
String participantType) |