public class QueryAction
extends atg.search.routing.command.SearchXMLObject
implements java.io.Serializable
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string
|
| Constructor and Description |
|---|
QueryAction() |
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object pObject) |
protected static QueryAction |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pRoot) |
java.util.List<QueryActionItem> |
getActions()
Returns the list of
QueryActionItem |
protected void |
getBodyXML(java.lang.StringBuilder sb)
Override to provide the body of the xml.
|
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request
|
int |
hashCode() |
void |
setActions(java.util.List<QueryActionItem> pActions)
Sets the list of
QueryActionItem |
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXMLpublic boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic int hashCode()
hashCode in class java.lang.Objectpublic java.util.List<QueryActionItem> getActions()
QueryActionItemQueryActionItempublic void setActions(java.util.List<QueryActionItem> pActions)
QueryActionItempActions - list of QueryActionItemprotected static QueryAction fromXmlParser(atg.search.routing.utils.SearchMessageNode pRoot)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObjectprotected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectsb - shared bufferatg.search.routing.command.IncompleteCommandException