public interface EngageIndexingScheduler
| Modifier and Type | Method and Description | 
|---|---|
| void | scheduleConversationDeletion(String conversationId) | 
| void | scheduleConversationIndexing(ConversationEntity conversationEntity) | 
| void | scheduleConversationIndexing(ConversationEntity conversationEntity,
                            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(String messageId) | 
| void | scheduleMessageIndexing(ConversationEntity conversationEntity,
                       MessageEntity messageEntity) | 
| void | scheduleMessageIndexing(ConversationEntity conversationEntity,
                       MessageEntity messageEntity,
                       String index) | 
| void | scheduleMessageIndexing(MessageEntity messageEntity,
                       Collection<String> participantUserIds,
                       Collection<String> participantGroupIds,
                       String index) | 
void scheduleConversationIndexing(ConversationEntity conversationEntity)
void scheduleConversationIndexing(ConversationEntity conversationEntity, String index)
void scheduleMessageIndexing(ConversationEntity conversationEntity, MessageEntity messageEntity)
void scheduleMessageIndexing(ConversationEntity conversationEntity, MessageEntity messageEntity, String index)
void scheduleMessageIndexing(MessageEntity messageEntity, Collection<String> participantUserIds, Collection<String> participantGroupIds, String index)
void scheduleConversationLastMessageUpdate(ConversationEntity conversationEntity)
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(String conversationId)
void scheduleMessageDeletion(String messageId)
Copyright © 2019. All rights reserved.