索引

A B C D E F G I L M P R S T U V 
All Classes and Interfaces|所有程序包|序列化表格

A

add(FileCategory) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 

B

BucketPolicyConfigDto - plus.hiver.rustfs.dto中的类
RustFS Bucket访问策略配置
BucketPolicyConfigDto() - 类的构造器 plus.hiver.rustfs.dto.BucketPolicyConfigDto
 
BucketPolicyConfigDto.Principal - plus.hiver.rustfs.dto中的类
 
BucketPolicyConfigDto.Statement - plus.hiver.rustfs.dto中的类
 

C

clearTrash() - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
clearTrash() - 类中的方法 plus.hiver.rustfs.controller.FileUserController
 
clearTrash() - 接口中的方法 plus.hiver.rustfs.service.FileService
清空回收站
clearTrash() - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
collect(Long) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
collect(Long) - 类中的方法 plus.hiver.rustfs.controller.FileUserController
 
collect(Long, Boolean) - 接口中的方法 plus.hiver.rustfs.service.FileService
收藏
collect(Long, Boolean) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
copy(Long) - 类中的方法 plus.hiver.rustfs.controller.FileController
 
copy(Long) - 类中的方法 plus.hiver.rustfs.controller.FileUserController
 
copy(Long, Boolean) - 接口中的方法 plus.hiver.rustfs.service.FileService
创建副本
copy(Long, Boolean) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
copyFile(String, String) - 接口中的方法 plus.hiver.rustfs.manage.FileManage
拷贝文件
copyFile(String, String) - 类中的方法 plus.hiver.rustfs.manage.impl.LocalFileManage
注意此处需传入url
copyFile(String, String) - 类中的方法 plus.hiver.rustfs.manage.impl.RustfsManage
 

D

delByIds(Long[]) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
delete(Long[]) - 类中的方法 plus.hiver.rustfs.controller.FileController
 
delete(Long[]) - 类中的方法 plus.hiver.rustfs.controller.FileUserController
 
delete(Long[], Boolean) - 接口中的方法 plus.hiver.rustfs.service.FileService
删除
delete(Long[], Boolean) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
delete(String) - 类中的方法 plus.hiver.rustfs.controller.RustFSController
 
deleteByCategoryId(Long) - 接口中的方法 plus.hiver.rustfs.dao.FileDao
通过categoryId删除
deleteByCategoryId(Long) - 接口中的方法 plus.hiver.rustfs.service.FileService
通过categoryId删除
deleteByCategoryId(Long) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
deleteByCreateByAndDelFlag(String, Integer) - 接口中的方法 plus.hiver.rustfs.dao.FileDao
清空回收站
deleteFile(String) - 接口中的方法 plus.hiver.rustfs.manage.FileManage
删除文件
deleteFile(String) - 类中的方法 plus.hiver.rustfs.manage.impl.LocalFileManage
注意此处需传入url
deleteFile(String) - 类中的方法 plus.hiver.rustfs.manage.impl.RustfsManage
 
deleteRecursion(Long, Long[], String) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 

E

edit(FileCategory) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 

F

File - plus.hiver.rustfs.entity中的类
文件实体类
File() - 类的构造器 plus.hiver.rustfs.entity.File
 
FileCategory - plus.hiver.rustfs.entity中的类
文件分类实体类
FileCategory() - 类的构造器 plus.hiver.rustfs.entity.FileCategory
 
FileCategoryController - plus.hiver.rustfs.controller中的类
文件分类管理接口
FileCategoryController() - 类的构造器 plus.hiver.rustfs.controller.FileCategoryController
 
FileCategoryDao - plus.hiver.rustfs.dao中的接口
文件分类数据处理层
FileCategoryService - plus.hiver.rustfs.service中的接口
文件分类接口
FileCategoryServiceImpl - plus.hiver.rustfs.serviceimpl中的类
文件分类接口实现
FileCategoryServiceImpl(FileCategoryDao) - 类的构造器 plus.hiver.rustfs.serviceimpl.FileCategoryServiceImpl
 
FileController - plus.hiver.rustfs.controller中的类
文件管理管理接口
FileController() - 类的构造器 plus.hiver.rustfs.controller.FileController
 
FileDao - plus.hiver.rustfs.dao中的接口
文件管理数据处理层
FileManage - plus.hiver.rustfs.manage中的接口
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
FileManageFactory - plus.hiver.rustfs.manage中的类
工厂模式
FileManageFactory() - 类的构造器 plus.hiver.rustfs.manage.FileManageFactory
 
FileService - plus.hiver.rustfs.service中的接口
文件管理接口
FileServiceImpl - plus.hiver.rustfs.serviceimpl中的类
文件管理接口实现
FileServiceImpl(FileDao) - 类的构造器 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
FileUserController - plus.hiver.rustfs.controller中的类
文件管理管理接口
FileUserController() - 类的构造器 plus.hiver.rustfs.controller.FileUserController
 
FileUtil - plus.hiver.rustfs.utils中的类
文件工具类
FileUtil() - 类的构造器 plus.hiver.rustfs.utils.FileUtil
 
findByCondition(FileCategory, String, String) - 接口中的方法 plus.hiver.rustfs.service.FileCategoryService
多条件获取
findByCondition(FileCategory, String, String) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileCategoryServiceImpl
 
findByParentId(Long, Integer, String) - 接口中的方法 plus.hiver.rustfs.service.FileCategoryService
通过父id和创建人获取
findByParentId(Long, Integer, String) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileCategoryServiceImpl
 
findByTitleLikeAndCreateBy(String, String) - 接口中的方法 plus.hiver.rustfs.service.FileCategoryService
通过名称和创建人模糊搜索
findByTitleLikeAndCreateBy(String, String) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileCategoryServiceImpl
 
findByTitleLikeAndCreateByOrderBySortOrder(String, String) - 接口中的方法 plus.hiver.rustfs.dao.FileCategoryDao
通过名称和创建人模糊搜索

G

get(Long) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
getByCondition(Long, String, Integer, Boolean, String, String) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
getFileList(File, SearchVo, PageVo) - 类中的方法 plus.hiver.rustfs.controller.FileController
 
getFileList(File, SearchVo, PageVo) - 类中的方法 plus.hiver.rustfs.controller.FileUserController
 
getFileList(File, SearchVo, PageVo, Boolean) - 接口中的方法 plus.hiver.rustfs.service.FileService
多条件获取列表
getFileList(File, SearchVo, PageVo, Boolean) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
getFileManage() - 类中的方法 plus.hiver.rustfs.manage.FileManageFactory
管理文件时使用
getFileManage(Integer) - 类中的方法 plus.hiver.rustfs.manage.FileManageFactory
使用配置的服务上传时location传入null 管理文件时需传入存储位置location
getOssSetting() - 接口中的方法 plus.hiver.rustfs.manage.FileManage
获取配置
getOssSetting() - 类中的方法 plus.hiver.rustfs.manage.impl.LocalFileManage
 
getOssSetting() - 类中的方法 plus.hiver.rustfs.manage.impl.RustfsManage
 
getRestTime(Date) - 类中的静态方法 plus.hiver.rustfs.utils.FileUtil
 
getType(String) - 类中的方法 plus.hiver.rustfs.controller.UploadController
 

I

inputStreamUpload(InputStream, String) - 接口中的方法 plus.hiver.rustfs.manage.FileManage
文件流上传
inputStreamUpload(InputStream, String) - 类中的方法 plus.hiver.rustfs.manage.impl.LocalFileManage
 
inputStreamUpload(InputStream, String) - 类中的方法 plus.hiver.rustfs.manage.impl.RustfsManage
 
inputStreamUpload(InputStream, String, MultipartFile) - 接口中的方法 plus.hiver.rustfs.manage.FileManage
文件流上传
inputStreamUpload(InputStream, String, MultipartFile) - 类中的方法 plus.hiver.rustfs.manage.impl.LocalFileManage
上传
inputStreamUpload(InputStream, String, MultipartFile) - 类中的方法 plus.hiver.rustfs.manage.impl.RustfsManage
 
isOvertime(Date) - 类中的静态方法 plus.hiver.rustfs.utils.FileUtil
 

L

LocalFileManage - plus.hiver.rustfs.manage.impl中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
LocalFileManage() - 类的构造器 plus.hiver.rustfs.manage.impl.LocalFileManage
 
LocalFileViewController - plus.hiver.rustfs.controller中的类
文件管理管理接口
LocalFileViewController() - 类的构造器 plus.hiver.rustfs.controller.LocalFileViewController
 

M

moveByIds(Long[], Long) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 

P

plus.hiver.rustfs.config - 程序包 plus.hiver.rustfs.config
 
plus.hiver.rustfs.controller - 程序包 plus.hiver.rustfs.controller
 
plus.hiver.rustfs.dao - 程序包 plus.hiver.rustfs.dao
 
plus.hiver.rustfs.dto - 程序包 plus.hiver.rustfs.dto
 
plus.hiver.rustfs.entity - 程序包 plus.hiver.rustfs.entity
 
plus.hiver.rustfs.manage - 程序包 plus.hiver.rustfs.manage
 
plus.hiver.rustfs.manage.impl - 程序包 plus.hiver.rustfs.manage.impl
 
plus.hiver.rustfs.service - 程序包 plus.hiver.rustfs.service
 
plus.hiver.rustfs.serviceimpl - 程序包 plus.hiver.rustfs.serviceimpl
 
plus.hiver.rustfs.utils - 程序包 plus.hiver.rustfs.utils
 
Principal() - 类的构造器 plus.hiver.rustfs.dto.BucketPolicyConfigDto.Principal
 

R

rename(Long, String) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
rename(Long, String, String, Boolean) - 接口中的方法 plus.hiver.rustfs.service.FileService
重命名
rename(Long, String, String, Boolean) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 
renameFile(String, String) - 接口中的方法 plus.hiver.rustfs.manage.FileManage
重命名文件
renameFile(String, String) - 类中的方法 plus.hiver.rustfs.manage.impl.LocalFileManage
注意此处需传入url
renameFile(String, String) - 类中的方法 plus.hiver.rustfs.manage.impl.RustfsManage
 
renameUserFile(Long, String) - 类中的方法 plus.hiver.rustfs.controller.FileUserController
 
renameUserFile(Long, String, String) - 类中的方法 plus.hiver.rustfs.controller.FileController
 
RustFSConfig - plus.hiver.rustfs.config中的类
RustFS配置类
RustFSConfig() - 类的构造器 plus.hiver.rustfs.config.RustFSConfig
 
RustFSController - plus.hiver.rustfs.controller中的类
RustFS对象存储管理Controller
RustFSController() - 类的构造器 plus.hiver.rustfs.controller.RustFSController
 
RustfsManage - plus.hiver.rustfs.manage.impl中的类
尊重知识产权,CV 请保留版权,海文科技 https://hiver.cc 出品,不允许非法使用,后果自负
RustfsManage() - 类的构造器 plus.hiver.rustfs.manage.impl.RustfsManage
 
RustFSUploadResult - plus.hiver.rustfs.dto中的类
RustFS文件上传返回结果
RustFSUploadResult() - 类的构造器 plus.hiver.rustfs.dto.RustFSUploadResult
 

S

s3Client() - 类中的方法 plus.hiver.rustfs.config.RustFSConfig
 
searchByTitle(String) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
setInfo(List<FileCategory>) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
Statement() - 类的构造器 plus.hiver.rustfs.dto.BucketPolicyConfigDto.Statement
 

T

trash(Long) - 类中的方法 plus.hiver.rustfs.controller.FileCategoryController
 
trash(Long[]) - 类中的方法 plus.hiver.rustfs.controller.FileUserController
 
trash(Long, Boolean) - 接口中的方法 plus.hiver.rustfs.service.FileService
回收站操作
trash(Long, Boolean) - 类中的方法 plus.hiver.rustfs.serviceimpl.FileServiceImpl
 

U

upload(MultipartFile) - 类中的方法 plus.hiver.rustfs.controller.RustFSController
 
upload(MultipartFile, String, Long, HttpServletRequest) - 类中的方法 plus.hiver.rustfs.controller.UploadController
 
UploadController - plus.hiver.rustfs.controller中的类
文件上传接口
UploadController() - 类的构造器 plus.hiver.rustfs.controller.UploadController
 

V

view(Long, String, Boolean, String, HttpServletResponse) - 类中的方法 plus.hiver.rustfs.controller.LocalFileViewController
 
view(String, HttpServletResponse) - 类中的静态方法 plus.hiver.rustfs.manage.impl.LocalFileManage
读取文件
A B C D E F G I L M P R S T U V 
All Classes and Interfaces|所有程序包|序列化表格