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 IKeyRecordListIKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)Searchs for a list of key records.IKeyRecordListIKeyRepository. 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 classKeyRecordListA class represents a list of key records.Methods in com.netscape.cmscore.dbs that return IKeyRecordList Modifier and Type Method Description IKeyRecordListKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)Retrieves key record list.IKeyRecordListKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)IKeyRecordListKeyRepository. findKeyRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)
-