Uses of Class
org.lockss.laaws.crawler.model.CrawlWsResult
Packages that use CrawlWsResult
-
Uses of CrawlWsResult in org.lockss.laaws.crawler.api
Methods in org.lockss.laaws.crawler.api that return types with arguments of type CrawlWsResultModifier and TypeMethodDescriptiondefault org.springframework.http.ResponseEntity<CrawlWsResult>WsApi.getWsCrawls(@NotNull @Valid String crawlQuery) default org.springframework.http.ResponseEntity<CrawlWsResult>WsApiDelegate.getWsCrawls(String crawlQuery) -
Uses of CrawlWsResult in org.lockss.laaws.crawler.model
Methods in org.lockss.laaws.crawler.model that return CrawlWsResultModifier and TypeMethodDescriptionCrawlWsResult.addMimeTypesItem(String mimeTypesItem) CrawlWsResult.addPagesExcludedItem(String pagesExcludedItem) CrawlWsResult.addPagesFetchedItem(String pagesFetchedItem) CrawlWsResult.addPagesNotModifiedItem(String pagesNotModifiedItem) CrawlWsResult.addPagesParsedItem(String pagesParsedItem) CrawlWsResult.addPagesPendingItem(String pagesPendingItem) CrawlWsResult.addPagesWithErrorsItem(CrawlWsResultPagesWithErrors pagesWithErrorsItem) CrawlWsResult.addSourcesItem(String sourcesItem) CrawlWsResult.addStartingUrlsItem(String startingUrlsItem) CrawlWsResult.bytesFetchedCount(Integer bytesFetchedCount) CrawlWsResult.crawlStatus(String crawlStatus) CrawlWsResult.mimeTypeCount(Integer mimeTypeCount) CrawlWsResult.offSiteUrlsExcludedCount(Integer offSiteUrlsExcludedCount) CrawlWsResult.pagesExcluded(List<String> pagesExcluded) CrawlWsResult.pagesExcludedCount(Integer pagesExcludedCount) CrawlWsResult.pagesFetched(List<String> pagesFetched) CrawlWsResult.pagesFetchedCount(Integer pagesFetchedCount) CrawlWsResult.pagesNotModified(List<String> pagesNotModified) CrawlWsResult.pagesNotModifiedCount(Integer pagesNotModifiedCount) CrawlWsResult.pagesParsed(List<String> pagesParsed) CrawlWsResult.pagesParsedCount(Integer pagesParsedCount) CrawlWsResult.pagesPending(List<String> pagesPending) CrawlWsResult.pagesPendingCount(Integer pagesPendingCount) CrawlWsResult.pagesWithErrors(List<CrawlWsResultPagesWithErrors> pagesWithErrors) CrawlWsResult.pagesWithErrorsCount(Integer pagesWithErrorsCount) CrawlWsResult.refetchDepth(Integer refetchDepth) CrawlWsResult.startingUrls(List<String> startingUrls)