com.adobe.livecycle.contentservices.client
Interface ResultSet

All Superinterfaces:
java.io.Serializable

public interface ResultSet
extends java.io.Serializable

The ResultSet class stores search information for Content Services ES2. 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 content using the Java API quick start in Programming with LiveCycle ES4.


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

Method Detail

getMatchingIDs

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

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]