com.stellent.cis.client.api.sis.search
Interface ISISSearchCookie

All Superinterfaces:
ICISObject, ICISSearchCookie, java.io.Serializable

public interface ISISSearchCookie
extends ICISSearchCookie


Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.Object getSearchConnection()
           
 void setSearchConnection(java.lang.String searchConnectionID)
           
 
Methods inherited from interface com.stellent.cis.client.api.common.search.ICISSearchCookie
hasNextResults, hasPreviousResults
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Method Detail

getSearchConnection

java.lang.Object getSearchConnection()
Returns:
The search connection ID.

setSearchConnection

void setSearchConnection(java.lang.String searchConnectionID)
Parameters:
searchConnectionID - The new search connection id.