atg.search.routing.command.search
Class FileExtensionConstraint
java.lang.Object
   atg.search.routing.command.SearchXMLObject
atg.search.routing.command.SearchXMLObject
       atg.search.routing.command.search.DocumentSetConstraint
atg.search.routing.command.search.DocumentSetConstraint
           atg.search.routing.command.search.BaseConstraint
atg.search.routing.command.search.BaseConstraint
               atg.search.routing.command.search.FileExtensionConstraint
atg.search.routing.command.search.FileExtensionConstraint
- All Implemented Interfaces: 
- java.io.Serializable
- public class FileExtensionConstraint 
- extends BaseConstraint
Constraints the results based on the file extension of the indexed file.
- See Also:
- Serialized Form
 
 
 
 
 
| 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, notify, notifyAll, wait, wait, wait | 
 
CLASS_VERSION
public static final java.lang.String CLASS_VERSION
- See Also:
- Constant Field Values
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
FileExtensionConstraint
public FileExtensionConstraint()
getTag
public static java.lang.String getTag()
- 
 
equals
public boolean equals(java.lang.Object pObject)
- 
- Overrides:
- equalsin class- java.lang.Object
 
- 
 
hashCode
public int hashCode()
- 
- Overrides:
- hashCodein class- java.lang.Object
 
- 
 
getWeight
public java.lang.Float getWeight()
- Returns the constraint's weight
 
- 
- Returns:
- the constraint's weight
 
setFileExtension
public void setFileExtension(java.lang.String pFileExtension)
- Sets the file extension
 
- 
- Parameters:
- pFileExtension-
 
setWeight
public void setWeight(java.lang.Float pWeight)
- Sete the weight
 
- 
- Parameters:
- pWeight-
 
getFileExtension
public java.lang.String getFileExtension()
- Returns the file extension
 
- 
- Returns:
- the file extension
 
getBodyXML
protected void getBodyXML(java.lang.StringBuilder sb)
                   throws atg.search.routing.command.IncompleteCommandException
- 
- Overrides:
- getBodyXMLin class- atg.search.routing.command.SearchXMLObject
 
- 
- Throws:
- atg.search.routing.command.IncompleteCommandException
 
getAttributeXML
protected void getAttributeXML(java.lang.StringBuilder sb)
                        throws atg.search.routing.command.IncompleteCommandException
- 
- Overrides:
- getAttributeXMLin class- atg.search.routing.command.SearchXMLObject
 
- 
- Throws:
- atg.search.routing.command.IncompleteCommandException
 
valueOf
public static FileExtensionConstraint valueOf(java.lang.String pXml)
- 
 
createFromParser
protected DocumentSetConstraint createFromParser(atg.search.routing.utils.SearchMessageNode pRoot)
- 
- Specified by:
- createFromParserin class- DocumentSetConstraint
 
- 
 
getRequestTag
public java.lang.String getRequestTag()
- 
- Specified by:
- getRequestTagin class- atg.search.routing.command.SearchXMLObject
 
-