|
|||||||||
| 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.DocumentSetConstraint
atg.search.routing.command.search.BaseConstraint
atg.search.routing.command.search.KeywordConstraint
public class KeywordConstraint
This constraint is used for keyword constraints on the query. See KeywordType
for the types of constraints.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
|
| Constructor Summary | |
|---|---|
KeywordConstraint()
|
|
| Method Summary | |
|---|---|
protected DocumentSetConstraint |
createFromParser(atg.search.routing.utils.SearchMessageNode pXml)
|
boolean |
equals(java.lang.Object pObject)
|
protected void |
getAttributeXML(java.lang.StringBuilder sb)
|
protected void |
getBodyXML(java.lang.StringBuilder sb)
|
KeywordType |
getMode()
Returns the mode |
java.lang.String |
getRequestTag()
|
java.lang.String |
getValue()
Returns the keywords |
java.lang.Float |
getWeight()
Returns the preference value if this expression is used in a weightedProps |
void |
setMode(KeywordType pMode)
Sets the mode, or keyword type |
void |
setValue(java.lang.String pValue)
Sets the keywords, which should be space-delimited |
void |
setWeight(java.lang.Float pWeight)
Sets the preference value if this expression is used in a weightedProps |
static KeywordConstraint |
valueOf(java.lang.String pXml)
|
| Methods inherited from class atg.search.routing.command.search.BaseConstraint |
|---|
getXml, setXml |
| Methods inherited from class atg.search.routing.command.search.DocumentSetConstraint |
|---|
createFromXML, getParser, getPropConstraints |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, 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 final java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
public KeywordConstraint()
| Method Detail |
|---|
public boolean equals(java.lang.Object pObject)
equals in class java.lang.Objectpublic void setMode(KeywordType pMode)
pMode - public void setValue(java.lang.String pValue)
pValue - keywords, space-delimitedpublic KeywordType getMode()
public java.lang.String getValue()
protected void getBodyXML(java.lang.StringBuilder sb)
throws atg.search.routing.command.IncompleteCommandException
getBodyXML in class atg.search.routing.command.SearchXMLObjectatg.search.routing.command.IncompleteCommandExceptionpublic 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.IncompleteCommandExceptionpublic void setWeight(java.lang.Float pWeight)
pWeight - public java.lang.Float getWeight()
public static KeywordConstraint valueOf(java.lang.String pXml)
protected DocumentSetConstraint createFromParser(atg.search.routing.utils.SearchMessageNode pXml)
createFromParser in class DocumentSetConstraint
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||