Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


waggle.common.modules.member
Interface XMemberModule.Server

All Superinterfaces:
XAPIInterface, XAPIInterface.Server
Enclosing interface:
XMemberModule

public static interface XMemberModule.Server
extends XAPIInterface.Server

Server interface for the Member Module API.


Nested Class Summary

 

Nested classes/interfaces inherited from interface waggle.core.api.XAPIInterface
XAPIInterface.Client, XAPIInterface.Server

 

Method Summary
 List<XMemberSearchInfo> findMembersWithLimit(String searchString, int maxMembers, boolean searchRealms)
          Find Users, Groups and private Distribution Lists with limit that match the search prefix.

 

Method Detail

findMembersWithLimit

List<XMemberSearchInfo> findMembersWithLimit(String searchString,
                                             int maxMembers,
                                             boolean searchRealms)
Find Users, Groups and private Distribution Lists with limit that match the search prefix.
Parameters:
searchString - The search prefix. No wildcards.
maxMembers - The maximum members to return.
searchRealms - True to search Realms, false to search local database only.
Returns:
The results. A List of XUserSearchInfo, XGroupSearchInfo and XDistributionListSearchInfo structures (in that order up to the limit).

Skip navigation links

Oracle® On Track Communication SDK Documentation
Release 1(1.0)

E20955-01


Copyright © 2011, Oracle and/or its affiliates. All rights reserved.