- calculateJoiningTime(JoinParticipantsData, ConversationEntity) - Method in class com.flowable.engage.engine.impl.cmd.AddParticipantsToConversationCmd
-
- calendar - Variable in class com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
-
Type of calendar: GREGORIAN, SOLAR_HIJRI
- candidateGroups(Set<String>) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- candidateGroups - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- candidateGroups(Set<String>) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- category - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- category - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- category(Category) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- category - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- Category - Enum in com.flowable.engage.message.api
-
The enumeration of message categories.
- category(Category) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- CATEGORY_ERROR - Static variable in interface com.flowable.engage.api.MessageTags
-
- CATEGORY_INFO - Static variable in interface com.flowable.engage.api.MessageTags
-
- CATEGORY_SUCCESS - Static variable in interface com.flowable.engage.api.MessageTags
-
- CATEGORY_WARN - Static variable in interface com.flowable.engage.api.MessageTags
-
- ChangeConversationOwnerCmd - Class in com.flowable.engage.engine.impl.cmd
-
Changes the owner of the conversation.
- ChangeConversationOwnerCmd(String, String) - Constructor for class com.flowable.engage.engine.impl.cmd.ChangeConversationOwnerCmd
-
- changeOwner(String, String) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Changes an owner of the conversation.
- changeOwner(String, String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- CHANNEL - Static variable in interface com.flowable.engage.conversation.api.ConversationTypes
-
Channel conversations involve multiple participants who can join and leave the discussion.
- checkActionInstanceExists(String, CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- checkArchiveConversation(String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkArchiveConversation(String, Collection<String>, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when archiving an existing conversation.
- checkArchiveConversation(String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkArchiveConversation(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckArchiveConversationCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckArchiveConversationCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckArchiveConversationCommand
-
- checkBasicConversationAccess(CommandContext, String, Conversation, ParticipantType) - Method in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
Basic conversation access check if the participant type has already been resolved.
- checkBeforeSend(String) - Method in class com.flowable.engage.external.system.common.BaseExternalMessageBuilder
-
Perform certain checks before sending the message.
- checkCreateConversation(String, String, ConversationBuilder) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkCreateConversation(String, Collection<String>, String, String, ConversationBuilder) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when creating a new conversation with an optional parent
conversation (e.g.
- checkCreateConversation(String, String, ConversationBuilder) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkCreateConversation(String, Collection<String>, String, String, ConversationBuilder) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckCreateConversationCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckCreateConversationCommand(String, Collection<String>, String, String, ConversationBuilderImpl, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckCreateConversationCommand
-
- checkDropParticipantFromConversation(String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkDropParticipantFromConversation(String, Collection<String>, String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when dropping a participant from a conversation.
- checkDropParticipantFromConversation(String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkDropParticipantFromConversation(String, Collection<String>, String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckDropParticipantFromConversationCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckDropParticipantFromConversationCommand(String, Collection<String>, String, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckDropParticipantFromConversationCommand
-
- checkEditMessage(String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkEditMessage(String, Collection<String>, String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when editing an existing message of a conversation.
- checkEditMessage(String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkEditMessage(String, Collection<String>, String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckEditMessageCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
Checks the permission to edit a message within a conversation using a DMN permission table.
- CheckEditMessageCommand(String, Collection<String>, String, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckEditMessageCommand
-
- CheckHasAccessToConversationCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckHasAccessToConversationCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckHasAccessToConversationCommand
-
- checkIfNotYetSet() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- checkInviteParticipantToNewConversation(ConversationBuilderImpl, String, CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckCreateConversationCommand
-
Evaluates the permissions for the given user when inviting a new participant to a new (initial) conversation.
- checkJoinParticipantToExistingConversation(String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkJoinParticipantToExistingConversation(String, Collection<String>, String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when inviting a new participant to an existing conversation.
- checkJoinParticipantToExistingConversation(String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkJoinParticipantToExistingConversation(String, Collection<String>, String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckJoinParticipantToExistingConversationCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckJoinParticipantToExistingConversationCommand(String, Collection<String>, String, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckJoinParticipantToExistingConversationCommand
-
- checkMessageSize(String) - Method in class com.flowable.engage.external.system.line.LineJmsExternalConversationSystemAdapter
-
- checkMessageSize(String) - Method in class com.flowable.engage.external.system.wechat.WeChatJmsExternalConversationSystemAdapter
-
- checkMessageSize(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- checkPostAction(String, String, String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkPostAction(String, Collection<String>, String, String, String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when posting an action message to a conversation.
- checkPostDocument(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Evaluates the permissions for the given user when posting a document to a conversation.
- CheckPostDocumentCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckPostDocumentCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckPostDocumentCommand
-
- checkPostImage(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Evaluates the permissions for the given user when posting an image to a conversation.
- CheckPostImageCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckPostImageCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckPostImageCommand
-
- checkPostMedia(String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkPostMedia(String, Collection<String>, String, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when posing a media to a conversation.
- checkPostMedia(String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkPostMedia(String, Collection<String>, String, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- checkPostMessage(String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkPostMessage(String, Collection<String>, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when posting a message to a conversation.
- checkPostMessage(String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkPostMessage(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckPostMessageCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckPostMessageCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckPostMessageCommand
-
- CheckPostVideoCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckPostVideoCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckPostVideoCommand
-
- checkPostVideoMessage(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Evaluates the permissions for the given user when posting a video message to a conversation.
- CheckPostVoiceCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckPostVoiceCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckPostVoiceCommand
-
- checkPostVoiceMessage(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Evaluates the permissions for the given user when posting a voice message to a conversation.
- checkQuery() - Method in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- checkReopenConversation(String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkReopenConversation(String, Collection<String>, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when re-opening an archived conversation.
- checkReopenConversation(String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkReopenConversation(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckReopenConversationCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckReopenConversationCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckReopenConversationCommand
-
- checkReplyToMessageIdExists(String, CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- checkTemplateParametersSize(Map<String, String>) - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
Check if the total size of all the template parameters do not exceed the maximum allowed size which is given by WeChat.
- checkUpdateConversationAvatar(String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkUpdateConversationAvatar(String, Collection<String>, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when posing a media to a conversation.
- checkUpdateConversationAvatar(String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkUpdateConversationAvatar(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckUpdateConversationAvatarCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckUpdateConversationAvatarCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationAvatarCommand
-
- checkUpdateConversationDescription(String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkUpdateConversationDescription(String, Collection<String>, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when updating the conversation description.
- checkUpdateConversationDescription(String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkUpdateConversationDescription(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckUpdateConversationDescriptionCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckUpdateConversationDescriptionCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationDescriptionCommand
-
- checkUpdateConversationName(String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
- checkUpdateConversationName(String, Collection<String>, String, String) - Method in interface com.flowable.engage.conversation.api.permission.ConversationPermissionService
-
Evaluates the permissions for the given user when updating the conversation name.
- checkUpdateConversationName(String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
Deprecated.
- checkUpdateConversationName(String, Collection<String>, String, String) - Method in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- CheckUpdateConversationNameCommand - Class in com.flowable.engage.engine.impl.permission.cmd
-
- CheckUpdateConversationNameCommand(String, Collection<String>, String, String, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationNameCommand
-
- classUserDefinitionDeployment - Variable in class com.flowable.engage.engine.test.EngageTestHelper
-
- cleanup(ExtensionContext) - Method in class com.flowable.engage.engine.test.IndexingCleanupExtension
-
- clock - Variable in class com.flowable.engage.engine.impl.cmd.AddParticipantsToConversationCmd
-
- close() - Method in interface com.flowable.engage.engine.EngageEngine
-
- close() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- code - Variable in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- code - Variable in class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- code - Variable in class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
Currency code as defined in ISO 4217 (e.g.
- com.flowable.engage.api - package com.flowable.engage.api
-
- com.flowable.engage.api.delegate.event - package com.flowable.engage.api.delegate.event
-
- com.flowable.engage.api.notification - package com.flowable.engage.api.notification
-
- com.flowable.engage.api.notification.push - package com.flowable.engage.api.notification.push
-
- com.flowable.engage.api.profile.subscription - package com.flowable.engage.api.profile.subscription
-
- com.flowable.engage.commons.api - package com.flowable.engage.commons.api
-
- com.flowable.engage.conversation.api - package com.flowable.engage.conversation.api
-
- com.flowable.engage.conversation.api.permission - package com.flowable.engage.conversation.api.permission
-
- com.flowable.engage.conversation.api.tag - package com.flowable.engage.conversation.api.tag
-
- com.flowable.engage.dto.conversation - package com.flowable.engage.dto.conversation
-
- com.flowable.engage.dto.conversation.filter - package com.flowable.engage.dto.conversation.filter
-
- com.flowable.engage.dto.conversation.participant - package com.flowable.engage.dto.conversation.participant
-
- com.flowable.engage.dto.conversation.search - package com.flowable.engage.dto.conversation.search
-
- com.flowable.engage.dto.message - package com.flowable.engage.dto.message
-
- com.flowable.engage.dto.notification.push - package com.flowable.engage.dto.notification.push
-
- com.flowable.engage.engine - package com.flowable.engage.engine
-
- com.flowable.engage.engine.autodeployment - package com.flowable.engage.engine.autodeployment
-
- com.flowable.engage.engine.configurator - package com.flowable.engage.engine.configurator
-
- com.flowable.engage.engine.delegate.event.impl - package com.flowable.engage.engine.delegate.event.impl
-
- com.flowable.engage.engine.impl - package com.flowable.engage.engine.impl
-
- com.flowable.engage.engine.impl.action - package com.flowable.engage.engine.impl.action
-
- com.flowable.engage.engine.impl.async - package com.flowable.engage.engine.impl.async
-
- com.flowable.engage.engine.impl.bot - package com.flowable.engage.engine.impl.bot
-
- com.flowable.engage.engine.impl.cmd - package com.flowable.engage.engine.impl.cmd
-
- com.flowable.engage.engine.impl.conversation - package com.flowable.engage.engine.impl.conversation
-
- com.flowable.engage.engine.impl.conversation.tag - package com.flowable.engage.engine.impl.conversation.tag
-
- com.flowable.engage.engine.impl.db - package com.flowable.engage.engine.impl.db
-
- com.flowable.engage.engine.impl.desk - package com.flowable.engage.engine.impl.desk
-
- com.flowable.engage.engine.impl.desk.bot - package com.flowable.engage.engine.impl.desk.bot
-
- com.flowable.engage.engine.impl.desk.cmd - package com.flowable.engage.engine.impl.desk.cmd
-
- com.flowable.engage.engine.impl.dto - package com.flowable.engage.engine.impl.dto
-
- com.flowable.engage.engine.impl.el - package com.flowable.engage.engine.impl.el
-
- com.flowable.engage.engine.impl.indexing - package com.flowable.engage.engine.impl.indexing
-
- com.flowable.engage.engine.impl.message - package com.flowable.engage.engine.impl.message
-
- com.flowable.engage.engine.impl.message.temporary - package com.flowable.engage.engine.impl.message.temporary
-
- com.flowable.engage.engine.impl.notification - package com.flowable.engage.engine.impl.notification
-
- com.flowable.engage.engine.impl.notification.push - package com.flowable.engage.engine.impl.notification.push
-
- com.flowable.engage.engine.impl.notification.push.cmd - package com.flowable.engage.engine.impl.notification.push.cmd
-
- com.flowable.engage.engine.impl.permission - package com.flowable.engage.engine.impl.permission
-
- com.flowable.engage.engine.impl.permission.cmd - package com.flowable.engage.engine.impl.permission.cmd
-
- com.flowable.engage.engine.impl.persistence.entity - package com.flowable.engage.engine.impl.persistence.entity
-
- com.flowable.engage.engine.impl.persistence.entity.data - package com.flowable.engage.engine.impl.persistence.entity.data
-
- com.flowable.engage.engine.impl.persistence.entity.data.impl - package com.flowable.engage.engine.impl.persistence.entity.data.impl
-
- com.flowable.engage.engine.impl.persistence.entity.data.impl.cache - package com.flowable.engage.engine.impl.persistence.entity.data.impl.cache
-
- com.flowable.engage.engine.impl.profile.subscription - package com.flowable.engage.engine.impl.profile.subscription
-
- com.flowable.engage.engine.impl.util - package com.flowable.engage.engine.impl.util
-
- com.flowable.engage.engine.impl.websocket - package com.flowable.engage.engine.impl.websocket
-
- com.flowable.engage.engine.test - package com.flowable.engage.engine.test
-
- com.flowable.engage.external.system.api - package com.flowable.engage.external.system.api
-
- com.flowable.engage.external.system.common - package com.flowable.engage.external.system.common
-
- com.flowable.engage.external.system.dto - package com.flowable.engage.external.system.dto
-
- com.flowable.engage.external.system.line - package com.flowable.engage.external.system.line
-
- com.flowable.engage.external.system.line.api - package com.flowable.engage.external.system.line.api
-
- com.flowable.engage.external.system.line.dto - package com.flowable.engage.external.system.line.dto
-
- com.flowable.engage.external.system.line.emoji - package com.flowable.engage.external.system.line.emoji
-
- com.flowable.engage.external.system.line.rest - package com.flowable.engage.external.system.line.rest
-
- com.flowable.engage.external.system.service - package com.flowable.engage.external.system.service
-
- com.flowable.engage.external.system.wechat - package com.flowable.engage.external.system.wechat
-
- com.flowable.engage.external.system.wechat.api - package com.flowable.engage.external.system.wechat.api
-
- com.flowable.engage.external.system.wechat.dto - package com.flowable.engage.external.system.wechat.dto
-
- com.flowable.engage.external.system.whatsapp - package com.flowable.engage.external.system.whatsapp
-
- com.flowable.engage.external.system.whatsapp.api - package com.flowable.engage.external.system.whatsapp.api
-
- com.flowable.engage.external.system.whatsapp.dto - package com.flowable.engage.external.system.whatsapp.dto
-
- com.flowable.engage.external.system.whatsapp.event - package com.flowable.engage.external.system.whatsapp.event
-
- com.flowable.engage.message.api - package com.flowable.engage.message.api
-
- com.flowable.engage.message.api.temporary - package com.flowable.engage.message.api.temporary
-
- com.flowable.platform.notification.api - package com.flowable.platform.notification.api
-
- com.flowable.platform.websocket - package com.flowable.platform.websocket
-
- commandContext - Variable in class com.flowable.engage.engine.impl.conversation.tag.AbstractConversationTagEvaluationContext
-
- CommandContextUtil - Class in com.flowable.engage.engine.impl.util
-
- commandExecutor - Variable in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- commandExecutor - Variable in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- commandExecutor - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- commandExecutor - Variable in class com.flowable.engage.engine.impl.message.UnreadMessageCountEventListener
-
- ComponentBuilderImpl(WhatsAppTemplateMessageBuilderImpl, WhatsAppTemplateMessageBuilderImpl.Type) - Constructor for class com.flowable.engage.external.system.whatsapp.WhatsAppTemplateMessageBuilderImpl.ComponentBuilderImpl
-
- composeUserNameList(Collection<String>, String) - Method in class com.flowable.engage.engine.impl.notification.ConversationNotificationEventListener
-
- computeAccessibleRanges(CommandContext) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- configuration - Variable in class com.flowable.engage.engine.impl.conversation.ConversationNotificationRunnable
-
- configuration - Variable in class com.flowable.engage.engine.impl.conversation.ConversationParticipantBuilderImpl
-
- configuration - Variable in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- configure(AbstractEngineConfiguration) - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- ConfiguredInboundMessageTenantExtractor - Class in com.flowable.engage.external.system.service
-
This default implementation simply returns a configured, fixed tenant id regardless of the content of the inbound message.
- ConfiguredInboundMessageTenantExtractor(String) - Constructor for class com.flowable.engage.external.system.service.ConfiguredInboundMessageTenantExtractor
-
- configureJobServiceConfiguration() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- contact(String) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppContactVerificationQuery
-
The contact that should be verified.
- contact - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- contact(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppContactVerificationQueryImpl
-
- CONTACT_VERIFICATION_RESPONSE - Static variable in interface com.flowable.engage.external.system.whatsapp.dto.WhatsAppEventTypes
-
- ContactDto() - Constructor for class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- contacts(Collection<String>) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppContactVerificationQuery
-
The contacts that should be verified.
- contacts - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- contacts - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- contacts(Collection<String>) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppContactVerificationQueryImpl
-
- containsGroupKey(List<PlatformGroup>, String) - Method in class com.flowable.engage.engine.impl.conversation.tag.AbstractTagProvider
-
- containsTag(Taggable, String) - Static method in class com.flowable.engage.engine.impl.conversation.tag.TagUtils
-
Returns true
if the given tag is found within the taggable object (e.g.
- content - Variable in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- content - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- content(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The content of the message
- content - Variable in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- content - Variable in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- Content() - Constructor for class com.flowable.engage.external.system.line.LineProperties.Content
-
- CONTENT - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- content - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- content(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- Content() - Constructor for class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- content - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Header
-
- Content() - Constructor for class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- CONTENT_DISABLED - Static variable in interface com.flowable.engage.external.system.dto.InternalInboundStatuses
-
Internal inbound status indicating that content fetching
is disabled and that it was not possible to
fetch the media from the engage system
- CONTENT_TYPE - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- contentAvailable - Variable in class com.flowable.engage.dto.message.ContentItemResponse
-
- ContentDTO - Class in com.flowable.engage.engine.impl.dto
-
- ContentDTO(MessageType) - Constructor for class com.flowable.engage.engine.impl.dto.ContentDTO
-
- contentItem - Variable in class com.flowable.engage.engine.impl.cmd.UpdateMessageMediaContentCmd
-
- contentItem - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- ContentItemResponse - Class in com.flowable.engage.dto.message
-
- ContentItemResponse(CoreContentItem) - Constructor for class com.flowable.engage.dto.message.ContentItemResponse
-
- contentService - Variable in class com.flowable.engage.external.system.line.rest.LineOutboundContentResource
-
- contentService - Variable in class com.flowable.engage.external.system.service.ExternalSystemContentServiceImpl
-
- contentStoreId - Variable in class com.flowable.engage.dto.message.ContentItemResponse
-
- contentStoreName - Variable in class com.flowable.engage.dto.message.ContentItemResponse
-
- contentStream - Variable in class com.flowable.engage.engine.impl.cmd.UpdateMessageMediaContentCmd
-
- contentStream - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- contentType(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The type of the content for the message.
- contentType - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- contentType(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- ContentTypes - Interface in com.flowable.engage.message.api
-
- contentWaitDuration - Variable in class com.flowable.engage.external.system.service.ExternalSystemContentServiceImpl
-
- Conversation - Interface in com.flowable.engage.conversation.api
-
The conversation is a container where messaging and events between humans and even bots happen.
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableAddedParticipantsEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationAddedTagsEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationArchivedEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationDeletedEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationNameUpdatedEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationOwnerChangedEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationReferenceUpdatedEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationRemovedTagsEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationReopenedEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationStartedEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableRemovedParticipantsEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableSendNotificationEventImpl
-
- conversation - Variable in class com.flowable.engage.engine.impl.cmd.EvaluateConversationTagsCmd
-
- conversation - Variable in class com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
-
- conversation - Variable in class com.flowable.engage.engine.impl.conversation.ConversationHolderImpl
-
- conversation - Variable in class com.flowable.engage.engine.impl.conversation.ConversationNotificationRunnable
-
- conversation - Variable in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- CONVERSATION_ADD_PARTICIPANTS - Static variable in interface com.flowable.engage.engine.impl.util.StandardMessageCodes
-
- CONVERSATION_DEFINITION_ID - Static variable in class com.flowable.engage.engine.impl.ConversationDefinitionQueryProperty
-
- CONVERSATION_DEFINITION_KEY - Static variable in class com.flowable.engage.engine.impl.ConversationDefinitionQueryProperty
-
- CONVERSATION_DEFINITION_NAME - Static variable in class com.flowable.engage.engine.impl.ConversationDefinitionQueryProperty
-
- CONVERSATION_DROP_PARTICIPANTS - Static variable in interface com.flowable.engage.engine.impl.util.StandardMessageCodes
-
- CONVERSATION_ID - Static variable in class com.flowable.engage.engine.impl.message.MessageQueryProperty
-
- CONVERSATION_ID - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- CONVERSATION_INDEX_NAME - Static variable in interface com.flowable.engage.engine.impl.indexing.EngageIndexingConstants
-
- CONVERSATION_OUT_OF_OFFICE - Static variable in interface com.flowable.engage.engine.impl.util.StandardMessageCodes
-
- CONVERSATION_START_TOPIC - Static variable in interface com.flowable.engage.engine.impl.util.StandardMessageCodes
-
- CONVERSATION_START_TOPIC_WELCOME - Static variable in interface com.flowable.engage.engine.impl.util.StandardMessageCodes
-
- ConversationActionFilter - Class in com.flowable.engage.engine.impl.action
-
- ConversationActionFilter(ConversationService) - Constructor for class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- ConversationBuilder - Interface in com.flowable.engage.conversation.api
-
- conversationBuilder - Variable in class com.flowable.engage.engine.impl.cmd.EvaluateConversationAvatarIdCmd
-
- conversationBuilder - Variable in class com.flowable.engage.engine.impl.cmd.StartConversationCmd
-
- conversationBuilder - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl.StartConversationWithChecksCmd
-
- conversationBuilder - Variable in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- conversationBuilder - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckCreateConversationCommand
-
- conversationBuilder - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckHasAccessToConversationCommand
-
- ConversationBuilderBasedTagEvaluationContext - Class in com.flowable.engage.engine.impl.conversation.tag
-
A tag evaluation context based on a conversation builder in order to be able to modify the tags through it.
- ConversationBuilderBasedTagEvaluationContext(ConversationBuilder, CommandContext) - Constructor for class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- ConversationBuilderImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationBuilderImpl(ConversationServiceImpl, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- ConversationBuilderImpl.StartConversationWithChecksCmd<T> - Class in com.flowable.engage.engine.impl.conversation
-
- conversationCount - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- conversationCount - Variable in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- conversationCreator - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl.StartConversationWithChecksCmd
-
- ConversationDataManager - Interface in com.flowable.engage.engine.impl.persistence.entity.data
-
- conversationDataManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- ConversationDefinition - Interface in com.flowable.engage.api
-
- ConversationDefinitionBuilder - Interface in com.flowable.engage.api
-
- ConversationDefinitionDataManager - Interface in com.flowable.engage.engine.impl.persistence.entity.data
-
- conversationDefinitionDataManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- ConversationDefinitionDeployment - Annotation Type in com.flowable.engage.engine.test
-
Annotation that can be used to trigger a deployment of conversation definitions for the provided test.
- ConversationDefinitionDTO - Class in com.flowable.engage.engine.impl.dto
-
- ConversationDefinitionDTO() - Constructor for class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- ConversationDefinitionDTO(String, String, String, String, String, String, String) - Constructor for class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- ConversationDefinitionEntity - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationDefinitionEntityImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationDefinitionEntityImpl() - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- conversationDefinitionEntityManager - Variable in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- ConversationDefinitionEntityManager - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- conversationDefinitionEntityManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- ConversationDefinitionEntityManagerImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationDefinitionEntityManagerImpl(EngageEngineConfiguration, ConversationDefinitionDataManager) - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityManagerImpl
-
- conversationDefinitionId(String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Set the id of the conversation definition.
- conversationDefinitionId(String) - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
- conversationDefinitionId - Variable in class com.flowable.engage.dto.conversation.ConversationResponse
-
- conversationDefinitionId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveConversationDefinitionCmd
-
- conversationDefinitionId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- conversationDefinitionId(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- conversationDefinitionId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- conversationDefinitionId(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- conversationDefinitionId - Variable in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- conversationDefinitionId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- conversationDefinitionJson - Variable in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationObject
-
- conversationDefinitionKey(String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Set the key of the conversation definition.
- conversationDefinitionKey - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- conversationDefinitionKey(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- ConversationDefinitionModel - Class in com.flowable.engage.api
-
- ConversationDefinitionModel() - Constructor for class com.flowable.engage.api.ConversationDefinitionModel
-
- conversationDefinitionModel - Variable in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationObject
-
- conversationDefinitionModelCache - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationDefinitionModelCache - Variable in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- conversationDefinitionModelCacheLimit - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationDefinitionModelManager - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ConversationDefinitionModelManager - Class in com.flowable.engage.engine.impl
-
- ConversationDefinitionModelManager() - Constructor for class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- conversationDefinitionModels - Variable in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationBuilderImpl
-
- ConversationDefinitionQuery - Interface in com.flowable.engage.api
-
- ConversationDefinitionQueryImpl - Class in com.flowable.engage.engine.impl
-
- ConversationDefinitionQueryImpl(CommandExecutor) - Constructor for class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- ConversationDefinitionQueryProperty - Class in com.flowable.engage.engine.impl
-
- ConversationDefinitionQueryProperty(String) - Constructor for class com.flowable.engage.engine.impl.ConversationDefinitionQueryProperty
-
- ConversationDefinitionRegistrationBuilder - Interface in com.flowable.engage.api
-
Builder for bulk registration of Conversation Definitions.
- ConversationDefinitionRegistrationBuilderImpl - Class in com.flowable.engage.engine.impl
-
- ConversationDefinitionRegistrationBuilderImpl(ConversationDefinitionServiceImpl, CommandContext) - Constructor for class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationBuilderImpl
-
- ConversationDefinitionRegistrationObject - Class in com.flowable.engage.engine.impl
-
- ConversationDefinitionRegistrationObject(ConversationDefinitionModel, String) - Constructor for class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationObject
-
- ConversationDefinitionService - Interface in com.flowable.engage.api
-
- conversationDefinitionService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationDefinitionService - Variable in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationBuilderImpl
-
- conversationDefinitionService - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- ConversationDefinitionServiceImpl - Class in com.flowable.engage.engine.impl
-
- ConversationDefinitionServiceImpl(EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.ConversationDefinitionServiceImpl
-
- ConversationDTO - Class in com.flowable.engage.engine.impl.dto
-
- ConversationDTO() - Constructor for class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- ConversationDTO(JsonNode) - Constructor for class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- ConversationDTO(String, String, String, String, List<MessageDTO>, List<ActionDTO>, Map<String, ConversationParticipant>, String, long, long, Date, Date, Date, List<String>, Integer, String, Boolean) - Constructor for class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- ConversationDTO(String, String, String, String, List<MessageDTO>, List<ActionDTO>, Map<String, ConversationParticipant>, String, long, long, Date, Date, Date, List<String>, Integer, String, Boolean, List<ConversationFilterDTO>) - Constructor for class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- ConversationEntity - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationEntityBasedTagEvaluationContext - Class in com.flowable.engage.engine.impl.conversation.tag
-
A tag evaluation context based on an existing conversation represented by its conversation entity so it can be
modified.
- ConversationEntityBasedTagEvaluationContext(ConversationEntity, CommandContext) - Constructor for class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- ConversationEntityImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationEntityImpl() - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- ConversationEntityManager - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- conversationEntityManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- ConversationEntityManagerImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationEntityManagerImpl(EngageEngineConfiguration, ConversationDataManager) - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityManagerImpl
-
- ConversationFilter - Interface in com.flowable.engage.engine.impl.indexing
-
A user has a list of filters that can be applied when retrieving conversations.
- ConversationFilterConstants - Interface in com.flowable.engage.engine.impl.indexing
-
- conversationFilterDefinitions - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ConversationFilterDTO - Class in com.flowable.engage.engine.impl.dto
-
- ConversationFilterDTO() - Constructor for class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- ConversationFilterDTO(String, String, String, boolean) - Constructor for class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- conversationFilterFactory - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ConversationFilterFactory - Interface in com.flowable.engage.engine.impl.indexing
-
- conversationFilterFactory - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- ConversationFilterFactoryImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationFilterFactoryImpl(ObjectMapper, TemplateLoader) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationFilterFactoryImpl
-
- ConversationFilterImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationFilterImpl(String, String, String, String, Map<String, Object>, TemplateLoader) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationFilterImpl
-
- ConversationFilterQuery - Interface in com.flowable.engage.engine.impl.indexing
-
- ConversationFilterQueryImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationFilterQueryImpl(ConversationFilterServiceImpl) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- ConversationFilterResponse - Class in com.flowable.engage.dto.conversation.filter
-
- ConversationFilterResponse() - Constructor for class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- conversationFilters - Variable in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- conversationFilters - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- conversationFilterService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationFilterService - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- conversationFilterService - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- ConversationFilterService - Interface in com.flowable.engage.engine.impl.indexing
-
Exposes methods to retrieve conversation filters and use those filters to find conversations.
- conversationFilterService - Variable in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- ConversationFilterServiceImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationFilterServiceImpl(SearchService, ConversationQueryTemplateHandler, ConversationFilterFactory, ConversationResultMapper, MessageResultMapper, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- ConversationFilterServiceImpl.GetUnreadCountsCommand - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationHolder - Interface in com.flowable.engage.conversation.api
-
The conversation holder might be used to hold a conversation and additional information like if it was a newly
created one or an existing one.
- ConversationHolderImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationHolderImpl(Conversation, boolean) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationHolderImpl
-
- conversationId(String) - Method in interface com.flowable.engage.conversation.api.ConversationStatusQuery
-
Query all conversation statuses for the given conversation id.
- conversationId(String) - Method in interface com.flowable.engage.conversation.api.ConversationUserQuery
-
The id of the conversation to request users for must be provided through its id.
- conversationId - Variable in class com.flowable.engage.dto.conversation.ConversationLastReadStatusResponse
-
- conversationId - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageReadEventImpl
-
- conversationId - Variable in class com.flowable.engage.engine.delegate.event.impl.FlowableSendUserTypingEventImpl
-
- conversationId(String) - Method in interface com.flowable.engage.engine.impl.ArchiveConversationEventQuery
-
- conversationId - Variable in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- conversationId(String) - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.AddParticipantsToConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.AddTagsToConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.AssignConversationToGroupCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.AssignConversationToUserCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.ChangeConversationOwnerCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.CountConversationParticipantsCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.CountUnreadMessagesCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.DeleteConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationByIdCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationByIdWithIdentityLinksAndVariablesCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationByIdWithIdentityLinksCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsBetweenCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.GetVariableCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.GetVariablesCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.LinkConversationWithUserAccountCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.ReindexConversationsCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.ReindexMessagesCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveAssignedGroupFromConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveAssignedUserFromConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveParticipantsFromConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveTagsFromConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveUserAccountFromConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveVariableCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.RemoveVariablesCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.SetVariableCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.SetVariablesCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.cmd.UserTypingCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationParticipantBuilderImpl
-
- conversationId(String) - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQuery
-
- conversationId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- conversationId(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- conversationId(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- conversationId(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.desk.cmd.StartTicketConversationCmd
-
- conversationId - Variable in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- conversationId - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- conversationId - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- conversationId(String) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckArchiveConversationCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckDropParticipantFromConversationCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckEditMessageCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckHasAccessToConversationCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckJoinParticipantToExistingConversationCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckPostDocumentCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckPostImageCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckPostMessageCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckPostVideoCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckPostVoiceCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckReopenConversationCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationAvatarCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationDescriptionCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationNameCommand
-
- conversationId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- conversationId - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- conversationId(String) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- conversationIdentities - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsCmd
-
- ConversationIdentityLinkType - Class in com.flowable.engage.api
-
- conversationIds - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl.GetUnreadCountsCommand
-
- conversationIndexingService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationIndexingService - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- ConversationIndexingService - Interface in com.flowable.engage.engine.impl.indexing
-
- ConversationIndexingServiceImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationIndexingServiceImpl(EngageEngineConfiguration, ReindexManager, IndexManager) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationIndexingServiceImpl
-
- ConversationIndexQueryBuilder - Interface in com.flowable.engage.engine.impl.indexing
-
- ConversationIndexQueryBuilderImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationIndexQueryBuilderImpl(ObjectMapper) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryBuilderImpl
-
- ConversationIndexQueryRequest - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationIndexQueryRequest() - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- conversationIndexQueryService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationIndexQueryService - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- ConversationIndexQueryService - Interface in com.flowable.engage.engine.impl.indexing
-
- ConversationIndexQueryServiceImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationIndexQueryServiceImpl(SearchService, ObjectMapper, ConversationResultMapper) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryServiceImpl
-
- ConversationJsonMapper - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationJsonMapper() - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationJsonMapper
-
- ConversationLastReadStatusResponse - Class in com.flowable.engage.dto.conversation
-
- ConversationLastReadStatusResponse() - Constructor for class com.flowable.engage.dto.conversation.ConversationLastReadStatusResponse
-
- ConversationManagementBot - Class in com.flowable.engage.engine.impl.bot
-
A service bot supporting basic conversation management functionality like joining or dropping participants, archiving, etc.
- ConversationManagementBot(ConversationService, TaskService, MessageService, ConversationPermissionService, PlatformIdentityService, ObjectMapper) - Constructor for class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- ConversationNotificationEventListener - Class in com.flowable.engage.engine.impl.notification
-
An events listener that is responsible for sending messages to a conversation when an event occurs.
- ConversationNotificationEventListener(MessageService, PlatformIdentityService, String) - Constructor for class com.flowable.engage.engine.impl.notification.ConversationNotificationEventListener
-
- ConversationNotificationRunnable - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationNotificationRunnable(EngageEngineConfiguration, Message, Conversation) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationNotificationRunnable
-
- ConversationNotificationService - Interface in com.flowable.engage.conversation.api
-
Notification service for the Conversations which is responsible for sending messages to conversation.
- conversationNotificationService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationNotificationService - Variable in class com.flowable.engage.engine.impl.notification.MessageSendEventListener
-
- ConversationNotificationServiceImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationNotificationServiceImpl(EngageEngineConfiguration, TaskExecutor) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationNotificationServiceImpl
-
- ConversationParticipant - Class in com.flowable.engage.engine.impl.dto
-
- ConversationParticipant() - Constructor for class com.flowable.engage.engine.impl.dto.ConversationParticipant
-
- ConversationParticipant(String, String) - Constructor for class com.flowable.engage.engine.impl.dto.ConversationParticipant
-
- ConversationParticipantBuilder - Interface in com.flowable.engage.conversation.api
-
This builder supports various ways to add or drop participants within a conversation with smart options like letting them see previous messages or even
all past messages and similar options.
- ConversationParticipantBuilderImpl - Class in com.flowable.engage.engine.impl.conversation
-
Default implementation for the participant builder API.
- ConversationParticipantBuilderImpl(EngageEngineConfiguration, String) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationParticipantBuilderImpl
-
- ConversationParticipantResponse - Class in com.flowable.engage.dto.conversation.participant
-
- ConversationParticipantResponse() - Constructor for class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- ConversationPermissionService - Interface in com.flowable.engage.conversation.api.permission
-
The permission helper must be used to check permissions on actions to be executed in the context of a conversation
like adding or removing participants or posting a voice message, etc.
- conversationPermissionService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationPermissionService - Variable in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- conversationPermissionService - Variable in class com.flowable.engage.engine.impl.desk.bot.DeskManagementBot
-
- conversationPermissionService - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- conversationPermissionService - Variable in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
- ConversationPermissionServiceImpl - Class in com.flowable.engage.engine.impl.permission
-
The default implementation of the permission helper checking permissions for certain conversation related actions
with the help of a two-step DMN decision model approach.
- ConversationPermissionServiceImpl(EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- ConversationQuery - Interface in com.flowable.engage.conversation.api
-
Allows for programmatic querying of conversations.
- ConversationQueryImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationQueryImpl(CommandExecutor, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- ConversationQueryProperty - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationQueryProperty(String) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationQueryProperty
-
- conversationQueryTemplateHandler - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ConversationQueryTemplateHandler - Interface in com.flowable.engage.engine.impl.indexing
-
- ConversationQueryTemplateHandlerImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationQueryTemplateHandlerImpl() - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationQueryTemplateHandlerImpl
-
- conversationRegistry - Variable in class com.flowable.engage.engine.impl.cmd.AddParticipantsToConversationCmd
-
- ConversationRegistryEntry - Interface in com.flowable.engage.engine.impl.conversation
-
An entry of a conversation participant registry.
- ConversationRegistryEntryByConversationIdMatcher - Class in com.flowable.engage.engine.impl.persistence.entity.data.impl.cache
-
- ConversationRegistryEntryByConversationIdMatcher() - Constructor for class com.flowable.engage.engine.impl.persistence.entity.data.impl.cache.ConversationRegistryEntryByConversationIdMatcher
-
- ConversationRegistryEntryDataManager - Interface in com.flowable.engage.engine.impl.persistence.entity.data
-
- conversationRegistryEntryDataManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- ConversationRegistryEntryEntity - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationRegistryEntryEntityImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationRegistryEntryEntityImpl() - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- ConversationRegistryEntryEntityManager - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- conversationRegistryEntryEntityManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- ConversationRegistryEntryEntityManagerImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationRegistryEntryEntityManagerImpl(EngageEngineConfiguration, ConversationRegistryEntryDataManager) - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityManagerImpl
-
- ConversationRegistryEntryQuery - Interface in com.flowable.engage.engine.impl.conversation
-
Allows for programmatic querying of conversation registry entries.
- ConversationRegistryEntryQueryImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationRegistryEntryQueryImpl(CommandExecutor) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- ConversationRegistryEntryQueryProperty - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationRegistryEntryQueryProperty(String) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryProperty
-
- conversationRegistryEntryService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ConversationRegistryEntryService - Interface in com.flowable.engage.engine.impl.conversation
-
- ConversationRegistryEntryServiceImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationRegistryEntryServiceImpl(EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryServiceImpl
-
- conversationRegistryService - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- ConversationRegistryUtil - Class in com.flowable.engage.engine.impl.util
-
- ConversationResponse - Class in com.flowable.engage.dto.conversation
-
- ConversationResponse() - Constructor for class com.flowable.engage.dto.conversation.ConversationResponse
-
- conversationResultMapper - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationResultMapper - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- conversationResultMapper - Variable in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryServiceImpl
-
- ConversationResultMapper - Interface in com.flowable.engage.engine.impl.indexing
-
- conversationResultMapper - Variable in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryServiceImpl
-
- ConversationResultMapper.Enhancer - Interface in com.flowable.engage.engine.impl.indexing
-
The interface you can implement when you want to enhance conversation based search hit data.
- ConversationScopedObjectProvider - Class in com.flowable.engage.engine.impl.action
-
- ConversationScopedObjectProvider(ConversationService) - Constructor for class com.flowable.engage.engine.impl.action.ConversationScopedObjectProvider
-
- ConversationSearchQuery - Interface in com.flowable.engage.engine.impl.indexing
-
- ConversationSearchQueryImpl - Class in com.flowable.engage.engine.impl.indexing
-
- ConversationSearchQueryImpl(ConversationFilterServiceImpl, CommandExecutor) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- ConversationSearchResponse - Class in com.flowable.engage.dto.conversation.search
-
- ConversationSearchResponse() - Constructor for class com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
- ConversationService - Interface in com.flowable.engage.conversation.api
-
The conversation service is the main API for the conversation and messaging functionality.
- conversationService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- conversationService - Variable in class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- conversationService - Variable in class com.flowable.engage.engine.impl.action.ConversationScopedObjectProvider
-
- conversationService - Variable in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- conversationService - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- conversationService - Variable in class com.flowable.engage.engine.impl.desk.bot.DeskManagementBot
-
- conversationService - Variable in class com.flowable.engage.engine.impl.desk.DeskConversationListener
-
- conversationService - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- conversationService - Variable in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- conversationService - Variable in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
- ConversationServiceImpl - Class in com.flowable.engage.engine.impl.conversation
-
The default conversation service implementation using commands to provide the necessary functionality.
- ConversationServiceImpl(EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- conversationStarterHelper - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ConversationStarterHelper - Interface in com.flowable.engage.engine.impl.conversation
-
This interface supports strategy methods around the starting and initialization of a conversation like initializing
data like types of a new conversation as well as searching for reusable, existing conversations when trying to start
a new one.
- ConversationStarterHelperImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationStarterHelperImpl() - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationStarterHelperImpl
-
- ConversationStates - Interface in com.flowable.engage.conversation.api
-
Interface containing the known states of a conversation.
- ConversationStatus - Interface in com.flowable.engage.message.api
-
This represents the information for the last read message for a certain user in a certain conversation
- ConversationStatusDataManager - Interface in com.flowable.engage.engine.impl.persistence.entity.data
-
- conversationStatusDataManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- ConversationStatusEntity - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationStatusEntityImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationStatusEntityImpl() - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- ConversationStatusEntityManager - Interface in com.flowable.engage.engine.impl.persistence.entity
-
- conversationStatusEntityManager - Variable in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- ConversationStatusEntityManagerImpl - Class in com.flowable.engage.engine.impl.persistence.entity
-
- ConversationStatusEntityManagerImpl(EngageEngineConfiguration, ConversationStatusDataManager) - Constructor for class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManagerImpl
-
- ConversationStatusQuery - Interface in com.flowable.engage.conversation.api
-
- ConversationStatusQueryImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ConversationStatusQueryImpl(CommandExecutor) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- ConversationStatusUtil - Class in com.flowable.engage.engine.impl.util
-
- ConversationSubTypes - Interface in com.flowable.engage.conversation.api
-
- ConversationTagEvaluationContext - Interface in com.flowable.engage.conversation.api.tag
-
The tag evaluation context might be used within a
ConversationTagProvider
to request additional information
in order to evaluate tags for conversations.
- ConversationTagProvider - Interface in com.flowable.engage.conversation.api.tag
-
- conversationTagProviders - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ConversationTypes - Interface in com.flowable.engage.conversation.api
-
The conversation type specifies the conversation in more detail.
- ConversationUserQuery - Interface in com.flowable.engage.conversation.api
-
- ConversationUserQueryImpl - Class in com.flowable.engage.engine.impl.conversation
-
The implementation of the
ConversationUserQuery
interface used to query for users involved in a conversation.
- ConversationUserQueryImpl(CommandExecutor) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- convert(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.ConversationJsonMapper
-
- convert(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.MessageComplianceJsonMapper
-
- convert(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.MessageJsonMapper
-
- convertAndCheckMessageSize(String) - Method in class com.flowable.engage.external.system.line.LineJmsExternalConversationSystemAdapter
-
- convertAndCheckMessageSize(String) - Method in class com.flowable.engage.external.system.wechat.WeChatJmsExternalConversationSystemAdapter
-
- convertAndCheckMessageSize(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- convertFromUTF8ToWeChat(String) - Method in class com.flowable.engage.external.system.wechat.WechatEmojiConverter
-
- convertFromWeChatToUTF8(String) - Method in class com.flowable.engage.external.system.wechat.WechatEmojiConverter
-
- convertHit(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.ConversationJsonMapper
-
- convertHit(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.MessageComplianceJsonMapper
-
- convertHit(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.MessageJsonMapper
-
- convertMediaContentToExternalMediaContent(String) - Method in interface com.flowable.engage.external.system.line.api.LineOutboundMediaContentProvider
-
- convertMediaContentToExternalMediaContent(String) - Method in class com.flowable.engage.external.system.line.DefaultLineOutboundMediaContentProvider
-
- convertToResponsesAndAddUnreadCount(String, Collection<ConversationFilter>) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- convertWithoutEnhancer(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.ConversationJsonMapper
-
- convertWithoutEnhancer(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.MessageComplianceJsonMapper
-
- convertWithoutEnhancer(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.MessageJsonMapper
-
- copyToMessage(MessageEntity, Message, CommandContext) - Static method in class com.flowable.engage.engine.impl.util.MessageUtil
-
- count() - Method in interface com.flowable.engage.conversation.api.ConversationUserQuery
-
Counts the number of user ids according the query.
- count() - Method in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- countByCriteria(ArchiveConversationEventQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityManager
-
- countByCriteria(ArchiveConversationEventQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityManagerImpl
-
- countByCriteria(ArchiveJobEventQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityManager
-
- countByCriteria(ArchiveJobEventQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityManagerImpl
-
- countByCriteria(ConversationDefinitionQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityManager
-
- countByCriteria(ConversationDefinitionQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityManagerImpl
-
- countByCriteria(ConversationQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntityManager
-
- countByCriteria(ConversationQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityManagerImpl
-
- countByCriteria(ConversationRegistryEntryQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityManager
-
- countByCriteria(ConversationRegistryEntryQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityManagerImpl
-
- countByCriteria(ConversationStatusQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManager
-
- countByCriteria(ConversationStatusQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManagerImpl
-
- countByCriteria(ArchiveConversationEventQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ArchiveConversationEventDataManager
-
- countByCriteria(ArchiveJobEventQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ArchiveJobEventDataManager
-
- countByCriteria(ConversationQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ConversationDataManager
-
- countByCriteria(ConversationDefinitionQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ConversationDefinitionDataManager
-
- countByCriteria(ConversationRegistryEntryQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ConversationRegistryEntryDataManager
-
- countByCriteria(ConversationStatusQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ConversationStatusDataManager
-
- countByCriteria(DeviceQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.DeviceDataManager
-
- countByCriteria(ArchiveConversationEventQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisArchiveConversationEventDataManager
-
- countByCriteria(ArchiveJobEventQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisArchiveJobEventDataManager
-
- countByCriteria(ConversationQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationDataManager
-
- countByCriteria(ConversationDefinitionQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationDefinitionDataManager
-
- countByCriteria(ConversationRegistryEntryQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MyBatisConversationRegistryEntryDataManager
-
- countByCriteria(ConversationStatusQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationStatusDataManager
-
- countByCriteria(DeviceQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisDeviceDataManager
-
- countByCriteria(MessageQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisMessageDataManager
-
- countByCriteria(ReactionQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisReactionDataManager
-
- countByCriteria(UserAnalyticsQueryImpl) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisUserAnalyticsDataManager
-
- countByCriteria(MessageQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.MessageDataManager
-
- countByCriteria(ReactionQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ReactionDataManager
-
- countByCriteria(UserAnalyticsQueryImpl) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.UserAnalyticsDataManager
-
- countByCriteria(DeviceQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntityManager
-
- countByCriteria(DeviceQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityManagerImpl
-
- countByCriteria(MessageQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntityManager
-
- countByCriteria(MessageQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityManagerImpl
-
- countByCriteria(ReactionQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ReactionEntityManager
-
- countByCriteria(ReactionQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityManagerImpl
-
- countByCriteria(UserAnalyticsQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityManager
-
- countByCriteria(UserAnalyticsQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityManagerImpl
-
- countConversationParticipants(String, Date) - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryService
-
Return the number of active participants (user without a leaving time) at a specific time.
- countConversationParticipants(String, Date) - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryServiceImpl
-
- countConversationParticipants(String, Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityManager
-
- countConversationParticipants(String, Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityManagerImpl
-
- countConversationParticipants(String, Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ConversationRegistryEntryDataManager
-
- countConversationParticipants(String, Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MyBatisConversationRegistryEntryDataManager
-
- CountConversationParticipantsCmd - Class in com.flowable.engage.engine.impl.cmd
-
- CountConversationParticipantsCmd(String) - Constructor for class com.flowable.engage.engine.impl.cmd.CountConversationParticipantsCmd
-
- CountConversationParticipantsCmd(String, Date) - Constructor for class com.flowable.engage.engine.impl.cmd.CountConversationParticipantsCmd
-
- countConversationsWithLastMessageBetween(Date, Date, boolean, boolean) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
TODO: this might be not the right service
Number of conversations which received new messages within a given time frame.
- countConversationsWithLastMessageBetween(Date, Date, boolean, boolean) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- countConversationsWithLastMessageBetween(Date, Date, boolean, boolean) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntityManager
-
- countConversationsWithLastMessageBetween(Date, Date, boolean, boolean) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityManagerImpl
-
- countConversationsWithLastMessageBetween(Date, Date, boolean, boolean) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ConversationDataManager
-
- countConversationsWithLastMessageBetween(Date, Date, boolean, boolean) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationDataManager
-
- CountConversationsWithLastMessageBetweenCmd - Class in com.flowable.engage.engine.impl.cmd
-
Number of conversations which received new messages within a given time frame.
- CountConversationsWithLastMessageBetweenCmd(Date, Date, boolean, boolean) - Constructor for class com.flowable.engage.engine.impl.cmd.CountConversationsWithLastMessageBetweenCmd
-
- CountUnreadMessagesCmd - Class in com.flowable.engage.engine.impl.cmd
-
- CountUnreadMessagesCmd(String, String) - Constructor for class com.flowable.engage.engine.impl.cmd.CountUnreadMessagesCmd
-
- create() - Method in interface com.flowable.engage.api.ConversationDefinitionBuilder
-
- CREATE - Static variable in class com.flowable.engage.api.ConversationIdentityLinkType
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisArchiveConversationEventDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisArchiveJobEventDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationDefinitionDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MyBatisConversationRegistryEntryDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationStatusDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisDeviceDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisMessageAuditDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisMessageDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisReactionDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisTemporaryMessageDataManager
-
- create() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisUserAnalyticsDataManager
-
- create(Message) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityManager
-
- create(Message) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityManagerImpl
-
- createActionInstance(CommandContext, ActionDefinition, MessageBuilderImpl, String) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- createAddedParticipantsEvent(Conversation, Collection<String>, String) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createAndInitializeTicketPayload(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- createArchiveConversationEventQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityManager
-
- createArchiveConversationEventQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityManagerImpl
-
- createArchiveJobEventQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityManager
-
- createArchiveJobEventQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityManagerImpl
-
- createBeforeMessagePersistedEvent(Message, Conversation) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createContactsVariable(Collection<WhatsAppContactVerificationResponse.ContactDto>) - Method in class com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
-
- createContactVariable(WhatsAppContactVerificationResponse.ContactDto) - Method in class com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
-
- createContactVerificationQuery() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppExternalConversationSystemAdapter
-
Create the verification query for WhatsApp contacts.
- createContactVerificationQuery() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- createConversationAddedTagsEvent(Conversation, Collection<String>) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationArchivedEvent(Conversation) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationBuilder() - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Returns a conversation builder used to start new
Conversation
objects.
- createConversationBuilder() - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- createConversationDefinitionQuery() - Method in interface com.flowable.engage.api.ConversationDefinitionService
-
- createConversationDefinitionQuery() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionServiceImpl
-
- createConversationDefinitionQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityManager
-
- createConversationDefinitionQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityManagerImpl
-
- createConversationDefinitionRegistrationBuilder() - Method in interface com.flowable.engage.api.ConversationDefinitionService
-
- createConversationDefinitionRegistrationBuilder() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionServiceImpl
-
- createConversationDeletedEvent(Conversation) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationFilter(JsonNode) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilterFactory
-
- createConversationFilter(JsonNode) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterFactoryImpl
-
- createConversationFilterQuery() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilterService
-
- createConversationFilterQuery() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- createConversationFilters(ArrayNode) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilterFactory
-
- createConversationFilters(ArrayNode) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterFactoryImpl
-
- createConversationNameUpdatedEvent(Conversation, String) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationOwnerChangedEvent(Conversation, String) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationParticipantBuilder(String) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Creates a new participant builder to add or remove participants to / from a conversation with various extended options mainly on message visibility.
- createConversationParticipantBuilder(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- createConversationQuery() - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Creates a new conversation query as a builder where you can add predicates in order to query for conversations.
- createConversationQuery() - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- createConversationQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntityManager
-
- createConversationQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityManagerImpl
-
- createConversationReferenceUpdatedEvent(Conversation, String, String, String) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationRegistryQuery() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryService
-
- createConversationRegistryQuery() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryServiceImpl
-
- createConversationRemovedTagsEvent(Conversation, Collection<String>) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationReopenedEvent(Conversation) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationSearchQuery() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilterService
-
- createConversationSearchQuery() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- createConversationStartedEvent(Conversation) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createConversationStatusQuery() - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Creates a new conversation status query, that can be used to get the
different unread statuses for a conversation.
- createConversationStatusQuery() - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- createConversationStatusQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManager
-
- createConversationStatusQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManagerImpl
-
- createConversationUserQuery() - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Creates a new user query to request user ids involved in a specific conversation (e.g.
- createConversationUserQuery() - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- created - Variable in class com.flowable.engage.dto.message.ContentItemResponse
-
- createdAfter(Date) - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
- createdAfter - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- createdAfter(Date) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- createdAfter - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdAfter(Date) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdAfter(Date) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- createdAfterOrEqual - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdAfterOrEqual(Date) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdAfterOrEqual(Date) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- createdAt - Variable in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- createdAt - Variable in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- createdAt - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- createdBefore(Date) - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
- createdBefore - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- createdBefore(Date) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- createdBefore - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdBefore(Date) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdBefore(Date) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- createdBeforeOrEqual - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdBeforeOrEqual(Date) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- createdBeforeOrEqual(Date) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- createdBy - Variable in class com.flowable.engage.dto.message.ContentItemResponse
-
- createDeviceQuery() - Method in interface com.flowable.engage.api.notification.push.DeviceService
-
- createDeviceQuery() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceServiceImpl
-
- createDeviceQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntityManager
-
- createDeviceQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityManagerImpl
-
- createDeviceRegistration() - Method in interface com.flowable.engage.api.notification.push.DeviceService
-
- createDeviceRegistration() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceServiceImpl
-
- createEngageEngine(ExtensionContext) - Method in class com.flowable.engage.engine.test.EngageExtension
-
- createEntity(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- createErrorsVariable(Collection<InboundStatusDto.ErrorDto>) - Method in class com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
-
- createErrorVariable(InboundStatusDto.ErrorDto) - Method in class com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
-
- createGroupScope(IdentityLinkService, String, String, String) - Method in class com.flowable.engage.engine.impl.cmd.StartConversationCmd
-
- createInboundMessageBuilder() - Method in interface com.flowable.engage.external.system.api.InboundMessageHandler
-
- createInboundMessageBuilder() - Method in class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- createInteractiveMessageBuilder() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppExternalConversationSystemAdapter
-
Create a message builder for the WhatsApp interactive message.
- createInteractiveMessageBuilder() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- createMessage(CommandContext, MessageBuilderImpl, Conversation) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- createMessage(String, Map<String, Object>) - Static method in class com.flowable.engage.engine.impl.desk.DeskMessageUtil
-
Creates a standard message based on the provided message code and payload.
- createMessage(String, String, String, Map<String, Object>) - Static method in class com.flowable.engage.engine.impl.desk.DeskMessageUtil
-
Creates a standard message based on the provided message code and payload.
- createMessage(String, Map<String, Object>) - Static method in class com.flowable.engage.engine.impl.util.ProcessMessageUtil
-
Creates a standard message based on the provided message code and payload.
- createMessage(String, String, Map<String, Object>) - Static method in class com.flowable.engage.engine.impl.util.ProcessMessageUtil
-
Creates a standard message based on the provided message code and payload.
- createMessage(String, Map<String, Object>) - Static method in class com.flowable.engage.engine.impl.util.TemplateMessageUtil
-
Creates a standard message based on the provided message code and payload.
- createMessage(String, String, Map<String, Object>) - Static method in class com.flowable.engage.engine.impl.util.TemplateMessageUtil
-
Creates a standard message based on the provided message code and payload.
- createMessage(String, String, String, Map<String, Object>, String) - Static method in class com.flowable.engage.engine.impl.util.TemplateMessageUtil
-
Creates a message based on the provided template key, message code and payload.
- createMessage(String) - Method in interface com.flowable.platform.notification.api.NotificationMessageProvider
-
Create a notification message for the provided deliverer
- createMessageBuilder() - Method in class com.flowable.engage.engine.impl.message.MessageServiceImpl
-
- createMessageBuilder() - Method in interface com.flowable.engage.external.system.api.ExternalConversationSystemAdapter
-
Creates the
ExternalMessageBuilder
that is responsible for constructing the external message
for the give external user id.
- createMessageBuilder() - Method in class com.flowable.engage.external.system.line.LineJmsExternalConversationSystemAdapter
-
- createMessageBuilder() - Method in class com.flowable.engage.external.system.wechat.WeChatJmsExternalConversationSystemAdapter
-
- createMessageBuilder() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- createMessageBuilder() - Method in interface com.flowable.engage.message.api.MessageService
-
- createMessageDeletedEvent(String, Message) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createMessageQuery() - Method in class com.flowable.engage.engine.impl.message.MessageServiceImpl
-
- createMessageQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntityManager
-
- createMessageQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityManagerImpl
-
- createMessageQuery() - Method in interface com.flowable.engage.message.api.MessageService
-
- createMessageReadEvent(String, String, String, Date) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createMessageSendEvent(Message, Conversation) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createMessageUpdatedEvent(String, Message) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createNewConversationRegistryEntry(IdentityLinkEntity, Date, ConversationRegistryEntryEntityManager) - Static method in class com.flowable.engage.engine.impl.util.ConversationRegistryUtil
-
- createNewConversationRegistryEntry(IdentityLinkEntity, Date, Date, ConversationRegistryEntryEntityManager) - Static method in class com.flowable.engage.engine.impl.util.ConversationRegistryUtil
-
- createOutboundMessage(String) - Method in class com.flowable.engage.external.system.common.BaseExternalMessageBuilder
-
- createReactionQuery() - Method in class com.flowable.engage.engine.impl.message.MessageServiceImpl
-
- createReactionQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ReactionEntityManager
-
- createReactionQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityManagerImpl
-
- createReactionQuery() - Method in interface com.flowable.engage.message.api.MessageService
-
- createRemovedParticipantsEvent(Conversation, Collection<String>, String) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createRow() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.SectionBuilder
-
Start creating a row in the section.
- createRow() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl
-
- createRuleInputForDefaultModel(String, AuthorizedAction, Conversation, Map<String, Object>, CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
- createSection() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.ListMessageBuilder
-
Start creating a section for a list message
- createSection() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
-
- createSendNotificationEvent(Conversation, Message, boolean, boolean, Collection<NotificationInfo>) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createSendUserTypingEvent(String, String, Collection<String>) - Static method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventBuilder
-
- createStatusEntriesForNewConversation(ConversationEntity) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManager
-
- createStatusEntriesForNewConversation(ConversationEntity) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManagerImpl
-
- createStatusEntryForConversationParticipant(ConversationEntity, String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManager
-
- createStatusEntryForConversationParticipant(ConversationEntity, String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManagerImpl
-
- createTask(String, String, String, Date, String, String) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- createTemplateMessageBuilder() - Method in interface com.flowable.engage.external.system.wechat.api.WeChatExternalConversationSystemAdapter
-
Create a message builder for the WeChat template message.
- createTemplateMessageBuilder() - Method in class com.flowable.engage.external.system.wechat.WeChatJmsExternalConversationSystemAdapter
-
- createTemplateMessageBuilder() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppExternalConversationSystemAdapter
-
Create a message builder for the WhatsApp template message.
- createTemplateMessageBuilder() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- CreateTemplateMessageUtilFunctionDelegate - Class in com.flowable.engage.engine.impl.el
-
- CreateTemplateMessageUtilFunctionDelegate() - Constructor for class com.flowable.engage.engine.impl.el.CreateTemplateMessageUtilFunctionDelegate
-
- createTransactionInterceptor() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- createUserAnalyticsQuery() - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityManager
-
- createUserAnalyticsQuery() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityManagerImpl
-
- createUserScope(IdentityLinkService, String, String, String) - Method in class com.flowable.engage.engine.impl.cmd.StartConversationCmd
-
- CREATION_TIME - Static variable in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryProperty
-
- CREATION_TIME - Static variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryProperty
-
- CREATION_TIME - Static variable in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryProperty
-
- CREATION_TIME - Static variable in class com.flowable.engage.engine.impl.message.MessageQueryProperty
-
- CREATION_TIME - Static variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryProperty
-
- creationTime - Variable in class com.flowable.engage.dto.conversation.ConversationResponse
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- creationTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- creationTimeAfter(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveConversationEventQuery
-
- creationTimeAfter - Variable in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- creationTimeAfter(Date) - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- creationTimeAfter(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveJobEventQuery
-
- creationTimeAfter - Variable in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- creationTimeAfter(Date) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- creationTimeAfter - Variable in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- creationTimeAfter(Date) - Method in interface com.flowable.engage.engine.impl.UserAnalyticsQuery
-
- creationTimeAfter - Variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- creationTimeAfter(Date) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- creationTimeBefore(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveConversationEventQuery
-
- creationTimeBefore - Variable in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- creationTimeBefore(Date) - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- creationTimeBefore(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveJobEventQuery
-
- creationTimeBefore - Variable in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- creationTimeBefore(Date) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- creationTimeBefore - Variable in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- creationTimeBefore(Date) - Method in interface com.flowable.engage.engine.impl.UserAnalyticsQuery
-
- creationTimeBefore - Variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- creationTimeBefore(Date) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- creatorId - Variable in class com.flowable.engage.dto.conversation.ConversationResponse
-
- creatorId - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- creatorId(String) - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- creatorId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- creatorId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- creatorId - Variable in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- creatorId - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- creatorId - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- creatorId(String) - Method in interface com.flowable.engage.message.api.MessageBuilder
-
- CurrencyParameter - Class in com.flowable.engage.external.system.whatsapp.dto
-
- CurrencyParameter(String, String, BigDecimal) - Constructor for class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
- currentUserId - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl.GetUnreadCountsCommand
-
- customHistoryJobHandlers - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- customHistoryJsonTransformers - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- customPostVariableTypes - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- customPreVariableTypes - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- EDIT - Static variable in class com.flowable.engage.api.ConversationIdentityLinkType
-
- editedAt - Variable in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- editedAt - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- EmbeddedUserSessionService - Class in com.flowable.engage.engine.impl.websocket
-
- EmbeddedUserSessionService(EngageEngineConfiguration, SimpUserRegistry) - Constructor for class com.flowable.engage.engine.impl.websocket.EmbeddedUserSessionService
-
- Emoji() - Constructor for class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- emojiId - Variable in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- EmojiMapping - Class in com.flowable.engage.external.system.line.emoji
-
- EmojiMapping() - Constructor for class com.flowable.engage.external.system.line.emoji.EmojiMapping
-
- emojiMappings - Variable in class com.flowable.engage.external.system.line.emoji.DefaultLineEmojiConverter
-
- emojis - Variable in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto
-
- EMPTY_ARRAY - Static variable in enum com.flowable.engage.api.delegate.event.FlowableEngageEventType
-
- enabled - Variable in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- enabled - Variable in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- enableDevice(String, String, String) - Method in interface com.flowable.engage.api.notification.push.DeviceService
-
Enable the device and update the user and tenant assignment.
- enableDevice(String, String, String) - Method in class com.flowable.engage.engine.impl.notification.push.DeviceServiceImpl
-
- EnableDeviceCmd - Class in com.flowable.engage.engine.impl.notification.push.cmd
-
- EnableDeviceCmd(String, String, String) - Constructor for class com.flowable.engage.engine.impl.notification.push.cmd.EnableDeviceCmd
-
- enabledMessageTypes - Variable in class com.flowable.engage.external.system.line.LineMessageInboundEventHandler
-
- enabledMessageTypes - Variable in class com.flowable.engage.external.system.wechat.WeChatInboundJmsListener
-
- enabledMessageTypes - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- endTime - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
-
- endTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- endTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- endTimeAfter(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveJobEventQuery
-
- endTimeAfter - Variable in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- endTimeAfter(Date) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- endTimeAfter(Date) - Method in interface com.flowable.engage.engine.impl.UserAnalyticsQuery
-
- endTimeAfter - Variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- endTimeAfter(Date) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- endTimeBefore(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveJobEventQuery
-
- endTimeBefore - Variable in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- endTimeBefore(Date) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- endTimeBefore(Date) - Method in interface com.flowable.engage.engine.impl.UserAnalyticsQuery
-
- endTimeBefore - Variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- endTimeBefore(Date) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- ENGAGE_INDICES - Static variable in interface com.flowable.engage.engine.impl.indexing.EngageIndexingConstants
-
- EngageDataManagers - Class in com.flowable.engage.engine.impl.persistence.entity.data
-
- EngageDataManagers() - Constructor for class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- EngageDbSchemaManager - Class in com.flowable.engage.engine.impl.db
-
- EngageDbSchemaManager() - Constructor for class com.flowable.engage.engine.impl.db.EngageDbSchemaManager
-
- EngageEngine - Interface in com.flowable.engage.engine
-
- engageEngine - Variable in class com.flowable.engage.engine.test.EngageTestHelper
-
- EngageEngineConfiguration - Class in com.flowable.engage.engine
-
- EngageEngineConfiguration() - Constructor for class com.flowable.engage.engine.EngageEngineConfiguration
-
- engageEngineConfiguration - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- engageEngineConfiguration - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- engageEngineConfiguration - Variable in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- engageEngineConfiguration - Variable in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
- engageEngineConfiguration - Variable in class com.flowable.engage.engine.impl.permission.ConversationPermissionServiceImpl
-
- engageEngineConfiguration - Variable in class com.flowable.engage.engine.impl.persistence.entity.data.AbstractEngageDataManager
-
- engageEngineConfiguration - Variable in class com.flowable.engage.external.system.line.DefaultLineOutboundMediaContentProvider
-
- EngageEngineConfigurationApi - Interface in com.flowable.engage.api
-
- EngageEngineConfigurator - Class in com.flowable.engage.engine.configurator
-
- EngageEngineConfigurator() - Constructor for class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- EngageEngineImpl - Class in com.flowable.engage.engine.impl
-
- EngageEngineImpl(EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.EngageEngineImpl
-
- engageEngineName - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- EngageEngines - Class in com.flowable.engage.engine
-
- EngageEngines() - Constructor for class com.flowable.engage.engine.EngageEngines
-
- engageEngines - Static variable in class com.flowable.engage.engine.EngageEngines
-
- EngageEngineVersion - Class in com.flowable.engage.engine
-
- EngageEntityManagers - Class in com.flowable.engage.engine.impl.persistence.entity
-
- EngageEntityManagers(EngageEngineConfiguration, EngageDataManagers) - Constructor for class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- EngageExtension - Class in com.flowable.engage.engine.test
-
JUnit Jupiter extension for the Flowable Platform engage engine and services initialization.
- EngageExtension() - Constructor for class com.flowable.engage.engine.test.EngageExtension
-
- EngageHistoryJsonConstants - Interface in com.flowable.engage.engine.impl.async
-
- EngageIndexingConstants - Interface in com.flowable.engage.engine.impl.indexing
-
- engageIndexingScheduler - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- EngageIndexingScheduler - Interface in com.flowable.engage.engine.impl.indexing
-
- EngageIndexingSchedulerImpl - Class in com.flowable.engage.engine.impl.indexing
-
- EngageIndexingSchedulerImpl(IndexingService, ObjectMapper, EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- EngageTestHelper - Class in com.flowable.engage.engine.test
-
- EngageTestHelper(EngageEngine) - Constructor for class com.flowable.engage.engine.test.EngageTestHelper
-
- engineConfiguration - Variable in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- engineConfiguration - Variable in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- engineConfiguration - Variable in class com.flowable.engage.engine.impl.websocket.EmbeddedUserSessionService
-
- enginesBuild - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- enhance(ConversationSearchResponse, JsonNode) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationResultMapper.Enhancer
-
Implement this method, if you only need to enhance the response with data from the source part of the Elasticsearch hit document.
- enhance(MessageComplianceResponse, JsonNode) - Method in interface com.flowable.engage.engine.impl.indexing.MessageComplianceResultMapper.Enhancer
-
Implement this method, if you only need to enhance the response with data from the source part of the Elasticsearch hit document.
- enhance(MessageResponse, JsonNode) - Method in interface com.flowable.engage.engine.impl.indexing.MessageResultMapper.Enhancer
-
Implement this method, if you only need to enhance the response with data from the source part of the Elasticsearch hit document.
- enhanceCachedValue(ConversationEntity) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- enhanceHitNode(ConversationSearchResponse, JsonNode) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationResultMapper.Enhancer
-
Implement this method, if you want to enhance the conversation hit with additional data from the full hit document,
not just the source within it (e.g.
- enhanceHitNode(MessageComplianceResponse, JsonNode) - Method in interface com.flowable.engage.engine.impl.indexing.MessageComplianceResultMapper.Enhancer
-
Implement this method, if you want to enhance the message compliance hit with additional data from the full hit document,
not just the source within it (e.g.
- enhanceHitNode(MessageResponse, JsonNode) - Method in interface com.flowable.engage.engine.impl.indexing.MessageResultMapper.Enhancer
-
Implement this method, if you want to enhance the message hit with additional data from the full hit document,
not just the source within it (e.g.
- enhanceWithCachedUsers(Map<String, PlatformUser>, List<String>) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- enrichConversationsWithMessages(ConversationFilter, Map<String, ConversationSearchResponse>, String, String, Collection<String>, int) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- enrichConversationsWithUnreadCountsForUser(ConversationFilter, Map<String, ConversationSearchResponse>, String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- enrichWithConversationDefinition() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- enrichWithConversationDefinition(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- EntityDependencyOrder - Class in com.flowable.engage.engine.impl.db
-
Maintains a list of all the entities in order of dependency.
- entityManagers - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- equals(Object) - Method in class com.flowable.engage.engine.impl.dto.ConversationParticipant
-
- ErrorDto() - Constructor for class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- errors - Variable in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- errors - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- evaluateAvatarId(String, boolean, String) - Method in class com.flowable.engage.engine.impl.cmd.EvaluateConversationAvatarIdCmd
-
- EvaluateConversationAvatarIdCmd - Class in com.flowable.engage.engine.impl.cmd
-
Initializes the avatar url or id depending on some previously evaluated tags (e.g.
- EvaluateConversationAvatarIdCmd(ConversationBuilder) - Constructor for class com.flowable.engage.engine.impl.cmd.EvaluateConversationAvatarIdCmd
-
- evaluateConversationTags(ConversationTagEvaluationContext) - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagProvider
-
Invoked whenever a new conversation is created or some specific fields are changed in order to evaluate tags to
be added to the conversation so it might be filtered for them or they might be used later on for evaluating
permissions, specific behavior etc.
- evaluateConversationTags(ConversationTagEvaluationContext) - Method in class com.flowable.engage.engine.impl.conversation.tag.ExternalConversationTagProvider
-
- evaluateConversationTags(ConversationTagEvaluationContext) - Method in class com.flowable.engage.engine.impl.conversation.tag.ParticipantGroupMemberTagProvider
-
- evaluateConversationTags(ConversationTagEvaluationContext) - Method in class com.flowable.engage.engine.impl.conversation.tag.ReplyOnAbsentTagProvider
-
- EvaluateConversationTagsCmd - Class in com.flowable.engage.engine.impl.cmd
-
This command evaluates conversation tags by using a set of configured tag providers and updates the conversation
accordingly.
- EvaluateConversationTagsCmd(ConversationBuilder) - Constructor for class com.flowable.engage.engine.impl.cmd.EvaluateConversationTagsCmd
-
- EvaluateConversationTagsCmd(ConversationEntity) - Constructor for class com.flowable.engage.engine.impl.cmd.EvaluateConversationTagsCmd
-
- EVALUATED_TAGS_PREFIX - Static variable in interface com.flowable.engage.conversation.api.tag.ConversationTagProvider
-
The tag prefix needed for evaluated tags created by any of the registered providers.
- evaluateJoiningType(String, String) - Method in interface com.flowable.engage.engine.impl.conversation.ConversationStarterHelper
-
Method to evaluate the joining type of a conversation
- evaluateJoiningType(String, String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationStarterHelperImpl
-
- evaluateJoiningTypeForConversation(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationStarterHelperImpl
-
- evaluateJoiningTypeForTopicOrGroup(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationStarterHelperImpl
-
- evaluateMainParticipantType(ConversationEntity) - Method in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
Evaluates the participant type of user within the specified conversation.
- evaluateMainParticipantType(String, Collection<String>, ConversationEntity) - Method in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
Evaluates the participant type of the given user within the specified conversation.
- evaluateNotifications(Message, Conversation, Collection<Participant>) - Method in interface com.flowable.engage.engine.impl.notification.NotificationEvaluationProvider
-
Evaluates the notifications and message data read behavior for all participants according a rules set and the
participants profile (e.g.
- evaluateNotifications(Message, Conversation, Collection<Participant>) - Method in class com.flowable.engage.engine.impl.notification.NotificationEvaluationProviderImpl
-
- evaluatePermissionsAndProcessResult(String, AuthorizedAction, Conversation, Map<String, Object>, String, String, CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
- evaluatePermissionType(String) - Method in interface com.flowable.engage.engine.impl.conversation.ConversationStarterHelper
-
Method to evaluate the permission type based on the provided sub type
- evaluatePermissionType(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationStarterHelperImpl
-
- EVENT_KEY_EXTERNAL_MESSAGE_RECEIVED - Static variable in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- EVENT_KEY_INACTIVE_ACCOUNT - Static variable in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
- EVENT_KEY_NO_ACCOUNT - Static variable in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
- EVENT_KEY_NO_ACCOUNT_AND_TENANT - Static variable in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
- eventCount - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- eventHandlers - Variable in class com.flowable.engage.external.system.line.LineInboundJmsListener
-
- eventHandlers - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- eventRegistry - Variable in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
- eventRegistry - Variable in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- EventRegistryInboundMessageAccountService - Class in com.flowable.engage.external.system.service
-
An inbound message account service creating internal system events from inbound messages not having a mapped account or an inactive account or user so any
listeners (like a case or process instance) might picking it up and processing it.
- EventRegistryInboundMessageAccountService(EventRegistry, InboundMessageTenantExtractor, DefaultTenantProvider, InboundMessageEventPayloadExtractor) - Constructor for class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.AddParticipantsToConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.AddTagsToConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.ArchiveConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.AssignConversationToGroupCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.AssignConversationToUserCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.BaseUpdateMessageContentCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.ChangeConversationOwnerCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.CountConversationParticipantsCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.CountConversationsWithLastMessageBetweenCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.CountUnreadMessagesCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.DeleteConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.DeleteMessageCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.EvaluateConversationAvatarIdCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.EvaluateConversationTagsCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationByIdCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationByIdWithIdentityLinksAndVariablesCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationByIdWithIdentityLinksCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsBetweenCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindMessageByIdCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.FindMessageByIdWithMessageAuditsCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.GetConversationDefinitionModelCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.GetVariableCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.GetVariablesCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.LinkConversationWithUserAccountCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.MarkMessageAsReadCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.ReactToMessageCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.ReferenceMessageCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RegisterConversationDefinitionsCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.ReindexConversationsCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.ReindexMessagesCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveAssignedGroupFromConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveAssignedUserFromConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveConversationDefinitionCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveMessageReactionCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveParticipantsFromConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveTagsFromConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveUserAccountFromConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveVariableCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.RemoveVariablesCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.SchemaOperationsEngageEngineBuild
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.SendExternalSystemMessageCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.SetVariableCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.SetVariablesCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.StartConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.UpdateMessageActionInstanceIdCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.UserConnectedCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.UserDisconnectedCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.UserTypingCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.ValidateExternalSystemMessageCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl.StartConversationWithChecksCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.HandleUnassignedTicketMessageCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.InitializeTicketConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.StartTicketConversationCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.SwitchToDeskTeamCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.SwitchToDeskTeamMemberCmd
-
- execute(DelegateExecution) - Method in class com.flowable.engage.engine.impl.el.UnreadCountPerConversationTemplatePreparer
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl.GetUnreadCountsCommand
-
- execute(JobEntity, String, VariableScope, CommandContext) - Method in class com.flowable.engage.engine.impl.message.TemporaryMessageJobHandler
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.notification.push.cmd.DisableDeviceCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.notification.push.cmd.EnableDeviceCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.notification.push.cmd.RegisterDeviceCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.notification.push.cmd.RemoveDeviceCmd
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckArchiveConversationCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckCreateConversationCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckDropParticipantFromConversationCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckEditMessageCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckHasAccessToConversationCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckJoinParticipantToExistingConversationCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckPostDocumentCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckPostImageCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckPostMessageCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckPostVideoCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckPostVoiceCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckReopenConversationCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationAvatarCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationDescriptionCommand
-
- execute(CommandContext) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckUpdateConversationNameCommand
-
- execute(JobEntity, String, VariableScope, CommandContext) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppMarkMessageAsReadJobHandler
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- executeCount(CommandContext) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- executeList(CommandContext) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- exists(String) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
- exists(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- expiryDate - Variable in class com.flowable.engage.external.system.dto.AccessTokenResponseMessageDto
-
- expiryDate - Variable in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- exportedCount - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- EXTERNAL_ID - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_MEDIA_ID - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_MEDIA_MIME_TYPE - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_MEDIA_NAME - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_SENDER_ID - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_SENDER_ID_NON_CORRELATION - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_SENDER_NAME - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_STATUS_DELETED - Static variable in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- EXTERNAL_STATUS_DELETED - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- EXTERNAL_STATUS_DELIVERED - Static variable in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- EXTERNAL_STATUS_DELIVERED - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- EXTERNAL_STATUS_FAILED - Static variable in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- EXTERNAL_STATUS_FAILED - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- EXTERNAL_STATUS_READ - Static variable in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- EXTERNAL_STATUS_READ - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- EXTERNAL_STATUS_SENT - Static variable in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- EXTERNAL_STATUS_SENT - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- EXTERNAL_SYSTEM_ID - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_SYSTEM_ID_NON_CORRELATION - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- EXTERNAL_TEMPLATE - Static variable in interface com.flowable.engage.message.api.DataSubTypes
-
Messages with this sub type are processed by the external messaging system (e.g.
- externalConversationService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ExternalConversationService - Interface in com.flowable.engage.engine.impl.conversation
-
- externalConversationService - Variable in class com.flowable.engage.engine.impl.notification.ExternalMessageSendEventListener
-
- externalConversationService - Variable in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- externalConversationService - Variable in class com.flowable.engage.external.system.wechat.WeChatInboundMessageEventHandlerImpl
-
- ExternalConversationServiceImpl - Class in com.flowable.engage.engine.impl.conversation
-
- ExternalConversationServiceImpl(EngageEngineConfiguration) - Constructor for class com.flowable.engage.engine.impl.conversation.ExternalConversationServiceImpl
-
- ExternalConversationSystemAdapter - Interface in com.flowable.engage.external.system.api
-
Interface that needs to be implemented by an external conversation system provider.
- externalConversationSystemAdapters - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ExternalConversationTagProvider - Class in com.flowable.engage.engine.impl.conversation.tag
-
- ExternalConversationTagProvider() - Constructor for class com.flowable.engage.engine.impl.conversation.tag.ExternalConversationTagProvider
-
- externalId(String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Set the external id of the conversation.
- externalId(String) - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
Select conversation with the given external id.
- externalId - Variable in class com.flowable.engage.dto.conversation.ConversationResponse
-
- externalId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- externalId(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- externalId - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- externalId(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- externalId - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- externalId(String) - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- externalId - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- externalId(String) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- externalId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- externalId - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- externalId(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The optional external id of the message in the external system.
- externalId - Variable in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- externalId - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalId(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalId(String) - Method in interface com.flowable.engage.message.api.MessageBuilder
-
- externalId(String) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- externalMedia - Variable in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- ExternalMediaContent - Interface in com.flowable.engage.external.system.line.api
-
Holder for the publicly accessible URLs for the media sent to LINE.
- externalMediaId(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The id of the external media.
- externalMediaId - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalMediaId(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalMediaMimeType(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The mime type of the external media.
- externalMediaMimeType - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalMediaMimeType(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalMediaName(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The name of the external media.
- externalMediaName - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalMediaName(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- ExternalMessageBuilder - Interface in com.flowable.engage.external.system.api
-
Builder that can be used for sending external messages
- ExternalMessageConstants - Interface in com.flowable.engage.external.system.dto
-
- externalMessageId - Variable in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- ExternalMessageSendEventListener - Class in com.flowable.engage.engine.impl.notification
-
- ExternalMessageSendEventListener(ExternalConversationService) - Constructor for class com.flowable.engage.engine.impl.notification.ExternalMessageSendEventListener
-
- externalMessageSendHelper - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- ExternalMessageSendHelper - Interface in com.flowable.engage.engine.impl.message
-
- ExternalMessageTypes - Interface in com.flowable.engage.external.system.dto
-
- externalSenderId(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The external id of the user that send the message
- externalSenderId - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalSenderId(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalSenderName(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
- externalSenderName - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalSenderName(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- ExternalSystemContentProvider - Interface in com.flowable.engage.external.system.service
-
A content provider that is responsible for fetching the actual content
from the external system.
- externalSystemContentProviders - Variable in class com.flowable.engage.external.system.service.ExternalSystemContentServiceImpl
-
- ExternalSystemContentService - Interface in com.flowable.engage.external.system.api
-
Service that is responsible for fetching content from the external systems.
- externalSystemContentService - Variable in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- ExternalSystemContentServiceImpl - Class in com.flowable.engage.external.system.service
-
- ExternalSystemContentServiceImpl(ContentService, Collection<ExternalSystemContentProvider>, Duration) - Constructor for class com.flowable.engage.external.system.service.ExternalSystemContentServiceImpl
-
- externalSystemId(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
The id of the system that the message originates from.
- externalSystemId - Variable in class com.flowable.engage.external.system.common.BaseInboundErrorHandler
-
- externalSystemId - Variable in class com.flowable.engage.external.system.common.BaseInboundStatusHandler
-
- externalSystemId - Variable in class com.flowable.engage.external.system.common.LoggingInboundErrorHandler
-
- externalSystemId - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalSystemId(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- externalSystemId - Variable in class com.flowable.engage.external.system.service.WebClientExternalSystemContentProvider
-
- ExternalSystemIds - Interface in com.flowable.engage.external.system.api
-
This interface contains some available external system ids.
- ExternalSystemUtils - Class in com.flowable.engage.engine.impl.conversation
-
- externalUserId(String) - Method in interface com.flowable.engage.external.system.api.ExternalMessageBuilder
-
The id of the external user to which the message should be send to
- externalUserId - Variable in class com.flowable.engage.external.system.common.BaseExternalMessageBuilder
-
- externalUserId(String) - Method in class com.flowable.engage.external.system.common.BaseExternalMessageBuilder
-
- externalUserId - Variable in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- externalUserId - Variable in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- externalUserId(String) - Method in interface com.flowable.engage.external.system.wechat.api.WeChatTemplateMessageBuilder
-
The id of the recipient of the message.
- externalUserId(String) - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBuilderImpl
-
- externalUserId(String) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder
-
The ID of the external user to which the message should be sent to
- externalUserId(String) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppTemplateMessageBuilder
-
The id of the recipient of the message.
- externalUserId(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl
-
- externalUserId(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppTemplateMessageBuilderImpl
-
- extractEventPayload(InboundMessage, UserAccount, Message) - Method in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- extractEventPayload(InboundMessage) - Method in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
Internal hook method extracting the data of the inbound message and adding them as payload to the event instance.
- extractEventPayload(InboundMessage, UserAccount) - Method in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
Internal hook method extracting the data of the inbound message as well as the user account and adding them as payload to the event instance.
- extractEventPayload(InboundMessage) - Method in interface com.flowable.engage.external.system.service.InboundMessageEventPayloadExtractor
-
- extractEventPayload(InboundMessage, UserAccount) - Method in interface com.flowable.engage.external.system.service.InboundMessageEventPayloadExtractor
-
- extractEventPayload(InboundMessage, UserAccount, Message) - Method in interface com.flowable.engage.external.system.service.InboundMessageEventPayloadExtractor
-
- extractEventPayload(InboundMessage, UserAccount, Message) - Method in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- extractHints(InboundMessage) - Method in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- extractParticipants(List<IdentityLinkEntity>, String, boolean) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- extractParticipantUserIds(List<IdentityLinkEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManagerImpl
-
- extractTemplateParameters(List<TemplateParameter>, Map<String, Object>) - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
Extract all the template parameters from the payload.
- extractTenantId(InboundMessage) - Method in class com.flowable.engage.external.system.service.ConfiguredInboundMessageTenantExtractor
-
- extractTenantId(InboundMessage) - Method in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
Internal hook method extracting the tenant id out of the given inbound message.
- extractTenantId(InboundMessage) - Method in interface com.flowable.engage.external.system.service.InboundMessageTenantExtractor
-
Extracts the tenant id out of the provided new inbound message which is not yet mapped to a user account object and hence no direct tenant is yet
available.
- extractVariables(WhatsAppContactVerificationResponse) - Method in class com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
-
- extractWordsWithMaxSize(String, int, String) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
Extracts content from a given string with a maximum length and returns it with full words and an optional ending.
- extraInfo - Variable in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- extraInfo - Variable in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- geConversationIndexingService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- geConversationIndexingService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- generateQueryBody(Template, Map<String, Object>) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationQueryTemplateHandler
-
- generateQueryBody(Template, Map<String, Object>) - Method in class com.flowable.engage.engine.impl.indexing.ConversationQueryTemplateHandlerImpl
-
- getAccessibleByGroups() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getAccessibleByGroups() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- getAccessibleByParticipant() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getAccessibleByUser() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- getAccessibleByUser() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getAccessToken() - Method in class com.flowable.engage.external.system.dto.AccessTokenResponseMessageDto
-
- getAccessToken() - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- getAccessToken(GetAccessTokenMessageDto) - Method in class com.flowable.engage.external.system.wechat.WeChatGetAccessTokenMessageListener
-
- GetAccessTokenMessageDto - Class in com.flowable.engage.external.system.dto
-
- GetAccessTokenMessageDto() - Constructor for class com.flowable.engage.external.system.dto.GetAccessTokenMessageDto
-
- GetAccessTokenMessageDto(String, String) - Constructor for class com.flowable.engage.external.system.dto.GetAccessTokenMessageDto
-
- getAccessTokenType() - Method in class com.flowable.engage.external.system.dto.AccessTokenResponseMessageDto
-
- getAccessTokenType() - Method in class com.flowable.engage.external.system.dto.GetAccessTokenMessageDto
-
- getAccessTokenType() - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- getAccountId() - Method in class com.flowable.engage.external.system.dto.GetAccessTokenMessageDto
-
- getAccountId() - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- getAction() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto
-
- getActionDefinitionId() - Method in class com.flowable.engage.engine.impl.dto.ActionDTO
-
- getActionDefinitionId() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getActionDefinitionId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getActionDefinitionKey() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getActionEngineConfiguration() - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getActionEngineConfiguration(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getActionInstanceId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getActionInstanceId() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getActionInstanceId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getActionInstanceId() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getActionInstanceId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getActionInstanceId() - Method in interface com.flowable.engage.message.api.Message
-
The optional id of an action instance if this message is linked with one.
- getActionPermissions() - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- getActions() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getAdapter(CommandContext, String) - Method in class com.flowable.engage.engine.impl.cmd.SendExternalSystemMessageCmd
-
- getAdapter(CommandContext, String) - Method in class com.flowable.engage.engine.impl.cmd.ValidateExternalSystemMessageCmd
-
- getAdapter(CommandContext, String) - Method in class com.flowable.engage.engine.impl.conversation.ExternalConversationServiceImpl
-
- getAdapter(String, EngageEngineConfiguration) - Static method in class com.flowable.engage.engine.impl.conversation.ExternalSystemUtils
-
- getAdapter(String, EngageEngineConfiguration, Class<T>) - Static method in class com.flowable.engage.engine.impl.conversation.ExternalSystemUtils
-
- getAdapterProvider(String) - Method in class com.flowable.engage.external.system.service.ExternalSystemContentServiceImpl
-
- getAddedParticipants() - Method in interface com.flowable.engage.api.delegate.event.FlowableAddedParticipantsEvent
-
The ids of the participants that were added to the conversation.
- getAddedParticipants() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableAddedParticipantsEventImpl
-
- getAddedTags() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationAddedTagsEvent
-
The tags that were added to the conversation.
- getAddedTags() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationAddedTagsEventImpl
-
- getAllGroupsUsers(CommandContext, List<IdentityLinkEntity>) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsCmd
-
- getAllUsers(List<IdentityLinkEntity>) - Method in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsCmd
-
- getAmount() - Method in class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
- getApplicableConversation() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- getApplicationContext() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getApplicationId() - Method in interface com.flowable.engage.api.notification.push.Device
-
The id of the application that this device is registered for
- getApplicationId() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getApplicationId() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- getApplicationId() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- getApplicationId() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getArchiveConversationEventDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getArchiveConversationEventEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getArchiveConversationEventEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getArchived() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getArchiveJobEventDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getArchiveJobEventEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getArchiveJobEventEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getAssignedGroupId() - Method in interface com.flowable.engage.commons.api.Permissions
-
Returns the id of the assigned group of this object.
- getAssignedGroupId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getAssignedGroupId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getAssignedGroupId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getAssignedGroupId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getAssigneeId() - Method in interface com.flowable.engage.commons.api.Permissions
-
Returns the id of the assignee of this object.
- getAssigneeId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the id of the assignee of this conversation.
- getAssigneeId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getAssigneeId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getAssigneeId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getAssigneeId() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getAssigneeId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getAsyncHistoryExecutor() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorAsyncJobLockTimeInMillis() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorDefaultAsyncJobAcquireWaitTime() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorDefaultQueueSizeFullWaitTime() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorLockOwner() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorNumberOfRetries() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorResetExpiredJobsInterval() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorResetExpiredJobsPageSize() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryExecutorSecondsToWaitOnShutdown() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryJsonGroupingThreshold() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAsyncHistoryListener() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAttachmentCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getAttachmentCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getAutoDeploymentStrategy(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getAvatarId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the optional avatar info, if this conversation has an avatar attached.
- getAvatarId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getAvatarId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getAvatarId() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- getAvatarId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getAvatarId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getAvatarUrl() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getBaseContentPublicUrl() - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- getBaseContentUrl() - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- getBaseContentUrl() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- getBaseContentUrl() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- getBodyParameters() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getBooleanValueOrDefault(Object, Boolean) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getBooleanValueOrNull(Object) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getBusinessAccountId() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- getBusinessAccountId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppMarkMessageAsReadRequest
-
- getButton() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- getButtons() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- getButtons() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getCalendar() - Method in class com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
-
- getCandidateGroupIds() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getCandidateGroupIds() - Method in interface com.flowable.engage.commons.api.Permissions
-
Returns a set view of the optional list of candidate group ids of this object.
- getCandidateGroupIds() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns a set view of the optional list of candidate group ids of this conversation.
- getCandidateGroupIds() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getCandidateGroupIds() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getCandidateGroups() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getCandidateGroups() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getCandidateUserIds() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getCandidateUserIds() - Method in interface com.flowable.engage.commons.api.Permissions
-
Returns a set view of the optional list of candidate user ids of this object.
- getCandidateUserIds() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns a set view of the optional list of candidate user ids of this conversation.
- getCandidateUserIds() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getCandidateUserIds() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getCategory() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getCategory() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getCategory() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getCategory() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getCategory() - Method in interface com.flowable.engage.message.api.Message
-
- getClassUserDefinitionDeployment() - Method in class com.flowable.engage.engine.test.EngageTestHelper
-
- getCode() - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- getCode() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- getCode() - Method in class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
- getCommandContext() - Method in class com.flowable.engage.engine.impl.conversation.tag.AbstractConversationTagEvaluationContext
-
- getCommandContext() - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- getCommandContext() - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getCommandExecutor() - Method in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- getCommandExecutor() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- getContact() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- getContacts() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- getContacts() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- getContent() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getContent() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getContent() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getContent() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getContent() - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- getContent() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getContent() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getContent() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getContent() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Header
-
- getContent() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getContentData(String, String) - Method in interface com.flowable.engage.external.system.service.ExternalSystemContentProvider
-
Fetch the external media from the external system.
- getContentData(String, String) - Method in class com.flowable.engage.external.system.service.WebClientExternalSystemContentProvider
-
- getContentEngineConfiguration(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getContentItem() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getContentItemData(String) - Method in class com.flowable.engage.external.system.line.rest.LineOutboundContentResource
-
- getContentItemThumbnailData(String) - Method in class com.flowable.engage.external.system.line.rest.LineOutboundContentResource
-
- getContentService(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getContentStoreId() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getContentStoreName() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getContentStream() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getContentTokenExpirationDuration() - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- getContentTokenSigningSecret() - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- getContentType() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getContentType() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableAddedParticipantsEvent
-
The conversation with the updated participants.
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationAddedTagsEvent
-
The conversation with the updated tags.
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationArchivedEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationDeletedEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationNameUpdatedEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationOwnerChangedEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationReferenceUpdatedEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationRemovedTagsEvent
-
The conversation with the removed tags.
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationReopenedEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationStartedEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageEvent
-
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableRemovedParticipantsEvent
-
The conversation with the removed participants.
- getConversation() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendNotificationEvent
-
- getConversation() - Method in interface com.flowable.engage.conversation.api.ConversationHolder
-
Returns the underlying conversation this holder is built with.
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableAddedParticipantsEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationAddedTagsEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationArchivedEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationDeletedEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationNameUpdatedEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationOwnerChangedEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationReferenceUpdatedEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationRemovedTagsEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationReopenedEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationStartedEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableRemovedParticipantsEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendNotificationEventImpl
-
- getConversation() - Method in class com.flowable.engage.engine.impl.conversation.ConversationHolderImpl
-
- getConversationBuilder() - Method in class com.flowable.engage.engine.impl.cmd.EvaluateConversationAvatarIdCmd
-
- getConversationCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- getConversationCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- getConversationCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- getConversationCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- getConversationDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getConversationDefinitionDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getConversationDefinitionEntityManager() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- getConversationDefinitionEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getConversationDefinitionEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getConversationDefinitionId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
The definition id of the conversation definition type
- getConversationDefinitionId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getConversationDefinitionId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getConversationDefinitionId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getConversationDefinitionId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getConversationDefinitionId() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getConversationDefinitionId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getConversationDefinitionJson() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationObject
-
- getConversationDefinitionKey() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Returns the key that will be used to do the conversation definition lookup when creating the conversation.
- getConversationDefinitionKey() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getConversationDefinitionModel(String) - Method in interface com.flowable.engage.api.ConversationDefinitionService
-
- getConversationDefinitionModel(String) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- getConversationDefinitionModel() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationObject
-
- getConversationDefinitionModel(String) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionServiceImpl
-
- getConversationDefinitionModelCache() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationDefinitionModelCache() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- getConversationDefinitionModelCacheLimit() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- GetConversationDefinitionModelCmd - Class in com.flowable.engage.engine.impl.cmd
-
- GetConversationDefinitionModelCmd(String) - Constructor for class com.flowable.engage.engine.impl.cmd.GetConversationDefinitionModelCmd
-
- getConversationDefinitionModelManager() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationDefinitionModels() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationBuilderImpl
-
- getConversationDefinitionService() - Method in interface com.flowable.engage.api.EngageEngineConfigurationApi
-
- getConversationDefinitionService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getConversationDefinitionService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationDefinitionService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getConversationDocument(String) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationIndexQueryService
-
- getConversationDocument(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryServiceImpl
-
- getConversationEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getConversationEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getConversationExportedCountByCriteria(ArchiveConversationEventQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityManager
-
- getConversationExportedCountByCriteria(ArchiveConversationEventQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityManagerImpl
-
- getConversationExportedCountByCriteria(ArchiveConversationEventQuery) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ArchiveConversationEventDataManager
-
- getConversationExportedCountByCriteria(ArchiveConversationEventQuery) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisArchiveConversationEventDataManager
-
- getConversationFilterDefinitions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationFilterFactory() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationFilters() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getConversationFilters(ConversationFilterQueryImpl) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- getConversationFilterService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getConversationFilterService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationFilterService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getConversationId() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageReadEvent
-
The id of the conversation in which the user is typing
- getConversationId() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendUserTypingEvent
-
The id of the conversation in which the user is typing
- getConversationId() - Method in class com.flowable.engage.dto.conversation.ConversationLastReadStatusResponse
-
- getConversationId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getConversationId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageReadEventImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendUserTypingEventImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.cmd.BaseUpdateConversationCmd
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationParticipantBuilderImpl
-
- getConversationId() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
The id of the conversation that this participant is part of
- getConversationId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getConversationId() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getConversationId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getConversationId() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getConversationId() - Method in interface com.flowable.engage.message.api.Message
-
Returns the conversation id for this data object.
- getConversationId() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The id of the conversation that this media audit belongs to
- getConversationIndexingService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationIndexQueryService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getConversationIndexQueryService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationIndexQueryService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getConversationJoiningType() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the joining type of the conversation which defines on how new participants might join the running
conversation.
- getConversationJoiningType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- getConversationJoiningType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- getConversationName() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the name of the conversation being evaluated for tags.
- getConversationName() - Method in class com.flowable.engage.dto.message.MessageComplianceResponse
-
- getConversationName(Conversation) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getConversationName() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- getConversationName() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- getConversationNotificationService() - Method in interface com.flowable.engage.api.EngageEngineConfigurationApi
-
- getConversationNotificationService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationParticipants(String, CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
- getConversationPermissionService() - Method in interface com.flowable.engage.api.EngageEngineConfigurationApi
-
- getConversationPermissionService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getConversationPermissionService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationPermissionService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getConversationPermissionService(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getConversationPermissionType() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the permission type for the conversation which is used to drive the permissions for messages and events
sent to this conversation.
- getConversationPermissionType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- getConversationPermissionType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- getConversationQueryTemplateHandler() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationRegistryEntryDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getConversationRegistryEntryEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getConversationRegistryEntryEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getConversationRegistryEntryService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationRegistryService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getConversationRegistryService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getConversationResultMapper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationService() - Method in interface com.flowable.engage.api.EngageEngineConfigurationApi
-
- getConversationService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getConversationService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationService(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
- getConversationService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getConversationService(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getConversationStarterHelper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationStatusDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getConversationStatusEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getConversationStatusEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getConversationSubType() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the sub type of the conversation being evaluated for tags.
- getConversationSubType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- getConversationSubType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- getConversationTagProviders() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getConversationTagProviders(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getConversationTenantId() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the tenant id of the conversation.
- getConversationTenantId() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- getConversationTenantId() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- getConversationType() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the type of the conversation being evaluated for tags.
- getConversationType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- getConversationType() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- getConversationVariables() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the conversation variables when used within a conversation query with the include variables method invoked.
- getConversationVariables() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getCreated() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getCreatedAfter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getCreatedAfter() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getCreatedAfterOrEqual() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getCreatedAt() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getCreatedAt() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getCreatedAt() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getCreatedBefore() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getCreatedBefore() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getCreatedBeforeOrEqual() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getCreatedBy() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getCreationTime() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getCreationTime() - Method in interface com.flowable.engage.api.notification.push.Device
-
The time when the device was created
- getCreationTime() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the creation timestamp of this conversation.
- getCreationTime() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getCreationTime() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getCreationTime() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getCreationTime() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
Timestamp whenever the entry was created (has no impact on permissions, just for auditing)
- getCreationTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getCreationTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getCreationTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- getCreationTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- getCreationTime() - Method in interface com.flowable.engage.message.api.Message
-
Returns the creation timestamp of this data object.
- getCreationTime() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The creation time of this version of the message.
- getCreationTimeAfter() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getCreationTimeAfter() - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- getCreationTimeAfter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getCreationTimeAfter() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getCreationTimeBefore() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getCreationTimeBefore() - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- getCreationTimeBefore() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getCreationTimeBefore() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getCreatorId() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getCreatorId() - Method in interface com.flowable.engage.api.notification.push.Device
-
The id of the user that created the token.
- getCreatorId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the id of the user creating this conversation.
- getCreatorId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getCreatorId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getCreatorId() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getCreatorId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getCreatorId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getCreatorId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getCreatorId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getCreatorId() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getCreatorId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getCreatorId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getCreatorId() - Method in interface com.flowable.engage.message.api.Message
-
Returns the id of the user creating this data object.
- getCreatorId() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The id of the user that created this version of the message.
- getCurrentTags() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the set of the currently assigned tags from previous providers or the current provider.
- getCurrentTags() - Method in class com.flowable.engage.engine.impl.conversation.tag.AbstractConversationTagEvaluationContext
-
- getCustomDeployers() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getCustomHistoryJobHandlers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getCustomHistoryJsonTransformers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getCustomPostVariableTypes() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getCustomPreVariableTypes() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDatabaseConfiguration() - Method in class com.flowable.engage.engine.impl.db.EngageDbSchemaManager
-
- getDataCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- getDataCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- getDataManagers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDateTime() - Method in class com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
-
- getDecisionKeyArchiveConversationPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyCreateConversationPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyDefaultPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyDefaultPermissions() - Method in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
- getDecisionKeyDropParticipantPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyEditMessagePermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyInviteParticipantPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyJoinParticipantPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyPostDocumentPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyPostImagePermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyPostMessagePermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyPostVideoMessagePermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyPostVoiceMessagePermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDecisionKeyReopenConversationPermissions() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDefaultEngageEngine() - Static method in class com.flowable.engage.engine.EngageEngines
-
- getDefaultLabel() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilter
-
- getDefaultLabel() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterImpl
-
- getDefaultLabelName() - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- getDefaultLabelName() - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- getDefinitionContent() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- getDefinitionContent() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getDelivererType() - Method in interface com.flowable.platform.notification.api.MessageDeliverer
-
The type of the message deliverer.
- getDeploymentMode() - Method in class com.flowable.engage.engine.autodeployment.DefaultAutoDeploymentStrategy
-
- getDeploymentMode() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDeploymentName() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDeploymentResources() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDeploymentStrategies() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDescription() - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- getDescription() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the optional description for this conversation, containing the means of its discussed topics, any global
notes or whatever is necessary as a global overview of the conversation.
- getDescription() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getDescription() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getDescription() - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getDescription() - Method in class com.flowable.engage.engine.impl.bot.SignalProcessBot
-
- getDescription() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getDescription() - Method in class com.flowable.engage.engine.impl.desk.bot.DeskManagementBot
-
- getDescription() - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- getDescription() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getDescription() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getDescription() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getDescription() - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
- getDescription() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- getDeskConversation(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- getDeskConversationId() - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- getDeskMemberId() - Method in class com.flowable.engage.engine.impl.desk.cmd.SwitchToDeskTeamMemberCmd
-
- getDeskService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getDeskService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDeskService(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
- getDeskService() - Method in class com.flowable.engage.engine.impl.desk.DeskConversationListener
-
- getDeskService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getDeskService(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getDetails() - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- getDetails() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- getDeviceDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getDeviceEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getDeviceEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getDeviceOS() - Method in interface com.flowable.engage.api.notification.push.Device
-
The operating system of the device
- getDeviceOS() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getDeviceOS() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- getDeviceOS() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- getDeviceOS() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getDeviceService() - Method in interface com.flowable.engage.api.EngageEngineConfigurationApi
-
- getDeviceService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getDeviceService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getDeviceService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getDigitalAssistantUserId() - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getDigitalAssistantUserId() - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- getDigitalAssistantUserId() - Method in class com.flowable.engage.engine.impl.desk.DeskConversationListener
-
- getDigitalAssistantUserId() - Method in interface com.flowable.engage.engine.impl.desk.DeskService
-
- getDigitalAssistantUserId() - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- getDisplayName() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- getDisplayName() - Method in class com.flowable.engage.engine.impl.dto.ConversationParticipant
-
- getDisplayName(String, String) - Method in class com.flowable.engage.engine.impl.el.UnreadCountPerConversationTemplatePreparer
-
- getDmnDecisionService(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getDmnEngineConfiguration(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getDocumentId() - Method in class com.flowable.engage.engine.impl.dto.Media
-
- getEditedAt() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getEditedAt() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getElasticsearchClient(ExtensionContext) - Method in class com.flowable.engage.engine.test.IndexingCleanupExtension
-
- getEmojiId() - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- getEmojis() - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto
-
- getEmojiType() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getEnabledMessageTypes() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getEnabledMessageTypes() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getEnabledMessageTypes() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getEnd() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl.Range
-
- getEndTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- getEndTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- getEndTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- getEndTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- getEndTimeAfter() - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- getEndTimeAfter() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getEndTimeBefore() - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- getEndTimeBefore() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getEngageEngine(String) - Static method in class com.flowable.engage.engine.EngageEngines
-
Obtain an engage engine by name.
- getEngageEngine() - Method in class com.flowable.engage.engine.test.EngageTestHelper
-
- getEngageEngine(ExtensionContext) - Method in class com.flowable.engage.engine.test.IndexingCleanupExtension
-
- getEngageEngineConfiguration() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getEngageEngineConfiguration() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getEngageEngineConfiguration() - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getEngageEngineConfiguration(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getEngageEngines() - Static method in class com.flowable.engage.engine.EngageEngines
-
Provides access to engage engines to application clients in a managed server environment.
- getEngageIndexingScheduler() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getEngageIndexingScheduler() - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getEngageIndexingScheduler(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getEngineCfgKey() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getEngineConfiguration() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getEngineName() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getEngineScopeType() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getEntityDeletionOrder() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getEntityInsertionOrder() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getEntityManagers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getErrorHandler(String) - Method in interface com.flowable.engage.external.system.api.InboundService
-
Get the inbound error handler responsible for the given externalSystemId
.
- getErrorHandler(String) - Method in class com.flowable.engage.external.system.service.InboundServiceImpl
-
- getErrors() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getErrors() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- getEventCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getEventCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getExcludedTags(Taggable, String) - Static method in class com.flowable.engage.engine.impl.conversation.tag.TagUtils
-
Filters the given taggable object for tags NOT having a specific prefix.
- getExpiryDate() - Method in class com.flowable.engage.external.system.dto.AccessTokenResponseMessageDto
-
- getExpiryDate() - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- getExportedCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getExportedCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getExternalConversationService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getExternalConversationSystemAdapters() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getExternalId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
If the conversation was created from an external system, this optional external id might be used to map to that
external conversation id, if necessary.
- getExternalId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getExternalId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getExternalId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getExternalId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getExternalId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getExternalId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getExternalId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getExternalId() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getExternalId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getExternalId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getExternalId() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getExternalId() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getExternalId() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getExternalId() - Method in interface com.flowable.engage.message.api.Message
-
If this data object was created from an external system, this optional external id might be used to map to that
external data object id, if necessary.
- getExternalMedia() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getExternalMediaId() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getExternalMediaId() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getExternalMediaMimeType() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getExternalMediaMimeType() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getExternalMediaName() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getExternalMediaName() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getExternalMessageId() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getExternalMessageSendHelper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getExternalSenderId() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getExternalSenderId() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getExternalSenderName() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getExternalSenderName() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getExternalSystemAdapter(String) - Method in interface com.flowable.engage.engine.impl.conversation.ExternalConversationService
-
- getExternalSystemAdapter(String) - Method in class com.flowable.engage.engine.impl.conversation.ExternalConversationServiceImpl
-
- getExternalSystemId() - Method in interface com.flowable.engage.external.system.api.ExternalConversationSystemAdapter
-
Returns the id of the external system implemented by this adapter.
- getExternalSystemId() - Method in interface com.flowable.engage.external.system.api.InboundErrorHandler
-
Returns the id of the external system implemented by this handler.
- getExternalSystemId() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getExternalSystemId() - Method in interface com.flowable.engage.external.system.api.InboundStatusHandler
-
Returns the id of the external system implemented by this handler.
- getExternalSystemId() - Method in class com.flowable.engage.external.system.common.BaseInboundErrorHandler
-
- getExternalSystemId() - Method in class com.flowable.engage.external.system.common.BaseInboundStatusHandler
-
- getExternalSystemId() - Method in class com.flowable.engage.external.system.common.LoggingInboundErrorHandler
-
- getExternalSystemId() - Method in class com.flowable.engage.external.system.line.LineJmsExternalConversationSystemAdapter
-
- getExternalSystemId() - Method in interface com.flowable.engage.external.system.service.ExternalSystemContentProvider
-
Returns the id of the external system implemented by this adapter.
- getExternalSystemId() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getExternalSystemId() - Method in class com.flowable.engage.external.system.service.WebClientExternalSystemContentProvider
-
- getExternalSystemId() - Method in class com.flowable.engage.external.system.wechat.WeChatJmsExternalConversationSystemAdapter
-
- getExternalSystemId() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- getExternalUnsupportedMessage(InboundMessage, UserAccount) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- getExternalUserId() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getExternalUserId() - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- getExtraInfo() - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- getExtraInfo() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getFallbackName() - Method in interface com.flowable.engage.conversation.api.Conversation
-
- getFallbackName() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Optional name to display when there's no title.
- getFallbackName() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getFallbackName() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getFallbackName() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getFallbackName() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getFallbackValue() - Method in class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
- getFallbackValue() - Method in class com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
-
- getFileName() - Method in class com.flowable.engage.engine.impl.dto.Media
-
- getFilteredTags(String) - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns a filtered set of existing tags with a specific prefix.
- getFilteredTags(String) - Method in class com.flowable.engage.engine.impl.conversation.tag.AbstractConversationTagEvaluationContext
-
- getFilteredTags(Taggable, String) - Static method in class com.flowable.engage.engine.impl.conversation.tag.TagUtils
-
Filters the given taggable object for tags having a specific prefix.
- getFilteredTags(Taggable, Predicate<String>) - Static method in class com.flowable.engage.engine.impl.conversation.tag.TagUtils
-
Returns a filtered list of tags from the given taggable object based on a provided filter function.
- getFilterId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- getFilterId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- getFilterId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getFilterId() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getFilters() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getFirstName() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- getFlags() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getFooter() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto
-
- getFooterParameters() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getFormInstanceId() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getFormKey() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getForms() - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- getFromDuration() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- getFromMessageId() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- getFromPastMessagesCount() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- getFromTime() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- getGetAccessToken() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getGroupId() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
The id of the group participating in the conversation
- getGroupId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getGroups(String, String) - Method in class com.flowable.engage.engine.impl.conversation.tag.AbstractTagProvider
-
- getHeader() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto
-
- getHeaderParameters() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getHelp() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getHistoryJobHandlers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getIcon() - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- getIcon() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getId() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getId() - Method in interface com.flowable.engage.api.notification.push.Device
-
The unique identifier for the device.
- getId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the technical, unique id of this conversation.
- getId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getId() - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- getId() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- getId() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getId() - Method in class com.flowable.engage.dto.message.MessageReaction
-
- getId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getId() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getId() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getId() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
The id of the registry entry
- getId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- getId() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getId() - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- getId() - Method in class com.flowable.engage.engine.impl.dto.ConversationParticipant
-
- getId() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getId() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getId() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- getId() - Method in interface com.flowable.engage.engine.impl.notification.Participant
-
Returns the id of the participant (equals the user id).
- getId() - Method in class com.flowable.engage.engine.impl.notification.ParticipantImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getId() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getId() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto.Media
-
- getId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- getId() - Method in interface com.flowable.engage.message.api.Message
-
The unique, technical id of this data object.
- getId() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The unique, technical id of the audit message
- getId() - Method in interface com.flowable.engage.message.api.Reaction
-
- getIdentityLinks() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the identity links.
- getIdentityLinks() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- getIdentityLinks() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getIdentityLinks() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- getIdentityLinks() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getIdentityLinkServiceConfiguration() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getIdentityService(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
- getIdentityService() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- getIdGenerator() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.AbstractEngageDataManager
-
- getIdmEngineConfiguration(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getIdmIdentityService() - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- getIdPrefix() - Method in class com.flowable.engage.engine.impl.persistence.entity.AbstractEngageEngineEntity
-
- getInbound() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getInbound() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getInbound() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getInboundError() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getInboundError() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getInboundError() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getInboundPayload() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getInboundPayload() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getInboundStatus() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getInboundStatus() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getInboundStatus() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getIncludeUnreadCountsForUser() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- getIndex() - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- getIndex() - Method in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- getIndexingService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getIndexManager() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getIndexManager(ExtensionContext) - Method in class com.flowable.engage.engine.test.IndexingCleanupExtension
-
- getInitFormKey() - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- getIntegerValueOrNull(Object) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getInteractiveOutcome() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
An interactive event outcome value.
- getInteractiveOutcome() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getInteractiveOutcome() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getInternalMedia(String, boolean) - Method in class com.flowable.engage.external.system.line.rest.LineOutboundContentResource
-
- getJobExecutionScope() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getJobServiceConfiguration() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getJoiningTime() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
The time where the participant joined the conversation (might be even in the past, if past messages should become visible)
- getJoiningTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getJoiningTimeAfter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getJoiningTimeBefore() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getJoiningType() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the joining type of this conversation which defines on how new participants might join the running
conversation.
- getJoiningType() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getJoiningType() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getJoiningType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getJoiningType() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getJoinParticipantsData() - Method in class com.flowable.engage.engine.impl.conversation.ParticipantJoiningBuilderImpl
-
- getKey() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getKey() - Method in interface com.flowable.engage.api.ConversationDefinitionBuilder
-
- getKey() - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- getKey() - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getKey() - Method in class com.flowable.engage.engine.impl.bot.SignalProcessBot
-
- getKey() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- getKey() - Method in class com.flowable.engage.engine.impl.desk.bot.DeskManagementBot
-
- getKey() - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- getKey() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getKey() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilter
-
- getKey() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterImpl
-
- getKey() - Method in enum com.flowable.engage.engine.impl.permission.AuthorizedConversationAction
-
- getKey() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getKey() - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
- getLabelKey() - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- getLabelKey() - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- getLabelKey() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilter
-
- getLabelKey() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterImpl
-
- getLanguage() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getLanguageForAccount(UserAccount) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- getLastMessageAfter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getLastMessageBefore() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getLastMessageTime() - Method in interface com.flowable.engage.conversation.api.Conversation
-
The time when the last message of the conversation has ben sent.
- getLastMessageTime() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getLastMessageTime() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getLastMessageTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getLastModified() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getLastModifiedBy() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getLastName() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- getLastReadMessageId() - Method in class com.flowable.engage.dto.conversation.UserLastReadStatusDto
-
- getLastReadMessageId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getLastReadMessageId() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getLastReadMessageTimestamp() - Method in class com.flowable.engage.dto.conversation.UserLastReadStatusDto
-
- getLastReadMessageTimestamp() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getLastReadMessageTimestamp() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getLastSentMessageId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getLastSentMessageId() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
The id of the last sent message to within the conversation to the user
(sent means either pushed as a mobile push message or over WS or fetched from a read of the conversation).
- getLastSentMessageTimestamp() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getLastSentMessageTimestamp() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getLeavingTime() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
The (optional) time where the participant left the conversation (empty means they didn't left yet)
- getLeavingTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getLeavingTimeAfter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getLeavingTimeBefore() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getLength() - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- getLink() - Method in class com.flowable.engage.external.system.whatsapp.dto.ImageLinkParameter
-
- getLockManager(EngageEngine, String) - Method in class com.flowable.engage.engine.autodeployment.AbstractEngageAutoDeploymentStrategy
-
- getMainContent() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getMainContent() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getMainContent() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getMainContent() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getMainContent() - Method in interface com.flowable.engage.message.api.Message
-
Returns the main content for this data object, most likely just a mapping into a specific parameter within the
payload or a combination of several values within the payload.
- getMainContent() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The main content of the audit.
- getMainContentType() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getMainContentType() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getMainContentType() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getMainContentType() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getMainContentType() - Method in interface com.flowable.engage.message.api.Message
-
Returns the media type of the main content (e.g.
- getMainContentType() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The main content type of the audit.
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisArchiveConversationEventDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisArchiveJobEventDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationDefinitionDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MyBatisConversationRegistryEntryDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationStatusDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisDeviceDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisMessageAuditDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisMessageDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisReactionDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisTemporaryMessageDataManager
-
- getManagedEntityClass() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisUserAnalyticsDataManager
-
- getMappings() - Method in class com.flowable.engage.external.system.line.emoji.EmojiMapping
-
- getMaximumMessageSize() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getMaximumMessageSize() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getMaximumMessageSize() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getMaximumTemplateParametersSize() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getMaxSize() - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- getMaxSize() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- getMaxSize() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- getMediaContentId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getMediaContentId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getMediaContentId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getMediaContentId() - Method in interface com.flowable.engage.message.api.Message
-
The optional id of a media content id if this message is linked with one.
- getMediaContentId() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The id of the media content in this audit.
- getMediaContentImagePreviewUrl() - Method in interface com.flowable.engage.external.system.line.api.ExternalMediaContent
-
The public accessible URL for the preview image of the content.
- getMediaContentImagePreviewUrl() - Method in class com.flowable.engage.external.system.line.BaseExternalMediaContent
-
- getMediaContentPreviewImageUrl() - Method in class com.flowable.engage.external.system.line.dto.LineOutboundMessageDto
-
- getMediaContentUrl() - Method in interface com.flowable.engage.external.system.line.api.ExternalMediaContent
-
The publicly accessible URL for the content.
- getMediaContentUrl() - Method in class com.flowable.engage.external.system.line.BaseExternalMediaContent
-
- getMediaContentUrl() - Method in class com.flowable.engage.external.system.line.dto.LineOutboundMessageDto
-
- getMediaId() - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- getMediaId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Header
-
- getMessage() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageDeletedEvent
-
The message that was deleted
- getMessage() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageEvent
-
- getMessage() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageUpdatedEvent
-
The message that was updated
- getMessage() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendNotificationEvent
-
- getMessage() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageDeletedEventImpl
-
- getMessage() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageEventImpl
-
- getMessage() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageUpdateEventImpl
-
- getMessage() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendNotificationEventImpl
-
- getMessage(InboundStatusDto) - Method in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- getMessage(InboundStatusDto) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- getMessage(String) - Method in interface com.flowable.platform.notification.api.DeliveryContext
-
The message that needs to be sent with it's payload for the provided deliverer
.
- getMessageAuditDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getMessageAuditEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getMessageAudits() - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- getMessageAudits() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getMessageAudits() - Method in interface com.flowable.engage.message.api.Message
-
The collection of the audits of this message, in arbitrary order
- getMessageBuilder() - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- getMessageContent(Message, CommandContext) - Method in class com.flowable.engage.engine.impl.message.DefaultExternalMessageSendHelper
-
- getMessageContent(Message, CommandContext) - Method in interface com.flowable.engage.engine.impl.message.ExternalMessageSendHelper
-
Returns the message content that will be sent to the external user.
- getMessageCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getMessageCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getMessageCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- getMessageCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- getMessageDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getMessageEntityManager(CommandContext) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- getMessageEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getMessageEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getMessageExternalId(InboundMessage) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- getMessageId() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageReadEvent
-
The id of the message that was read
- getMessageId() - Method in class com.flowable.engage.dto.message.MessageReaction
-
- getMessageId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageReadEventImpl
-
- getMessageId() - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- getMessageId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getMessageId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
-
- getMessageId() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getMessageId() - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- getMessageId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppMarkMessageAsReadRequest
-
- getMessageId() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The message id that this audit belongs to
- getMessageId() - Method in interface com.flowable.engage.message.api.Reaction
-
- getMessageIds() - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- getMessageIndexQueryService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getMessageIndexQueryService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getMessageIndexQueryService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getMessageResultMapper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getMessages() - Method in class com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
- getMessages() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getMessageSendHelper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getMessageService() - Method in interface com.flowable.engage.api.EngageEngineConfigurationApi
-
- getMessageService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getMessageService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getMessageService(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
- getMessageService() - Method in class com.flowable.engage.engine.impl.desk.DeskConversationListener
-
- getMessageService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getMessageService(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getMessageSubType() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getMessageSubType() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getMessageTimestamp() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageReadEvent
-
The timestamp of the message that was read.
- getMessageTimestamp() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageReadEventImpl
-
- getMessageType() - Method in class com.flowable.engage.engine.impl.dto.ContentDTO
-
- getMessageType() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getMessageType() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getMessageType(InboundMessageDto) - Method in class com.flowable.engage.external.system.wechat.WeChatInboundJmsListener
-
- getMessageType() - Method in class com.flowable.platform.notification.api.BaseNotification
-
- getMessageType() - Method in interface com.flowable.platform.notification.api.Notification
-
The type of the message that this notification belongs to.
- getMetaData() - Method in interface com.flowable.engage.conversation.api.Conversation
-
A conversation can have additional meta information, most likely describing the conversation behavior in more
detail.
- getMetaData() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getMethodUserDefinitionDeployment() - Method in class com.flowable.engage.engine.test.EngageTestHelper
-
- getMimeType() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getMimeType() - Method in class com.flowable.engage.engine.impl.dto.Media
-
- getMimeType() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto.Media
-
- getModifierId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getModifierId() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The id of the user that did the modification
- getModifyTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getModifyTime() - Method in interface com.flowable.engage.message.api.MessageAudit
-
The time of the modification.
- getMybatisCfgPath() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getMybatisTypeAliases() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getMybatisTypeHandlers() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getMyBatisXmlConfigurationStream() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getName() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getName() - Method in interface com.flowable.engage.api.ConversationDefinitionBuilder
-
- getName() - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- getName() - Method in interface com.flowable.engage.commons.api.NamedType
-
Returns the name of the underlying type, enumeration or category.
- getName() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the optional name of this conversation, most likely representing the main topic of the conversation.
- getName() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getName() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getName() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getName() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getName() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryProperty
-
- getName() - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getName() - Method in class com.flowable.engage.engine.impl.bot.SignalProcessBot
-
- getName() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getName() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getName() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryProperty
-
- getName() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryProperty
-
- getName() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- getName() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryProperty
-
- getName() - Method in class com.flowable.engage.engine.impl.desk.bot.DeskManagementBot
-
- getName() - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- getName() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getName() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getName() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getName() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getName() - Method in class com.flowable.engage.engine.impl.message.MessageQueryProperty
-
- getName() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryProperty
-
- getName() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getName() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getName() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryProperty
-
- getName() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto.Media
-
- getName() - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
- getName() - Method in enum com.flowable.engage.message.api.Category
-
- getNameLike() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- getNameLikeIgnoreCase() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- getNewParticipantIds() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- getNoAccountTenantId() - Method in class com.flowable.engage.external.system.service.ConfiguredInboundMessageTenantExtractor
-
- getNotification() - Method in class com.flowable.platform.notification.api.BaseNotificationMessage
-
- getNotification() - Method in interface com.flowable.platform.notification.api.DeliveryContext
-
The information for sending the information.
- getNotification() - Method in interface com.flowable.platform.notification.api.NotificationMessage
-
The notification information use for deciding how a message should be displayed.
- getNotificationEvaluationProvider() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getNotificationInfo() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendNotificationEvent
-
- getNotificationInfo() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendNotificationEventImpl
-
- getNotificationService() - Method in interface com.flowable.platform.notification.api.NotificationEngineConfigurationApi
-
- getNotSenderIds() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getObjectMapper() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getObjectMapper() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- getOldName() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationNameUpdatedEvent
-
- getOldName() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationNameUpdatedEventImpl
-
- getOldOwner() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationOwnerChangedEvent
-
- getOldOwner() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationOwnerChangedEventImpl
-
- getOldReferenceDefinitionId() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationReferenceUpdatedEvent
-
- getOldReferenceDefinitionId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationReferenceUpdatedEventImpl
-
- getOldReferenceId() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationReferenceUpdatedEvent
-
- getOldReferenceId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationReferenceUpdatedEventImpl
-
- getOldReferenceType() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationReferenceUpdatedEvent
-
- getOldReferenceType() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationReferenceUpdatedEventImpl
-
- getOldTags() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
- getOldTags() - Method in class com.flowable.engage.engine.impl.conversation.tag.AbstractConversationTagEvaluationContext
-
- getOrder() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationIndexQueryBuilder
-
- getOrder() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryBuilderImpl
-
- getOrder() - Method in interface com.flowable.engage.engine.impl.indexing.MessageIndexQueryBuilder
-
- getOrder() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryBuilderImpl
-
- getOrRenderMainContent(CommandContext, Conversation, MessageBuilderImpl) - Method in class com.flowable.engage.engine.impl.cmd.BaseSendMessageCmd
-
- getOutbound() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getOutbound() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getOutbound() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getOutboundContent() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getOwnerId() - Method in interface com.flowable.engage.commons.api.Permissions
-
Returns the id of the owner of this object, most likely representing the user actually creating it or being
created as part of an operation that user executed.
- getOwnerId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the id of the owner of this conversation, most likely representing the user actually creating it or being
created as part of an operation that user executed.
- getOwnerId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getOwnerId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getOwnerId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getOwnerId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getOwnerId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getPageCount() - Method in class com.flowable.engage.engine.impl.dto.Media
-
- getPageFromQuery(int, int, String, String, String, String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryServiceImpl
-
- getPageFromQuery(int, int, String, String, String, String) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryServiceImpl
-
- getParameters() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilter
-
- getParameters() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterImpl
-
- getParameters() - Method in class com.flowable.engage.external.system.wechat.dto.WeChatOutboundTemplateMessageDto
-
- getParameters() - Method in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- getParentConversation(ConversationBuilder) - Method in class com.flowable.engage.engine.impl.cmd.StartConversationCmd
-
- getParentId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the optional parent id of this conversation, if any, which represents another work item, the parent for
this conversation (might be another conversation object or any other work item this conversation is attached to).
- getParentId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getParentId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getParentId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getParentId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getParticipantCount() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- getParticipantCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- getParticipantGroupIds() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getParticipantIds() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getParticipantIds() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getParticipantIds() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getParticipantNames() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getParticipantNames() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getParticipants() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getParticipants(boolean, boolean) - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns the participants of the conversation, optionally including directly assigned users or indirectly assigned
users over member groups.
- getParticipants(CommandContext, Conversation) - Method in class com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
-
- getParticipants(CommandContext, Message) - Method in class com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
-
- getParticipants() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getParticipants(boolean, boolean) - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- getParticipants(boolean, boolean) - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- getParticipants() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getParticipantsInfo() - Method in class com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
- getParticipantsOrOwner() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getParticipantsOrOwnerSize() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getParticipantsToDrop() - Method in class com.flowable.engage.engine.impl.conversation.ConversationParticipantBuilderImpl
-
- getParticipantsToJoin() - Method in class com.flowable.engage.engine.impl.conversation.ConversationParticipantBuilderImpl
-
- getParticipantType() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
The type of the participant (e.g.
- getParticipantType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getParticipantType() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getParticipantTypes() - Method in interface com.flowable.engage.engine.impl.notification.Participant
-
Returns the participant types of the user.
- getParticipantTypes() - Method in class com.flowable.engage.engine.impl.notification.ParticipantImpl
-
- getParticipantUserId() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- getParticipantUserIds() - Method in class com.flowable.engage.dto.message.MessageComplianceResponse
-
- getPastMessage(int) - Method in class com.flowable.engage.engine.impl.cmd.AddParticipantsToConversationCmd
-
- getPayload() - Method in class com.flowable.engage.external.system.whatsapp.dto.PayloadParameter
-
- getPayload() - Method in class com.flowable.platform.notification.api.BaseNotificationMessage
-
- getPayload() - Method in interface com.flowable.platform.notification.api.NotificationMessage
-
The payload for the notification message.
- getPeriodEndTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getPeriodEndTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getPeriodEndTimeAfter() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getPeriodEndTimeBefore() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getPeriodStartTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getPeriodStartTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getPeriodStartTimeAfter() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getPeriodStartTimeBefore() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getPermissionType() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the permission type for this conversation which is used to drive the permissions for messages and events
sent to this conversation.
- getPermissionType() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getPermissionType() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getPermissionType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getPermissionType() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- getPersistentState() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- getPhase() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getPlatformIdentityService() - Method in class com.flowable.engage.engine.impl.desk.DeskConversationListener
-
- getPresence() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- getPriority() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the optional priority of this conversation which can be used for sorting or other means.
- getPriority() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagProvider
-
Returns the priority of this tag provider to make sure they are invoked in the correct order if they have
dependencies on others.
- getPriority() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- getPriority() - Method in class com.flowable.engage.engine.impl.conversation.tag.ExternalConversationTagProvider
-
- getPriority() - Method in class com.flowable.engage.engine.impl.conversation.tag.ParticipantGroupMemberTagProvider
-
- getPriority() - Method in class com.flowable.engage.engine.impl.conversation.tag.ReplyOnAbsentTagProvider
-
- getPriority() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getPriority() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getPriority() - Method in interface com.flowable.platform.notification.api.MessageDeliverer
-
- getProcessDefinitionKey() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Timeout
-
- getProcessDefinitionKey() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Timeout
-
- getProcessEngine(ExtensionContext) - Method in class com.flowable.engage.engine.test.IndexingCleanupExtension
-
- getProcessEngineConfiguration() - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getProcessEngineConfiguration(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getProcessingReason() - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- getProcessingReason() - Method in interface com.flowable.engage.message.api.temporary.TemporaryMessage
-
The reason for the processing status.
- getProcessingStatus() - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- getProcessingStatus() - Method in interface com.flowable.engage.message.api.temporary.TemporaryMessage
-
The status of the processing.
- getProcessInstanceId() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getProductId() - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- getProductId() - Method in class com.flowable.engage.external.system.line.emoji.EmojiMapping
-
- getQuery() - Method in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- getQueryIdentityLinks() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
Getter used by MyBatis when querying action definitions with identity links.
- getQueryIdentityLinks() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
Getter used by MyBatis when querying conversation with identity links.
- getQueryMessageAudits() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
Getter used by MyBatis when querying messages with message audits.
- getQueryType() - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- getQueryVariables() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- getQueryVariables() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
Getter used by MyBatis when querying conversation with variables.
- getRanges() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getReaction() - Method in class com.flowable.engage.dto.message.MessageReaction
-
- getReaction() - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- getReaction() - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
-
- getReaction() - Method in interface com.flowable.engage.message.api.Reaction
-
- getReactionDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getReactionEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getReactionEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getReactions() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getReason() - Method in class com.flowable.engage.message.api.temporary.BaseTemporaryMessageProcessResult
-
- getReason() - Method in interface com.flowable.engage.message.api.temporary.TemporaryMessageProcessResult
-
The reason for the status.
- getRecipientGroupId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getRecipientGroupId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getRecipientGroupId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getRecipientGroupId() - Method in interface com.flowable.engage.message.api.Message
-
Returns the id of the recipient group of this message.
- getRecipientId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getRecipientId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getRecipientId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getRecipientId() - Method in interface com.flowable.engage.message.api.Message
-
Returns the id of the recipient user of this message.
- getRecipientId() - Method in interface com.flowable.platform.notification.api.DeliveryContext
-
The id of the user that needs to receive the message
- getRecipients() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendUserTypingEvent
-
The ids of all users that should receive a user typing event
- getRecipients() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendUserTypingEventImpl
-
- getReferenceDefinitionId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
The definition id of the scoped entity (for example Task Definition id, Case Definition Id, etc)
- getReferenceDefinitionId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getReferenceDefinitionId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getReferenceDefinitionId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getReferenceDefinitionId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getReferenceDefinitionId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getReferenceId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
An id of the scoped linked entity (for example Task, Case, etc)
- getReferenceId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getReferenceId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getReferenceId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getReferenceId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getReferenceId() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getReferenceId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getReferenceId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getReferenceId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- getReferenceId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- getReferenceId() - Method in interface com.flowable.engage.message.api.Message
-
A reference id of the message (e.g.
- getReferenceSubType() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- getReferenceSubType() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- getReferenceType() - Method in interface com.flowable.engage.conversation.api.Conversation
-
The type of the scoped linked entity
- getReferenceType() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getReferenceType() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getReferenceType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getReferenceType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getReferenceType() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getReferenceType() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getReferenceType() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getReferenceType() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- getReferenceType() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- getReferenceType() - Method in interface com.flowable.engage.message.api.Message
-
The type of the reference.
- getReindexManager() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getRemovedParticipants() - Method in interface com.flowable.engage.api.delegate.event.FlowableRemovedParticipantsEvent
-
The ids of the participants that were removed from the conversation.
- getRemovedParticipants() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableRemovedParticipantsEventImpl
-
- getRemovedTags() - Method in interface com.flowable.engage.api.delegate.event.FlowableConversationRemovedTagsEvent
-
The tags that were removed from the conversation.
- getRemovedTags() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableConversationRemovedTagsEventImpl
-
- getReplyToExternalId() - Method in interface com.flowable.engage.external.system.api.InboundMessage
-
- getReplyToExternalId() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getReplyToExternalId() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- getReplyToMessage(String, String) - Method in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- getReplyToMessageId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getReplyToMessageId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getReplyToMessageId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getReplyToMessageId() - Method in interface com.flowable.engage.message.api.Message
-
Returns a reference of another message used this one replies to.
- getRescheduleDuration() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Timeout
-
- getRescheduleDuration() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Timeout
-
- getRestPassword() - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- getRestPassword() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- getRestPassword() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- getRestUsername() - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- getRestUsername() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- getRestUsername() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- getResubmissionTime() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the optional resubmission time for this conversation.
- getResubmissionTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getResultMapperEnhancers() - Method in class com.flowable.engage.engine.impl.indexing.ConversationJsonMapper
-
- getResultMapperEnhancers() - Method in class com.flowable.engage.engine.impl.indexing.MessageComplianceJsonMapper
-
- getResultMapperEnhancers() - Method in class com.flowable.engage.engine.impl.indexing.MessageJsonMapper
-
- getRows() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Section
-
- getSample() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getScopedObject(String, String, SecurityScope) - Method in class com.flowable.engage.engine.impl.action.ConversationScopedObjectProvider
-
- getScopedObjectState(Conversation) - Method in class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- getScopedObjectSubState(Conversation) - Method in class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- getScopedObjectSubType(Conversation) - Method in class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- getScopedObjectType(Conversation) - Method in class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- getScopeId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getScopeType() - Method in class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- getScopeType() - Method in class com.flowable.engage.engine.impl.action.ConversationScopedObjectProvider
-
- getScopeType() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getScopeType() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getSearchService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getSearchText() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- getSectionId() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- getSectionId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- getSections() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- getSenderId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getSenderId() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- getSenderId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getSenderId() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getSenderId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getSenderId() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getSenderId() - Method in interface com.flowable.engage.message.api.Message
-
The id of the user that is the senderId of the message.
- getSenderIds() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getSenderName() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getSentAfter() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- getSentBefore() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- getSize() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getSize() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- getSort() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationIndexQueryBuilder
-
- getSort() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryBuilderImpl
-
- getSort() - Method in interface com.flowable.engage.engine.impl.indexing.MessageIndexQueryBuilder
-
- getSort() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryBuilderImpl
-
- getSourceId() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getSourceId() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getStart() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getStart() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- getStart() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl.Range
-
- getStartDate() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getStartTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- getStartTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- getStartTime() - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- getStartTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- getStartTimeAfter() - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- getStartTimeAfter() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getStartTimeBefore() - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- getStartTimeBefore() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getState() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the state of this conversation.
- getState() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getState() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getState() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getState() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getStatus() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
The status.
- getStatus() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- getStatus() - Method in class com.flowable.engage.message.api.temporary.BaseTemporaryMessageProcessResult
-
- getStatus() - Method in interface com.flowable.engage.message.api.temporary.TemporaryMessageProcessResult
-
The status of the processing
- getStatusHandler(String) - Method in interface com.flowable.engage.external.system.api.InboundService
-
Get the inbound status handler responsible for the given externalSystemId
.
- getStatusHandler(String) - Method in class com.flowable.engage.external.system.service.InboundServiceImpl
-
- getStore(ExtensionContext) - Method in class com.flowable.engage.engine.test.EngageExtension
-
- getStoreAccessToken() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getStringValueOrNull(Object) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getSubType() - Method in interface com.flowable.engage.api.ConversationDefinitionBuilder
-
- getSubType() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the sub type of this conversation.
- getSubType() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getSubType() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getSubType() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getSubType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getSubType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getSubType() - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- getSubType() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getSubType() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getSubType() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- getSubType() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getSubType() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getSubType() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getSubType() - Method in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- getSubType() - Method in interface com.flowable.engage.message.api.Message
-
Returns the sub type of this data object, defining the data object with more details than the main type.
- getTags() - Method in interface com.flowable.engage.commons.api.Taggable
-
Returns the optional list of tags for this object.
- getTags() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getTags() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getTags() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getTags() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getTags() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getTags() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getTags() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getTags() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getTags() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getTagsNotIn() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getTaskExecutor() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getTaskId() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getTemplate() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilter
-
- getTemplate() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterImpl
-
- getTemplateEngineConfiguration() - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getTemplateEngineConfiguration(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getTemplateFilterLocation() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getTemplateId() - Method in class com.flowable.engage.external.system.wechat.dto.WeChatOutboundTemplateMessageDto
-
- getTemplateId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getTemplateLanguage() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getTemplateLoader() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getTemplateMessageCode() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getTemplateMessageKey() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getTemplatePayload() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getTemplates() - Method in class com.flowable.engage.external.system.line.LineProperties
-
- getTemplates() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getTemplates() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getTemporaryMessageDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getTemporaryMessageEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getTemporaryMessageEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getTemporaryMessageHandler() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getTemporaryMessageProcessors() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getTenantForAccount(UserAccount) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- getTenantId() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getTenantId() - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- getTenantId() - Method in interface com.flowable.engage.api.notification.push.Device
-
The tenant id of the device
- getTenantId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the id of the tenant this conversation belongs to.
- getTenantId() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getTenantId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getTenantId() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getTenantId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getTenantId() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationBuilderImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- getTenantId(Conversation) - Method in class com.flowable.engage.engine.impl.permission.cmd.AbstractConversationPermissionCommand
-
- getTenantId(Conversation) - Method in class com.flowable.engage.engine.impl.permission.cmd.CheckCreateConversationCommand
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getTenantId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getTenantId() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getTenantId() - Method in interface com.flowable.engage.message.api.Message
-
Returns the id of the tenant this data object belongs to.
- getTenantId(Principal) - Method in interface com.flowable.platform.websocket.WebSocketPrincipalTenantExtractor
-
Retrieve the tenantId for the given principal.
- getTenantId(Principal) - Method in class com.flowable.platform.websocket.WebSocketSessionEventHandler
-
- getTestHelper(ExtensionContext) - Method in class com.flowable.engage.engine.test.EngageExtension
-
- getText() - Method in class com.flowable.engage.engine.impl.dto.Text
-
- getText() - Method in class com.flowable.engage.external.system.whatsapp.dto.TextParameter
-
- getTheme() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getTicketConversation(CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- getTicketConversationId() - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- getTimeout() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getTimeout() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- getTimestamp() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getTimeToLive() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getTitle() - Method in class com.flowable.engage.engine.impl.dto.Media
-
- getTitle() - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- getTitle() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- getTitle() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- getTitle() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Section
-
- getToken() - Method in interface com.flowable.engage.api.notification.push.Device
-
The token of the device that should be used when sending out notifications to it.
- getToken() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getToken() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- getToken() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- getToken() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getTokenEncoding() - Method in interface com.flowable.engage.api.notification.push.Device
-
The type of the encoding for the device.
- getTokenEncoding() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getTokenEncoding() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- getTokenEncoding() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getTotalCount() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getTransactionManager() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getType() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getType() - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- getType() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the type of this conversation.
- getType() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- getType() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getType() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- getType() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getType() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableEngageEventImpl
-
- getType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- getType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getType() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getType() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getType() - Method in class com.flowable.engage.engine.impl.message.TemporaryMessageJobHandler
-
- getType() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getType() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getType() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getType() - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- getType() - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- getType() - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- getType() - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- getType() - Method in interface com.flowable.engage.external.system.line.api.LineInboundEventHandler
-
The type of the event that this handler handles.
- getType() - Method in class com.flowable.engage.external.system.line.LineMessageInboundEventHandler
-
- getType() - Method in class com.flowable.engage.external.system.wechat.dto.WeChatOutboundTemplateMessageDto
-
- getType() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInboundEventHandler
-
The type of the event that this handler handles.
- getType() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- getType() - Method in class com.flowable.engage.external.system.whatsapp.event.WhatsAppContactVerificationResponseEventHandler
-
- getType() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppMarkMessageAsReadJobHandler
-
- getType() - Method in interface com.flowable.engage.message.api.Message
-
Returns the main type of this data object.
- getType() - Method in class com.flowable.platform.notification.api.BaseNotificationMessage
-
- getType() - Method in interface com.flowable.platform.notification.api.NotificationMessage
-
The type of the message
- getTypes() - Method in class com.flowable.engage.engine.delegate.event.impl.AbstractFlowableEngageEngineEventListener
-
- getTypes() - Method in class com.flowable.engage.external.system.wechat.WeChatSenderMessageListener
-
- getTypes() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppMessageReadEventListener
-
- getTypes() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppSenderMessageListener
-
- getTypesFromString(String) - Static method in enum com.flowable.engage.api.delegate.event.FlowableEngageEventType
-
- getUnreadCount() - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- getUnreadCount() - Method in class com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
- getUnreadCount() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getUnreadCount() - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- GetUnreadCountsCommand(String, Collection<String>, String) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl.GetUnreadCountsCommand
-
- GetUnreadCountsCommand(String, List<String>) - Constructor for class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl.GetUnreadCountsCommand
-
- getUnreadMessageCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getUnreadMessageCount() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getUnreadPersonalMessageCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getUnreadPersonalMessageCount() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getUnsentMessageCount() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getUnsentMessageCount() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getUnsupportedUnicodeBlocks() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- getUpdatedAt() - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- getUpdaterId() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getUpdaterId() - Method in interface com.flowable.engage.api.notification.push.Device
-
The id of the user that last updated the device
- getUpdaterId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the id of the user updating this conversation.
- getUpdaterId() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getUpdaterId() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getUpdaterId() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getUpdaterId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- getUpdaterId() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- getUpdaterId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getUpdaterId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getUpdaterId() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getUpdaterId() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getUpdaterId() - Method in interface com.flowable.engage.message.api.Message
-
Returns the optional id of the user having last modified this data object, if any, null
otherwise.
- getUpdateTime() - Method in interface com.flowable.engage.api.ConversationDefinition
-
- getUpdateTime() - Method in interface com.flowable.engage.api.notification.push.Device
-
The time when the device was last updated
- getUpdateTime() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns the timestamp of the last update of this conversation, which is the case if anything has changed in the
conversation itself or if there was a message posted to this conversation.
- getUpdateTime() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getUpdateTime() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- getUpdateTime() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getUpdateTime() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
Timestamp of when this entry was changed the last time (has no impact on permissions, just for auditing)
- getUpdateTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- getUpdateTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getUpdateTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getUpdateTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getUpdateTime() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- getUpdateTime() - Method in interface com.flowable.engage.message.api.Message
-
Returns the timestamp of the last update of this data object, in most cases where events are immutable, this
timestamp is the same as the creation timestamp, but must never be null
.
- getUpdateTimeAfter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getUpdateTimeAfter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getUpdateTimeBefore() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getUpdateTimeBefore() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getUserAccount(InboundStatusDto) - Method in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- getUserAccount(InboundMessage) - Method in class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- getUserAccount(InboundStatusDto) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- getUserAccountId() - Method in interface com.flowable.engage.conversation.api.Conversation
-
The id of the user account that is linked with this conversation.
- getUserAccountId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getUserAccountId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- getUserAccountService() - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getUserAccountService(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getUserAccountSubType() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getUserAnalyticsDataManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- getUserAnalyticsEntityManager() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- getUserAnalyticsEntityManager(CommandContext) - Static method in class com.flowable.engage.engine.impl.util.CommandContextUtil
-
- getUserDefinitionKey() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- getUserDefinitionKey() - Method in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- getUserDefinitionService() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- getUserDisplayName(String, String, CommandContext) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- getUserGroups() - Method in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- getUserId() - Method in interface com.flowable.engage.api.delegate.event.FlowableAddedParticipantsEvent
-
The id of the user that is doing the adding of the participants
- getUserId() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageDeletedEvent
-
The id of the user that is doing the delete action
- getUserId() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageReadEvent
-
The id of the user that is doing the typing
- getUserId() - Method in interface com.flowable.engage.api.delegate.event.FlowableMessageUpdatedEvent
-
The id of the user that is doing the update action
- getUserId() - Method in interface com.flowable.engage.api.delegate.event.FlowableRemovedParticipantsEvent
-
The id of the user that is doing the removing of the participants
- getUserId() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendUserTypingEvent
-
The id of the user that is doing the typing
- getUserId() - Method in interface com.flowable.engage.api.notification.NotificationInfo
-
The id of the user to which the notificiation needs to be sent
- getUserId() - Method in interface com.flowable.engage.api.notification.push.Device
-
The id of the user that this device belongs to
- getUserId() - Method in class com.flowable.engage.dto.conversation.UserLastReadStatusDto
-
- getUserId() - Method in class com.flowable.engage.dto.message.MessageReaction
-
- getUserId() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- getUserId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableAddedParticipantsEventImpl
-
- getUserId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageDeletedEventImpl
-
- getUserId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageReadEventImpl
-
- getUserId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableMessageUpdateEventImpl
-
- getUserId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableRemovedParticipantsEventImpl
-
- getUserId() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendUserTypingEventImpl
-
- getUserId() - Method in interface com.flowable.engage.engine.impl.conversation.ConversationRegistryEntry
-
The id of the user participating in the conversation
- getUserId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- getUserId() - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- getUserId() - Method in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.notification.NotificationInfoImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
-
- getUserId() - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- getUserId() - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- getUserId() - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- getUserId() - Method in interface com.flowable.engage.message.api.ConversationStatus
-
- getUserId() - Method in interface com.flowable.engage.message.api.Reaction
-
- getUserId(Principal) - Method in class com.flowable.platform.websocket.WebSocketSessionEventHandler
-
- getUserLastReadStatuses() - Method in class com.flowable.engage.dto.conversation.ConversationLastReadStatusResponse
-
- getUserName(String, String) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- getUserName(String, String) - Method in class com.flowable.engage.engine.impl.notification.ConversationNotificationEventListener
-
- getUsername() - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- getUserSubscriptionService() - Method in interface com.flowable.engage.api.EngageEngineConfigurationApi
-
- getUserSubscriptionService() - Method in interface com.flowable.engage.engine.EngageEngine
-
- getUserSubscriptionService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getUserSubscriptionService() - Method in class com.flowable.engage.engine.impl.EngageEngineImpl
-
- getVal() - Method in class com.flowable.engage.engine.impl.dto.Media
-
- getValue() - Method in enum com.flowable.engage.engine.impl.dto.MessageFlag
-
- getValue() - Method in enum com.flowable.engage.engine.impl.dto.MessageType
-
- getVariable(String, String) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
The variable value.
- getVariable(String, String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- GetVariableCmd - Class in com.flowable.engage.engine.impl.cmd
-
- GetVariableCmd(String, String) - Constructor for class com.flowable.engage.engine.impl.cmd.GetVariableCmd
-
- getVariables(String) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
All variables visible from the given conversation.
- getVariables() - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- getVariables(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- GetVariablesCmd - Class in com.flowable.engage.engine.impl.cmd
-
- GetVariablesCmd(String) - Constructor for class com.flowable.engage.engine.impl.cmd.GetVariablesCmd
-
- getVariableServiceConfiguration() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getVariableTypes() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- getVersion() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getVersion() - Static method in class com.flowable.engage.engine.EngageEngineVersion
-
Return the full version string of the present Engage engine codebase, or null
if it cannot be determined.
- getVersionInfo() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getVersionParentId() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- getWaId() - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- getWithAllParticipants() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getWithAllParticipantsSize() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- getWithAnyParticipants() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- GM - Static variable in interface com.flowable.engage.conversation.api.ConversationTypes
-
A group conversation is a conversation with a controlled number of participants.
- groupId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- icon - Variable in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- icon - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- id(String) - Method in interface com.flowable.engage.api.ConversationDefinitionQuery
-
- id(String) - Method in interface com.flowable.engage.api.notification.push.DeviceQuery
-
Query for devices for the given id.
- id(String) - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
Select a conversation with the given id.
- id - Variable in class com.flowable.engage.dto.conversation.ConversationResponse
-
- id - Variable in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- id - Variable in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- id - Variable in class com.flowable.engage.dto.message.ContentItemResponse
-
- id(String) - Method in interface com.flowable.engage.engine.impl.ArchiveConversationEventQuery
-
- id - Variable in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.ArchiveConversationEventQueryImpl
-
- id(String) - Method in interface com.flowable.engage.engine.impl.ArchiveJobEventQuery
-
- id - Variable in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- id - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- id - Variable in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- id - Variable in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionQueryImpl
-
- id - Variable in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- id - Variable in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- id - Variable in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- id - Variable in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- id - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- id - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- id - Variable in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.message.ReactionQueryImpl
-
- id - Variable in class com.flowable.engage.engine.impl.notification.ParticipantImpl
-
- id - Variable in class com.flowable.engage.engine.impl.notification.push.cmd.EnableDeviceCmd
-
- id - Variable in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- ID - Static variable in class com.flowable.engage.engine.impl.notification.push.DeviceQueryProperty
-
- id(String) - Method in interface com.flowable.engage.engine.impl.UserAnalyticsQuery
-
- id - Variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- id(String) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- id(String) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.ButtonMessageBuilder
-
The unique identifier of the button.
- id(String) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.SectionRowBuilder
-
The unique identifier of the row.
- id - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- id(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.ButtonMessageBuilderImpl
-
- id(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl
-
- id(String) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- id(String) - Method in interface com.flowable.engage.message.api.ReactionQuery
-
- IDENTITY_LINK_CONVERSATION_DEFINITION_SCOPE - Static variable in class com.flowable.engage.engine.impl.ConversationDefinitionServiceImpl
-
- IDENTITY_LINK_CONVERSATION_SCOPE - Static variable in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- identityLinks - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
The identity links for the action definition.
- identityLinks - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
The identity links for the conversation.
- identityLinkService - Variable in class com.flowable.engage.engine.impl.cmd.AddParticipantsToConversationCmd
-
- identityLinkServiceConfiguration - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- identityLinksInitialized - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- identityLinksInitialized - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- identityService - Variable in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- identityService - Variable in class com.flowable.engage.engine.impl.desk.bot.DeskManagementBot
-
- identityService - Variable in class com.flowable.engage.engine.impl.notification.ConversationNotificationEventListener
-
- identityService - Variable in class com.flowable.engage.external.system.line.rest.LineOutboundContentResource
-
- identityService - Variable in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- identityService - Variable in class com.flowable.engage.external.system.wechat.WeChatSenderMessageListener
-
- identityService - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppSenderMessageListener
-
- ImageLinkParameter - Class in com.flowable.engage.external.system.whatsapp.dto
-
- ImageLinkParameter(String) - Constructor for class com.flowable.engage.external.system.whatsapp.dto.ImageLinkParameter
-
- InboundErrorDto - Class in com.flowable.engage.external.system.dto
-
- InboundErrorDto() - Constructor for class com.flowable.engage.external.system.dto.InboundErrorDto
-
- InboundErrorHandler - Interface in com.flowable.engage.external.system.api
-
Handler for inbound errors from an external adapter.
- inboundErrorHandlers - Variable in class com.flowable.engage.external.system.service.InboundServiceImpl
-
- InboundMessage - Interface in com.flowable.engage.external.system.api
-
- InboundMessageAccountService - Interface in com.flowable.engage.external.system.service
-
Service for handling inbound messages for a particular account
- inboundMessageAccountService - Variable in class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- InboundMessageBuilder - Interface in com.flowable.engage.external.system.api
-
Builder for sending inbound messages (messages from external adapters) to the engage platform.
- InboundMessageBuilderImpl - Class in com.flowable.engage.external.system.service
-
- InboundMessageBuilderImpl(InboundMessageHandlerImpl) - Constructor for class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- InboundMessageDto - Class in com.flowable.engage.external.system.dto
-
- InboundMessageDto() - Constructor for class com.flowable.engage.external.system.dto.InboundMessageDto
-
- InboundMessageDto.Media - Class in com.flowable.engage.external.system.dto
-
- inboundMessageEventPayloadExtractor - Variable in class com.flowable.engage.external.system.service.EventRegistryInboundMessageAccountService
-
- InboundMessageEventPayloadExtractor - Interface in com.flowable.engage.external.system.service
-
- inboundMessageEventPayloadExtractor - Variable in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- InboundMessageHandler - Interface in com.flowable.engage.external.system.api
-
Message handler for inbound messages (messages from external adapters).
- inboundMessageHandler - Variable in class com.flowable.engage.external.system.line.LineMessageInboundEventHandler
-
- inboundMessageHandler - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- inboundMessageHandler - Variable in class com.flowable.engage.external.system.wechat.WeChatInboundJmsListener
-
- inboundMessageHandler - Variable in class com.flowable.engage.external.system.wechat.WeChatInboundMessageEventHandlerImpl
-
- inboundMessageHandler - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- InboundMessageHandlerImpl - Class in com.flowable.engage.external.system.service
-
- InboundMessageHandlerImpl(UserAccountService, InboundMessageRoutingService, InboundMessageAccountService, InboundUnsupportedMessageService) - Constructor for class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- inboundMessageRoutingService - Variable in class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- InboundMessageRoutingService - Interface in com.flowable.engage.external.system.service
-
A routing service for inbound messages from the external adapters.
- inboundMessageRoutingService - Variable in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- InboundMessageRoutingServiceImpl - Class in com.flowable.engage.external.system.service
-
- InboundMessageRoutingServiceImpl(MessageService, ConversationService, ExternalSystemContentService, EventRegistry, InboundMessageEventPayloadExtractor) - Constructor for class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- InboundMessageTenantExtractor - Interface in com.flowable.engage.external.system.service
-
A service provider interface hooking in the business logic to extract or resolve the tenant id out of a new inbound message not yet been mapped to a user
account object.
- InboundService - Interface in com.flowable.engage.external.system.api
-
Service responsible for providing the handlers for the different inbound handlers
for different external adapters.
- inboundService - Variable in class com.flowable.engage.external.system.line.LineInboundJmsListener
-
- inboundService - Variable in class com.flowable.engage.external.system.wechat.WeChatInboundJmsListener
-
- inboundService - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- InboundServiceImpl - Class in com.flowable.engage.external.system.service
-
- InboundServiceImpl(List<InboundStatusHandler>, List<InboundErrorHandler>) - Constructor for class com.flowable.engage.external.system.service.InboundServiceImpl
-
- InboundStatusDto - Class in com.flowable.engage.external.system.dto
-
- InboundStatusDto() - Constructor for class com.flowable.engage.external.system.dto.InboundStatusDto
-
- InboundStatusDto.ErrorDto - Class in com.flowable.engage.external.system.dto
-
- InboundStatusHandler - Interface in com.flowable.engage.external.system.api
-
Handler for inbound statuses from the external adapters
- inboundStatusHandlers - Variable in class com.flowable.engage.external.system.service.InboundServiceImpl
-
- inboundUnsupportedMessageService - Variable in class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- InboundUnsupportedMessageService - Interface in com.flowable.engage.external.system.service
-
- InboundUnsupportedMessageServiceImpl - Class in com.flowable.engage.external.system.service
-
- InboundUnsupportedMessageServiceImpl(InboundMessageRoutingService, MessageService, ExternalConversationService, TemplateService, PlatformIdentityService) - Constructor for class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- includeGroupBasedParticipants - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsCmd
-
- includeHistoricParticipants() - Method in interface com.flowable.engage.conversation.api.ConversationUserQuery
-
Includes participants that are not part of the current conversation, but have been part in the past.
- includeHistoricParticipants - Variable in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- includeHistoricParticipants() - Method in class com.flowable.engage.engine.impl.conversation.ConversationUserQueryImpl
-
- includeIdentityLinks() - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
- includeIdentityLinks - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- includeIdentityLinks() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- includeMessageAudits - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includeMessageAudits() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includeMessageAudits() - Method in interface com.flowable.engage.message.api.MessageQuery
-
Include the message audits for the queried messages
- includeOnlyStickyMessages - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includeOnlyStickyMessages() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includeOnlyStickyMessages() - Method in interface com.flowable.engage.message.api.MessageQuery
-
Query on sticky messages only.
- includePrivate - Variable in class com.flowable.engage.engine.impl.cmd.CountConversationsWithLastMessageBetweenCmd
-
- includePrivate - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
-
- includePrivate - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includePrivate() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includePrivate() - Method in interface com.flowable.engage.message.api.MessageQuery
-
Query all messages (even private ones).
- includeSticky - Variable in class com.flowable.engage.engine.impl.cmd.CountConversationsWithLastMessageBetweenCmd
-
- includeSticky - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
-
- includeSticky - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includeSticky() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- includeSticky() - Method in interface com.flowable.engage.message.api.MessageQuery
-
Query on sticky messages.
- includeUnreadCountsFor(String) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilterQuery
-
Include the unread counts for the given user.
- includeUnreadCountsFor(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- includeUnreadCountsForUser - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- includeUserBasedParticipants - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationParticipantsCmd
-
- includeVariables() - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
- includeVariables - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- includeVariables() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- increaseUnreadMessageCountsForConversation(ConversationEntity, MessageEntity) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManager
-
- increaseUnreadMessageCountsForConversation(ConversationEntity, MessageEntity) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityManagerImpl
-
- increaseUnreadMessageCountsForConversation(List<String>, String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.data.ConversationStatusDataManager
-
- increaseUnreadMessageCountsForConversation(List<String>, String) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.MybatisConversationStatusDataManager
-
- index - Variable in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- index(int) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppTemplateMessageBuilder.ButtonComponentBuilder
-
Sets the index of the button.
- index - Variable in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- index - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppTemplateMessageBuilderImpl.ButtonComponentBuilderImpl
-
- index(int) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppTemplateMessageBuilderImpl.ButtonComponentBuilderImpl
-
- IndexingCleanupExtension - Class in com.flowable.engage.engine.test
-
JUnit Jupiter extension for the Flowable Platform that takes care
of making sure no indexing data lingers before or after each test.
- IndexingCleanupExtension() - Constructor for class com.flowable.engage.engine.test.IndexingCleanupExtension
-
- indexingEnabled - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- indexingService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- indexingService - Variable in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- indexManager - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- indexManager - Variable in class com.flowable.engage.engine.impl.indexing.ConversationIndexingServiceImpl
-
- indexName - Variable in class com.flowable.engage.engine.impl.cmd.ReindexConversationsCmd
-
- indexName - Variable in class com.flowable.engage.engine.impl.cmd.ReindexMessagesCmd
-
- INHERITED - Static variable in interface com.flowable.engage.conversation.api.PermissionTypes
-
The default, inherited permission type uses the very same permissions for ALL messages within a conversation,
even if it changes over time.
- INHERITED_AND_IMMUTABLE - Static variable in interface com.flowable.engage.conversation.api.PermissionTypes
-
This permission type uses the same permissions for messages as the conversation itself, but does not update them
on the messages, if they change over time in the conversation.
- init() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- init(EngageEngineConfiguration) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- init() - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- initAsyncHistoryExecutor() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initAsyncHistorySessionFactory() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initConversationDefinitionModelCache() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initConversationDefinitionModelManager() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initConversationFilterFactory() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initConversationQueryTemplateHandler() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initConversationService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initConversationStarterHelper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initDataManagers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initDbSqlSessionFactoryEntitySettings() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initDefaultAsyncHistoryListener() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initDefaultCommandConfig() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initDefaultHistoryJsonTransformers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initEngageIndexingScheduler() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initEngine() - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- initEntityManagers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initEventDispatcher() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initExternalMessageSendHelper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initFormKey - Variable in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- initHistoryJobHandlers() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initializeDeskConversation(String) - Method in interface com.flowable.engage.engine.impl.desk.DeskService
-
Invoked by the generic conversation listener to initialize the given desk conversation.
- initializeDeskConversation(String) - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- initializeTicketConversation(String, String) - Method in interface com.flowable.engage.engine.impl.desk.DeskService
-
Invoked by the generic conversation listener to initialize the given ticket conversation.
- initializeTicketConversation(String, String) - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- InitializeTicketConversationCmd - Class in com.flowable.engage.engine.impl.desk.cmd
-
Initializes a newly created ticket conversation as a child of a desk conversation.
- InitializeTicketConversationCmd(String, String, String) - Constructor for class com.flowable.engage.engine.impl.desk.cmd.InitializeTicketConversationCmd
-
- initIdentityLinkServiceConfiguration() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initIndexQueryService() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initJobServiceConfiguration() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initLatestMessageTemplate() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- initMessageSendHelper() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initMybatisTypeHandlers(Configuration) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initNotificationEvaluatorProvider() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initProviders() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initSchema() - Method in class com.flowable.engage.engine.impl.db.EngageDbSchemaManager
-
- initSchemaManagementCommand() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initSchemaManager() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initServices() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initSessionFactories() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initStandardConversationFilters() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- initTaskExecutor() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initTemplateLoader() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initTemporaryMessageHandling() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initTransactionContextFactory() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initVariableServiceConfiguration() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- initVariableTypes() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- InMemoryUserSubscriptionService - Class in com.flowable.engage.engine.impl.profile.subscription
-
An in memory user subscription service.
- InMemoryUserSubscriptionService() - Constructor for class com.flowable.engage.engine.impl.profile.subscription.InMemoryUserSubscriptionService
-
- INSERT_ORDER - Static variable in class com.flowable.engage.engine.impl.db.EntityDependencyOrder
-
- INTERACTIVE_BUTTON_REPLY - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- INTERACTIVE_LIST_REPLY - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- INTERACTIVE_MESSAGE - Static variable in interface com.flowable.engage.external.system.whatsapp.dto.WhatsAppExternalEventTypes
-
- INTERACTIVE_OUTCOME - Static variable in class com.flowable.engage.external.system.service.DefaultInboundMessageEventPayloadExtractor
-
- INTERACTIVE_TYPE - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- interactiveMessage - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl
-
- interactiveOutcome(String) - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
An interactive event outcome value.
- interactiveOutcome - Variable in class com.flowable.engage.external.system.dto.InboundMessageDto
-
This contains the content of an interactive reaction from the user.
- interactiveOutcome - Variable in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- interactiveOutcome(String) - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- INTERNAL_MESSAGE - Static variable in interface com.flowable.engage.message.api.DataSubTypes
-
- InternalInboundStatuses - Interface in com.flowable.engage.external.system.dto
-
- INVALID - Static variable in interface com.flowable.engage.external.system.dto.InternalInboundStatuses
-
Internal inbound status indicating that there was something invalid in the message.
- invokeBot(HistoricActionInstance, ActionDefinition, Map<String, Object>) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- invokeBot(HistoricActionInstance, ActionDefinition, Map<String, Object>) - Method in class com.flowable.engage.engine.impl.bot.SignalProcessBot
-
- invokeBot(HistoricActionInstance, ActionDefinition, Map<String, Object>) - Method in class com.flowable.engage.engine.impl.desk.bot.DeskManagementBot
-
- invokeBot(HistoricActionInstance, ActionDefinition, Map<String, Object>) - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBot
-
- IOS - Static variable in interface com.flowable.engage.api.notification.push.DeviceOS
-
- IS_TYPING - Static variable in interface com.flowable.platform.notification.api.NotificationMessageTypes
-
- isAcceptableType(IdentityLinkEntity) - Static method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- isAlwaysSendSystemEvent() - Method in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- isAsyncHistoryEnabled() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryExecutorActivate() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryExecutorAsyncJobAcquisitionEnabled() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryExecutorMessageQueueMode() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryExecutorResetExpiredJobsEnabled() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryJsonGroupingEnabled - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryJsonGroupingEnabled() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryJsonGzipCompressionEnabled - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isAsyncHistoryJsonGzipCompressionEnabled() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isBot() - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
Deprecated.
- isBothAccessibleByUserAndGroups() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- isChannel(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isContentAvailable() - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- isDefault - Variable in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- isDefault() - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- isDefault() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- isDefault() - Method in interface com.flowable.engage.engine.impl.indexing.ConversationFilter
-
- isDefault() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterImpl
-
- isDefaultFilter() - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- isDesk(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isDeskInitializationListenerActive() - Method in class com.flowable.engage.engine.impl.desk.DeskConversationListener
-
Hook method to activate or deactivate the desk initialization listener.
- isDesktopNotification() - Method in interface com.flowable.engage.api.notification.NotificationInfo
-
Whether the given user needs to receive a desktop notification.
- isDesktopNotification() - Method in class com.flowable.engage.engine.impl.notification.NotificationInfoImpl
-
- isDesktopNotification() - Method in class com.flowable.platform.notification.api.BaseNotification
-
- isDesktopNotification() - Method in interface com.flowable.platform.notification.api.Notification
-
true
if a desktop notification is needed.
- isDirect(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isDiscussion(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isDuplicateMessage(String) - Method in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- isDuplicateMessage(String) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- isEnabled() - Method in interface com.flowable.engage.api.notification.push.Device
-
Whether the device is enabled (i.e.
- isEnabled() - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- isEnabled() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceRegistrationImpl
-
- isEnabled() - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- isEnabled() - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- isEnabled() - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Timeout
-
- isEnabled() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Timeout
-
- isEnableMarkMessageAsRead() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- isExcludePrivate() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- isExcludeSticky() - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- isFailOnException() - Method in class com.flowable.engage.engine.delegate.event.impl.AbstractFlowableEngageEngineEventListener
-
- isFailOnException() - Method in class com.flowable.engage.engine.impl.notification.MessageSendEventListener
-
- isFailOnException() - Method in class com.flowable.engage.external.system.wechat.WeChatSenderMessageListener
-
- isFailOnException() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppMessageReadEventListener
-
- isFailOnException() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppSenderMessageListener
-
- isFalse() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
We can't use false
in SQL in a DB agnostic way.
- isFalse() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
We can't use false
in SQL in a DB agnostic way.
- isFixed(String) - Static method in interface com.flowable.engage.conversation.api.JoiningTypes
-
- isFromBeginning() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- isFromNow() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- isGroup(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isHasNotLeft() - Method in class com.flowable.engage.engine.impl.conversation.ConversationRegistryEntryQueryImpl
-
- isHidden() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- isHidden() - Method in interface com.flowable.engage.message.api.Message
-
A flag indicating whether a message should be hidden (i.e.
- isHistoricFilter() - Method in class com.flowable.engage.engine.impl.action.ConversationActionFilter
-
- isIdentityLinksInitialized() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- isIdentityLinksInitialized() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- isIncludeIdentityLinks() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- isIncludeMessageAudits() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- isIncludePrivate() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- isIncludeSticky() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- isIncludeVariables() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- isIndexingDisabled() - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- isIndexingEnabled() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isIndexingEnabled() - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- isInitialized - Static variable in class com.flowable.engage.engine.EngageEngines
-
- isInitialized() - Static method in class com.flowable.engage.engine.EngageEngines
-
- isJsonVariableTypeTrackObjects() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isMarkAsRead() - Method in interface com.flowable.engage.api.notification.NotificationInfo
-
Whether the message should be marked as read after sending the notification
- isMarkAsRead() - Method in class com.flowable.engage.engine.impl.notification.NotificationInfoImpl
-
- isMessageAuditsInitialized() - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- isMessageAuditsInitialized() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- isMessageDelivered() - Method in interface com.flowable.platform.notification.api.DeliveryContext
-
Whether a message has already been delivered.
- isMobileNotification() - Method in interface com.flowable.engage.api.notification.NotificationInfo
-
Whether a mobile notification is needed for the user.
- isMobileNotification() - Method in class com.flowable.engage.engine.impl.notification.NotificationInfoImpl
-
- isMobileNotification() - Method in class com.flowable.platform.notification.api.BaseNotification
-
- isMobileNotification() - Method in interface com.flowable.platform.notification.api.Notification
-
true
if a mobile notification is needed.
- isMultiTenantEnabled() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isNewConversation() - Method in interface com.flowable.engage.conversation.api.ConversationHolder
-
If this conversation was newly created, this method returns true
, for an existing one, it will return false
.
- isNewConversation() - Method in interface com.flowable.engage.conversation.api.tag.ConversationTagEvaluationContext
-
Returns true
if this is a newly initialized conversation and this is the first time its tags are
evaluated.
- isNewConversation() - Method in class com.flowable.engage.engine.impl.conversation.ConversationHolderImpl
-
- isNewConversation() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationBuilderBasedTagEvaluationContext
-
- isNewConversation() - Method in class com.flowable.engage.engine.impl.conversation.tag.ConversationEntityBasedTagEvaluationContext
-
- isNewTicket - Variable in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- isNewTicket() - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractTicketCmd
-
- isNotType - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- isNotType(String) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- isNotType(String) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- isOnlyEnabled() - Method in class com.flowable.engage.engine.impl.notification.push.DeviceQueryImpl
-
- isOpen(String) - Static method in interface com.flowable.engage.conversation.api.JoiningTypes
-
- isOwner(String) - Static method in interface com.flowable.engage.conversation.api.JoiningTypes
-
This joining type allows a custom behavior, e.g.
- isParticipants(String) - Static method in interface com.flowable.engage.conversation.api.JoiningTypes
-
- isPassed() - Method in class com.flowable.engage.message.api.temporary.BaseTemporaryMessageProcessResult
-
- isPassed() - Method in interface com.flowable.engage.message.api.temporary.TemporaryMessageProcessResult
-
Check if the temporary message process is passed
- isPinned() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns true, if this conversation is pinned by the current user.
- isPinned() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- isPrivate() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- isPrivate - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- isPrivate() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- isPrivate() - Method in interface com.flowable.engage.message.api.Message
-
Returns true
if this is a private data object with a explicit and specific set of permissions other
than its parent (source).
- isProcessed() - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- isProcessed() - Method in interface com.flowable.engage.message.api.temporary.TemporaryMessage
-
Boolean marking whether the temporary message has been processed.
- isRegistryEntryApplicable(Date) - Method in class com.flowable.engage.engine.impl.cmd.ReindexMessagesCmd
-
- isRequiresIdentityLinks() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- isRetained(ConversationRegistryEntryEntity, Object) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.impl.cache.ConversationRegistryEntryByConversationIdMatcher
-
- isRunning() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isSelf(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isSerializableVariableTypeTrackDeserializedObjects() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- isSplittingChar(char) - Method in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
- isStarred() - Method in interface com.flowable.engage.conversation.api.Conversation
-
Returns true, if this conversation is starred by the current user.
- isStarred() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- isSticky() - Method in class com.flowable.engage.dto.message.MessageResponse
-
- isSticky() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- isSticky() - Method in interface com.flowable.engage.message.api.Message
-
Returns true
if this is a sticky data object, false
(or null
for a default, regular
data object, most likely ordered around the value or update timestamp.
- isStickyMessage() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- isTemporary() - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- isTemporary() - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- isTemporary() - Method in interface com.flowable.engage.message.api.Message
-
Whether this message is a temporary message.
- isTicket(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isTicketMessageListenerActive() - Method in class com.flowable.engage.engine.impl.desk.DeskConversationListener
-
Hook method to activate or deactivate the ticketing message listener.
- isTopic(String) - Static method in interface com.flowable.engage.conversation.api.ConversationTypes
-
- isTrue() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
We can't use true
in SQL in a DB agnostic way.
- isTrue() - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- isUpdateConversationLastMessageTime() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendNotificationEvent
-
- isUpdateConversationLastMessageTime() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendNotificationEventImpl
-
- isUpdateUnreadCount() - Method in interface com.flowable.engage.api.delegate.event.FlowableSendNotificationEvent
-
- isUpdateUnreadCount() - Method in class com.flowable.engage.engine.delegate.event.impl.FlowableSendNotificationEventImpl
-
- isUserDefinitionKeySet() - Method in class com.flowable.engage.engine.impl.indexing.ConversationFilterQueryImpl
-
- isVariablesInitialized() - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- isVariablesInitialized() - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- isWeChatAccount(String) - Method in class com.flowable.engage.external.system.wechat.WeChatSenderMessageListener
-
- isWhatsAppAccount(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppSenderMessageListener
-
- isWithoutFilter() - Method in class com.flowable.engage.engine.impl.conversation.ConversationStatusQueryImpl
-
- isWithoutMessages() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- isWithoutParent() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- isWithoutTenantId() - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- sample - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- save() - Method in interface com.flowable.engage.conversation.api.ConversationParticipantBuilder
-
Executes all collected join and drop commands and saves them.
- save() - Method in class com.flowable.engage.engine.impl.conversation.ConversationParticipantBuilderImpl
-
- scheduleConversationDeletion(String) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleConversationDeletion(String) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleConversationIndexing(ConversationEntity) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleConversationIndexing(ConversationEntity, String) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleConversationIndexing(ConversationEntity) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleConversationIndexing(ConversationEntity, String) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleConversationLastMessageUpdate(ConversationEntity) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleConversationLastMessageUpdate(ConversationEntity) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleConversationsParticipantAvatarUpdate(PlatformUser, PlatformUser) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleConversationsParticipantAvatarUpdate(PlatformUser, PlatformUser) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleConversationsParticipantUpdate(PlatformUser, PlatformUser) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleConversationsParticipantUpdate(PlatformUser, PlatformUser) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleMessageDeletion(String) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleMessageDeletion(String) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleMessageIndexing(ConversationEntity, MessageEntity) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleMessageIndexing(ConversationEntity, MessageEntity, String) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleMessageIndexing(MessageEntity, Collection<String>, Collection<String>, String) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleMessageIndexing(ConversationEntity, MessageEntity) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleMessageIndexing(ConversationEntity, MessageEntity, String) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleMessageIndexing(MessageEntity, Collection<String>, Collection<String>, String) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleMessagesParticipantAdded(ConversationEntity, Collection<String>, Date) - Method in interface com.flowable.engage.engine.impl.indexing.EngageIndexingScheduler
-
- scheduleMessagesParticipantAdded(ConversationEntity, Collection<String>, Date) - Method in class com.flowable.engage.engine.impl.indexing.EngageIndexingSchedulerImpl
-
- scheduleTemporaryMessageHandling(TemporaryMessage) - Method in class com.flowable.engage.engine.impl.message.DefaultMessageSendHelper
-
- scheduleTemporaryMessageHandling(TemporaryMessage) - Method in interface com.flowable.engage.engine.impl.message.MessageSendHelper
-
Schedule the temporary message handling.
- SchemaOperationsEngageEngineBuild - Class in com.flowable.engage.engine.impl.cmd
-
- SchemaOperationsEngageEngineBuild() - Constructor for class com.flowable.engage.engine.impl.cmd.SchemaOperationsEngageEngineBuild
-
- scope(String, String) - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- scope(String, String) - Method in interface com.flowable.engage.message.api.MessageBuilder
-
Set an explicit scope for a referenced action definition to be passed on to the action instance, if created when posting this message.
- scopeId - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- scopeType - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- scopeType - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- searchQuery(String) - Method in interface com.flowable.engage.engine.impl.indexing.ConversationSearchQuery
-
The full text search query
- searchQuery(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationSearchQueryImpl
-
- searchService - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- searchService - Variable in class com.flowable.engage.engine.impl.indexing.ConversationFilterServiceImpl
-
- searchService - Variable in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryServiceImpl
-
- searchService - Variable in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryServiceImpl
-
- searchText - Variable in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- Section() - Constructor for class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Section
-
- section - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl
-
- sectionBuilder - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl
-
- SectionBuilderImpl(WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl) - Constructor for class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl
-
- sectionId - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- SectionRowBuilderImpl(WhatsAppInteractiveMessageBuilderImpl.SectionBuilderImpl) - Constructor for class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.SectionRowBuilderImpl
-
- sections - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- SELF - Static variable in interface com.flowable.engage.conversation.api.ConversationTypes
-
A conversation where the creator (owner) is the only participant.
- send(String) - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- send() - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
Perform the actual message send to the engage platform
- send(Object, String) - Method in class com.flowable.engage.external.system.line.LineJmsExternalConversationSystemAdapter
-
- send() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- send(InboundMessage) - Method in class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- send() - Method in interface com.flowable.engage.external.system.wechat.api.WeChatTemplateMessageBuilder
-
Perform the send of the template message.
- send() - Method in class com.flowable.engage.external.system.wechat.WeChatTemplateMessageBuilderImpl
-
- send() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.ButtonMessageBuilder
-
Perform the sending of the interactive message to the WhatsApp Adapter.
- send() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppInteractiveMessageBuilder.ListMessageBuilder
-
Perform the sending of the interactive message to the WhatsApp Adapter.
- send() - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppTemplateMessageBuilder
-
Perform the send of the template message.
- send() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.ButtonMessageBuilderImpl
-
- send() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInteractiveMessageBuilderImpl.ListMessageBuilderImpl
-
- send(Object, String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- send() - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppTemplateMessageBuilderImpl
-
- send(String) - Method in interface com.flowable.engage.message.api.MessageBuilder
-
Creates and sends the message to the specified conversation.
- SendActionMessageToConversationCmd - Class in com.flowable.engage.engine.impl.cmd
-
- SendActionMessageToConversationCmd(MessageBuilderImpl) - Constructor for class com.flowable.engage.engine.impl.cmd.SendActionMessageToConversationCmd
-
- SendConversationNotificationCmd - Class in com.flowable.engage.engine.impl.cmd
-
- SendConversationNotificationCmd(Message, Conversation) - Constructor for class com.flowable.engage.engine.impl.cmd.SendConversationNotificationCmd
-
- senderId - Variable in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- senderId - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- senderId(String) - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- senderId - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- senderId(String) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- senderId - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- senderId - Variable in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- senderId(String) - Method in interface com.flowable.engage.message.api.MessageBuilder
-
- senderId(String) - Method in interface com.flowable.engage.message.api.MessageQuery
-
Query all messages send by the user with the senderId
.
- senderIdIn(Collection<String>) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- senderIdIn(Collection<String>) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- senderIdNotIn(Collection<String>) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- senderIdNotIn(Collection<String>) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- senderIds - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- senderName - Variable in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- SendExternalSystemMessageCmd - Class in com.flowable.engage.engine.impl.cmd
-
- SendExternalSystemMessageCmd(String, String) - Constructor for class com.flowable.engage.engine.impl.cmd.SendExternalSystemMessageCmd
-
- sendInternalUnsupportedMessageInConversation(String, InboundMessage, UserAccount) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- sendMediaMessage(String) - Method in interface com.flowable.engage.external.system.api.ExternalMessageBuilder
-
Perform sending of media message
- sendMediaMessage(String) - Method in class com.flowable.engage.external.system.common.BaseExternalMessageBuilder
-
- SendMediaMessageToConversationCmd - Class in com.flowable.engage.engine.impl.cmd
-
- SendMediaMessageToConversationCmd(MessageBuilderImpl) - Constructor for class com.flowable.engage.engine.impl.cmd.SendMediaMessageToConversationCmd
-
- sendMessage(String, String) - Method in interface com.flowable.engage.engine.impl.conversation.ExternalConversationService
-
Invoked by the engagement system to send a message to an external user account.
- sendMessage(String, String) - Method in class com.flowable.engage.engine.impl.conversation.ExternalConversationServiceImpl
-
- sendMessage() - Method in interface com.flowable.engage.external.system.api.ExternalMessageBuilder
-
Perform sending a normal text message
- sendMessage() - Method in class com.flowable.engage.external.system.common.BaseExternalMessageBuilder
-
- sendMessage(DeliveryContext<?>) - Method in interface com.flowable.platform.notification.api.MessageDeliverer
-
Perform sending of a message using the provided delivery context.
- sendMessageDuringCommitting(OutboundMessageDto) - Method in class com.flowable.engage.external.system.line.LineJmsExternalConversationSystemAdapter
-
- sendMessageDuringCommitting(OutboundMessageDto) - Method in class com.flowable.engage.external.system.wechat.WeChatJmsExternalConversationSystemAdapter
-
- sendMessageDuringCommitting(OutboundMessageDto) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- sendMessageForStatus(String, InboundStatusDto) - Method in class com.flowable.engage.external.system.line.LineInboundStatusHandler
-
- sendMessageForStatus(String, InboundStatusDto) - Method in class com.flowable.engage.external.system.wechat.WeChatInboundStatusHandler
-
- sendMessageForStatus(String, InboundStatusDto) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundStatusHandler
-
- SendMessageToConversationCmd - Class in com.flowable.engage.engine.impl.cmd
-
- SendMessageToConversationCmd(MessageBuilderImpl) - Constructor for class com.flowable.engage.engine.impl.cmd.SendMessageToConversationCmd
-
- sendNotification(Message, Conversation) - Method in interface com.flowable.engage.conversation.api.ConversationNotificationService
-
Send a notification for the given message in the given conversation
- sendNotification(Message, Conversation) - Method in class com.flowable.engage.engine.impl.conversation.ConversationNotificationServiceImpl
-
- sendNotification(String, Notification, NotificationMessageProvider<T>) - Method in interface com.flowable.platform.notification.api.NotificationService
-
Send a notification based on the given
Notification
with the
message
as a content.
- sendOutboundMessage(OutboundMessageDto) - Method in class com.flowable.engage.external.system.common.BaseExternalMessageBuilder
-
- sendOutboundMessage(OutboundMessageDto) - Method in class com.flowable.engage.external.system.line.LineExternalMessageBuilder
-
- sendOutboundMessage(OutboundMessageDto) - Method in class com.flowable.engage.external.system.line.LineJmsExternalConversationSystemAdapter
-
- sendOutboundMessage(OutboundMessageDto) - Method in class com.flowable.engage.external.system.wechat.WeChatExternalMessageBuilder
-
- sendOutboundMessage(OutboundMessageDto) - Method in class com.flowable.engage.external.system.wechat.WeChatJmsExternalConversationSystemAdapter
-
- sendOutboundMessage(OutboundMessageDto) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppExternalMessageBuilder
-
- sendOutboundMessage(OutboundMessageDto) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppJmsExternalConversationSystemAdapter
-
- sendPrivateUnsupportedMessageInConversation(String, InboundMessage, UserAccount) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- sendTemplateMessage(String, String, Map<String, Object>, String, String) - Method in class com.flowable.engage.engine.impl.notification.ConversationNotificationEventListener
-
- sendUnsupported() - Method in interface com.flowable.engage.external.system.api.InboundMessageBuilder
-
Perform sending the message as an unsupported type.
- sendUnsupported() - Method in class com.flowable.engage.external.system.service.InboundMessageBuilderImpl
-
- sendUnsupported(InboundMessage) - Method in class com.flowable.engage.external.system.service.InboundMessageHandlerImpl
-
- sendUnsupportedMessageDirectlyToUser(InboundMessage, UserAccount) - Method in class com.flowable.engage.external.system.service.InboundUnsupportedMessageServiceImpl
-
- SENT - Static variable in interface com.flowable.engage.external.system.dto.InternalInboundStatuses
-
Internal inbound status indicating that sending the message
was successful.
- sentAfter - Variable in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- sentBefore - Variable in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- serializableVariableTypeTrackDeserializedObjects - Variable in class com.flowable.engage.engine.EngageEngineConfiguration
-
- sessionId - Variable in class com.flowable.engage.engine.impl.cmd.UserDisconnectedCmd
-
- setAccessToken(String) - Method in class com.flowable.engage.external.system.dto.AccessTokenResponseMessageDto
-
- setAccessToken(String) - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- setAccessTokenType(String) - Method in class com.flowable.engage.external.system.dto.AccessTokenResponseMessageDto
-
- setAccessTokenType(String) - Method in class com.flowable.engage.external.system.dto.GetAccessTokenMessageDto
-
- setAccessTokenType(String) - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- setAccountId(String) - Method in class com.flowable.engage.external.system.dto.GetAccessTokenMessageDto
-
- setAccountId(String) - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- setAction(WhatsAppInteractiveMessageDto.Action) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto
-
- setActionDefinitionId(String) - Method in class com.flowable.engage.engine.impl.dto.ActionDTO
-
- setActionDefinitionId(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setActionInstanceId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setActionInstanceId(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setActionInstanceId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setActionInstanceId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setActionPermissions(Map<String, Set<String>>) - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- setActions(List<ActionDTO>) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setAlwaysSendSystemEvent(boolean) - Method in class com.flowable.engage.external.system.service.InboundMessageRoutingServiceImpl
-
- setAmount(BigDecimal) - Method in class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
- setApplicationContext(ApplicationContext) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setApplicationId(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setApplicationId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setApplicationId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setArchiveConversationEventDataManager(ArchiveConversationEventDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setArchiveConversationEventEntityManager(ArchiveConversationEventEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setArchived(Boolean) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setArchiveJobEventDataManager(ArchiveJobEventDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setArchiveJobEventEntityManager(ArchiveJobEventEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setAssignedGroupId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setAssigneeId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setAssigneeId(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setAsyncHistoryEnabled(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutor(AsyncExecutor) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorActivate(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorAsyncJobAcquisitionEnabled(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorAsyncJobLockTimeInMillis(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorDefaultAsyncJobAcquireWaitTime(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorDefaultQueueSizeFullWaitTime(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorLockOwner(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorMessageQueueMode(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorNumberOfRetries(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorResetExpiredJobsEnabled(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorResetExpiredJobsInterval(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorResetExpiredJobsPageSize(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryExecutorSecondsToWaitOnShutdown(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryJsonGroupingEnabled(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryJsonGroupingThreshold(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryJsonGzipCompressionEnabled(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAsyncHistoryListener(AsyncHistoryListener) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setAttachmentCount(Integer) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setAttachmentCount(Integer) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setAvatarId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setAvatarId(String) - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- setAvatarId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setAvatarId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setAvatarUrl(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setBaseContentPublicUrl(String) - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- setBaseContentUrl(String) - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- setBaseContentUrl(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- setBaseContentUrl(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- setBodyParameters(List<WhatsAppTemplateParameter>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- setBusinessAccountId(String) - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- setBusinessAccountId(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setBusinessAccountId(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setBusinessAccountId(String) - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- setBusinessAccountId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- setBusinessAccountId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- setBusinessAccountId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppMarkMessageAsReadRequest
-
- setButton(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- setButtons(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- setButtons(List<Button>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- setCalendar(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
-
- setCategory(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setCategory(Category) - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- setCategory(Category) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setCategory(Category) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setClassUserDefinitionDeployment(List<ConversationDefinition>) - Method in class com.flowable.engage.engine.test.EngageTestHelper
-
- setCode(String) - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- setCode(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- setCode(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
- setContact(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- setContacts(List<String>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- setContacts(List<WhatsAppContactVerificationResponse.ContactDto>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- setContent(ContentDTO) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setContent(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setContent(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setContent(String) - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- setContent(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Header
-
- setContentAvailable(boolean) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setContentStoreId(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setContentStoreName(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setContentTokenExpirationDuration(Duration) - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- setContentTokenSigningSecret(String) - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- setConversationCount(long) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- setConversationCount(long) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- setConversationCount(long) - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- setConversationCount(long) - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- setConversationDataManager(ConversationDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setConversationDefinitionDataManager(ConversationDefinitionDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setConversationDefinitionEntityManager(ConversationDefinitionEntityManager) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- setConversationDefinitionId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setConversationDefinitionId(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setConversationDefinitionId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setConversationDefinitionId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setConversationDefinitionJson(String) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationObject
-
- setConversationDefinitionModel(ConversationDefinitionModel) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionRegistrationObject
-
- setConversationDefinitionModelCache(DeploymentCache<ConversationDefinitionModel>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationDefinitionModelCache(DeploymentCache<ConversationDefinitionModel>) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- setConversationDefinitionModelCacheLimit(int) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationDefinitionModelManager(ConversationDefinitionModelManager) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationDefinitionService(ConversationDefinitionService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationEntityManager(ConversationEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setConversationEntityManager(ConversationDefinitionEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setConversationFilterDefinitions(Resource[]) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationFilterFactory(ConversationFilterFactory) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationFilters(Set<String>) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setConversationFilterService(ConversationFilterService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationId(String) - Method in class com.flowable.engage.dto.conversation.ConversationLastReadStatusResponse
-
- setConversationId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setConversationId(String) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setConversationId(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setConversationId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setConversationId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setConversationId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setConversationId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setConversationId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setConversationId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setConversationId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setConversationId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setConversationId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setConversationId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setConversationIndexingService(ConversationIndexingService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationIndexQueryService(ConversationIndexQueryService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationName(String) - Method in class com.flowable.engage.dto.message.MessageComplianceResponse
-
- setConversationNotificationService(ConversationNotificationService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationPermissionService(ConversationPermissionService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationQueryTemplateHandler(ConversationQueryTemplateHandler) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- SetConversationReferenceCmd - Class in com.flowable.engage.engine.impl.cmd
-
Sets or updates the referenced work item of a conversation using its id, type and optional definition id.
- SetConversationReferenceCmd(String, String, String, String) - Constructor for class com.flowable.engage.engine.impl.cmd.SetConversationReferenceCmd
-
- setConversationRegistryEntryDataManager(ConversationRegistryEntryDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setConversationRegistryEntryEntityManager(ConversationRegistryEntryEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setConversationRegistryEntryService(ConversationRegistryEntryService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationResultMapper(ConversationResultMapper) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationService(ConversationService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationStarterHelper(ConversationStarterHelper) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setConversationStatusDataManager(ConversationStatusDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setConversationStatusEntityManager(ConversationStatusEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setConversationTagProviders(List<ConversationTagProvider>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setCreated(Instant) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setCreatedAt(Date) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setCreatedAt(Date) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setCreatedAt(Date) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setCreatedBy(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setCreationTime(Instant) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setCreationTime(Instant) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setCreationTime(Instant) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setCreationTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- setCreationTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- setCreatorId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setCreatorId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setCreatorId(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setCreatorId(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setCreatorId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setCreatorId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setCreatorId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setCreatorId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setCreatorId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setCreatorId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setCreatorId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setCreatorId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setCreatorId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setCreatorId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setCustomHistoryJobHandlers(List<HistoryJobHandler>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setCustomHistoryJsonTransformers(List<HistoryJsonTransformer>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setCustomPostVariableTypes(List<VariableType>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setCustomPreVariableTypes(List<VariableType>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDataCount(long) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- setDataCount(long) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- setDataSource(DataSource) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDateTime(LocalDateTime) - Method in class com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
-
- setDecisionKeyArchiveConversationPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyCreateConversationPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyDefaultPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyDropParticipantPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyEditMessagePermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyInviteParticipantPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyJoinParticipantPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyPostDocumentPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyPostImagePermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyPostMessagePermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyPostVideoMessagePermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyPostVoiceMessagePermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDecisionKeyReopenConversationPermissions(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDefault(boolean) - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- setDefaultFilter(boolean) - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- setDefaultLabelName(String) - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- setDefaultLabelName(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- setDefaultValue(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.TextParameter
-
- setDefinitionContent(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setDefinitionContent(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setDeploymentMode(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDeploymentName(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDeploymentResources(Resource[]) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDeploymentStrategies(Collection<AutoDeploymentStrategy<EngageEngine>>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDescription(String) - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- setDescription(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setDescription(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- setDescription(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setDescription(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setDescription(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setDescription(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setDescription(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- setDeskService(DeskService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDetails(String) - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- setDetails(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- setDeviceDataManager(DeviceDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setDeviceEntityManager(DeviceEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setDeviceOS(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setDeviceOS(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setDeviceOS(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setDeviceService(DeviceService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setDigitalAssistantUserId(String) - Method in class com.flowable.engage.engine.impl.bot.ConversationManagementBot
-
- setDigitalAssistantUserId(String) - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- setDisplayName(String) - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- setDisplayName(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationParticipant
-
- setDocumentId(String) - Method in class com.flowable.engage.engine.impl.dto.Media
-
- setEditedAt(Date) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setEditedAt(Date) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setEmojiId(String) - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- setEmojis(List<LineInboundMessageDto.Emoji>) - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto
-
- setEmojiType(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setEnabled(boolean) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setEnabled(boolean) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setEnabled(boolean) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setEnabled(boolean) - Method in class com.flowable.engage.external.system.line.LineProperties.OutboundContent
-
- setEnabled(boolean) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Timeout
-
- setEnabled(boolean) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Timeout
-
- setEnabledMessageTypes(Map<String, Boolean>) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setEnabledMessageTypes(Map<String, Boolean>) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setEnabledMessageTypes(Map<String, Boolean>) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setEnableMarkMessageAsRead(boolean) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setEndTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- setEndTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- setEndTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- setEndTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- setEngageIndexingScheduler(EngageIndexingScheduler) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setEngineConfiguration(EngageEngineConfiguration) - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- setErrors(List<InboundStatusDto.ErrorDto>) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setErrors(List<InboundStatusDto.ErrorDto>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- setEventCount(Integer) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setEventCount(Integer) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setExcludePrivate(boolean) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- setExcludeSticky(boolean) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- setExpiryDate(Long) - Method in class com.flowable.engage.external.system.dto.AccessTokenResponseMessageDto
-
- setExpiryDate(long) - Method in class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- setExportedCount(int) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setExportedCount(int) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setExternalConversationService(ExternalConversationService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setExternalId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setExternalId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setExternalId(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setExternalId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setExternalId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setExternalId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setExternalId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setExternalId(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setExternalMedia(InboundMessageDto.Media) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setExternalMessageId(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setExternalMessageSendHelper(ExternalMessageSendHelper) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setExternalUserId(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setExternalUserId(String) - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- setExtraInfo(Map<String, Object>) - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- setExtraInfo(Map<String, Object>) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setFallbackName(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setFallbackName(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setFallbackName(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setFallbackName(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setFallbackValue(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.CurrencyParameter
-
- setFallbackValue(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.DateTimeParameter
-
- setFileName(String) - Method in class com.flowable.engage.engine.impl.dto.Media
-
- setFilterId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setFilterId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setFilters(List<ConversationFilterDTO>) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setFirstName(String) - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- setFlags(Set<MessageFlag>) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setFooter(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto
-
- setFooterParameters(List<WhatsAppTemplateParameter>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- setFormInstanceId(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setFormKey(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setForms(Map<String, String>) - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- setFromBeginning() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- setFromDuration(Duration) - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- setFromMessageId(String) - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- setFromNow() - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- setFromPastMessagesCount(Integer) - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- setFromTime(Date) - Method in class com.flowable.engage.engine.impl.conversation.JoinParticipantsData
-
- setGetAccessToken(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setGroupId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setGroupId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setHeader(WhatsAppInteractiveMessageDto.Header) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto
-
- setHeaderParameters(List<WhatsAppTemplateParameter>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- setHelp(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setHidden(boolean) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setHidden(boolean) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setHistoryJobHandlers(Map<String, HistoryJobHandler>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setIcon(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- setIcon(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setId(String) - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- setId(String) - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- setId(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setId(String) - Method in class com.flowable.engage.dto.message.MessageReaction
-
- setId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setId(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setId(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- setId(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setId(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- setId(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationParticipant
-
- setId(String) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setId(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setId(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setId(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto.Media
-
- setId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- setIdentityLinks(List<IdentityLinkEntity>) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setIdentityLinks(List<IdentityLinkEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setIdentityLinks(List<IdentityLinkEntity>) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setIdentityLinks(List<IdentityLinkEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setIdentityLinkServiceConfiguration(IdentityLinkServiceConfiguration) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setInbound(String) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setInbound(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setInbound(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setInboundError(String) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setInboundError(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setInboundError(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setInboundPayload(String) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setInboundPayload(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setInboundStatus(String) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setInboundStatus(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setInboundStatus(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setIndex(int) - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- setIndex(int) - Method in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- setIndexingEnabled(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setIndexingService(IndexingService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setIndexManager(IndexManager) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setInitFormKey(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- setInitialized(boolean) - Static method in class com.flowable.engage.engine.EngageEngines
-
- setInteractiveOutcome(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setJobExecutionScope(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setJobServiceConfiguration(JobServiceConfiguration) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setJoiningTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setJoiningTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setJoiningType(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setJoiningType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setJoiningType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setJsonVariableTypeTrackObjects(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setKey(String) - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- setKey(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- setKey(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setKey(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setKey(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setLabelKey(String) - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- setLabelKey(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- setLanguage(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- setLastMessageTime(Instant) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setLastMessageTime(Date) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setLastMessageTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setLastMessageTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setLastModified(Instant) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setLastModifiedBy(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setLastName(String) - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- setLastReadMessageId(String) - Method in class com.flowable.engage.dto.conversation.UserLastReadStatusDto
-
- setLastReadMessageId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setLastReadMessageId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setLastReadMessageTimestamp(Instant) - Method in class com.flowable.engage.dto.conversation.UserLastReadStatusDto
-
- setLastReadMessageTimestamp(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setLastReadMessageTimestamp(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setLastSentMessageId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setLastSentMessageId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setLastSentMessageTimestamp(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setLastSentMessageTimestamp(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setLeavingTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setLeavingTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setLength(int) - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- setLink(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.ImageLinkParameter
-
- setMainContent(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setMainContent(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setMainContent(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setMainContent(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setMainContent(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setMainContentType(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setMainContentType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setMainContentType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setMainContentType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setMainContentType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setMappings(Map<String, String>) - Method in class com.flowable.engage.external.system.line.emoji.EmojiMapping
-
- setMaximumMessageSize(int) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setMaximumMessageSize(int) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setMaximumMessageSize(int) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setMaximumTemplateParametersSize(int) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setMaxSize(DataSize) - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- setMaxSize(DataSize) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- setMaxSize(DataSize) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- setMediaContentId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setMediaContentId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setMediaContentId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setMediaContentId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setMediaContentId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setMediaContentPreviewImageUrl(String) - Method in class com.flowable.engage.external.system.line.dto.LineOutboundMessageDto
-
- setMediaContentUrl(String) - Method in class com.flowable.engage.external.system.line.dto.LineOutboundMessageDto
-
- setMediaId(String) - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- setMediaId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Header
-
- setMessageAuditDataManager(MessageAuditDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setMessageAuditEntityManager(MessageAuditEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setMessageAudits(Collection<MessageAuditEntity>) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setMessageAudits(Collection<MessageAuditEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setMessageCount(Integer) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setMessageCount(Integer) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setMessageCount(long) - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- setMessageCount(long) - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- setMessageDataManager(MessageDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setMessageDelivered(boolean) - Method in interface com.flowable.platform.notification.api.DeliveryContext
-
Set whether the message has been delivered
- setMessageEntityManager(MessageEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setMessageId(String) - Method in class com.flowable.engage.dto.message.MessageReaction
-
- setMessageId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setMessageId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setMessageId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ReactionEntity
-
- setMessageId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
-
- setMessageId(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setMessageId(String) - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- setMessageId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppMarkMessageAsReadRequest
-
- setMessageIndexQueryService(MessageIndexQueryService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setMessageResultMapper(MessageResultMapper) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setMessages(List<MessageResponse>) - Method in class com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
- setMessages(List<MessageDTO>) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setMessageSendHelper(MessageSendHelper) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setMessageService(MessageService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setMessageType(MessageType) - Method in class com.flowable.engage.engine.impl.dto.ContentDTO
-
- setMetaData(Map<String, Object>) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setMetaData(Map<String, Object>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setMethodUserDefinitionDeployment(List<ConversationDefinition>) - Method in class com.flowable.engage.engine.test.EngageTestHelper
-
- setMimeType(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setMimeType(String) - Method in class com.flowable.engage.engine.impl.dto.Media
-
- setMimeType(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto.Media
-
- setModifierId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setModifierId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setModifyTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntity
-
- setModifyTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageAuditEntityImpl
-
- setMultiTenantEnabled(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setName(String) - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- setName(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setName(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setName(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- setName(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setName(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setName(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setName(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setName(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setName(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setName(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setName(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto.Media
-
- setNoAccountTenantId(String) - Method in class com.flowable.engage.external.system.service.ConfiguredInboundMessageTenantExtractor
-
- setNotificationEvaluationProvider(NotificationEvaluationProvider) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setObjectMapper(ObjectMapper) - Method in class com.flowable.engage.engine.configurator.EngageEngineConfigurator
-
- setObjectMapper(ObjectMapper) - Method in class com.flowable.engage.engine.impl.ConversationDefinitionModelManager
-
- setOutbound(String) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setOutbound(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setOutbound(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setOwnerId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setPageCount(Integer) - Method in class com.flowable.engage.engine.impl.dto.Media
-
- setParameters(Map<String, String>) - Method in class com.flowable.engage.external.system.wechat.dto.WeChatOutboundTemplateMessageDto
-
- setParameters(List<WhatsAppButtonTemplateParameter>) - Method in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- setParentId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setParentId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setParentId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setParticipantCount(long) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- setParticipantCount(long) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- setParticipantGroupIds(Set<String>) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setParticipantIds(Set<String>) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setParticipantIds(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setParticipantIds(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setParticipantNames(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setParticipantNames(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setParticipants(Map<String, ConversationParticipant>) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setParticipantsInfo(Map<String, ConversationParticipantResponse>) - Method in class com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
- setParticipantType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setParticipantType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setParticipantUserId(String) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- setParticipantUserIds(List<String>) - Method in class com.flowable.engage.dto.message.MessageComplianceResponse
-
- setPayload(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.PayloadParameter
-
- setPeriodEndTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setPeriodEndTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setPeriodStartTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setPeriodStartTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setPermissionType(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setPermissionType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setPermissionType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setPresence(String) - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- setPriority(Integer) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setPriority(Integer) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setPriority(Integer) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setPrivate(boolean) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setPrivate(boolean) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setPrivate(boolean) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setProcessDefinitionKey(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Timeout
-
- setProcessDefinitionKey(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Timeout
-
- setProcessed(boolean) - Method in interface com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntity
-
- setProcessed(boolean) - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- setProcessingReason(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntity
-
- setProcessingReason(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- setProcessingStatus(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntity
-
- setProcessingStatus(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.TemporaryMessageEntityImpl
-
- setProcessInstanceId(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setProductId(String) - Method in class com.flowable.engage.external.system.line.dto.LineInboundMessageDto.Emoji
-
- setProductId(String) - Method in class com.flowable.engage.external.system.line.emoji.EmojiMapping
-
- setQueryIdentityLinks(List<IdentityLinkEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
Setter used by MyBatis when querying action definitions with identity links.
- setQueryIdentityLinks(List<IdentityLinkEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
Setter used by MyBatis when querying conversation with identity links.
- setQueryMessageAudits(Collection<MessageAuditEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
Setter used by MyBatis when querying messages with message audits.
- setQueryVariables(List<VariableInstanceEntity>) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setQueryVariables(List<VariableInstanceEntity>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
Setter used by MyBatis when querying conversation with variables.
- setReaction(String) - Method in class com.flowable.engage.dto.message.MessageReaction
-
- setReaction(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ReactionEntity
-
- setReaction(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
-
- setReactionDataManager(ReactionDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setReactionEntityManager(ReactionEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setReactions(List<MessageReaction>) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setRecipientGroupId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setRecipientGroupId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setRecipientGroupId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setRecipientId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setRecipientId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setRecipientId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setReference(String, String, String, String) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Set the optional reference for a conversation like a case or process where the conversation is liked to.
- setReference(String, String, String, String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- setReferenceDefinitionId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setReferenceDefinitionId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setReferenceDefinitionId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setReferenceId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setReferenceId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setReferenceId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setReferenceId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setReferenceId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setReferenceId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- setReferenceId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- setReferenceSubType(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- setReferenceSubType(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- setReferenceType(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setReferenceType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setReferenceType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setReferenceType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setReferenceType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setReferenceType(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationRequest
-
- setReferenceType(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse
-
- setReindexManager(ReindexManager) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setReplyToExternalId(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setReplyToMessageId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setReplyToMessageId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setReplyToMessageId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setRescheduleDuration(Duration) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Timeout
-
- setRescheduleDuration(Duration) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Timeout
-
- setRestPassword(String) - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- setRestPassword(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- setRestPassword(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- setRestUsername(String) - Method in class com.flowable.engage.external.system.line.LineProperties.Content
-
- setRestUsername(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties.Content
-
- setRestUsername(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties.Content
-
- setResubmissionTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setResubmissionTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setResultMapperEnhancers(List<ConversationResultMapper.Enhancer>) - Method in class com.flowable.engage.engine.impl.indexing.ConversationJsonMapper
-
- setResultMapperEnhancers(List<MessageComplianceResultMapper.Enhancer>) - Method in class com.flowable.engage.engine.impl.indexing.MessageComplianceJsonMapper
-
- setResultMapperEnhancers(List<MessageResultMapper.Enhancer>) - Method in class com.flowable.engage.engine.impl.indexing.MessageJsonMapper
-
- setRows(Collection<WhatsAppInteractiveMessageDto.ButtonOrSectionRow>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Section
-
- setSample(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setScopeType(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setSearchService(SearchService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setSearchText(String) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- setSectionId(Integer) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntity
-
- setSectionId(Integer) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveConversationEventEntityImpl
-
- setSections(Collection<WhatsAppInteractiveMessageDto.Section>) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Action
-
- setSenderId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setSenderId(String) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- setSenderId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setSenderId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setSenderId(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setSenderName(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setSentAfter(Instant) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- setSentBefore(Instant) - Method in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryRequest
-
- setSerializableVariableTypeTrackDeserializedObjects(boolean) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setSourceId(String) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setSourceId(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setStartDate(Date) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setStartTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntity
-
- setStartTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- setStartTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- setStartTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- setState(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setState(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setState(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setState(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setStatus(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setStatus(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- setSticky(boolean) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setSticky(boolean) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setSticky(boolean) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setStoreAccessToken(String) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setSubType(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setSubType(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setSubType(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- setSubType(String) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setSubType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setSubType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setSubType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setSubType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setSubType(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setSubType(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- setTags(Set<String>) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setTags(List<String>) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setTags(List<String>) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setTags(List<String>) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setTags(List<String>) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setTags(List<String>) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setTags(List<String>) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setTags(List<String>) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setTaskExecutor(TaskExecutor) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setTaskId(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setTemplateFilterLocation(String) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setTemplateId(String) - Method in class com.flowable.engage.external.system.wechat.dto.WeChatOutboundTemplateMessageDto
-
- setTemplateId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- setTemplateLoader(TemplateLoader) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setTemplates(Map<String, String>) - Method in class com.flowable.engage.external.system.line.LineProperties
-
- setTemplates(Map<String, String>) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setTemplates(Map<String, String>) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppProperties
-
- setTemporaryMessageDataManager(TemporaryMessageDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setTemporaryMessageEntityManager(TemporaryMessageEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setTemporaryMessageHandler(TemporaryMessageHandler) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setTemporaryMessageProcessors(List<TemporaryMessageProcessor>) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setTenantId(String) - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- setTenantId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setTenantId(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setTenantId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setTenantId(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setTenantId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setTenantId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setTenantId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setTenantId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setTenantId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setTenantId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setTenantId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setTenantId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setTenantId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setTenantId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setText(String) - Method in class com.flowable.engage.engine.impl.dto.Text
-
- setText(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.TextParameter
-
- setTheme(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setTimestamp(Instant) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setTimeToLive(Duration) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppOutboundTemplateMessageDto
-
- setTitle(String) - Method in class com.flowable.engage.engine.impl.dto.Media
-
- setTitle(String) - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- setTitle(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto.ErrorDto
-
- setTitle(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.ButtonOrSectionRow
-
- setTitle(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppInteractiveMessageDto.Section
-
- setToken(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setToken(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setToken(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setTokenEncoding(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setTokenEncoding(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setTokenEncoding(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setTotalCount(long) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setTransactionManager(PlatformTransactionManager) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setTransactionSynchronizationAdapterOrder(Integer) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setType(String) - Method in class com.flowable.engage.api.ConversationDefinitionModel
-
- setType(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setType(String) - Method in class com.flowable.engage.dto.conversation.participant.ConversationParticipantResponse
-
- setType(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setType(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setType(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setType(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setType(String) - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- setType(String) - Method in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- setType(String) - Method in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- setType(String) - Method in class com.flowable.engage.external.system.dto.OutboundMessageDto
-
- setUnreadCount(Long) - Method in class com.flowable.engage.dto.conversation.filter.ConversationFilterResponse
-
- setUnreadCount(long) - Method in class com.flowable.engage.dto.conversation.search.ConversationSearchResponse
-
- setUnreadCount(long) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setUnreadCount(Long) - Method in class com.flowable.engage.engine.impl.dto.ConversationFilterDTO
-
- setUnreadMessageCount(int) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setUnreadMessageCount(int) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setUnreadPersonalMessageCount(int) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setUnreadPersonalMessageCount(int) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setUnsentMessageCount(int) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setUnsentMessageCount(int) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setUnsupportedUnicodeBlocks(List<String>) - Method in class com.flowable.engage.external.system.wechat.WeChatProperties
-
- setUpdatedAt(Date) - Method in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- setUpdaterId(String) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setUpdaterId(String) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setUpdaterId(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setUpdaterId(String) - Method in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryRequest
-
- setUpdaterId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setUpdaterId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setUpdaterId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setUpdaterId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setUpdaterId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setUpdaterId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setUpdaterId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setUpdaterId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setUpdateTime(Instant) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setUpdateTime(Instant) - Method in class com.flowable.engage.dto.message.MessageResponse
-
- setUpdateTime(Instant) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setUpdateTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntity
-
- setUpdateTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationDefinitionEntityImpl
-
- setUpdateTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setUpdateTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setUpdateTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setUpdateTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setUpdateTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setUpdateTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setUpdateTime(Date) - Method in interface com.flowable.engage.engine.impl.persistence.entity.MessageEntity
-
- setUpdateTime(Date) - Method in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- setUserAccountId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationEntity
-
- setUserAccountId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- setUserAnalyticsDataManager(UserAnalyticsDataManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.data.EngageDataManagers
-
- setUserAnalyticsEntityManager(UserAnalyticsEntityManager) - Method in class com.flowable.engage.engine.impl.persistence.entity.EngageEntityManagers
-
- setUserId(String) - Method in class com.flowable.engage.dto.conversation.UserLastReadStatusDto
-
- setUserId(String) - Method in class com.flowable.engage.dto.message.MessageReaction
-
- setUserId(String) - Method in class com.flowable.engage.dto.notification.push.DeviceResponse
-
- setUserId(String) - Method in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- setUserId(String) - Method in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- setUserId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntity
-
- setUserId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationRegistryEntryEntityImpl
-
- setUserId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntity
-
- setUserId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ConversationStatusEntityImpl
-
- setUserId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.DeviceEntity
-
- setUserId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.DeviceEntityImpl
-
- setUserId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.ReactionEntity
-
- setUserId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.ReactionEntityImpl
-
- setUserId(String) - Method in interface com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntity
-
- setUserId(String) - Method in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- setUserLastReadStatuses(List<UserLastReadStatusDto>) - Method in class com.flowable.engage.dto.conversation.ConversationLastReadStatusResponse
-
- setUsername(String) - Method in class com.flowable.engage.external.system.dto.InboundErrorDto
-
- setUserSubscriptionService(UserSubscriptionService) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setVal(String) - Method in class com.flowable.engage.engine.impl.dto.Media
-
- setVariable(String, String, Object) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Update or create a variable for a conversation.
- setVariable(String, String, Object) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- SetVariableCmd - Class in com.flowable.engage.engine.impl.cmd
-
- SetVariableCmd(String, String, Object) - Constructor for class com.flowable.engage.engine.impl.cmd.SetVariableCmd
-
- setVariables(String, Map<String, Object>) - Method in interface com.flowable.engage.conversation.api.ConversationService
-
Update or create given variables for a conversation.
- setVariables(Collection<EngineRestVariable>) - Method in class com.flowable.engage.dto.conversation.ConversationResponse
-
- setVariables(String, Map<String, Object>) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- SetVariablesCmd - Class in com.flowable.engage.engine.impl.cmd
-
- SetVariablesCmd(String, Map<String, Object>) - Constructor for class com.flowable.engage.engine.impl.cmd.SetVariablesCmd
-
- setVariableServiceConfiguration(VariableServiceConfiguration) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setVariableTypes(VariableTypes) - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- setVersion(Integer) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setVersionInfo(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setVersionParentId(String) - Method in class com.flowable.engage.dto.message.ContentItemResponse
-
- setWaId(String) - Method in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- shouldHandleAsTemporaryMessage(Message, Conversation) - Method in class com.flowable.engage.engine.impl.message.DefaultMessageSendHelper
-
- shouldHandleAsTemporaryMessage(Message, Conversation) - Method in interface com.flowable.engage.engine.impl.message.MessageSendHelper
-
Check whether the message should be handled as a temporary message.
- shouldIncreaseUnreadMessageCount(Message, Conversation) - Method in interface com.flowable.engage.engine.impl.message.MessageSendHelper
-
Check whether the unread message count within the given conversation should be inreased for the given message
- shouldUpdateConversationLastMessageTime(Message, Conversation) - Method in interface com.flowable.engage.engine.impl.message.MessageSendHelper
-
Check whether the message should trigger an update of the last message time of the conversation.
- SignalProcessBot - Class in com.flowable.engage.engine.impl.bot
-
- SignalProcessBot() - Constructor for class com.flowable.engage.engine.impl.bot.SignalProcessBot
-
- SIMP - Static variable in interface com.flowable.platform.notification.api.MessageDelivererTypes
-
Known message deliverer for the deliverer using Spring WebSocket support.
- simpUserRegistry - Variable in class com.flowable.engage.engine.impl.websocket.EmbeddedUserSessionService
-
- sort - Variable in class com.flowable.engage.engine.impl.indexing.ConversationIndexQueryBuilderImpl
-
- sort - Variable in class com.flowable.engage.engine.impl.indexing.MessageIndexQueryBuilderImpl
-
- sourceId - Variable in class com.flowable.engage.engine.impl.dto.MessageDTO
-
- sourceId - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- SPLITTING_CHARS - Static variable in class com.flowable.engage.engine.impl.desk.cmd.AbstractDeskCmd
-
- STANDARD_MESSAGES_TEMPLATE_KEY - Static variable in class com.flowable.engage.engine.impl.util.TemplateMessageUtil
-
The template definition key used for standard messages.
- StandardMessageCodes - Interface in com.flowable.engage.engine.impl.util
-
This interface contains some standard message codes to be used for rendering template messages using
TemplateMessageUtil
.
- start() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Returns the newly created conversation object.
- start() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- start - Variable in class com.flowable.engage.engine.impl.cmd.ReindexConversationsCmd
-
- start - Variable in class com.flowable.engage.engine.impl.cmd.ReindexMessagesCmd
-
- start() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- startConversation(CommandContext, ConversationBuilderImpl) - Method in class com.flowable.engage.engine.impl.cmd.StartConversationCmd
-
- startConversation(ConversationBuilderImpl) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- StartConversationCmd - Class in com.flowable.engage.engine.impl.cmd
-
- StartConversationCmd(ConversationBuilderImpl, boolean) - Constructor for class com.flowable.engage.engine.impl.cmd.StartConversationCmd
-
- StartConversationWithChecksCmd(ConversationBuilderImpl, Function<ConversationBuilderImpl, T>) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl.StartConversationWithChecksCmd
-
- StartConversationWithChecksCmd(ConversationBuilderImpl, String, Collection<String>, String, Function<ConversationBuilderImpl, T>) - Constructor for class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl.StartConversationWithChecksCmd
-
- startConversationWithReuse(ConversationBuilderImpl) - Method in class com.flowable.engage.engine.impl.conversation.ConversationServiceImpl
-
- startDate - Variable in class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- STARTED_CONVERSATION - Static variable in interface com.flowable.platform.notification.api.NotificationMessageTypes
-
- startTicketConversation(String, Collection<String>, String, Map<String, Object>, String) - Method in interface com.flowable.engage.engine.impl.desk.DeskService
-
Starts a new ticket conversation as part of a desk.
- startTicketConversation(String, Collection<String>, String, Map<String, Object>, String) - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- StartTicketConversationCmd - Class in com.flowable.engage.engine.impl.desk.cmd
-
Starts a new ticket conversation as part of a desk conversation.
- StartTicketConversationCmd(String, String, Collection<String>, Map<String, Object>, String) - Constructor for class com.flowable.engage.engine.impl.desk.cmd.StartTicketConversationCmd
-
- startTime - Variable in class com.flowable.engage.engine.impl.cmd.FindConversationsWithLastMessageBetweenCmd
-
- startTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.ArchiveJobEventEntityImpl
-
- startTime - Variable in class com.flowable.engage.engine.impl.persistence.entity.UserAnalyticsEntityImpl
-
- startTimeAfter(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveJobEventQuery
-
- startTimeAfter - Variable in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- startTimeAfter(Date) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- startTimeAfter(Date) - Method in interface com.flowable.engage.engine.impl.UserAnalyticsQuery
-
- startTimeAfter - Variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- startTimeAfter(Date) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- startTimeBefore(Date) - Method in interface com.flowable.engage.engine.impl.ArchiveJobEventQuery
-
- startTimeBefore - Variable in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- startTimeBefore(Date) - Method in class com.flowable.engage.engine.impl.ArchiveJobEventQueryImpl
-
- startTimeBefore(Date) - Method in interface com.flowable.engage.engine.impl.UserAnalyticsQuery
-
- startTimeBefore - Variable in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- startTimeBefore(Date) - Method in class com.flowable.engage.engine.impl.UserAnalyticsQueryImpl
-
- startWithPermissionCheck(String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- startWithPermissionCheck(String, Collection<String>, String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Same as
ConversationBuilder.start()
with an additional permission check that the user with
userId
is allowed to create the conversation.
- startWithPermissionCheck(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
Deprecated.
- startWithPermissionCheck(String, Collection<String>, String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- startWithReuse() - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Tries to find a similar conversation, if found it would return that one.
- startWithReuse() - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- startWithReuseAndPermissionCheck(String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- startWithReuseAndPermissionCheck(String, Collection<String>, String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
- startWithReuseAndPermissionCheck(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
Deprecated.
- startWithReuseAndPermissionCheck(String, Collection<String>, String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- state(String) - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
- state - Variable in class com.flowable.engage.dto.conversation.ConversationResponse
-
- state - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- state(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- state - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- status - Variable in class com.flowable.engage.external.system.dto.InboundStatusDto
-
- status - Variable in class com.flowable.engage.external.system.whatsapp.dto.WhatsAppContactVerificationResponse.ContactDto
-
- status - Variable in class com.flowable.engage.message.api.temporary.BaseTemporaryMessageProcessResult
-
- STATUS_PASSED - Static variable in interface com.flowable.engage.message.api.temporary.TemporaryMessageProcessor
-
Status indicating that the processing has passed.
- STICKER_MESSAGE_TYPE - Static variable in class com.flowable.engage.external.system.wechat.WeChatInboundJmsListener
-
- sticky - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- stickyMessage - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- stickyMessage() - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- stickyMessage() - Method in interface com.flowable.engage.message.api.MessageBuilder
-
- StickyMessageDTO - Class in com.flowable.engage.engine.impl.dto
-
- StickyMessageDTO() - Constructor for class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- StickyMessageDTO(Message, ActionInstance, ActionDefinition, ActionDefinitionModel) - Constructor for class com.flowable.engage.engine.impl.dto.StickyMessageDTO
-
- stop() - Method in class com.flowable.engage.engine.EngageEngineConfiguration
-
- storeAccessToken(StoreAccessTokenMessageDto) - Method in class com.flowable.engage.external.system.wechat.WeChatStoreAccessTokenMessageListener
-
- StoreAccessTokenMessageDto - Class in com.flowable.engage.external.system.dto
-
- StoreAccessTokenMessageDto() - Constructor for class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- StoreAccessTokenMessageDto(String, String, String, long) - Constructor for class com.flowable.engage.external.system.dto.StoreAccessTokenMessageDto
-
- subscribe(String, String, Collection<String>) - Method in interface com.flowable.engage.api.profile.subscription.UserSubscriptionService
-
Subscribe the user with userId
in the session sessionId
to the users with userIds
.
- subscribe(String, String, Collection<String>) - Method in class com.flowable.engage.engine.impl.profile.subscription.InMemoryUserSubscriptionService
-
- SUBSCRIBE - Static variable in class com.flowable.engage.external.system.wechat.WeChatInboundMessageEventHandlerImpl
-
- subType(String) - Method in interface com.flowable.engage.api.ConversationDefinitionBuilder
-
- subType(String) - Method in interface com.flowable.engage.conversation.api.ConversationBuilder
-
Set the sub type of this conversation.
- subType(String) - Method in interface com.flowable.engage.conversation.api.ConversationQuery
-
- subType - Variable in class com.flowable.engage.dto.conversation.ConversationResponse
-
- subType - Variable in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- subType(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationBuilderImpl
-
- subType - Variable in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- subType(String) - Method in class com.flowable.engage.engine.impl.conversation.ConversationQueryImpl
-
- subType - Variable in class com.flowable.engage.engine.impl.dto.ConversationDefinitionDTO
-
- subType - Variable in class com.flowable.engage.engine.impl.dto.ConversationDTO
-
- subType - Variable in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- subType(String) - Method in class com.flowable.engage.engine.impl.message.MessageBuilderImpl
-
- subType - Variable in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- subType(String) - Method in class com.flowable.engage.engine.impl.message.MessageQueryImpl
-
- subType - Variable in class com.flowable.engage.engine.impl.persistence.entity.ConversationEntityImpl
-
- subType - Variable in class com.flowable.engage.engine.impl.persistence.entity.MessageEntityImpl
-
- subType - Variable in class com.flowable.engage.external.system.dto.InboundMessageDto
-
- subType(String) - Method in interface com.flowable.engage.external.system.whatsapp.api.WhatsAppTemplateMessageBuilder.ButtonComponentBuilder
-
Sets the sub type of the button.
- subType - Variable in class com.flowable.engage.external.system.whatsapp.dto.Button
-
- subType - Variable in class com.flowable.engage.external.system.whatsapp.WhatsAppTemplateMessageBuilderImpl.ButtonComponentBuilderImpl
-
- subType(String) - Method in class com.flowable.engage.external.system.whatsapp.WhatsAppTemplateMessageBuilderImpl.ButtonComponentBuilderImpl
-
- subType(String) - Method in interface com.flowable.engage.message.api.MessageBuilder
-
- subType(String) - Method in interface com.flowable.engage.message.api.MessageQuery
-
- SUPPORTED_INTERACTIVE_TYPES - Static variable in class com.flowable.engage.external.system.whatsapp.WhatsAppInboundJmsListener
-
- supportsParameter(ParameterContext, ExtensionContext) - Method in class com.flowable.engage.engine.test.EngageExtension
-
- switchToDeskTeam(String, String, boolean) - Method in interface com.flowable.engage.engine.impl.desk.DeskService
-
- switchToDeskTeam(String, String, boolean) - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- SwitchToDeskTeamCmd - Class in com.flowable.engage.engine.impl.desk.cmd
-
Removes the current assignee of a ticket conversation and assigns it back to the desk team.
- SwitchToDeskTeamCmd(String, String, String, boolean) - Constructor for class com.flowable.engage.engine.impl.desk.cmd.SwitchToDeskTeamCmd
-
- switchToDeskTeamMember(String, String, String, boolean) - Method in interface com.flowable.engage.engine.impl.desk.DeskService
-
- switchToDeskTeamMember(String, String, String, boolean) - Method in class com.flowable.engage.engine.impl.desk.DeskServiceImpl
-
- SwitchToDeskTeamMemberCmd - Class in com.flowable.engage.engine.impl.desk.cmd
-
Switches the assignee of a ticket converrsation to a member of the desk team.
- SwitchToDeskTeamMemberCmd(String, String, String, String, boolean) - Constructor for class com.flowable.engage.engine.impl.desk.cmd.SwitchToDeskTeamMemberCmd
-
- SYSTEM - Static variable in interface com.flowable.engage.message.api.DataTypes
-
- SYSTEM_INTERNAL - Static variable in interface com.flowable.engage.message.api.DataTypes
-