|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
A PropertyFilterClauses element is an element within a filter that contains PropertyFilterStatements and other PropertyFilterClauses. Through the use of PropertyFilterClauses, a filter can contain a "tree" of conditions, and can be arbitrarily complex. See the documentation on IPTPropertyFilterItem for information on the relation between clauses, items, and statements.
IPTFilter,
IPTPropertyFilterItem,
IPTPropertyFilterStatement| Method Summary | |
void |
AddItem(IPTPropertyFilterItem pItem,
int nIndex)
A PropertyFilterClauses object is essentially a list of PropertyFilterItems. |
void |
Clear()
Removes all PropertyFilterItems |
int |
GetCount()
A PropertyFilterClauses object is essentially a list of PropertyFilterItems. |
IPTPropertyFilterItem |
GetItem(int nIndex)
A PropertyFilterClauses object is essentially a list of PropertyFilterItems. |
int |
GetOperator()
Returns the operator- the way that the clauses will be logically joined together |
void |
RemoveItem(int nIndex)
A PropertyFilterClauses object is essentially a list of PropertyFilterItems. |
void |
SetOperator(int Value)
Sets the operator- the way that the clauses will be logically joined together |
| Methods inherited from interface com.plumtree.server.IPTPropertyFilterItem |
Clone, Export, GetType, Import |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public void SetOperator(int Value)
Value - a value from PT_BOOLOPSPT_BOOLOPSpublic int GetOperator()
PT_BOOLOPSpublic IPTPropertyFilterItem GetItem(int nIndex)
nIndex - the index of the item to be retrievedIPTPropertyFilterItem
public void AddItem(IPTPropertyFilterItem pItem,
int nIndex)
pItem - the item to be addednIndex - the index at which to add itIPTPropertyFilterItempublic void RemoveItem(int nIndex)
nIndex - the index of the item to removepublic int GetCount()
public void Clear()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||