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