DEPRECATED Use com.bea.p13n.content.expression.Search instead.
Cloneable, Comparable, Serializable
This represents parameters for searching for objects, specifically Content objects.
Attribute:maxReturn
sort
expression
Related Topics
SearchHome
SearchImpl
ExpressionHelper
com.beasys.commerce.foundation.expression.SearchImpl
Cloneable, Comparable, Serializable
Method Summary |
public |
|
public long |
|
public |
|
public |
|
public void |
|
public void |
|
public void |
|
public void | |
public |
|
Methods from interface java.lang. |
compareTo |
Method Detail |
public Expression getExpression()
Get the search expression.
public long getMaxReturn()Get the maximum number of objects to return.
public String getSort()
Get the sort criteria.
public String interfaceName()
Get the interface name.
public void setByValue(Object val)
Set this object.
public void setExpression(Expression expression)
Set the search expression.
public void setMaxReturn(long maxReturn)Set the maximum number of objects to return.
public void setSort(String sort)
Set the sort criteria.
public Object value()
Get a value object initialized from this.