|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.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 Map contextParams
protected Expression expression
protected long maxReturn
protected String sort
protected String userId
Constructor Detail |
public Search()
public Search(long maxReturn, String sort, Expression expression)
public Search(String userId, long maxReturn, String sort, Expression expr)
Method Detail |
public Object clone()
public boolean equals(Object o)
public Object getContextParam(Object key)
public Map getContextParams()
public Expression getExpression()
public long getMaxReturn()
public String getSort()
public String getUserId()
public int hashCode()
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 void setContextParams(Map input)
public void setExpression(Expression expression)
public void setMaxReturn(long maxReturn)
public void setSort(String sort)
public void setUserId(String userId)
public String toString()
|
© 2004 BEA Systems, Inc. | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |