@Deprecated public class ValidValues extends Object
ValidValues
provides search results and a error
code indicating if the search was successfully or time limit exceeded or
search limit exceeded.Constructor and Description |
---|
ValidValues(int errorCode,
Set results)
Deprecated.
Constructs a
ValidValues given errorCode
and a set of values |
Modifier and Type | Method and Description |
---|---|
int |
getErrorCode()
Deprecated.
Returns the error code of search.
|
Set |
getSearchResults()
Deprecated.
Returns the search results as a set.
|
public ValidValues(int errorCode, Set results)
ValidValues
given errorCode
and a set of valueserrorCode
- error coderesults
- set of values to be includedValidValues.SUCCESS
,
ValidValues.SIZE_LIMIT_EXCEEDED
,
ValidValues.TIME_LIMIT_EXCEEDED
public Set getSearchResults()
public int getErrorCode()
SUCCESS
, SIZE_LIMIT_EXCEEDED
and TIME_LIMIT_EXCEEDED
ValidValues.SUCCESS
,
ValidValues.SIZE_LIMIT_EXCEEDED
,
ValidValues.TIME_LIMIT_EXCEEDED
Copyright © 2010-2018, ForgeRock All Rights Reserved.