Uses of Interface
com.atlassian.confluence.plugins.emailgateway.api.UsersByEmailService

Packages that use UsersByEmailService
com.atlassian.confluence.plugins.emailgateway.converter   
com.atlassian.confluence.plugins.emailgateway.service   
com.atlassian.confluence.plugins.emailtopage   
com.atlassian.confluence.plugins.replytoemail   
 

Uses of UsersByEmailService in com.atlassian.confluence.plugins.emailgateway.converter
 

Constructors in com.atlassian.confluence.plugins.emailgateway.converter with parameters of type UsersByEmailService
NotificationSendingConvertedPageListener(I18NBeanFactory i18NBeanFactory, SettingsManager settingsManager, SignupManager signupManager, LocaleManager localeManager, com.atlassian.confluence.plugins.sharepage.api.SharePageService sharePageService, NotificationManager notificationManager, UsersByEmailService usersByEmailService, EmailContentParser parser)
           
 

Uses of UsersByEmailService in com.atlassian.confluence.plugins.emailgateway.service
 

Classes in com.atlassian.confluence.plugins.emailgateway.service that implement UsersByEmailService
 class DefaultUsersByEmailService
          Looks up users matching an email address using the UserAccessor
 

Constructors in com.atlassian.confluence.plugins.emailgateway.service with parameters of type UsersByEmailService
DefaultEmailThreadConverterService(StagedEmailThreadManager stagedEmailThreadManager, UsersByEmailService usersByEmailService, com.atlassian.security.random.SecureTokenGenerator secureTokenGenerator, com.atlassian.event.api.EventPublisher eventPublisher, Blacklist<com.atlassian.user.User> blacklist)
           
 

Uses of UsersByEmailService in com.atlassian.confluence.plugins.emailtopage
 

Constructors in com.atlassian.confluence.plugins.emailtopage with parameters of type UsersByEmailService
DefaultEmailToPageConverter(UserAccessor userAccessor, UsersByEmailService usersByEmailService, PageService pageService, SpaceManager spaceManager, EmailContentParser emailContentParser, ContentPropertyManager contentPropertyManager, PageManager pageManager, PermissionManager permissionManager, com.atlassian.sal.api.message.I18nResolver i18nResolver, AttachmentManager attachmentManager, AttachmentConverterService attachmentConverterService)
           
 

Uses of UsersByEmailService in com.atlassian.confluence.plugins.replytoemail
 

Constructors in com.atlassian.confluence.plugins.replytoemail with parameters of type UsersByEmailService
ReplyToEmailHandler(ContentEntityManager contentEntityManager, CommentManager commentManager, com.atlassian.sal.api.transaction.TransactionTemplate transactionTemplate, UsersByEmailService usersByEmailService, EmailContentParser emailContentParser, AttachmentConverterService attachmentConverterService)
           
 



Copyright © 2003-2014 Atlassian. All Rights Reserved.