|
Java SDK r12.5 SP 8 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object com.netegrity.llsdk6.imsapi.search.ApiResultSet
Holds the result set for sorting and paging search operations.
The Identity Manager APIs use the sorting and paging capabilites of the target LDAP directory or ODBC database.SearchCursor
to define sorting and paging
behavior for the search...
methods in the Identity Manager
providers that retrieve managed objects -- that is,
UserProvider
,
GroupProvider
, and
OrganizationProvider
These search...
methods return ApiResultSet
objects.
public class ApiResultSet
Constructor Summary | |
---|---|
ApiResultSet(java.util.Vector results,
int totalSize,
boolean bSorted,
boolean bPaged,
boolean bMoreResults)
Deprecated. Constructs an ApiResultSet object from an array of results,
a total size, and paging and sorting flags. |
Method Summary | |
---|---|
java.util.Vector |
getThisPage()
Deprecated. Retrieves the current page of search results. |
int |
getTotalSize()
Deprecated. Retrieves the total number of rows in the result set before paging. |
boolean |
isPaged()
Deprecated. Specifies whether the result set was successfully paginated. |
boolean |
isSorted()
Deprecated. Specifies whether the result set was successfully sorted. |
boolean |
morePages()
Deprecated. Specifies whether there are more pages on the server. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ApiResultSet(java.util.Vector results, int totalSize, boolean bSorted, boolean bPaged, boolean bMoreResults)
ApiResultSet
object from an array of results,
a total size, and paging and sorting flags.
results
- An array of managed objects representing the current
page of the results.totalSize
- The total number of query results.bSorted
- true
if the results are actually sorted,
or false
otherwise.bPaged
- true
if the results are actually paged,
or false
otherwise.bMoreResults
- true
if there are more pages of results to be provided,
or false
otherwise.Method Detail |
---|
public java.util.Vector getThisPage()
public int getTotalSize()
getResultSize()
public boolean isSorted()
true
if the result set was successfully
sorted, or false
otherwise.public boolean isPaged()
true
if the result set was successfully
paginated, or false
otherwise.public boolean morePages()
true
if there are more pages on the server
|
Java SDK r12.5 SP 8 06/13/2011 |
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |