On 8/6/2012 12:35 PM, Abhishek Koneru wrote:
Please review the patch with implementation for Ticket 149 for
DogTag
10. The search filter creation is already present.
Changed the ds calling function and added pagination.
The patch needs a minor rebase, but it's ACKed. It can be pushed after
patch #27-3 is fixed.
We still need to do the same for the listCerts() operation. I think we
can add "status" into CertSearchData, then the listCerts() can use it to
call searchCerts():
public CertDataInfos listCerts(...) {
CertSearchData csd = new CertSearchData();
csd.setStatus(status);
return searchCerts(csd, start, size);
}
The createSearchFilter() methods will need to be combined.
--
Endi S. Dewata