public interface SearchResultHandler<T>
| Modifier and Type | Method and Description |
|---|---|
void |
extension(String urn,
com.fasterxml.jackson.databind.node.ObjectNode extensionObjectNode)
Handle an schema extension in the search response.
|
void |
itemsPerPage(int itemsPerPage)
Handle the itemsPerPage in the search response.
|
boolean |
resource(T scimResource)
Handle a search result resource.
|
void |
startIndex(int startIndex)
Handle the startIndex in the search response.
|
void |
totalResults(int totalResults)
Handle the totalResults in the search response.
|
void startIndex(int startIndex)
startIndex - The startIndex.void itemsPerPage(int itemsPerPage)
itemsPerPage - The itemsPerPage.void totalResults(int totalResults)
totalResults - The totalResults.boolean resource(T scimResource)
scimResource - A search result resource.true to continue processing the search result response or
false to immediate stop further processing of the response.Copyright © 2015–2021 Ping Identity Corporation. All rights reserved.