|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Search
instead.
This represents parameters for searching for objects, specifically Content objects.
Attribute:maxReturn
sort
expression
SearchHome
,
SearchImpl
,
ExpressionHelper
Method Summary | |
Expression |
getExpression()
Deprecated. Get the search expression. |
long |
getMaxReturn()
Deprecated. Get the maximum number of objects to return. |
String |
getSort()
Deprecated. Get the sort criteria. |
String |
interfaceName()
Deprecated. Get the interface name. |
void |
setByValue(Object val)
Deprecated. Set this object. |
void |
setExpression(Expression expression)
Deprecated. Set the search expression. |
void |
setMaxReturn(long maxReturn)
Deprecated. Set the maximum number of objects to return. |
void |
setSort(String sort)
Deprecated. Set the sort criteria. |
Object |
value()
Deprecated. Get a value object initialized from this. |
Methods inherited from interface java.lang.Comparable |
compareTo |
Method Detail |
public Object value()
public void setByValue(Object val)
public String interfaceName()
public long getMaxReturn()
public void setMaxReturn(long maxReturn)
public String getSort()
public void setSort(String sort)
public Expression getExpression()
public void setExpression(Expression expression)
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |