|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| 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
Deprecated
public class Search
This represents parameters for searching for objects, specifically Content objects.
Attribute: maxReturn
Attribute: sort
Attribute: expression
Attribute: userId
Attribute: contextParams
| Field Summary | |
|---|---|
protected Map |
contextParamsDeprecated The context params. |
protected Expression |
expressionDeprecated The search expression. |
protected long |
maxReturnDeprecated The maximum number of objects to return. |
protected String |
sortDeprecated The sorting criteria |
protected String |
userIdDeprecated 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 Objectpublic int hashCode()
hashCode in class Objectpublic boolean equals(Object o)
equals in class Objectpublic String toString()
toString in class Object
|
Oracle Fusion Middleware Java API for Oracle WebLogic Portal 10g Release 3 (10.3.2) E14255-01 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
Copyright © 2010, Oracle. All rights reserved.