Modifier and Type | Field and Description |
---|---|
protected ConversationEntity |
EvaluateConversationTagsCmd.conversation |
Modifier and Type | Method and Description |
---|---|
ConversationEntity |
BaseUpdateConversationCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
ConversationEntity |
ArchiveConversationCmd.execute(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected ConversationEntity |
BaseSendMessageCmd.retrieveConversation(String conversationId,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
protected ConversationEntity |
StartConversationCmd.startConversation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationBuilderImpl conversationBuilder) |
Modifier and Type | Method and Description |
---|---|
protected List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> |
StartConversationCmd.handleIdentityLinks(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity,
ConversationBuilder builder) |
protected void |
UpdateConversationNameCmd.modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected void |
UpdateConversationDescriptionCmd.modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected void |
UpdateConversationAvatarIdCmd.modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected void |
SetConversationReferenceCmd.modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected void |
ReopenConversationCmd.modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected abstract void |
BaseUpdateConversationCmd.modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected void |
ArchiveConversationCmd.modifyConversationBeforeUpdate(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
protected void |
StartConversationCmd.populateConversationRegistryEntries(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity,
List<org.flowable.identitylink.service.impl.persistence.entity.IdentityLinkEntity> identityLinkEntities) |
protected void |
StartConversationCmd.validateChannelOrDesk(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity conversationEntity) |
protected void |
StartConversationCmd.validateNewConversation(org.flowable.common.engine.impl.interceptor.CommandContext commandContext,
ConversationEntity entity) |
Constructor and Description |
---|
EvaluateConversationTagsCmd(ConversationEntity conversation) |
Modifier and Type | Field and Description |
---|---|
protected ConversationEntity |
ConversationEntityBasedTagEvaluationContext.conversation |
Constructor and Description |
---|
ConversationEntityBasedTagEvaluationContext(ConversationEntity conversation,
org.flowable.common.engine.impl.interceptor.CommandContext commandContext) |
Modifier and Type | Method and Description |
---|---|
void |
EngageIndexingSchedulerImpl.scheduleConversationIndexing(ConversationEntity conversationEntity) |
void |
EngageIndexingScheduler.scheduleConversationIndexing(ConversationEntity conversationEntity) |
void |
EngageIndexingSchedulerImpl.scheduleConversationIndexing(ConversationEntity conversationEntity,
String index) |
void |
EngageIndexingScheduler.scheduleConversationIndexing(ConversationEntity conversationEntity,
String index) |
void |
EngageIndexingSchedulerImpl.scheduleConversationLastMessageUpdate(ConversationEntity conversationEntity) |
void |
EngageIndexingScheduler.scheduleConversationLastMessageUpdate(ConversationEntity conversationEntity) |
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) |
Modifier and Type | Method and Description |
---|---|
com.flowable.platform.service.permission.ParticipantType |
AbstractConversationPermissionCommand.evaluateMainParticipantType(ConversationEntity conversation)
Evaluates the participant type of user within the specified conversation.
|
com.flowable.platform.service.permission.ParticipantType |
AbstractConversationPermissionCommand.evaluateMainParticipantType(String userId,
Collection<String> userGroupKeys,
ConversationEntity conversation)
Evaluates the participant type of the given user within the specified conversation.
|
Modifier and Type | Class and Description |
---|---|
class |
ConversationEntityImpl |
Modifier and Type | Method and Description |
---|---|
ConversationEntity |
ConversationEntityManagerImpl.findByIdWithIdentityLinks(String conversationId) |
ConversationEntity |
ConversationEntityManager.findByIdWithIdentityLinks(String conversationId)
Find a conversation by id including its identity links.
|
ConversationEntity |
ConversationEntityManagerImpl.findByIdWithIdentityLinksAndVariables(String conversationId) |
ConversationEntity |
ConversationEntityManager.findByIdWithIdentityLinksAndVariables(String conversationId)
Find a conversation by id including its identity links and variables.
|
Modifier and Type | Method and Description |
---|---|
ConversationEntity |
ConversationDataManager.findByIdWithIdentityLinks(String conversationId) |
ConversationEntity |
ConversationDataManager.findByIdWithIdentityLinksAndVariables(String conversationId) |
Modifier and Type | Method and Description |
---|---|
List<ConversationEntity> |
ConversationDataManager.findConversationsWithParentId(String parentId) |
Modifier and Type | Method and Description |
---|---|
ConversationEntity |
MybatisConversationDataManager.create() |
ConversationEntity |
MybatisConversationDataManager.findByIdWithIdentityLinks(String conversationId) |
ConversationEntity |
MybatisConversationDataManager.findByIdWithIdentityLinksAndVariables(String conversationId) |
Modifier and Type | Method and Description |
---|---|
List<ConversationEntity> |
MybatisConversationDataManager.findConversationsWithParentId(String parentId) |
Class<? extends ConversationEntity> |
MybatisConversationDataManager.getManagedEntityClass() |
Modifier and Type | Method and Description |
---|---|
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.