| Package | Description |
|---|---|
| bap.plugins.upload.service | |
| bap.plugins.upload.utils | |
| bap.plugins.upload.utils.builder | |
| bap.plugins.upload.utils.operation |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
AttachmentService.saveAttachment(java.lang.String attachName,
java.lang.String duration,
java.io.InputStream input)
功能描述: 保存附件流
|
Attachment |
AttachmentService.saveAttachment(java.lang.String attachName,
java.lang.String physicalName,
java.lang.String floder,
java.lang.String size,
java.lang.String duration)
功能描述: 保存附件地址
|
Attachment |
AttachmentService.saveAttachment2Minio(java.lang.String origName,
java.lang.String reName,
java.lang.String bucketName,
java.lang.String objectName,
java.lang.String size,
java.lang.String duration)
功能描述: 保存附件到Minio
|
Attachment |
AttachmentService.saveAttachment2Oss(java.lang.String origName,
java.lang.String reName,
java.lang.String bucketName,
java.lang.String objectName,
java.lang.String size,
java.lang.String duration)
功能描述: 保存附件到Oss
|
| Modifier and Type | Method and Description |
|---|---|
java.util.List<Attachment> |
AttachRowService.getAttachmentList(java.lang.Class<?> entityClass,
java.lang.String filedName,
java.lang.String entityId)
功能描述:根据实体类名称和实体ID得到对应的附件
|
java.util.List<Attachment> |
AttachRowService.getAttachmentList(java.lang.String className,
java.lang.String filedName,
java.lang.String entityId)
功能描述:根据实体类名称和实体ID得到对应的附件
|
| Modifier and Type | Method and Description |
|---|---|
static java.util.List<Attachment> |
UploadUtil.getAttachmentList(java.lang.Class<?> entityClass,
java.lang.String filedName,
java.lang.String entityId)
功能描述:根据实体类名称和实体ID得到对应的附件
|
static java.util.List<Attachment> |
UploadUtil.getAttachmentList(java.lang.String className,
java.lang.String filedName,
java.lang.String entityId)
功能描述:根据实体类名称和实体ID得到对应的附件
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
FileUploadUtils.saveFile2Minio(java.util.Optional<org.apache.commons.fileupload.FileItem> itemOptional,
java.lang.String plicyType,
java.lang.String folder,
java.lang.String folderPolicy,
java.lang.String durationFlag,
java.lang.String duration)
保存附件到Minio中
|
Attachment |
FileUploadUtils.saveFile2Oss(java.util.Optional<org.apache.commons.fileupload.FileItem> itemOptional,
java.lang.String plicyType,
java.lang.String folder,
java.lang.String folderPolicy,
java.lang.String durationFlag,
java.lang.String duration)
保存附件到Oss中
|
Attachment |
FileUploadUtils.upload(javax.servlet.http.HttpServletRequest request) |
| Modifier and Type | Method and Description |
|---|---|
Attachment |
FinalOperationService.handle(Attachment att)
附件处理器,附件保存前的接口调用。
|
Attachment |
AbstractAttachBusiness.saveAfter(Attachment att)
保存之后
|
Attachment |
AbstractAttachBusiness.saveBefore(Attachment att)
保存之前
|
| Modifier and Type | Method and Description |
|---|---|
Attachment |
FinalOperationService.handle(Attachment att)
附件处理器,附件保存前的接口调用。
|
Attachment |
AbstractAttachBusiness.saveAfter(Attachment att)
保存之后
|
Attachment |
AbstractAttachBusiness.saveBefore(Attachment att)
保存之前
|