Uses of Class
cool.scx.app.x.fss.FSSObject
Packages that use FSSObject
-
Uses of FSSObject in cool.scx.app.x.fss
Subclasses with type arguments of type FSSObject in cool.scx.app.x.fssMethods in cool.scx.app.x.fss that return FSSObjectModifier and TypeMethodDescriptionstatic FSSObjectFSSHelper.copyFSSObject(String fileName, FSSObject oldFSSObject) static FSSObjectFSSHelper.createFSSObjectByFileInfo(String fileName, Long fileSize, String fileHash) 根据文件信息 创建 FSSObject 实例 规则如下 fssObjectID (文件 id) : 随机字符串 filePath (文件物理文件存储路径) : 年份(以上传时间为标准)/月份(以上传时间为标准)/天(以上传时间为标准)/文件MD5/文件真实名称 其他字段和字面意义相同FSSObjectService.findByFSSObjectID(String fssObjectID) Methods in cool.scx.app.x.fss that return types with arguments of type FSSObjectModifier and TypeMethodDescriptionFSSObjectService.findByFSSObjectIDs(List<String> fssObjectIDs) FSSObjectService.findFSSObjectListByHash(String fileHash) 根据 hash 查找文件Methods in cool.scx.app.x.fss with parameters of type FSSObjectModifier and TypeMethodDescriptionstatic PathFSSHelper.checkPhysicalFile(FSSObject fssObject) 检查物理文件是否存在 存在则返回物理文件 不存在则抛出异常static FSSObjectFSSHelper.copyFSSObject(String fileName, FSSObject oldFSSObject) static PathFSSHelper.getPhysicalFilePath(FSSObject fssObject) 获取物理文件路径