|
|||||||||
| 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.ItemSummary
public class ItemSummary
Summary status of search phases
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
ItemSummary()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static ItemSummary |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
DiagnosticStatus |
getConstraint()
Returns an indication of whether the item satisfied the constraint |
DiagnosticStatus |
getIndexed()
Returns an indication of whether the item was in the index |
DiagnosticStatus |
getItem()
Returns an indication of whether the item was retrieved |
DiagnosticStatus |
getRelevance()
Returns an indication of whether the item was relevant |
java.lang.String |
getRequestTag()
Gets the xml element tag used in the request |
DiagnosticStatus |
getResult()
Returns an indication of whether item ended up in the final result |
DiagnosticStatus |
getRetrieval()
Returns an indication of whether the item was retrieved by the query terms |
DiagnosticStatus |
getStatement()
Returns an indication of whether the item's statements got retrieved |
void |
setConstraint(DiagnosticStatus pConstraint)
Sets whether the item satisfied the constraint |
void |
setIndexed(DiagnosticStatus pIndexed)
sets indexed status |
void |
setItem(DiagnosticStatus pItem)
Sets an indication of whether the item was retrieved |
void |
setRelevance(DiagnosticStatus pRelevance)
Sets relevance status |
void |
setResult(DiagnosticStatus pResult)
Sets the result status |
void |
setRetrieval(DiagnosticStatus pRetrieval)
Sets the retrieval status |
void |
setStatement(DiagnosticStatus pStatement)
Sets the statement status |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getBodyXML, getDefaultXmlBytes, getParentXMLObject, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public ItemSummary()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic DiagnosticStatus getIndexed()
public void setIndexed(DiagnosticStatus pIndexed)
pIndexed - public DiagnosticStatus getRetrieval()
public void setRetrieval(DiagnosticStatus pRetrieval)
pRetrieval - public DiagnosticStatus getConstraint()
public void setConstraint(DiagnosticStatus pConstraint)
pConstraint - public DiagnosticStatus getItem()
public void setItem(DiagnosticStatus pItem)
pItem - public DiagnosticStatus getStatement()
public void setStatement(DiagnosticStatus pStatement)
pStatement - public DiagnosticStatus getRelevance()
public void setRelevance(DiagnosticStatus pRelevance)
pRelevance - public DiagnosticStatus getResult()
public void setResult(DiagnosticStatus pResult)
pResult - protected static ItemSummary fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObject
protected void getAttributeXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getAttributeXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandException
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||