com.atlassian.sal.crowd.search
Class CrowdSearchProvider

java.lang.Object
  extended by com.atlassian.sal.crowd.search.CrowdSearchProvider
All Implemented Interfaces:
com.atlassian.sal.api.search.SearchProvider

public class CrowdSearchProvider
extends Object
implements com.atlassian.sal.api.search.SearchProvider

Search provider that always returns no search matches

Since:
2.0.0

Constructor Summary
CrowdSearchProvider()
           
 
Method Summary
 com.atlassian.sal.api.search.SearchResults search(String username, String searchQuery)
           
 com.atlassian.sal.api.search.SearchResults search(com.atlassian.sal.api.user.UserKey userKey, String searchQuery)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

CrowdSearchProvider

public CrowdSearchProvider()
Method Detail

search

public com.atlassian.sal.api.search.SearchResults search(String username,
                                                         String searchQuery)
Specified by:
search in interface com.atlassian.sal.api.search.SearchProvider

search

public com.atlassian.sal.api.search.SearchResults search(com.atlassian.sal.api.user.UserKey userKey,
                                                         String searchQuery)
Specified by:
search in interface com.atlassian.sal.api.search.SearchProvider


Copyright © 2013 Atlassian. All Rights Reserved.