com.plumtree.server
Interface IPTQueryFilter

All Superinterfaces:
IPTUnknown

Deprecated. This interface should not be used since it is never implemented by any classes (in the server as well as UI).

public interface IPTQueryFilter
extends IPTUnknown

Author:
Joseph Chen

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

GetCount

int GetCount()
Deprecated. This method should not be used.

Returns:
Number of clauses in query filter

GetPropID

int GetPropID(int index)
Deprecated. This method should not be used.

Parameters:
index - Clause index
Returns:
PropID from PT_PROPIDS

SetPropID

void SetPropID(int index,
               int propID)
Deprecated. This method should not be used.

Parameters:
index - Clause index
propID - PropID from PT_PROPIDS

GetOperator

int GetOperator(int index)
Deprecated. This method should not be used.

Parameters:
index - Clause index
Returns:
Operator from PT_FILTEROPS

SetOperator

void SetOperator(int index,
                 int filterOperator)
Deprecated. This method should not be used.

Parameters:
index - Clause index
filterOperator - Operator from PT_FILTEROPS

GetOperand

java.lang.Object GetOperand(int index)
Deprecated. This method should not be used.

Parameters:
index - Clause index
Returns:
Value in clause

SetOperand

void SetOperand(int index,
                java.lang.Object filterValue)
Deprecated. This method should not be used.

Parameters:
index - Clause index
filterValue - Value in clause

Insert

void Insert(int insertAtIndex,
            int propID,
            int filterOperator,
            java.lang.Object filterValue)
Deprecated. This method should not be used.

Parameters:
nInsertAtIndex - Clause index
propID - PropID from PT_PROPIDS
filterOperator - Operator from PT_FILTEROPS
filterValue - Value in clause

Remove

void Remove(int index)
Deprecated. This method should not be used.

Parameters:
index - Clause index

Clone

IPTQueryFilter Clone()
Deprecated. This method should not be used.

Returns:
Clone of query filter


Copyright © 2008 Plumtree Software Inc. All Rights Reserved.