@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.Modifier and Type | Field and Description |
---|---|
static int |
SIZE_LIMIT_EXCEEDED
Deprecated.
Code used to indicate that the search was unsuccessful
as the size limit exceeded during the search process.
|
static int |
SUCCESS
Deprecated.
Code used to indicate a successful search
|
static int |
TIME_LIMIT_EXCEEDED
Deprecated.
Code used to indicate that the search was unsuccessful
as the time limit exceeded during the search process.
|
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 static final int SUCCESS
public static final int SIZE_LIMIT_EXCEEDED
public static final int TIME_LIMIT_EXCEEDED
public ValidValues(int errorCode, Set results)
ValidValues
given errorCode
and a set of valueserrorCode
- error coderesults
- set of values to be includedSUCCESS
,
SIZE_LIMIT_EXCEEDED
,
TIME_LIMIT_EXCEEDED
public Set getSearchResults()
public int getErrorCode()
SUCCESS
, SIZE_LIMIT_EXCEEDED
and TIME_LIMIT_EXCEEDED
SUCCESS
,
SIZE_LIMIT_EXCEEDED
,
TIME_LIMIT_EXCEEDED
Copyright © 2010–2025 Open Identity Platform Community. All rights reserved.