|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
| Method Summary | |
IPTQueryFilter |
Clone()
Deprecated. This method should not be used. |
int |
GetCount()
Deprecated. This method should not be used. |
java.lang.Object |
GetOperand(int index)
Deprecated. This method should not be used. |
int |
GetOperator(int index)
Deprecated. This method should not be used. |
int |
GetPropID(int index)
Deprecated. This method should not be used. |
void |
Insert(int insertAtIndex,
int propID,
int filterOperator,
java.lang.Object filterValue)
Deprecated. This method should not be used. |
void |
Remove(int index)
Deprecated. This method should not be used. |
void |
SetOperand(int index,
java.lang.Object filterValue)
Deprecated. This method should not be used. |
void |
SetOperator(int index,
int filterOperator)
Deprecated. This method should not be used. |
void |
SetPropID(int index,
int propID)
Deprecated. This method should not be used. |
| Methods inherited from interface com.plumtree.server.IPTUnknown |
GetInterfaces |
| Method Detail |
public int GetCount()
public int GetPropID(int index)
index - Clause index
public void SetPropID(int index,
int propID)
index - Clause indexpropID - PropID from PT_PROPIDSpublic int GetOperator(int index)
index - Clause index
public void SetOperator(int index,
int filterOperator)
index - Clause indexfilterOperator - Operator from PT_FILTEROPSpublic java.lang.Object GetOperand(int index)
index - Clause index
public void SetOperand(int index,
java.lang.Object filterValue)
index - Clause indexfilterValue - Value in clause
public void Insert(int insertAtIndex,
int propID,
int filterOperator,
java.lang.Object filterValue)
nInsertAtIndex - Clause indexpropID - PropID from PT_PROPIDSfilterOperator - Operator from PT_FILTEROPSfilterValue - Value in clausepublic void Remove(int index)
index - Clause indexpublic IPTQueryFilter Clone()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||