Oracle® WebCenter Interaction Development Kit 10.3.3.0.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 (for example, 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 (for example, 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: idk (in idk.dll)

See Also

IObjectQuery Members | Plumtree.Remote.PRC Namespace