|
|||||||||
| 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
public abstract class BaseConstraint
Base class for creating different type of constraint implementations.
| Field Summary | |
|---|---|
static java.lang.String |
CLASS_VERSION
Class version string |
| Constructor Summary | |
|---|---|
protected |
BaseConstraint()
|
| Method Summary | |
|---|---|
java.lang.String |
getXml()
Returns complete XML, if provided through ConstraintsGroup. |
void |
setXml(java.lang.String pXml)
Overrides subclass setter methods by allowing complete XML to be passed in. |
| Methods inherited from class atg.search.routing.command.search.DocumentSetConstraint |
|---|
createFromParser, createFromXML, getParser, getPropConstraints, valueOf |
| Methods inherited from class atg.search.routing.command.SearchXMLObject |
|---|
appendComplexXml, appendOptionalAttr, appendOptionalElem, appendOptionalElem, appendOptionalElem, appendOptionalValue, appendRequiredAttr, appendRequiredElem, appendRequiredElem, appendRequiredValue, getAllAttributeXML, getAllBodyXML, getAttributeXML, getBodyXML, getDefaultXmlBytes, getParentXMLObject, getRequestTag, getXmlPath, isPrintedFirstChild, setParentXMLObject, setPrintedFirstChild, toString, toXML, toXML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
public static java.lang.String CLASS_VERSION
| Constructor Detail |
|---|
protected BaseConstraint()
| Method Detail |
|---|
public void setXml(java.lang.String pXml)
DocumentSetConstraintConstraintsGroup for this. No
other constraint subclass will use the XML. The XML is not
validated, so caller must be careful to ensure that it is
correct.
setXml in class DocumentSetConstraintpXml - complete XMLpublic java.lang.String getXml()
DocumentSetConstraintConstraintsGroup.
getXml in class DocumentSetConstraintConstraintsGroup.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||