Nuxeo Enterprise Platform 5.4

org.nuxeo.ecm.directory
Interface DirectoryResultSet


Deprecated.

@Deprecated
public interface DirectoryResultSet

A table of data representing a directory result set, which is generated by executing a query on a Directory.

Author:
glefter@nuxeo.com

Method Summary
 void close()
          Deprecated. Closes the result set, freeing the allocated resources.
 DocumentModel getNextEntry()
          Deprecated. Fetches next entry from the result set.
 

Method Detail

getNextEntry

DocumentModel getNextEntry()
                           throws DirectoryException
Deprecated. 
Fetches next entry from the result set.

Returns:
the next entry in the result
Throws:
DirectoryException - if a communication exception occurs

close

void close()
           throws DirectoryException
Deprecated. 
Closes the result set, freeing the allocated resources.

Throws:
DirectoryException - if a communication exception occurs

Nuxeo Enterprise Platform 5.4

Copyright © 2010 Nuxeo SAS. All Rights Reserved.