WebCenter Interaction API  
 

IPTPropertyFilterItem Interface

Filters are used in Plumtree to perform queries- the filter is used to specify which items should be returned in the query. Filters are collections of constraints. Each constraint is an IPTPropertyFilterItem. Some constraints are atomic, in that they specify a match condition (e.g. "Name = 'Fred'"), while others are compound constraints (e.g. "Name = 'Fred' and Department = 'Legal'".) Atomic constraints implement the IPTPropertyFilterStatement interface, while compound constraints implement the IPTPropertyFilterClauses interface. Both of those interfaces are subclasses of this interface- this interface is the base class for all types of filter constraints.

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

com.plumtree.server.IPTPropertyFilterItem
   com.plumtree.server.IPTPropertyFilterClauses
   com.plumtree.server.IPTPropertyFilterStatement

public interface IPTPropertyFilterItem : IPTUnknown

Types that implement IPTPropertyFilterItem

Type Description

Requirements

Namespace: com.plumtree.server

Assembly: plumtreeserver (in plumtreeserver.dll)

See Also

IPTPropertyFilterItem Members | com.plumtree.server Namespace | IPTFilter | IPTPropertyFilterClauses | IPTPropertyFilterStatement