Modifier and Type | Method and Description |
---|---|
protected MessageEntity |
BaseSendMessageCmd.createEntity(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected MessageEntity |
BaseSendMessageCmd.createMessage(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
MessageBuilderImpl messageBuilder,
Conversation conversation) |
MessageEntity |
BaseUpdateMessageContentCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
MessageEntity |
BaseSendMessageCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected void |
SendMediaMessageToConversationCmd.afterPersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
MessageEntity entity) |
protected void |
BaseSendMessageCmd.afterPersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
MessageEntity entity) |
protected MessageAuditEntity |
BaseUpdateMessageContentCmd.auditMessage(MessageEntity message,
String updaterId,
Date updateTime,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected void |
SendMediaMessageToConversationCmd.beforePersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
MessageEntity entity) |
protected void |
BaseSendMessageCmd.beforePersist(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
MessageEntity entity) |
protected void |
DeleteMessageCmd.fireMessageDeletedEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
String userId,
MessageEntity message) |
protected void |
MarkMessageAsReadCmd.fireMessageReadEvent(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
String userId,
MessageEntity message) |
protected void |
UpdateMessageMediaContentIdCmd.updateMessage(MessageEntity message,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected void |
UpdateMessageMediaContentCmd.updateMessage(MessageEntity message,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected void |
UpdateMessageContentCmd.updateMessage(MessageEntity message,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected abstract void |
BaseUpdateMessageContentCmd.updateMessage(MessageEntity message,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected void |
UpdateMessageMediaContentIdCmd.validateMessage(MessageEntity message) |
protected void |
UpdateMessageMediaContentCmd.validateMessage(MessageEntity message) |
protected void |
BaseUpdateMessageContentCmd.validateMessage(MessageEntity message) |
Modifier and Type | Method and Description |
---|---|
void |
EngageIndexingSchedulerImpl.scheduleMessageIndexing(ConversationEntity conversationEntity,
MessageEntity messageEntity) |
void |
EngageIndexingScheduler.scheduleMessageIndexing(ConversationEntity conversationEntity,
MessageEntity messageEntity) |
void |
EngageIndexingSchedulerImpl.scheduleMessageIndexing(ConversationEntity conversationEntity,
MessageEntity messageEntity,
String index) |
void |
EngageIndexingScheduler.scheduleMessageIndexing(ConversationEntity conversationEntity,
MessageEntity messageEntity,
String index) |
void |
EngageIndexingSchedulerImpl.scheduleMessageIndexing(MessageEntity messageEntity,
Collection<String> participantUserIds,
Collection<String> participantGroupIds,
String index) |
void |
EngageIndexingScheduler.scheduleMessageIndexing(MessageEntity messageEntity,
Collection<String> participantUserIds,
Collection<String> participantGroupIds,
String index) |
Modifier and Type | Interface and Description |
---|---|
interface |
TemporaryMessageEntity |
Modifier and Type | Class and Description |
---|---|
class |
MessageEntityImpl
The default message implementation.
|
class |
TemporaryMessageEntityImpl |
Modifier and Type | Method and Description |
---|---|
MessageEntity |
MessageEntityManagerImpl.findByIdWithMessageAudits(String messageId) |
MessageEntity |
MessageEntityManager.findByIdWithMessageAudits(String messageId)
Find a message by id including its message audits
|
Modifier and Type | Method and Description |
---|---|
int |
ConversationStatusEntityManagerImpl.increaseUnreadMessageCountsForConversation(ConversationEntity conversationEntity,
MessageEntity messageEntity) |
int |
ConversationStatusEntityManager.increaseUnreadMessageCountsForConversation(ConversationEntity conversationEntity,
MessageEntity messageEntity) |
int |
ConversationStatusEntityManagerImpl.markMessageReceived(String userId,
MessageEntity messageEntity) |
int |
ConversationStatusEntityManager.markMessageReceived(String userId,
MessageEntity messageEntity) |
Modifier and Type | Method and Description |
---|---|
MessageEntity |
MessageDataManager.findByIdWithMessageAudits(String messageId) |
Modifier and Type | Method and Description |
---|---|
MessageEntity |
MybatisMessageDataManager.create() |
MessageEntity |
MybatisMessageDataManager.findByIdWithMessageAudits(String messageId) |
Modifier and Type | Method and Description |
---|---|
Class<? extends MessageEntity> |
MybatisMessageDataManager.getManagedEntityClass() |
Modifier and Type | Method and Description |
---|---|
static MessageEntity |
MessageUtil.handleMessageInsert(MessageEntity message,
Conversation conversation,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
protected static void |
MessageUtil.copyToMessage(MessageEntity baseMessage,
Message messageToCopy,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
static MessageEntity |
MessageUtil.handleMessageInsert(MessageEntity message,
Conversation conversation,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
static void |
MessageUtil.normalMessageInserted(MessageEntity message,
ConversationEntity conversation,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
static void |
MessageUtil.temporaryMessageInserted(MessageEntity message,
ConversationEntity conversation,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Copyright © 2019. All rights reserved.