Project Aristotle - ArisID Attribute Services

Uses of Class
org.openliberty.arisidbeans.IGFObject

Packages that use IGFObject
org.openliberty.arisidbeans   
 

Uses of IGFObject in org.openliberty.arisidbeans
 

Classes in org.openliberty.arisidbeans with type parameters of type IGFObject
 class SearchResults<E extends IGFObject>
          SearchResults is a class containing methods that are generic to any search interaction Sample call is as follows: HashMap map = new HashMap(); map.put("pageSize", "2"); SearchResults sr = userManager.searchUsers(attrFilter,map); while(sr.hasMore()) { List list = Listsr.getNextSet(); }
 


OpenLiberty.org - Licensed under Apache APL 2.0