|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||
java.lang.Objectcom.iplanet.am.sdk.AMSearchResults
public class AMSearchResults
This class AMSearchResults provides to obtain the search
results.
| フィールドの概要 | |
|---|---|
protected int |
errorCode
推奨されていません。 |
protected Map |
resultsMap
推奨されていません。 |
protected Set |
searchResults
推奨されていません。 |
static int |
SIZE_LIMIT_EXCEEDED
推奨されていません。 Code used to indicate that the search was unsuccessful as the size limit exceeded during the search process. |
static int |
SUCCESS
推奨されていません。 Code used to indicate a successful search |
static int |
TIME_LIMIT_EXCEEDED
推奨されていません。 Code used to indicate that the search was unsuccessful as the time limit exceeded during the search process. |
static int |
UNDEFINED_RESULT_COUNT
推奨されていません。 Value returned when the total number of search results could not be obtained. |
protected int |
vlvResponseCount
推奨されていません。 |
| コンストラクタの概要 | |
|---|---|
AMSearchResults(int count,
Set results,
int errorCode,
Map map)
推奨されていません。 Constructs the AMSearchResults object. |
|
| メソッドの概要 | |
|---|---|
int |
getErrorCode()
推奨されていません。 Method which returns the error code of search. |
Map |
getResultAttributes()
推奨されていません。 Method which returns the search results as a map containing DN's as key and the attribute value String. |
Set |
getSearchResults()
推奨されていません。 Method which returns the search results as an ordered set. |
int |
getTotalResultCount()
推奨されていません。 Method which returns the count of the all the results which match the search criteria. |
| フィールドの詳細 |
|---|
public static final int SUCCESS
public static final int SIZE_LIMIT_EXCEEDED
public static final int TIME_LIMIT_EXCEEDED
public static final int UNDEFINED_RESULT_COUNT
protected int vlvResponseCount
protected Set searchResults
protected Map resultsMap
protected int errorCode
| コンストラクタの詳細 |
|---|
public AMSearchResults(int count,
Set results,
int errorCode,
Map map)
AMSearchResults object.
count - Number of entriesresults - Set of DNs from the searcherrorCode - Error Codemap - Map of attributes and values if requested for| メソッドの詳細 |
|---|
public Map getResultAttributes()
public Set getSearchResults()
public int getTotalResultCount()
AMSearchResults.UNDEFINED_RESULT_COUNTpublic int getErrorCode()
SUCCESS, SIZE_LIMIT_EXCEEDED and
TIME_LIMIT_EXCEEDEDAMSearchResults.SUCCESS,
AMSearchResults.SIZE_LIMIT_EXCEEDED,
AMSearchResults.TIME_LIMIT_EXCEEDED
|
|||||||||
| 前のクラス 次のクラス | フレームあり フレームなし | ||||||||
| 概要: 入れ子 | フィールド | コンストラクタ | メソッド | 詳細: フィールド | コンストラクタ | メソッド | ||||||||