|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface IFilterContext<E extends IBinaryExpression,D extends IAttribute>
A filter context for searching property service entities. This encapsulates a search expression, set of attributes and a pagination context. The search expression is a binary expression and set of attributes specify the entity's contents. The pagination context encapsulates information about starting index and page size.
| Method Summary | |
|---|---|
java.util.List<D> |
getDataFields()Returns the list of associated set of fields to return for the entities in the search results. |
E |
getExpression()Returns the search expression associated with this. |
PaginationContext |
getPaginationContext()Returns the pagination context associated with this. |
void |
setDataFields(java.util.List<D> fields)Sets the given fields as the set of fields to return for the entities in the search results. |
void |
setExpression(E ex)Sets the given ex expression with this. |
void |
setPaginationContext(PaginationContext pc)Sets the given pc pagination context with this. |
| Method Detail |
|---|
E getExpression()
void setExpression(E ex)
ex - a search expression to search property service entities.PaginationContext getPaginationContext()
void setPaginationContext(PaginationContext pc)
pc - a pagination context.java.util.List<D> getDataFields()
void setDataFields(java.util.List<D> fields)
fields - a set of field names.
|
Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal 11g Release 1 (11.1.1.6.0) E15995-05 |
||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||