跳过导航链接
A B C D E F G H K L M N P Q R S T U V 

A

ATTR_FILE - 类 中的静态变量com.efficient.file.config.NonStaticResourceHttpRequestHandler
 
AutoSaveFileInfo - com.efficient.file.annotation中的注释类型
日志注解
AutoSaveFileInfoAspect - com.efficient.file.aop中的类
文件关联逻辑保存切面
AutoSaveFileInfoAspect() - 类 的构造器com.efficient.file.aop.AutoSaveFileInfoAspect
 

B

BIZ_ID - 类 中的静态变量com.efficient.file.constant.FileConstant
 

C

calculateMD5(String) - 类 中的静态方法com.efficient.file.util.FileMd5Util
使用Java标准库的MessageDigest类获取MD5值
calculateMD5(File) - 类 中的静态方法com.efficient.file.util.FileMd5Util
 
calculateMD5(MultipartFile) - 类 中的静态方法com.efficient.file.util.FileMd5Util
使用Java标准库的MessageDigest类获取MD5值
checkFile(String, String) - 接口 中的方法com.efficient.file.api.VideoService
 
checkFile(String, String) - 类 中的方法com.efficient.file.controller.VideoController
获取文件分片状态,检测文件MD5合法性 FORM-DATA 请求
checkFile(String, String) - 类 中的方法com.efficient.file.service.VideoServiceImpl
 
CHUNK_FILE - 类 中的静态变量com.efficient.file.constant.FileConstant
 
chunkUpload(FileChunkDTO) - 接口 中的方法com.efficient.file.api.VideoService
 
chunkUpload(Long, Integer, Integer, String, String, String, MultipartFile) - 类 中的方法com.efficient.file.controller.VideoController
文件分块上传 FORM-DATA 请求
chunkUpload(FileChunkDTO) - 类 中的方法com.efficient.file.service.VideoServiceImpl
 
com.efficient.file.annotation - 程序包 com.efficient.file.annotation
 
com.efficient.file.aop - 程序包 com.efficient.file.aop
 
com.efficient.file.api - 程序包 com.efficient.file.api
 
com.efficient.file.config - 程序包 com.efficient.file.config
 
com.efficient.file.constant - 程序包 com.efficient.file.constant
 
com.efficient.file.controller - 程序包 com.efficient.file.controller
 
com.efficient.file.dao - 程序包 com.efficient.file.dao
 
com.efficient.file.exception - 程序包 com.efficient.file.exception
 
com.efficient.file.model.dto - 程序包 com.efficient.file.model.dto
 
com.efficient.file.model.entity - 程序包 com.efficient.file.model.entity
 
com.efficient.file.model.vo - 程序包 com.efficient.file.model.vo
 
com.efficient.file.properties - 程序包 com.efficient.file.properties
 
com.efficient.file.service - 程序包 com.efficient.file.service
 
com.efficient.file.util - 程序包 com.efficient.file.util
 
createBucket(String) - 类 中的方法com.efficient.file.util.MinioUtil
创建bucket
createFile(String, boolean) - 接口 中的方法com.efficient.file.api.FileService
创建文件路径

D

dbFile() - 类 中的方法com.efficient.file.config.FileConfig
 
DbFileServiceImpl - com.efficient.file.service中的类
 
DbFileServiceImpl() - 类 的构造器com.efficient.file.service.DbFileServiceImpl
 
DEFAULT_PATH - 类 中的静态变量com.efficient.file.properties.FileProperties
 
delete(String) - 接口 中的方法com.efficient.file.api.FileService
根据文件ID删除文件
delete(DownloadVO) - 类 中的方法com.efficient.file.controller.FileController
 
delete(String) - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
delete(String) - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
delete(String) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
deleteByBizId(String) - 接口 中的方法com.efficient.file.api.FileService
 
deleteByBizId(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
deleteByBizId(DownloadVO) - 类 中的方法com.efficient.file.controller.FileController
 
deleteByBizId(String) - 接口 中的方法com.efficient.file.dao.SysFileInfoMapper
 
deleteByBizId(String) - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
deleteByBizId(String) - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
deleteByBizId(String) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
deleteByBizId(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
deleteByFIleIdListAndBizId(List<String>, String) - 接口 中的方法com.efficient.file.dao.SysFileInfoMapper
 
doAfterLog(JoinPoint, Object) - 类 中的方法com.efficient.file.aop.AutoSaveFileInfoAspect
 
download(DownloadVO) - 类 中的方法com.efficient.file.controller.FileController
 
download(String, String) - 类 中的方法com.efficient.file.util.MinioUtil
 
DOWNLOAD_LINE - 类 中的静态变量com.efficient.file.constant.FileConstant
 
downloadBase64(DownloadVO) - 类 中的方法com.efficient.file.controller.FileController
 
downloadByPath(DownloadVO) - 类 中的方法com.efficient.file.controller.FileController
 
DownloadVO - com.efficient.file.model.dto中的类
 
DownloadVO() - 类 的构造器com.efficient.file.model.dto.DownloadVO
 

E

entity2VO(SysFileInfo) - 类 中的静态方法com.efficient.file.service.SysFileInfoServiceImpl
 

F

FILE_ID_LIST - 类 中的静态变量com.efficient.file.constant.FileConstant
 
FileBizRelationVO - com.efficient.file.model.vo中的类
绑定文件关系
FileBizRelationVO() - 类 的构造器com.efficient.file.model.vo.FileBizRelationVO
 
FileChunkDTO - com.efficient.file.model.dto中的类
 
FileChunkDTO() - 类 的构造器com.efficient.file.model.dto.FileChunkDTO
 
FileChunkVO - com.efficient.file.model.vo中的类
 
FileChunkVO(Boolean) - 类 的构造器com.efficient.file.model.vo.FileChunkVO
 
FileChunkVO(Boolean, Set<Integer>) - 类 的构造器com.efficient.file.model.vo.FileChunkVO
 
FileConfig - com.efficient.file.config中的类
文件相关操作
FileConfig() - 类 的构造器com.efficient.file.config.FileConfig
 
FileConstant - com.efficient.file.constant中的类
 
FileConstant() - 类 的构造器com.efficient.file.constant.FileConstant
 
FileController - com.efficient.file.controller中的类
 
FileController() - 类 的构造器com.efficient.file.controller.FileController
 
FileException - com.efficient.file.exception中的异常错误
 
FileException(String) - 异常错误 的构造器com.efficient.file.exception.FileException
 
FileException(String, Throwable) - 异常错误 的构造器com.efficient.file.exception.FileException
 
FileIdList - com.efficient.file.model.dto中的类
绑定文件关系
FileIdList() - 类 的构造器com.efficient.file.model.dto.FileIdList
 
FileInfoList - com.efficient.file.model.dto中的类
绑定文件关系
FileInfoList() - 类 的构造器com.efficient.file.model.dto.FileInfoList
 
FileMd5Util - com.efficient.file.util中的类
 
FileMd5Util() - 类 的构造器com.efficient.file.util.FileMd5Util
 
FileProperties - com.efficient.file.properties中的类
 
FileProperties() - 类 的构造器com.efficient.file.properties.FileProperties
 
FileProperties.Local - com.efficient.file.properties中的类
 
FileResultEnum - com.efficient.file.constant中的枚举
 
FileService - com.efficient.file.api中的接口
 
FileStrList - com.efficient.file.model.dto中的类
绑定文件关系
FileStrList() - 类 的构造器com.efficient.file.model.dto.FileStrList
 
FileVO - com.efficient.file.model.vo中的类
文件实体类
FileVO() - 类 的构造器com.efficient.file.model.vo.FileVO
 
findAllByPath(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findAllByPath(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findByBizId(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findByBizId(String) - 类 中的方法com.efficient.file.controller.SysFileInfoController
根据业务主键获取关联的文件信息
findByBizId(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findByBizIdAndRemark(String, String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findByBizIdAndRemark(String, String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findByBizIdList(List<String>) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findByBizIdList(List<String>) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findById(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findById(String) - 类 中的方法com.efficient.file.controller.SysFileInfoController
根据主键获取文件信息
findById(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findByPath(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findByPath(String) - 类 中的方法com.efficient.file.controller.SysFileInfoController
根据路径获取文件信息
findByPath(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findByPathAndMd5(String, String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findByPathAndMd5(String, String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findByPathFirst(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findByPathFirst(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findVOByBizId(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findVOByBizId(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
findVOByBizIdList(List<String>) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
findVOByBizIdList(List<String>) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
FOLDER_EXCEL - 类 中的静态变量com.efficient.file.constant.FileConstant
 
FOLDER_FILE - 类 中的静态变量com.efficient.file.constant.FileConstant
 
FOLDER_PDF - 类 中的静态变量com.efficient.file.constant.FileConstant
 
FOLDER_PIC - 类 中的静态变量com.efficient.file.constant.FileConstant
 
FOLDER_WORD - 类 中的静态变量com.efficient.file.constant.FileConstant
 

G

getAllBuckets() - 类 中的方法com.efficient.file.util.MinioUtil
获取全部bucket
getBucket(String) - 类 中的方法com.efficient.file.util.MinioUtil
根据bucketName获取信息
getById(String) - 接口 中的方法com.efficient.file.api.FileService
 
getById(String) - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
getById(String) - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
getById(String) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
getCode() - 枚举 中的方法com.efficient.file.constant.FileResultEnum
 
getDownPath(String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
getDownPath(String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
getFile(DownloadVO) - 接口 中的方法com.efficient.file.api.FileService
获取服务器上的文件
getFile(SysFileInfo) - 接口 中的方法com.efficient.file.api.FileService
 
getFile(DownloadVO) - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
getFile(SysFileInfo) - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
getFile(DownloadVO) - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
getFile(SysFileInfo) - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
getFile(DownloadVO) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
getFile(SysFileInfo) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
getFileInfo(FileChunkDTO, String) - 类 中的方法com.efficient.file.service.VideoServiceImpl
 
getFileUrlFolder(String) - 类 中的静态方法com.efficient.file.util.PathUtil
 
getMD5ByApacheCommonsCodec(String) - 类 中的静态方法com.efficient.file.util.FileMd5Util
使用Apache Commons Codec库获取MD5值
getMD5ByApacheCommonsCodec(MultipartFile) - 类 中的静态方法com.efficient.file.util.FileMd5Util
 
getMD5ByNIO(String) - 类 中的静态方法com.efficient.file.util.FileMd5Util
使用Java NIO获取MD5值
getModule() - 类 中的方法com.efficient.file.model.dto.FileChunkDTO
 
getMsg() - 枚举 中的方法com.efficient.file.constant.FileResultEnum
 
getObject(String, String) - 类 中的方法com.efficient.file.util.MinioUtil
获取⽂件
getObject(String, String, HttpServletResponse) - 类 中的方法com.efficient.file.util.MinioUtil
获取⽂件
getObjectInfo(String, String) - 类 中的方法com.efficient.file.util.MinioUtil
获取⽂件信息
getObjectUrl(String, String, Integer) - 类 中的方法com.efficient.file.util.MinioUtil
获取⽂件外链
getObjectUrl(String, String) - 类 中的方法com.efficient.file.util.MinioUtil
 
getProperties() - 接口 中的方法com.efficient.file.api.FileService
 
getProperties() - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
getProperties() - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
getProperties() - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
getResource(HttpServletRequest) - 类 中的方法com.efficient.file.config.NonStaticResourceHttpRequestHandler
 

H

HORIZONTAL_BAR - 类 中的静态变量com.efficient.file.constant.FileConstant
 

K

KB - 类 中的静态变量com.efficient.file.constant.FileConstant
 

L

listObjects(String) - 类 中的方法com.efficient.file.util.MinioUtil
查看文件对象
Local() - 类 的构造器com.efficient.file.properties.FileProperties.Local
 
localFile() - 类 中的方法com.efficient.file.config.FileConfig
 
LocalFileServiceImpl - com.efficient.file.service中的类
本地 文件操作 服务类
LocalFileServiceImpl() - 类 的构造器com.efficient.file.service.LocalFileServiceImpl
 

M

minioClient() - 类 中的方法com.efficient.file.config.MinioConfig
 
MinioConfig - com.efficient.file.config中的类
 
MinioConfig() - 类 的构造器com.efficient.file.config.MinioConfig
 
minioFile() - 类 中的方法com.efficient.file.config.FileConfig
 
MinioFileServiceImpl - com.efficient.file.service中的类
 
MinioFileServiceImpl() - 类 的构造器com.efficient.file.service.MinioFileServiceImpl
 
MinioProperties - com.efficient.file.properties中的类
 
MinioProperties() - 类 的构造器com.efficient.file.properties.MinioProperties
 
MinioUtil - com.efficient.file.util中的类
 
MinioUtil() - 类 的构造器com.efficient.file.util.MinioUtil
 

N

NonStaticResourceHttpRequestHandler - com.efficient.file.config中的类
 
NonStaticResourceHttpRequestHandler() - 类 的构造器com.efficient.file.config.NonStaticResourceHttpRequestHandler
 

P

PathUtil - com.efficient.file.util中的类
 
PathUtil() - 类 的构造器com.efficient.file.util.PathUtil
 
play(String) - 类 中的方法com.efficient.file.controller.VideoController
 
playByPath(String) - 类 中的方法com.efficient.file.controller.VideoController
 
POINT - 类 中的静态变量com.efficient.file.constant.FileConstant
 
pointCut() - 类 中的方法com.efficient.file.aop.AutoSaveFileInfoAspect
 
preview(String) - 类 中的方法com.efficient.file.controller.FileController
 
previewByPath(String) - 类 中的方法com.efficient.file.controller.FileController
 
putObject(String, String, InputStream) - 类 中的方法com.efficient.file.util.MinioUtil
上传⽂件
putObject(String, String, InputStream, long, String) - 类 中的方法com.efficient.file.util.MinioUtil
上传⽂件

Q

quickUpload(String, String, String, String) - 接口 中的方法com.efficient.file.api.VideoService
 
quickUpload(String, String, String, String) - 类 中的方法com.efficient.file.controller.VideoController
秒传
quickUpload(String, String, String, String) - 类 中的方法com.efficient.file.service.VideoServiceImpl
 

R

removeBucket(String) - 类 中的方法com.efficient.file.util.MinioUtil
根据bucketName删除信息
removeObject(String, String) - 类 中的方法com.efficient.file.util.MinioUtil
删除⽂件

S

saveDownFile(File, String, String, String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
saveDownFile(File, String, String, String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
saveFileInfo(File, String, String) - 接口 中的方法com.efficient.file.api.FileService
保存文件信息
saveFileInfo(File, String, String) - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
saveFileInfo(File, String, String) - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
saveFileInfo(File, String, String) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
saveFileInfo(MultipartFile, String, String, String) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
saveFileListByBizId(List<FileVO>, String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
saveFileListByBizId(FileInfoList) - 类 中的方法com.efficient.file.controller.SysFileInfoController
保存文件业务关联性-文件ID集合
saveFileListByBizId(List<FileVO>, String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
saveIdListByBizId(List<String>, String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
saveIdListByBizId(FileIdList) - 类 中的方法com.efficient.file.controller.SysFileInfoController
保存文件业务关联性-文件ID集合
saveIdListByBizId(List<String>, String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
saveStrListByBizId(String, String) - 接口 中的方法com.efficient.file.api.SysFileInfoService
 
saveStrListByBizId(FileStrList) - 类 中的方法com.efficient.file.controller.SysFileInfoController
保存文件业务关联性-文件ID集合
saveStrListByBizId(String, String) - 类 中的方法com.efficient.file.service.SysFileInfoServiceImpl
 
setBizIdWithFileIdList(List<String>, String) - 接口 中的方法com.efficient.file.dao.SysFileInfoMapper
 
setCode(int) - 枚举 中的方法com.efficient.file.constant.FileResultEnum
 
setMsg(String) - 枚举 中的方法com.efficient.file.constant.FileResultEnum
 
StoreEnum - com.efficient.file.constant中的枚举
文件存储类型
SysFileInfo - com.efficient.file.model.entity中的类
文件信息 实体类
SysFileInfo() - 类 的构造器com.efficient.file.model.entity.SysFileInfo
 
SysFileInfoController - com.efficient.file.controller中的类
 
SysFileInfoController() - 类 的构造器com.efficient.file.controller.SysFileInfoController
 
SysFileInfoMapper - com.efficient.file.dao中的接口
文件信息 持久层
SysFileInfoService - com.efficient.file.api中的接口
 
SysFileInfoServiceImpl - com.efficient.file.service中的类
 
SysFileInfoServiceImpl() - 类 的构造器com.efficient.file.service.SysFileInfoServiceImpl
 

T

TEMP_LINE - 类 中的静态变量com.efficient.file.constant.FileConstant
 

U

upload(MultipartFile, boolean, String, String, String) - 接口 中的方法com.efficient.file.api.FileService
文件上传
upload(MultipartFile, boolean, String, String) - 类 中的方法com.efficient.file.controller.FileController
上传文件
upload(MultipartFile, boolean, String, String, String) - 类 中的方法com.efficient.file.service.DbFileServiceImpl
 
upload(MultipartFile, boolean, String, String, String) - 类 中的方法com.efficient.file.service.LocalFileServiceImpl
 
upload(MultipartFile, boolean, String, String, String) - 类 中的方法com.efficient.file.service.MinioFileServiceImpl
 
upload(MultipartFile) - 类 中的方法com.efficient.file.util.MinioUtil
上传文件
upload(MultipartFile, String) - 类 中的方法com.efficient.file.util.MinioUtil
上传文件
upload(File, String) - 类 中的方法com.efficient.file.util.MinioUtil
 
upload(File) - 类 中的方法com.efficient.file.util.MinioUtil
 
UPLOAD_LINE - 类 中的静态变量com.efficient.file.constant.FileConstant
 

V

valueOf(String) - 枚举 中的静态方法com.efficient.file.constant.FileResultEnum
返回带有指定名称的该类型的枚举常量。
valueOf(String) - 枚举 中的静态方法com.efficient.file.constant.StoreEnum
返回带有指定名称的该类型的枚举常量。
values() - 枚举 中的静态方法com.efficient.file.constant.FileResultEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
values() - 枚举 中的静态方法com.efficient.file.constant.StoreEnum
按照声明该枚举类型的常量的顺序, 返回 包含这些常量的数组。
VIDEO_LINE - 类 中的静态变量com.efficient.file.constant.FileConstant
 
VideoController - com.efficient.file.controller中的类
 
VideoController() - 类 的构造器com.efficient.file.controller.VideoController
 
VideoService - com.efficient.file.api中的接口
 
VideoServiceImpl - com.efficient.file.service中的类
 
VideoServiceImpl() - 类 的构造器com.efficient.file.service.VideoServiceImpl
 
A B C D E F G H K L M N P Q R S T U V 
跳过导航链接

Copyright © 2024. All rights reserved.