findWalletIdsInit
The findWalletIds method was added to support the retrieval of a large number of wallets at once. The paged FindWalletIds makes it possible to retrieve even larger numbers of wallets, but in separate groups known as pages.
The paging function facilitates integration with anIDMS An Identity Management System (IDMS) is a system that manages and protects the identity information of PIV card applicants. The IDMS generally falls within the IDPRS domain. and reconciliation. The number of entries per page is configurable, and this method initializes a paged search of all wallets matching the specified criteria.
For Java:
SearchSessionId findWalletIdsInit(Criteria[] criteria, int fetchSize)
throws SessionException, ManagementException, LocalizedRemoteException;
For C++:
TString findWalletIdsInit(CriteriaVector *criteria);
Parameters:
-
criteria—List of search criteria. Uses the same values as the criteria parameter in findWalletIds does.
Returns:
-
A handle to the data set to page through.
Exceptions:
-
SessionException— if there is no valid session (such as session not opened or timed out).
-
ManagementException— if an internal failure occurs.
-
LocalizedRemoteException— (thrown by the Web service layer) only when the most severe, unexpected, SOAP-level failures occur.