com.stellent.cis.client.api.common.search
Interface ICISSearchCookie

All Superinterfaces:
ICISObject, java.io.Serializable
All Known Subinterfaces:
ISISSearchCookie

public interface ICISSearchCookie
extends ICISObject


Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 boolean hasNextResults()
           
 boolean hasPreviousResults()
           
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Method Detail

hasNextResults

boolean hasNextResults()
Returns:
Whether or not there are more results to get.

hasPreviousResults

boolean hasPreviousResults()
Returns:
Whether or not there are previous results available.