-
Method Summary
long
long
void
Find a conversation by id including its identity links.
Find a conversation by id including its identity links and variables.
int
-
Method Details
-
-
findByIdWithIdentityLinks
Find a conversation by id including its identity links.
- Parameters:
conversationId
- the id of the conversation
- Returns:
- the conversation with its identity links
-
findByIdWithIdentityLinksAndVariables
Find a conversation by id including its identity links and variables.
- Parameters:
conversationId
- the id of the conversation
- Returns:
- the conversation with its identity links and variables
-
-
-
updateLastMessageTime
int updateLastMessageTime(String conversationId,
Date updateTime)
-
-
countConversationsWithLastMessageBetween
long countConversationsWithLastMessageBetween(Date from,
Date until,
boolean includePrivate,
boolean includeSticky)
-
findConversationsWithLastMessageBetween
List<Conversation> findConversationsWithLastMessageBetween(Date from,
Date until,
boolean includePrivate,
boolean includeSticky)