|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--com.bea.p13n.content.expression.Search
This represents parameters for searching for objects, specifically Content objects.
Attribute:maxReturn
sort
expression
userId
contextParams
Field Summary | |
protected Map |
contextParams
Deprecated. The context params. |
protected Expression |
expression
Deprecated. The search expression. |
protected long |
maxReturn
Deprecated. The maximum number of objects to return. |
protected String |
sort
Deprecated. The sorting criteria |
protected String |
userId
Deprecated. The user id. |
Constructor Summary | |
Search()
Deprecated. Empty constructor. |
|
Search(long maxReturn,
String sort,
Expression expression)
Deprecated. Constructor. |
|
Search(String userId,
long maxReturn,
String sort,
Expression expr)
Deprecated. Constructor. |
Method Summary | |
Object |
clone()
Deprecated. Make a shallow copy of this object. |
boolean |
equals(Object o)
Deprecated. Determine if another object is equals to this. |
Object |
getContextParam(Object key)
Deprecated. Get the value of a context param. |
Map |
getContextParams()
Deprecated. Get an unmodifiable copy of the context params. |
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 |
getUserId()
Deprecated. Get the user id. |
int |
hashCode()
Deprecated. Override hashcode to use our parts. |
Object |
setContextParam(Object key,
Object value)
Deprecated. Set the value of a context param. |
void |
setContextParams(Map input)
Deprecated. Set the context params based upon the objects in the input map. |
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. |
void |
setUserId(String userId)
Deprecated. Set the user id. |
String |
toString()
Deprecated. Get a String representation of this. |
Methods inherited from class java.lang.Object |
finalize, getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
protected long maxReturn
protected String sort
protected Expression expression
protected String userId
protected Map contextParams
Constructor Detail |
public Search(String userId, long maxReturn, String sort, Expression expr)
public Search(long maxReturn, String sort, Expression expression)
public Search()
Method Detail |
public long getMaxReturn()
public void setMaxReturn(long maxReturn)
public String getSort()
public void setSort(String sort)
public Expression getExpression()
public void setExpression(Expression expression)
public String getUserId()
public void setUserId(String userId)
public Map getContextParams()
public void setContextParams(Map input)
public Object getContextParam(Object key)
public Object setContextParam(Object key, Object value)
The key and value must be Serializable.
key
- the context param key.value
- the context param value.
public Object clone()
clone
in class Object
public int hashCode()
hashCode
in class Object
public boolean equals(Object o)
equals
in class Object
public String toString()
toString
in class Object
|
© 2003 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |