Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


oracle.wcps.property.filter
Interface IFilterContext<E extends IBinaryExpression,D extends IAttribute>

All Known Implementing Classes:
AbstractFilterContext, NamespaceFilterContext, PropertyDefinitionFilterContext, PropertySetDefinitionFilterContext, PropertySetFilterContext

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

getExpression

E getExpression()
Returns the search expression associated with this.
Returns:
the search expression associated with this.

setExpression

void setExpression(E ex)
Sets the given ex expression with this.
Parameters:
ex - a search expression to search property service entities.

getPaginationContext

PaginationContext getPaginationContext()
Returns the pagination context associated with this.
Returns:
the pagination context associated with this.

setPaginationContext

void setPaginationContext(PaginationContext pc)
Sets the given pc pagination context with this.
Parameters:
pc - a pagination context.

getDataFields

java.util.List<D> getDataFields()
Returns the list of associated set of fields to return for the entities in the search results.
Returns:
the associated set of fields .

setDataFields

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. A null value returns all the fields, an empty list returns no fields, only name of the entities in the search results.
Parameters:
fields - a set of field names.

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle WebCenter Portal
11g Release 1 (11.1.1.6.0)
E15995-04


Copyright © 2009, 2011, Oracle and/or its affiliates. All rights reserved.