Uses of Interface
com.flowable.core.idm.api.UserAccount
Packages that use UserAccount
Package
Description
-
Uses of UserAccount in com.flowable.core.idm.api
Subinterfaces with type arguments of type UserAccount in com.flowable.core.idm.apiMethods 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 UserAccountValidateExternalSystemMessageCmd.recipientAccountConstructors 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 TypeMethodDescriptionvoidExternalConversationService.validateMessage(UserAccount recipientAccount, Message message) Invoked byb the engagement system to validate the message that should be sent to the external user account.voidExternalConversationServiceImpl.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 booleanDefaultMessageSendHelper.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 voidExternalMessageSendEventListener.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 UserAccountLineInboundStatusHandler.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 UserAccountInboundMessageHandlerImpl.getUserAccount(InboundMessage builder) protected UserAccountInboundReactionHandlerImpl.getUserAccount(InboundReaction builder) Methods in com.flowable.engage.external.system.service with parameters of type UserAccountModifier and TypeMethodDescriptionCollection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> DefaultInboundMessageEventPayloadExtractor.extractEventPayload(InboundMessage inboundMessage, UserAccount userAccount, Message message) Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> DefaultInboundReactionEventPayloadExtractor.extractEventPayload(InboundReaction inboundReaction, UserAccount userAccount) protected Collection<org.flowable.eventregistry.api.runtime.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.protected Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> EventRegistryInboundReactionAccountService.extractEventPayload(InboundReaction inboundReaction, UserAccount userAccount) Internal hook method extracting the data of the inbound reaction as well as the user account and adding them as payload to the event instance.default Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> InboundMessageEventPayloadExtractor.extractEventPayload(InboundMessage inboundMessage, UserAccount userAccount) Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> InboundMessageEventPayloadExtractor.extractEventPayload(InboundMessage inboundMessage, UserAccount userAccount, Message message) protected Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> InboundMessageRoutingServiceImpl.extractEventPayload(InboundMessage inboundMessage, UserAccount userAccount, Message message) Collection<org.flowable.eventregistry.api.runtime.EventPayloadInstance> InboundReactionEventPayloadExtractor.extractEventPayload(InboundReaction inboundReaction, UserAccount userAccount) InboundMessageRoutingService.findConversationForUserAccount(UserAccount userAccount) Find the conversation id for the givenuserAccount.InboundMessageRoutingServiceImpl.findConversationForUserAccount(UserAccount userAccount) protected StringInboundUnsupportedMessageServiceImpl.getExternalUnsupportedMessage(InboundMessage inboundMessage, UserAccount userAccount) protected StringInboundUnsupportedMessageServiceImpl.getLanguageForAccount(UserAccount userAccount) protected StringInboundUnsupportedMessageServiceImpl.getTenantForAccount(UserAccount userAccount) voidEventRegistryInboundMessageAccountService.messageReceivedInactiveAccount(InboundMessage inboundMessage, UserAccount userAccount) voidInboundMessageAccountService.messageReceivedInactiveAccount(InboundMessage inboundMessage, UserAccount userAccount) A new inbound message has been received and the user account is no activevoidLoggingInboundMessageAccountService.messageReceivedInactiveAccount(InboundMessage inboundMessage, UserAccount userAccount) voidEventRegistryInboundReactionAccountService.reactionReceivedInactiveAccount(InboundReaction inboundReaction, UserAccount userAccount) voidInboundReactionAccountService.reactionReceivedInactiveAccount(InboundReaction inboundReaction, UserAccount userAccount) A new inbound reaction has been received and the user account is not activeprotected voidInboundReactionRoutingServiceImpl.removePreviousReaction(Message message, UserAccount userAccount) protected voidInboundMessageHandlerImpl.routeAsExternalUser(UserAccount userAccount, Runnable runnable) protected voidInboundReactionHandlerImpl.routeAsExternalUser(UserAccount userAccount, Runnable runnable) voidInboundMessageRoutingService.routeInboundMessage(InboundMessage inboundMessage, UserAccount userAccount) Route the inbound message to a conversation for the giveuserAccountvoidInboundMessageRoutingServiceImpl.routeInboundMessage(InboundMessage inboundMessage, UserAccount userAccount) voidInboundReactionRoutingService.routeInboundReaction(InboundReaction inboundReaction, UserAccount userAccount) Route the inbound reaction to a message for the givenuserAccountvoidInboundReactionRoutingServiceImpl.routeInboundReaction(InboundReaction inboundReaction, UserAccount userAccount) protected voidInboundUnsupportedMessageServiceImpl.sendInternalUnsupportedMessageInConversation(String conversationIdForUserAccount, InboundMessage inboundMessage, UserAccount userAccount) protected voidInboundUnsupportedMessageServiceImpl.sendPrivateUnsupportedMessageInConversation(String conversationIdForUserAccount, InboundMessage inboundMessage, UserAccount userAccount) protected voidInboundUnsupportedMessageServiceImpl.sendUnsupportedMessageDirectlyToUser(InboundMessage inboundMessage, UserAccount userAccount) voidInboundUnsupportedMessageService.unsupportedMessageReceived(InboundMessage inboundMessage, UserAccount userAccount) An unsupported inbound message has been received.voidInboundUnsupportedMessageServiceImpl.unsupportedMessageReceived(InboundMessage inboundMessage, UserAccount userAccount) protected voidInboundUnsupportedMessageServiceImpl.unsupportedMessageReceivedActiveAccount(InboundMessage inboundMessage, UserAccount userAccount) protected voidInboundUnsupportedMessageServiceImpl.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 voidWeChatSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation conversation, PlatformUser user, UserAccount userAccount) Deprecated.protected voidWeChatSenderMessageListener.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 UserAccountWhatsAppInboundStatusHandler.getUserAccount(InboundStatusDto status) Methods in com.flowable.engage.external.system.whatsapp with parameters of type UserAccountModifier and TypeMethodDescriptionprotected voidWhatsAppInboundStatusHandler.handleExternalUserIdChange(String newExternalUserId, UserAccount userAccount) protected voidWhatsAppSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation conversation, PlatformUser user, UserAccount userAccount) Deprecated.protected voidWhatsAppSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation conversation, String userId, UserAccount userAccount) -
Uses of UserAccount in com.flowable.idm.engine.impl
Subclasses with type arguments of type UserAccount in com.flowable.idm.engine.implMethods 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(org.flowable.common.engine.impl.interceptor.CommandContext commandContext) UserAccountServiceImpl.findByIds(Collection<String> userAccountIds) -
Uses of UserAccount in com.flowable.idm.engine.impl.action
Subclasses with type arguments of type UserAccount in com.flowable.idm.engine.impl.actionClasses in com.flowable.idm.engine.impl.action that implement interfaces with type arguments of type UserAccountModifier and TypeClassDescriptionclassclassMethods 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 StringUserAccountActionFilter.getScopedObjectState(UserAccount scopedObject) protected StringUserAccountActionFilter.getScopedObjectSubState(UserAccount scopedObject) protected StringUserAccountActionFilter.getScopedObjectSubType(UserAccount scopedObject) protected StringUserAccountActionFilter.getScopedObjectType(UserAccount scopedObject) -
Uses of UserAccount in com.flowable.idm.engine.impl.cmd
Classes in com.flowable.idm.engine.impl.cmd that implement interfaces with type arguments of type UserAccountMethods in com.flowable.idm.engine.impl.cmd that return types with arguments of type UserAccountModifier and TypeMethodDescriptionFindUserAccountsByIdsCmd.execute(org.flowable.common.engine.impl.interceptor.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 UserAccountUserAccountUtil.findUserAccountById(String accountId)
WeChatSenderMessageListener.triggerProcessOrPostponeTimeout(Conversation, String, UserAccount)instead