PTSortedDocumentsQueryWrapper overview
![]() |
RP- The constructor is used by clients to attach this instance to a Catalog Folder. |
![]() | |
![]() | Determines whether the specified Object is equal to the current Object. |
![]() | |
![]() | MES- GetFields emulates the IPTQueryResult call of the same name. It's just a tiny wrapper around PTSortedArrayWrapper::GetItem, but it offers the name expected by IPTQueryResult callers. |
![]() | Serves as a hash function for a particular type. GetHashCode is suitable for use in hashing algorithms and data structures like a hash table. |
![]() | |
![]() | |
![]() | Gets the Type of the current instance. |
![]() | MES- This version of Initialize masks the Initialize of our superclass- we want to make sure that clients don't call the wrong version of Initialize. |
![]() | MES- IsComplete returns a boolean indicating if the rows we can return are the complete rowset (i.e. have we truncated the rowset because it's too large to bring to the client.) |
![]() | MES- MaxRows returns the maximum number of rows an instance may contain before entering PTTQRW_MODE_TRUNCATED mode. |
![]() | MES- Query wraps the IPTFolder call of the same name |
![]() | |
![]() | |
![]() | MES- SetMaxRows allows clients to set the maximum number of rows that this wrapper will hold before entering PTTQRW_MODE_TRUNCATED mode. Call this function BEFORE querying. |
![]() | Set the number of rows to skip when Querying Cards |
![]() | MES- Sort is used to resort the data. Sort will do an in-memory sort, or will requery the server, as needed. |
![]() | Returns a String that represents the current Object. |
![]() | |
![]() | |
![]() | RP- false to show only approved docs, true to show unapproved docs also |
![]() | |
![]() | |
![]() | MES- The maximum number of rows we'll return |
![]() | MES- Our mode- we have to treat large result sets special. Value should be PTTQRW_MODE_CLIENT or PTTQRW_MODE_TRUNCATED |
![]() | MES- The Property ID mask we're using, if we need to requery to resort |
![]() | |
![]() | SCC - Number of rows to skip (used when doing displaying ranges of Documents |
![]() | MES- The Folder ID we're using, if we need to requery to resort |
![]() | DH- The query filter we're using, if we need to requery to resort |
![]() | Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection. |
![]() | |
![]() | Creates a shallow copy of the current Object. |
![]() |
PTSortedDocumentsQueryWrapper Class | com.plumtree.portaluiinfrastructure.resultwrapper Namespace