Uses of Interface
com.netscape.certsrv.dbs.keydb.IKeyRecordList
-
Packages that use IKeyRecordList Package Description com.netscape.certsrv.dbs.keydb com.netscape.cmscore.dbs -
-
Uses of IKeyRecordList in com.netscape.certsrv.dbs.keydb
Methods in com.netscape.certsrv.dbs.keydb that return IKeyRecordList Modifier and Type Method Description IKeyRecordList
IKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)
Searchs for a list of key records.IKeyRecordList
IKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)
Searchs for a list of key records. -
Uses of IKeyRecordList in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement IKeyRecordList Modifier and Type Class Description class
KeyRecordList
A class represents a list of key records.
-