Uses of Interface
com.flowable.core.idm.api.UserAccount
Packages that use UserAccount
Package
Description
-
Uses of UserAccount in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountModifier and TypeMethodDescriptionUserAccountBuilder.save()
Performs the save of the user accountMethods in com.flowable.core.idm.api that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountService.findByIds
(Collection<String> userAccountIds) -
Uses of UserAccount in com.flowable.engage.engine.impl.cmd
Fields in com.flowable.engage.engine.impl.cmd declared as UserAccountModifier and TypeFieldDescriptionprotected final UserAccount
ValidateExternalSystemMessageCmd.recipientAccount
Constructors in com.flowable.engage.engine.impl.cmd with parameters of type UserAccountModifierConstructorDescriptionValidateExternalSystemMessageCmd
(UserAccount recipientAccount, Message message) -
Uses of UserAccount in com.flowable.engage.engine.impl.conversation
Methods in com.flowable.engage.engine.impl.conversation with parameters of type UserAccountModifier and TypeMethodDescriptionvoid
ExternalConversationService.validateMessage
(UserAccount recipientAccount, Message message) Invoked byb the engagement system to validate the message that should be sent to the external user account.void
ExternalConversationServiceImpl.validateMessage
(UserAccount recipientAccount, Message message) -
Uses of UserAccount in com.flowable.engage.engine.impl.message
Methods in com.flowable.engage.engine.impl.message with parameters of type UserAccountModifier and TypeMethodDescriptionprotected boolean
DefaultMessageSendHelper.shouldHandleAsTemporaryMessageForUserAccount
(UserAccount userAccount, Message message, Conversation conversation) -
Uses of UserAccount in com.flowable.engage.engine.impl.notification
Method parameters in com.flowable.engage.engine.impl.notification with type arguments of type UserAccountModifier and TypeMethodDescriptionprotected void
ExternalMessageSendEventListener.handleUserAccountAndMessageIfApplicable
(FlowableMessageEvent messageEvent, BiConsumer<UserAccount, Message> accountMessageConsumer) -
Uses of UserAccount in com.flowable.engage.external.system.line
Methods in com.flowable.engage.external.system.line that return UserAccountModifier and TypeMethodDescriptionprotected UserAccount
LineInboundStatusHandler.getUserAccount
(InboundStatusDto status) -
Uses of UserAccount in com.flowable.engage.external.system.service
Methods in com.flowable.engage.external.system.service that return UserAccountModifier and TypeMethodDescriptionprotected UserAccount
InboundMessageHandlerImpl.getUserAccount
(InboundMessage builder) Methods in com.flowable.engage.external.system.service with parameters of type UserAccountModifier and TypeMethodDescriptionDefaultInboundMessageEventPayloadExtractor.extractEventPayload
(InboundMessage inboundMessage, UserAccount userAccount, Message message) protected Collection<EventPayloadInstance>
EventRegistryInboundMessageAccountService.extractEventPayload
(InboundMessage message, UserAccount userAccount) 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.default Collection<EventPayloadInstance>
InboundMessageEventPayloadExtractor.extractEventPayload
(InboundMessage inboundMessage, UserAccount userAccount) InboundMessageEventPayloadExtractor.extractEventPayload
(InboundMessage inboundMessage, UserAccount userAccount, Message message) protected Collection<EventPayloadInstance>
InboundMessageRoutingServiceImpl.extractEventPayload
(InboundMessage inboundMessage, UserAccount userAccount, Message message) InboundMessageRoutingService.findConversationForUserAccount
(UserAccount userAccount) Find the conversation id for the givenuserAccount
.InboundMessageRoutingServiceImpl.findConversationForUserAccount
(UserAccount userAccount) protected String
InboundUnsupportedMessageServiceImpl.getExternalUnsupportedMessage
(InboundMessage inboundMessage, UserAccount userAccount) protected String
InboundUnsupportedMessageServiceImpl.getLanguageForAccount
(UserAccount userAccount) protected String
InboundUnsupportedMessageServiceImpl.getTenantForAccount
(UserAccount userAccount) void
EventRegistryInboundMessageAccountService.messageReceivedInactiveAccount
(InboundMessage inboundMessage, UserAccount userAccount) void
InboundMessageAccountService.messageReceivedInactiveAccount
(InboundMessage inboundMessage, UserAccount userAccount) A new inbound message has been received and the user account is no activevoid
LoggingInboundMessageAccountService.messageReceivedInactiveAccount
(InboundMessage inboundMessage, UserAccount userAccount) protected void
InboundMessageHandlerImpl.routeAsExternalUser
(UserAccount userAccount, Runnable runnable) void
InboundMessageRoutingService.routeInboundMessage
(InboundMessage inboundMessage, UserAccount userAccount) Route the inbound message to a conversation for the giveuserAccount
void
InboundMessageRoutingServiceImpl.routeInboundMessage
(InboundMessage inboundMessage, UserAccount userAccount) protected void
InboundUnsupportedMessageServiceImpl.sendInternalUnsupportedMessageInConversation
(String conversationIdForUserAccount, InboundMessage inboundMessage, UserAccount userAccount) protected void
InboundUnsupportedMessageServiceImpl.sendPrivateUnsupportedMessageInConversation
(String conversationIdForUserAccount, InboundMessage inboundMessage, UserAccount userAccount) protected void
InboundUnsupportedMessageServiceImpl.sendUnsupportedMessageDirectlyToUser
(InboundMessage inboundMessage, UserAccount userAccount) void
InboundUnsupportedMessageService.unsupportedMessageReceived
(InboundMessage inboundMessage, UserAccount userAccount) An unsupported inbound message has been received.void
InboundUnsupportedMessageServiceImpl.unsupportedMessageReceived
(InboundMessage inboundMessage, UserAccount userAccount) protected void
InboundUnsupportedMessageServiceImpl.unsupportedMessageReceivedActiveAccount
(InboundMessage inboundMessage, UserAccount userAccount) protected void
InboundUnsupportedMessageServiceImpl.unsupportedMessageReceivedInactiveAccount
(InboundMessage inboundMessage, UserAccount userAccount) -
Uses of UserAccount in com.flowable.engage.external.system.wechat
Methods in com.flowable.engage.external.system.wechat with parameters of type UserAccountModifier and TypeMethodDescriptionprotected void
WeChatSenderMessageListener.triggerProcessOrPostponeTimeout
(Conversation conversation, PlatformUser user, UserAccount userAccount) Deprecated.protected void
WeChatSenderMessageListener.triggerProcessOrPostponeTimeout
(Conversation conversation, String userId, UserAccount userAccount) -
Uses of UserAccount in com.flowable.engage.external.system.whatsapp
Methods in com.flowable.engage.external.system.whatsapp that return UserAccountModifier and TypeMethodDescriptionprotected UserAccount
WhatsAppInboundStatusHandler.getUserAccount
(InboundStatusDto status) Methods in com.flowable.engage.external.system.whatsapp with parameters of type UserAccountModifier and TypeMethodDescriptionprotected void
WhatsAppInboundStatusHandler.handleExternalUserIdChange
(String newExternalUserId, UserAccount userAccount) protected void
WhatsAppSenderMessageListener.triggerProcessOrPostponeTimeout
(Conversation conversation, PlatformUser user, UserAccount userAccount) Deprecated.protected void
WhatsAppSenderMessageListener.triggerProcessOrPostponeTimeout
(Conversation conversation, String userId, UserAccount userAccount) -
Uses of UserAccount in com.flowable.idm.engine.impl
Methods in com.flowable.idm.engine.impl that return UserAccountMethods in com.flowable.idm.engine.impl that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountQueryImpl.executeList
(CommandContext commandContext) UserAccountServiceImpl.findByIds
(Collection<String> userAccountIds) -
Uses of UserAccount in com.flowable.idm.engine.impl.action
Methods in com.flowable.idm.engine.impl.action that return UserAccountModifier and TypeMethodDescriptionUserAccountScopedObjectProvider.getScopedObject
(String scopeType, String scopeId, SecurityScope securityScope) Methods in com.flowable.idm.engine.impl.action with parameters of type UserAccountModifier and TypeMethodDescriptionprotected String
UserAccountActionFilter.getScopedObjectState
(UserAccount scopedObject) protected String
UserAccountActionFilter.getScopedObjectSubState
(UserAccount scopedObject) protected String
UserAccountActionFilter.getScopedObjectSubType
(UserAccount scopedObject) protected String
UserAccountActionFilter.getScopedObjectType
(UserAccount scopedObject) -
Uses of UserAccount in com.flowable.idm.engine.impl.cmd
Methods in com.flowable.idm.engine.impl.cmd that return types with arguments of type UserAccountModifier and TypeMethodDescriptionFindUserAccountsByIdsCmd.execute
(CommandContext commandContext) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity
Subinterfaces of UserAccount in com.flowable.idm.engine.impl.persistence.entityClasses in com.flowable.idm.engine.impl.persistence.entity that implement UserAccountMethods in com.flowable.idm.engine.impl.persistence.entity that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountEntityManager.findByIds
(Collection<String> userAccountIds) UserAccountEntityManagerImpl.findByIds
(Collection<String> userAccountIds) UserAccountEntityManager.findUserAccountByQueryCriteria
(UserAccountQuery query) UserAccountEntityManagerImpl.findUserAccountByQueryCriteria
(UserAccountQuery query) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity.data
Methods in com.flowable.idm.engine.impl.persistence.entity.data that return types with arguments of type UserAccountModifier and TypeMethodDescriptionUserAccountDataManager.findByIds
(Collection<String> userAccountIds) UserAccountDataManager.findUserAccountsByQueryCriteria
(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.persistence.entity.data.impl
Methods in com.flowable.idm.engine.impl.persistence.entity.data.impl that return types with arguments of type UserAccountModifier and TypeMethodDescriptionMybatisUserAccountDataManager.findByIds
(Collection<String> userAccountIds) MybatisUserAccountDataManager.findUserAccountsByQueryCriteria
(UserAccountQueryImpl query) -
Uses of UserAccount in com.flowable.idm.engine.impl.util
Methods in com.flowable.idm.engine.impl.util that return UserAccountModifier and TypeMethodDescriptionstatic UserAccount
UserAccountUtil.findUserAccountById
(String accountId)
WeChatSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation, String, UserAccount)
instead