com.stellent.cis.client.api.scs.component.multisort
Interface ISCSMultisortSearchQuery

All Superinterfaces:
ICISObject, ICISObjectInitializable, ISCSObject, ISCSSearchQuery, java.io.Serializable

public interface ISCSMultisortSearchQuery
extends ISCSSearchQuery

A search query that allows for setting multiple sort conditions


Nested Class Summary
 
Nested classes/interfaces inherited from interface com.stellent.cis.client.api.common.ICISObjectInitializable
ICISObjectInitializable.AdapterVersionAware
 
Field Summary
 
Fields inherited from interface com.stellent.cis.client.api.common.ICISObject
FILTER_NULL_VALUE, FILTER_READONLY, FILTER_SYSTEM
 
Method Summary
 java.lang.String getMultisortSpec()
           
 void setMultisortSpec(java.lang.String multisortSpec)
          Set the multisort search specification
 
Methods inherited from interface com.stellent.cis.client.api.scs.search.ISCSSearchQuery
getQueryFormat, getQueryText, getResultCount, getSearchEngine, getSortField, getSortOrder, getStartRow, setQueryFormat, setQueryText, setResultCount, setSearchEngine, setSortField, setSortOrder, setStartRow
 
Methods inherited from interface com.stellent.cis.client.api.scs.ISCSObject
castObject, clearPropertyFilter, copyObject, getPropertyFilter, getSourceAdapter, getSourceObject, getSourceObjectPropertyType, mergeObject, mergeObject, removeProperty, setPropertyFilter, setRestrictedPropertyFilter, setSourceObjectPropertyType
 
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.common.ICISObjectInitializable
intialize
 

Method Detail

getMultisortSpec

java.lang.String getMultisortSpec()
Returns:
the multiple sort search specification (i.e. dDocTitle ASC dDocAuthor DESC)

setMultisortSpec

void setMultisortSpec(java.lang.String multisortSpec)
Set the multisort search specification

Parameters:
multisortSpec - the multisort specification