Uses of Interface
com.netscape.certsrv.dbs.IDBSearchResults

Packages that use IDBSearchResults
com.netscape.certsrv.dbs   
 

Uses of IDBSearchResults in com.netscape.certsrv.dbs
 

Methods in com.netscape.certsrv.dbs that return IDBSearchResults
 IDBSearchResults IDBSSession.search(java.lang.String base, java.lang.String filter)
          Searchs for a list of objects that match the filter.
 IDBSearchResults IDBSSession.search(java.lang.String base, java.lang.String filter, int maxSize)
          Searchs for a list of objects that match the filter.
 IDBSearchResults IDBSSession.search(java.lang.String base, java.lang.String filter, int maxSize, int timeLimit)
          Searchs for a list of objects that match the filter.
 IDBSearchResults IDBSSession.search(java.lang.String base, java.lang.String filter, java.lang.String[] attrs)
          Retrieves a list of object that satifies the given filter.