Uses of Class
com.bytedesk.kbase.llm_website.WebsiteEntity
Packages that use WebsiteEntity
Package
Description
-
Uses of WebsiteEntity in com.bytedesk.kbase.llm_website
Methods in com.bytedesk.kbase.llm_website that return WebsiteEntityModifier and TypeMethodDescriptionprotected WebsiteEntityWebsiteRestService.doSave(WebsiteEntity entity) WebsiteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebsiteEntity entity) Methods in com.bytedesk.kbase.llm_website that return types with arguments of type WebsiteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.jpa.domain.Specification<WebsiteEntity>WebsiteRestService.createSpecification(WebsiteRequest request) protected org.springframework.data.domain.Page<WebsiteEntity>WebsiteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WebsiteEntity> spec, org.springframework.data.domain.Pageable pageable) WebsiteRepository.findByKbase_UidAndDeletedFalse(String kbUid) WebsiteRestService.findByKbUid(String kbUid) static org.springframework.data.jpa.domain.Specification<WebsiteEntity>WebsiteSpecification.search(WebsiteRequest request, AuthService authService) Methods in com.bytedesk.kbase.llm_website with parameters of type WebsiteEntityModifier and TypeMethodDescriptionWebsiteRestService.convertToExcel(WebsiteEntity website) WebsiteRestService.convertToResponse(WebsiteEntity entity) protected WebsiteEntityWebsiteRestService.doSave(WebsiteEntity entity) WebsiteRestService.handleOptimisticLockingFailureException(org.springframework.orm.ObjectOptimisticLockingFailureException e, WebsiteEntity entity) voidWebsiteEntityListener.onPostPersist(WebsiteEntity website) voidWebsiteEntityListener.onPostUpdate(WebsiteEntity website) Method parameters in com.bytedesk.kbase.llm_website with type arguments of type WebsiteEntityModifier and TypeMethodDescriptionprotected org.springframework.data.domain.Page<WebsiteEntity>WebsiteRestService.executePageQuery(org.springframework.data.jpa.domain.Specification<WebsiteEntity> spec, org.springframework.data.domain.Pageable pageable) -
Uses of WebsiteEntity in com.bytedesk.kbase.llm_website.event
Fields in com.bytedesk.kbase.llm_website.event declared as WebsiteEntityMethods in com.bytedesk.kbase.llm_website.event that return WebsiteEntityModifier and TypeMethodDescriptionAbstractWebsiteEvent.getWebsite()private WebsiteEntityAbstractWebsiteEvent.snapshot(WebsiteEntity source) Methods in com.bytedesk.kbase.llm_website.event with parameters of type WebsiteEntityModifier and TypeMethodDescriptionprivate WebsiteEntityAbstractWebsiteEvent.snapshot(WebsiteEntity source) Constructors in com.bytedesk.kbase.llm_website.event with parameters of type WebsiteEntityModifierConstructorDescriptionprotectedAbstractWebsiteEvent(Object source, WebsiteEntity website) WebsiteCreateEvent(Object source, WebsiteEntity website) WebsiteDeleteEvent(Object source, WebsiteEntity website) WebsiteUpdateDocEvent(Object source, WebsiteEntity website) WebsiteUpdateEvent(Object source, WebsiteEntity website) -
Uses of WebsiteEntity in com.bytedesk.kbase.llm_website.service
Methods in com.bytedesk.kbase.llm_website.service with parameters of type WebsiteEntityModifier and TypeMethodDescriptionprivate booleanWebsiteCrawlerService.crawlSinglePage(String url, WebsiteEntity website, Set<String> visitedUrls, Set<String> urlsToVisit, WebsiteCrawlConfig config) 抓取单个页面private WebsiteCrawlTaskWebsiteCrawlerService.createCrawlTask(WebsiteEntity website, WebsiteCrawlConfig config) 创建抓取任务private voidWebsiteCrawlerService.createOrUpdateWebpage(String url, String title, String description, String content, WebsiteEntity website) 创建或更新网页实体private WebsiteCrawlResultWebsiteCrawlerService.performCrawl(WebsiteEntity website, WebsiteCrawlTask task, WebsiteCrawlConfig config) 执行抓取任务