Plumtree Portal UI  
 

IASQueryResult Interface

MES- The IASQueryResult interface is used by PTObjectManagerQueryWrapper and ASQueryResultWrapper to make IPTQueryResults and IPTTurboQueryResults look the same to clients

For a list of all members of this type, see IASQueryResult Members.

public interface IASQueryResult

Types that implement IASQueryResult

Type Description
APTQueryWrapper PTObjectManagerQueryWrapper: The PTObjectManagerQueryWrapper class wraps the IPTTurboQueryResult Server object that's returned by the various Query methods of IPTObjectManager. This wrapper handles the details of retrieving a subset of the data, sorting on the client when necessary, etc.
ASQueryResultWrapper  
PTObjectManagerQueryWrapper PTObjectManagerQueryWrapper: The PTObjectManagerQueryWrapper class wraps the IPTTurboQueryResult Server object that's returned by the various Query methods of IPTObjectManager. This wrapper handles the details of retrieving a subset of the data, sorting on the client when necessary, etc.
PTSortedDocumentsQueryWrapper APTSortedQueryWrapper: The PTSortedDocumentsQueryWrapper class wraps the IPTTurboQueryResult Server object that's returned by the various Query methods of IPTFolder. This wrapper handles the details of retrieving a subset of the data, sorting on the client when necessary, etc.

Requirements

Namespace: com.plumtree.portaluiinfrastructure.resultwrapper

Assembly: portaluiinfrastructure (in portaluiinfrastructure.dll)

See Also

IASQueryResult Members | com.plumtree.portaluiinfrastructure.resultwrapper Namespace