Package com.bytedesk.kbase.llm_webpage
Class WebpageSpecification
java.lang.Object
com.bytedesk.core.base.BaseSpecification<WebpageEntity,WebpageRequest>
com.bytedesk.kbase.llm_webpage.WebpageSpecification
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic org.springframework.data.jpa.domain.Specification<WebpageEntity>
search
(WebpageRequest request, AuthService authService) Methods inherited from class com.bytedesk.core.base.BaseSpecification
addOrgFilterIfNotSuperUser, getBasicPredicates, search, validateSuperUserPermission
-
Constructor Details
-
WebpageSpecification
public WebpageSpecification()
-
-
Method Details
-
search
public static org.springframework.data.jpa.domain.Specification<WebpageEntity> search(WebpageRequest request, AuthService authService)
-