-
Method Summary
Modifier and Type |
Method |
Description |
void |
scheduleConversationDeletion(java.lang.String conversationId) |
|
void |
scheduleConversationIndexing(ConversationEntity conversationEntity) |
|
void |
scheduleConversationIndexing(ConversationEntity conversationEntity,
java.lang.String index) |
|
void |
scheduleConversationLastMessageUpdate(ConversationEntity conversationEntity) |
|
void |
scheduleConversationsParticipantAvatarUpdate(com.flowable.core.idm.api.PlatformUser platformUser,
com.flowable.core.idm.api.PlatformUser oldUser) |
|
void |
scheduleConversationsParticipantUpdate(com.flowable.core.idm.api.PlatformUser platformUser,
com.flowable.core.idm.api.PlatformUser oldUser) |
|
void |
scheduleMessageDeletion(java.lang.String messageId) |
|
void |
scheduleMessageIndexing(ConversationEntity conversationEntity,
MessageEntity messageEntity) |
|
void |
scheduleMessageIndexing(ConversationEntity conversationEntity,
MessageEntity messageEntity,
java.lang.String index) |
|
void |
scheduleMessageIndexing(MessageEntity messageEntity,
java.util.Collection<java.lang.String> participantUserIds,
java.util.Collection<java.lang.String> participantGroupIds,
java.lang.String index) |
|
void |
scheduleMessagesParticipantAdded(ConversationEntity conversationEntity,
java.util.Collection<java.lang.String> participantUserIds,
java.util.Date joiningTime) |
|
-
Method Details
-
-
void scheduleConversationIndexing(
ConversationEntity conversationEntity,
java.lang.String index)
-
-
void scheduleConversationsParticipantUpdate(com.flowable.core.idm.api.PlatformUser platformUser,
com.flowable.core.idm.api.PlatformUser oldUser)
-
void scheduleConversationsParticipantAvatarUpdate(com.flowable.core.idm.api.PlatformUser platformUser,
com.flowable.core.idm.api.PlatformUser oldUser)
-
void scheduleConversationDeletion(java.lang.String conversationId)
-
-
-
void scheduleMessageIndexing(
MessageEntity messageEntity,
java.util.Collection<java.lang.String> participantUserIds,
java.util.Collection<java.lang.String> participantGroupIds,
java.lang.String index)
-
void scheduleMessagesParticipantAdded(
ConversationEntity conversationEntity,
java.util.Collection<java.lang.String> participantUserIds,
java.util.Date joiningTime)
-
void scheduleMessageDeletion(java.lang.String messageId)