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

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

See:
          Description

Interface Summary
IFilter IFilter is the base interface for all object filters.
 

Class Summary
QueryOrder QueryOrder is the 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:
EDK 5.1


For additional information on the IDK, including tutorials, blogs, code samples and more,see the AquaLogic User Interaction Developer Center on BEA dev2dev.

Copyright ©2007 BEA Systems, Inc. All Rights Reserved.