Uses of Class
io.github.xezzon.zeroweb.attachment.Attachment
Packages that use Attachment
Package
Description
-
Uses of Attachment in io.github.xezzon.zeroweb.attachment
Fields in io.github.xezzon.zeroweb.attachment with type parameters of type AttachmentModifier and TypeFieldDescriptionstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, String> Attachment_.bizIdStatic metamodel for attributeAttachment.bizIdstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, String> Attachment_.bizTypeStatic metamodel for attributeAttachment.bizTypestatic jakarta.persistence.metamodel.SingularAttribute<Attachment, String> Attachment_.checksumStatic metamodel for attributeAttachment.checksumstatic jakarta.persistence.metamodel.EntityType<Attachment> Attachment_.class_Static metamodel type forAttachmentstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, Instant> Attachment_.createTimeStatic metamodel for attributeAttachment.createTimestatic jakarta.persistence.metamodel.SingularAttribute<Attachment, String> Attachment_.idStatic metamodel for attributeAttachment.idstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, String> Attachment_.nameStatic metamodel for attributeAttachment.namestatic jakarta.persistence.metamodel.SingularAttribute<Attachment, String> Attachment_.ownerIdStatic metamodel for attributeAttachment.ownerIdstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, FileProviderEnum> Attachment_.providerStatic metamodel for attributeAttachment.providerstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, Long> Attachment_.sizeStatic metamodel for attributeAttachment.sizestatic jakarta.persistence.metamodel.SingularAttribute<Attachment, AttachmentStatusEnum> Attachment_.statusStatic metamodel for attributeAttachment.statusstatic jakarta.persistence.metamodel.SingularAttribute<Attachment, String> Attachment_.typeStatic metamodel for attributeAttachment.typeMethods in io.github.xezzon.zeroweb.attachment that return Attachment -
Uses of Attachment in io.github.xezzon.zeroweb.attachment.entity
Classes in io.github.xezzon.zeroweb.attachment.entity that implement interfaces with type arguments of type AttachmentMethods in io.github.xezzon.zeroweb.attachment.entity that return Attachment -
Uses of Attachment in io.github.xezzon.zeroweb.attachment.event
Methods in io.github.xezzon.zeroweb.attachment.event that return AttachmentModifier and TypeMethodDescriptionAttachmentCreatedEvent.attachment()Returns the value of theattachmentrecord component.AttachmentDeletedEvent.attachment()Returns the value of theattachmentrecord component.AttachmentUploadedEvent.attachment()Returns the value of theattachmentrecord component.Constructors in io.github.xezzon.zeroweb.attachment.event with parameters of type AttachmentModifierConstructorDescriptionAttachmentCreatedEvent(Attachment attachment) Creates an instance of aAttachmentCreatedEventrecord class.AttachmentDeletedEvent(Attachment attachment) Creates an instance of aAttachmentDeletedEventrecord class.AttachmentUploadedEvent(Attachment attachment) Creates an instance of aAttachmentUploadedEventrecord class. -
Uses of Attachment in io.github.xezzon.zeroweb.attachment.internal
Methods in io.github.xezzon.zeroweb.attachment.internal that return AttachmentMethods in io.github.xezzon.zeroweb.attachment.internal that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentHttpEndpoint.queryByBiz(@NotBlank String bizType, @NotBlank String bizId) 查询表单关联的附件 -
Uses of Attachment in io.github.xezzon.zeroweb.attachment.repository
Subinterfaces with type arguments of type Attachment in io.github.xezzon.zeroweb.attachment.repositoryModifier and TypeInterfaceDescriptioninterface对 附件 进行数据库操作的 JPA 接口interface对 附件 进行数据库操作的 JPA 接口Methods in io.github.xezzon.zeroweb.attachment.repository that return types with arguments of type AttachmentModifier and TypeMethodDescriptionAttachmentRepository.findByBizTypeAndBizId(String bizType, String bizId) 查询业务关联的附件列表 -
Uses of Attachment in io.github.xezzon.zeroweb.storage
Methods in io.github.xezzon.zeroweb.storage with parameters of type AttachmentModifier and TypeMethodDescriptionbyte[]IStorageService.download(Attachment attachment) 下载文件IStorageService.getDownloadEndpoint(Attachment attachment) 获取附件下载地址IStorageService.getUploadAddress(Attachment attachment) 获取附件的上传地址IStorageService.getUploadAddress(Attachment attachment, int partNumber) 获取附件分段上传地址IStorageService.getUploadInfo(Attachment attachment) 获取上传元数据voidIStorageService.upload(Attachment attachment, byte[] fileContent) 上传文件 -
Uses of Attachment in io.github.xezzon.zeroweb.storage.fs
Methods in io.github.xezzon.zeroweb.storage.fs with parameters of type AttachmentModifier and TypeMethodDescriptionbyte[]FsService.download(Attachment attachment) FsService.getDownloadEndpoint(Attachment attachment) FsService.getUploadAddress(Attachment attachment) FsService.getUploadAddress(Attachment attachment, int partNumber) FsService.getUploadInfo(Attachment attachment) voidFsService.upload(Attachment attachment, byte[] fileContent) -
Uses of Attachment in io.github.xezzon.zeroweb.storage.s3
Methods in io.github.xezzon.zeroweb.storage.s3 with parameters of type AttachmentModifier and TypeMethodDescriptionbyte[]S3Service.download(Attachment attachment) S3Service.getDownloadEndpoint(Attachment attachment) S3Service.getUploadAddress(Attachment attachment) 创建预签名的 S3 URL,返回给前端。S3Service.getUploadAddress(Attachment attachment, int partNumber) S3Service.getUploadAddress(Attachment attachment, Integer partNumber, String crc) 创建预签名的 S3 URL,返回给前端。S3Service.getUploadInfo(Attachment attachment) 获取文件上传信息。voidS3Service.upload(Attachment attachment, byte[] fileContent)