Package com.plumtree.remote.prc.collaboration.query

Contains abstract base types for filtering and ordering queries on Collaboration objects.

See:
          Description

Interface Summary
IFilter Base interface for all object filters; represents data about a query being constructed.
 

Class Summary
QueryOrder Base class for object-specific types, each QueryOrder subtype instance encapsulating an subtype-specific sort field and a boolean flag indicating ascending or descending sort order to be passed to a subtype-specific class derived from IFilter.
 

Package com.plumtree.remote.prc.collaboration.query Description

Contains abstract base types for filtering and ordering queries on Collaboration objects. Use the derived filter, query order, and object attribute types for a specific Collaboration object type to construct a query for that object type. Instances of specific filter types are obtained via creation methods on the corresponding object manager.

Since:
IDK 5.1


For additional information on the Oracle® WebCenter Interaction Development Kit, including tutorials, blogs, code samples and more, see the Oracle Technology Network (http://www.oracle.com/technology/index.html).

Copyright ©2010 Oracle® Corporation. All Rights Reserved.