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
Type | Description |
---|
Namespace: com.plumtree.server
Assembly: plumtreeserver (in plumtreeserver.dll)
IPTPropertyFilterItem Members | com.plumtree.server Namespace | IPTFilter | IPTPropertyFilterClauses | IPTPropertyFilterStatement