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

All Superinterfaces:
ICISObject, ICISSavedSearch, ISISObject, java.io.Serializable

public interface ISISSavedSearch
extends ICISSavedSearch, ISISObject


Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Fields inherited from interface com.stellent.cis.client.api.sis.ISISObject
OPERATOR_ADVSEARCH, OPERATOR_ALLVALUES, OPERATOR_AND, OPERATOR_BEGINSWITH, OPERATOR_CONTAINS, OPERATOR_ENDSWITH, OPERATOR_EQUAL, OPERATOR_EXACTPHRASE, OPERATOR_GREATERTHAN, OPERATOR_GREATERTHANEQUAL, OPERATOR_IN, OPERATOR_LESSTHAN, OPERATOR_LESSTHANEQUAL, OPERATOR_LIKE, OPERATOR_NOTBEGINSWITH, OPERATOR_NOTCONTAINS, OPERATOR_NOTENDSWITH, OPERATOR_NOTEQUAL, OPERATOR_NOTIN, OPERATOR_NOTLIKE, OPERATOR_OR, OPERATOR_SEARCH
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 int getAutoPauseCnt()
           
 int getMaxExecTime()
           
 int getMaxRunTime()
           
 boolean isBatchQuery()
           
 boolean isColumnsMerged()
           
 boolean isOffline()
           
 boolean isRowsDistinct()
           
 
Methods inherited from interface com.stellent.cis.client.api.common.search.ICISSavedSearch
getDescription, getName
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 
Methods inherited from interface com.stellent.cis.client.api.sis.ISISObject
getErrorMessage, getObjectVersion, getSourceObject, getSourceObject, hasError
 
Methods inherited from interface com.stellent.cis.client.api.common.ICISObject
getProperties, getPropertiesWithValue, getProperty, getPropertyAsString, getPropertyAsString, getPropertyDescriptors, hasProperty, setProperty, setProperty, setProperty
 

Method Detail

isOffline

boolean isOffline()
Returns:
Determines if the Search is offline.

isBatchQuery

boolean isBatchQuery()
Returns:
Future Use.

isColumnsMerged

boolean isColumnsMerged()
Returns:
Future Use.

isRowsDistinct

boolean isRowsDistinct()
Returns:
Indicates whether the rows in the result returned by the Saved Search should be distinct rows.

getMaxExecTime

int getMaxExecTime()
Returns:
The maximum duration the named query will be allowed to execute before timing out.

getMaxRunTime

int getMaxRunTime()
Returns:
Future Use.

getAutoPauseCnt

int getAutoPauseCnt()
Returns:
The count of records returned before auto pause is engaged.