com.hascode.confluence.plugin.socialcomments.service
Interface RecipientExtractorService

All Known Implementing Classes:
RecipientExtractorServiceImpl

public interface RecipientExtractorService


Method Summary
 Set<com.atlassian.user.User> extractUserFromComment(com.atlassian.confluence.pages.Comment comment)
          extracts possible recipients from a given comment
 

Method Detail

extractUserFromComment

Set<com.atlassian.user.User> extractUserFromComment(com.atlassian.confluence.pages.Comment comment)
extracts possible recipients from a given comment

Parameters:
comment - the comment
Returns:
the set of recipients


Copyright © 2011 hasCode.com. All Rights Reserved.