com.adobe.livecycle.contentservices.client
Interface ResultSet

All Superinterfaces:
Serializable

public interface ResultSet
extends Serializable

The ResultSet class stores search information for Content Services ES2 (Deprecated). Methods such as searchRepository return an object of this type. To see this data type used in a code example, see the Search Content Services ES2 (Deprecated) content using the Java API quick start in Programming with LiveCycle ES3.


Method Summary
 List getMatchingIDs()
          Returns a list of identifier values that correspond to content located in Content Services ES2 (Deprecated).
 long getResultSize()
          Returns the size of the result set.
 

Method Detail

getMatchingIDs

List getMatchingIDs()
Returns a list of identifier values that correspond to content located in Content Services ES2 (Deprecated).

Returns:
A java.util.List object that contains identifier values. Each element is a string value.

getResultSize

long getResultSize()
Returns the size of the result set.

Returns:
A long value that specifies the size of the result set.


[an error occurred while processing this directive] [an error occurred while processing this directive]