public class SerializableSearchQuery extends WmCommonSearch65xSearchQuery implements Serializable
Modifier and Type | Class and Description |
---|---|
protected static class |
SerializableSearchQuery.ThreadContextClassLoaderObjectInputStream |
Modifier and Type | Field and Description |
---|---|
protected static String |
MARKER |
fInvocationID, fKeywordsField, fKeywordTerms, fMaxResults, fNormalizedKeywordTerms, fRefineFields, fUseOrCondition
Constructor and Description |
---|
SerializableSearchQuery() |
Modifier and Type | Method and Description |
---|---|
void |
populateFromSearchStateString(String stateString)
Import the search state from a state string
|
String |
toSearchStateString(ISearchStateOptions options)
Export the search state to a string
|
getSearchStateMap
clear, clone, cloneSearchQuery, equals, getInvocationID, getKeywordsField, getKeywordTerms, getMaxResults, getNormalizedKeywordTerms, getNormalizedSearchTerms, getRefineFields, getUseOrCondition, hashCode, isUseOrCondition, makeContainsTerm, parseSearchTerms, parseSearchTerms, setInvocationID, setKeywordsField, setMaxResults, setRefineFields, setUseOrCondition
protected static final String MARKER
public void populateFromSearchStateString(String stateString)
BaseSearchQuery
populateFromSearchStateString
in interface ISearchQuery
populateFromSearchStateString
in class WmCommonSearch65xSearchQuery
stateString
- the search state string (from toSearchStateString method)public String toSearchStateString(ISearchStateOptions options)
BaseSearchQuery
toSearchStateString
in interface ISearchQuery
toSearchStateString
in class WmCommonSearch65xSearchQuery
options
- the options to use when writing the search state