public static interface AbstractEntityManager.SearchRequest
The request parameters for performing entity searching on the backend security server.
| Modifier and Type | Method and Description |
|---|---|
Set<String> |
getConstrainedIdentifiers()
Constrained (not available to use) identifiers.
|
int |
getPage()
The page number for the search cursor.
|
int |
getPageSize()
The number of items for each page.
|
String |
getSearchPattern()
The search pattern string.
|
AbstractEntityManager.SearchRequest |
setConstrainedIdentifiers(Set<String> constrainedIdentifiers)
Constrained (not available to use) identifiers.
|
String getSearchPattern()
The search pattern string.
AbstractEntityManager.SearchRequest setConstrainedIdentifiers(Set<String> constrainedIdentifiers)
Constrained (not available to use) identifiers.
If you don't want to include some entities in the response, add their identifiers in the collection.
Set<String> getConstrainedIdentifiers()
Constrained (not available to use) identifiers.
int getPage()
The page number for the search cursor.
IMPORTANT NOTE: Page number starts with value 1.
int getPageSize()
The number of items for each page.
Copyright © 2012–2016 JBoss by Red Hat. All rights reserved.