Uses of Class
com.bytedesk.core.asset.AssetRequest
Packages that use AssetRequest
-
Uses of AssetRequest in com.bytedesk.core.asset
Methods in com.bytedesk.core.asset with parameters of type AssetRequestModifier and TypeMethodDescriptionorg.springframework.http.ResponseEntity<?>AssetRestController.create(AssetRequest request) AssetRestService.create(AssetRequest request) private AssetResponseAssetRestService.createInternal(AssetRequest request, boolean skipPermissionCheck) protected org.springframework.data.jpa.domain.Specification<AssetEntity>AssetRestService.createSpecification(AssetRequest request) AssetRestService.createSystemAsset(AssetRequest request) org.springframework.http.ResponseEntity<?>AssetRestController.delete(AssetRequest request) voidAssetRestService.delete(AssetRequest request) AssetRestController.export(AssetRequest request, jakarta.servlet.http.HttpServletResponse response) org.springframework.http.ResponseEntity<?>AssetRestController.queryByOrg(AssetRequest request) org.springframework.data.domain.Page<AssetResponse>AssetRestService.queryByOrg(AssetRequest request) org.springframework.data.domain.Page<AssetEntity>AssetRestService.queryByOrgEntity(AssetRequest request) org.springframework.http.ResponseEntity<?>AssetRestController.queryByUid(AssetRequest request) org.springframework.http.ResponseEntity<?>AssetRestController.queryByUser(AssetRequest request) org.springframework.data.domain.Page<AssetResponse>AssetRestService.queryByUser(AssetRequest request) static org.springframework.data.jpa.domain.Specification<AssetEntity>AssetSpecification.search(AssetRequest request, AuthService authService) org.springframework.http.ResponseEntity<?>AssetRestController.update(AssetRequest request) AssetRestService.update(AssetRequest request)