| Package | Description |
|---|---|
| org.lockss.laaws.crawler.api | |
| org.lockss.laaws.crawler.impl | |
| org.lockss.laaws.crawler.model |
| Modifier and Type | Method and Description |
|---|---|
default org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApi.getCrawlByMimeType(String jobId,
String type,
Integer limit,
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,
Integer limit,
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,
Integer limit,
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,
Integer limit,
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,
Integer limit,
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,
Integer limit,
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,
Integer limit,
String continuationToken) |
default org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiDelegate.getCrawlPending(String jobId,
Integer limit,
String continuationToken) |
| Modifier and Type | Method and Description |
|---|---|
org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiServiceImpl.getCrawlByMimeType(String jobId,
String type,
Integer limit,
String continuationToken)
Returns all (or a pageful of) the items in a crawl by MIME type..
|
org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiServiceImpl.getCrawlErrors(String jobId,
Integer limit,
String continuationToken)
Returns all (or a pageful of) the error URLS in a crawl.
|
org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiServiceImpl.getCrawlExcluded(String jobId,
Integer limit,
String continuationToken)
Returns all (or a pageful of) the excluded URLS in a crawl.
|
org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiServiceImpl.getCrawlFetched(String jobId,
Integer limit,
String continuationToken)
Returns all (or a pageful of) the fetched URLS in a crawl.
|
org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiServiceImpl.getCrawlNotModified(String jobId,
Integer limit,
String continuationToken)
Returns all (or a pageful of) the not-modified URLS in a crawl.
|
org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiServiceImpl.getCrawlParsed(String jobId,
Integer limit,
String continuationToken)
Returns all (or a pageful of) the parsed URLS in a crawl.
|
org.springframework.http.ResponseEntity<UrlPager> |
CrawlsApiServiceImpl.getCrawlPending(String jobId,
Integer limit,
String continuationToken)
Returns all (or a pageful of) the pending URLS in a crawl.
|
| Modifier and Type | Method and Description |
|---|---|
UrlPager |
UrlPager.addUrlsItem(UrlInfo urlsItem) |
UrlPager |
UrlPager.pageInfo(PageInfo pageInfo) |
UrlPager |
UrlPager.urls(List<UrlInfo> urls) |
Copyright © 2000–2023 LOCKSS Program. All rights reserved.