|
|||||||||
| 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.ClientCategorizeRequest
CategorizeRequest instead.
public class ClientCategorizeRequest
Client query 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 | |
|---|---|
ClientCategorizeRequest()
Deprecated. empty constructor |
|
ClientCategorizeRequest(java.lang.String input)
Deprecated. simplest possible categorize request |
|
ClientCategorizeRequest(java.lang.String input,
java.util.Map requestAttributes,
DocumentSetConstraint constraints,
ParserOptions parserOptions)
Deprecated. |
|
ClientCategorizeRequest(java.lang.String input,
java.util.Map requestAttributes,
DocumentSetConstraint constraints,
ParserOptions parserOptions,
boolean loggingEnabled)
Deprecated. {@see #ClientCategorizeRequest(String, Map, DocumentSetConstraint, ParserOptions) NOTE: The loggingEnabled flag no longer applies - this parameter is ignored. |
|
| Method Summary | |
|---|---|
java.lang.String |
getInput()
Deprecated. |
int |
getRequestId()
Deprecated. |
void |
setInput(java.lang.String input)
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 ClientCategorizeRequest()
public ClientCategorizeRequest(java.lang.String input,
java.util.Map requestAttributes,
DocumentSetConstraint constraints,
ParserOptions parserOptions,
boolean loggingEnabled)
input - user input for which categorization is requestedrequestAttributes - Map of request attributes.constraints - document set constraints.parserOptions - parser options xml. See supporting documentationCategorizeConstants
public ClientCategorizeRequest(java.lang.String input,
java.util.Map requestAttributes,
DocumentSetConstraint constraints,
ParserOptions parserOptions)
input - user input for which categorization is requestedrequestAttributes - Map of request attributes.constraints - document set constraints.parserOptions - parser options xml. See supporting documentationCategorizeConstantspublic ClientCategorizeRequest(java.lang.String input)
input - user input for which categorization is requested| Method Detail |
|---|
public java.lang.String getInput()
public void setInput(java.lang.String input)
input - input textpublic int getRequestId()
ClientRequest.CATEGORIZE
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 | ||||||||