Plumtree EDK (Enterprise Web Development Kit) 5.4.0

IObjectQuery Interface

Interface that represents a query about multiple objects in the portal. All the objects in a particular query will be of the same class; no object query can include more than one class of object (e.g., both Portlets and Communities). Only certain properties are "queryable" in the portal; these properties are represented by the ObjectProperty class and its subclasses. Some attributes of an object (e.g., a Portlet's administrative preferences) can only be obtained by accessing the object directly.

Object queries are represented conceptually like a database query result. They are comprised of rows, with each row representing an object. Each row has multiple property-value pairs (like columns in a database query).

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

public interface IObjectQuery

Requirements

Namespace: Plumtree.Remote.PRC

Assembly: edk (in edk.dll)

See Also

IObjectQuery Members | Plumtree.Remote.PRC Namespace