|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectatg.search.routing.command.SearchXMLObject
atg.search.routing.command.search.ItemRetrieval
atg.search.routing.command.search.StatementRetrieval
public class StatementRetrieval
Second step of ItemTrace.
Step 2: Term look up of statements, plus application of boolean logic and other limits
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
StatementRetrieval()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static StatementRetrieval |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
|
protected void |
getBodyXML(java.lang.StringBuilder sb)
|
Candidates |
getCandidates()
Returns the retrieved statements from this item |
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request |
int |
hashCode()
|
void |
setCandidates(Candidates pCandidates)
Sets retrieved statements from this item |
| Methods inherited from class atg.search.routing.command.search.ItemRetrieval |
|---|
getBooleanLogic, getLimits, getTermLookup, setBooleanLogic, setLimits, setTermLookup |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public StatementRetrieval()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class ItemRetrievalpublic int hashCode()
hashCode in class ItemRetrievalpublic Candidates getCandidates()
public void setCandidates(Candidates pCandidates)
pCandidates - retrieved statements from this itemprotected static StatementRetrieval fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
ItemRetrieval
getRequestTag in class ItemRetrieval
protected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class ItemRetrievalatg.search.routing.command.IncompleteCommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||