com.sun.im.provider
Interface RealmSearchResults


public interface RealmSearchResults

Version:

Method Summary
 CollaborationPrincipal[] get()
          get an enumeration of each principal object returned.
 int getSearchStatus()
           
 void merge(RealmSearchResults other)
          merge the set of results with another set of results.
 

Method Detail

get

public CollaborationPrincipal[] get()
get an enumeration of each principal object returned.


getSearchStatus

public int getSearchStatus()
Returns:
status

merge

public void merge(RealmSearchResults other)
merge the set of results with another set of results.