Uses of Interface
com.netscape.certsrv.dbs.certdb.ICertRecordList
-
Packages that use ICertRecordList Package Description com.netscape.certsrv.dbs.certdb com.netscape.cmscore.dbs -
-
Uses of ICertRecordList in com.netscape.certsrv.dbs.certdb
Methods in com.netscape.certsrv.dbs.certdb that return ICertRecordList Modifier and Type Method Description ICertRecordListICertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)Finds a list of certificate records that satisifies the filter.ICertRecordListICertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, boolean hardJumpTo, java.lang.String sortKey, int pageSize)ICertRecordListICertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)Finds a list of certificate records that satisifies the filter.ICertRecordListICertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)Finds a list of certificate records that satisifies the filter.ICertRecordListICertificateRepository. findCertRecordsInListRawJumpto(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)Finds a list of certificate records that satisifies the filter.ICertRecordListICertificateRepository. getInvalidCertsByNotBeforeDate(java.util.Date date, int pageSize)Gets Invalid certs orderes by noAfter date, jumps to records where notAfter date is greater than current.ICertRecordListICertificateRepository. getRevokedCertsByNotAfterDate(java.util.Date date, int pageSize)Gets Revoked certs orderes by noAfter date, jumps to records where notAfter date is greater than current.ICertRecordListICertificateRepository. getValidCertsByNotAfterDate(java.util.Date date, int pageSize)Gets valid certs orderes by noAfter date, jumps to records where notAfter date is greater than current. -
Uses of ICertRecordList in com.netscape.cmscore.dbs
Classes in com.netscape.cmscore.dbs that implement ICertRecordList Modifier and Type Class Description classCertRecordListA class represents a list of certificate records.Methods in com.netscape.cmscore.dbs that return ICertRecordList Modifier and Type Method Description ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, int pageSize)Finds certificate records.ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, boolean hardJumpTo, java.lang.String sortKey, int pageSize)ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String sortKey, int pageSize)ICertRecordListCertificateRepository. findCertRecordsInList(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)ICertRecordListCertificateRepository. findCertRecordsInListRawJumpto(java.lang.String filter, java.lang.String[] attrs, java.lang.String jumpTo, java.lang.String sortKey, int pageSize)ICertRecordListCertificateRepository. getInvalidCertsByNotBeforeDate(java.util.Date date, int pageSize)ICertRecordListCertificateRepository. getRevokedCertsByNotAfterDate(java.util.Date date, int pageSize)ICertRecordListCertificateRepository. getValidCertsByNotAfterDate(java.util.Date date, int pageSize)
-