Nuxeo ECM Projects 5.4.3-SNAPSHOT

org.nuxeo.ecm.directory
Interface DirectoryResultSet


Deprecated. will be removed in 5.5

@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 ECM Projects 5.4.3-SNAPSHOT

Copyright © 2011 Nuxeo SAS. All Rights Reserved.