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 UserAccountServiceCommandContextUtil.getUserAccountService()static UserAccountServiceCommandContextUtil.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 UserAccountServiceLineInboundStatusHandler.userAccountServiceConstructors 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 UserAccountServiceInboundMessageHandlerImpl.userAccountServiceConstructors 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 UserAccountServiceWeChatSenderMessageListener.userAccountServiceprotected final UserAccountServiceWeChatTemplateMessageBot.userAccountServiceConstructors 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 UserAccountServiceWhatsAppInboundStatusHandler.userAccountServiceprotected final UserAccountServiceWhatsAppSenderMessageListener.userAccountServiceConstructors 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 UserAccountServiceCoreIdmEngineConfiguration.userAccountServiceMethods 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 TypeMethodDescriptionvoidCoreIdmEngineConfiguration.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 UserAccountServicePlatformIdmEngineImpl.userAccountServiceMethods 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 UserAccountServiceUserAccountScopedObjectProvider.userAccountServiceConstructors in com.flowable.idm.engine.impl.action with parameters of type UserAccountServiceModifierConstructorDescriptionUserAccountScopedObjectProvider(UserAccountService userAccountService, PlatformIdentityService idmIdentityService)