Uses of Interface
com.flowable.core.idm.api.UserAccountService
Packages that use UserAccountService
Package
Description
-
Uses of UserAccountService in com.flowable.core.idm.api
Methods in com.flowable.core.idm.api that return UserAccountService -
Uses of UserAccountService in com.flowable.engage.engine.impl.util
Methods in com.flowable.engage.engine.impl.util that return UserAccountServiceModifier and TypeMethodDescriptionstatic UserAccountService
CommandContextUtil.getUserAccountService()
static UserAccountService
CommandContextUtil.getUserAccountService
(CommandContext commandContext) -
Uses of UserAccountService in com.flowable.engage.external.system.line
Fields in com.flowable.engage.external.system.line declared as UserAccountServiceModifier and TypeFieldDescriptionprotected final UserAccountService
LineInboundStatusHandler.userAccountService
Constructors in com.flowable.engage.external.system.line with parameters of type UserAccountServiceModifierConstructorDescriptionLineInboundStatusHandler
(MessageService messageService, UserAccountService userAccountService) -
Uses of UserAccountService in com.flowable.engage.external.system.service
Fields in com.flowable.engage.external.system.service declared as UserAccountServiceModifier and TypeFieldDescriptionprotected final UserAccountService
InboundMessageHandlerImpl.userAccountService
Constructors in com.flowable.engage.external.system.service with parameters of type UserAccountServiceModifierConstructorDescriptionInboundMessageHandlerImpl
(UserAccountService userAccountService, InboundMessageRoutingService inboundMessageRoutingService, InboundMessageAccountService inboundMessageAccountService, InboundUnsupportedMessageService inboundUnsupportedMessageService) -
Uses of UserAccountService in com.flowable.engage.external.system.wechat
Fields in com.flowable.engage.external.system.wechat declared as UserAccountServiceModifier and TypeFieldDescriptionprotected final UserAccountService
WeChatSenderMessageListener.userAccountService
protected final UserAccountService
WeChatTemplateMessageBot.userAccountService
Constructors in com.flowable.engage.external.system.wechat with parameters of type UserAccountServiceModifierConstructorDescriptionWeChatSenderMessageListener
(RuntimeService runtimeService, ManagementService managementService, PlatformIdentityService identityService, String timeoutProcessDefinitionKey, Duration timeoutRescheduleDuration, UserAccountService userAccountService) WeChatTemplateMessageBot
(TemplateService templateService, ConversationService conversationService, ConversationPermissionService conversationPermissionService, MessageService messageService, PlatformIdentityService platformIdentityService, JmsMessageOperations jmsMessageOperations, WeChatProperties weChatProperties, UserAccountService userAccountService) -
Uses of UserAccountService in com.flowable.engage.external.system.whatsapp
Fields in com.flowable.engage.external.system.whatsapp declared as UserAccountServiceModifier and TypeFieldDescriptionprotected final UserAccountService
WhatsAppInboundStatusHandler.userAccountService
protected final UserAccountService
WhatsAppSenderMessageListener.userAccountService
Constructors in com.flowable.engage.external.system.whatsapp with parameters of type UserAccountServiceModifierConstructorDescriptionWhatsAppInboundStatusHandler
(MessageService messageService, UserAccountService userAccountService, boolean enableMessageDeletion) WhatsAppSenderMessageListener
(RuntimeService runtimeService, ManagementService managementService, PlatformIdentityService identityService, WhatsAppProperties whatsAppProperties, UserAccountService userAccountService) -
Uses of UserAccountService in com.flowable.idm.engine
Fields in com.flowable.idm.engine declared as UserAccountServiceModifier and TypeFieldDescriptionprotected UserAccountService
CoreIdmEngineConfiguration.userAccountService
Methods in com.flowable.idm.engine that return UserAccountServiceModifier and TypeMethodDescriptionCoreIdmEngine.getUserAccountService()
CoreIdmEngineConfiguration.getUserAccountService()
Methods in com.flowable.idm.engine with parameters of type UserAccountServiceModifier and TypeMethodDescriptionvoid
CoreIdmEngineConfiguration.setUserAccountService
(UserAccountService userAccountService) -
Uses of UserAccountService in com.flowable.idm.engine.impl
Classes in com.flowable.idm.engine.impl that implement UserAccountServiceFields in com.flowable.idm.engine.impl declared as UserAccountServiceModifier and TypeFieldDescriptionprotected UserAccountService
PlatformIdmEngineImpl.userAccountService
Methods in com.flowable.idm.engine.impl that return UserAccountService -
Uses of UserAccountService in com.flowable.idm.engine.impl.action
Fields in com.flowable.idm.engine.impl.action declared as UserAccountServiceModifier and TypeFieldDescriptionprotected final UserAccountService
UserAccountScopedObjectProvider.userAccountService
Constructors in com.flowable.idm.engine.impl.action with parameters of type UserAccountServiceModifierConstructorDescriptionUserAccountScopedObjectProvider
(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)