public interface AttachmentProvider
| 限定符和类型 | 方法和说明 |
|---|---|
Attachment |
build(java.lang.Long id)
根据Id按业务组装Attachment对象。
|
int |
getType()
扩展附件类型,全系统唯一,请参照ApplicationCategoryEnum的值定义,如果同一应用超过一种与平台协商定义。
|
Attachment build(java.lang.Long id) throws BusinessException
id - 实体Id。BusinessExceptionint getType()