|
|||||||||
| 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.RuleAppendix
public class RuleAppendix
Source format (syntax) of any rules referred to in the response
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
RuleAppendix()
|
|
| Method Summary | |
|---|---|
boolean |
equals(java.lang.Object pObject)
|
protected static RuleAppendix |
fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
|
protected void |
getBodyXML(java.lang.StringBuilder sb)
|
java.lang.String |
getRequestTag()
|
AppendixRule |
getRule(java.lang.String pName,
int pId)
Helper method to locate a rule for a rule name-id pair. |
java.util.List<AppendixRule> |
getRules()
Returns the list of exclusion rules |
void |
setRules(java.util.List<AppendixRule> pRules)
Sets the list of exclusion rules |
| 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, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public RuleAppendix()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic java.util.List<AppendixRule> getRules()
public void setRules(java.util.List<AppendixRule> pRules)
pRules - list of exclusion rules
public AppendixRule getRule(java.lang.String pName,
int pId)
pName - rule name. See references below.pId - rule id. See references below.
Result.getMoveRule(),
Result.getMoveRuleName(),
Result.getMoveRuleId(),
Result.getExcludedName(),
Result.getExcludedId()protected static RuleAppendix fromXmlParser(atg.search.routing.utils.SearchMessageNode pXml)
public java.lang.String getRequestTag()
getRequestTag in class atg.search.routing.command.SearchXMLObject
protected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML 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 | ||||||||