| 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.primus.ae.searchclient.ClientRequestImpl
com.primus.ae.searchclient.ClientCategoryRequest
BrowseRequest instead.
public class ClientCategoryRequest
Client category browse request
| Field Summary | 
|---|
| Fields inherited from class com.primus.ae.searchclient.ClientRequestImpl | 
|---|
constraints, listPropertyAllowed, loggingEnabled, mLoggingThisRequest, mRequestIdentifier, mRequestTime, parsingOptions, requestAttributes | 
| Fields inherited from interface com.primus.ae.searchclient.ClientRequest | 
|---|
BROWSE, CATEGORIZE, INSPECT, QUERY, REQUEST_TAG_BROWSE, REQUEST_TAG_CATEGORIZE, REQUEST_TAG_QUERY, REQUEST_TAG_SIMILARDOCS, REQUEST_TAG_STRUCTQUERY, REQUEST_TAG_VIC, SIMILARDOCS, STRUCTQUERY, TAGS, VIC | 
| Fields inherited from interface atg.search.routing.command.SearchEngineRequest | 
|---|
CLASS_VERSION | 
| Constructor Summary | |
|---|---|
ClientCategoryRequest()
Deprecated.  | 
|
ClientCategoryRequest(java.lang.String queryText)
Deprecated. Simples possible category browse  | 
|
ClientCategoryRequest(java.lang.String queryText,
                      java.util.Map requestAttributes,
                      DocumentSetConstraint constraints,
                      ParserOptions parserOptions,
                      boolean loggingEnabled)
Deprecated.  | 
|
| Method Summary | |
|---|---|
 java.lang.String | 
getQueryText()
Deprecated.  | 
 int | 
getRequestId()
Deprecated.  | 
 void | 
setQueryText(java.lang.String queryText)
Deprecated.  | 
 java.lang.String | 
toXML()
Deprecated. returns xml suitable for submission to a search engine.  | 
| Methods inherited from class java.lang.Object | 
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
| Constructor Detail | 
|---|
public ClientCategoryRequest()
public ClientCategoryRequest(java.lang.String queryText,
                             java.util.Map requestAttributes,
                             DocumentSetConstraint constraints,
                             ParserOptions parserOptions,
                             boolean loggingEnabled)
queryText - the category to browserequestAttributes - map of request attributes. See supporting documentationconstraints - constraint string. See supporting documentationparserOptions - parser optionsloggingEnabled - if true, request and responses are loggedBrowseConstantspublic ClientCategoryRequest(java.lang.String queryText)
queryText - the category to browse| Method Detail | 
|---|
public java.lang.String getQueryText()
public void setQueryText(java.lang.String queryText)
queryText - the questionpublic int getRequestId()
ClientRequest.BROWSE
public java.lang.String toXML()
                       throws atg.search.routing.command.IncompleteCommandException
atg.search.routing.command.IncompleteCommandException - if the command is incomplete
  | 
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||