Uses of Class
org.lockss.laaws.crawler.model.UrlPager
Packages that use UrlPager
-
Uses of UrlPager in org.lockss.laaws.crawler.api
Methods in org.lockss.laaws.crawler.api that return types with arguments of type UrlPagerModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<UrlPager>CrawlsApi.getCrawlByMimeType(String jobId, String type, @Valid Integer limit, @Valid String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApiDelegate.getCrawlByMimeType(String jobId, String type, Integer limit, String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApi.getCrawlErrors(String jobId, @Valid Integer limit, @Valid String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApiDelegate.getCrawlErrors(String jobId, Integer limit, String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApi.getCrawlExcluded(String jobId, @Valid Integer limit, @Valid String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApiDelegate.getCrawlExcluded(String jobId, Integer limit, String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApi.getCrawlFetched(String jobId, @Valid Integer limit, @Valid String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApiDelegate.getCrawlFetched(String jobId, Integer limit, String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApi.getCrawlNotModified(String jobId, @Valid Integer limit, @Valid String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApiDelegate.getCrawlNotModified(String jobId, Integer limit, String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApi.getCrawlParsed(String jobId, @Valid Integer limit, @Valid String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApiDelegate.getCrawlParsed(String jobId, Integer limit, String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApi.getCrawlPending(String jobId, @Valid Integer limit, @Valid String continuationToken) default org.springframework.http.ResponseEntity<UrlPager>CrawlsApiDelegate.getCrawlPending(String jobId, Integer limit, String continuationToken) -
Uses of UrlPager in org.lockss.laaws.crawler.model
Methods in org.lockss.laaws.crawler.model that return UrlPager