|
||||||||||
上一个 下一个 | 框架 无框架 |
使用 AttachmentOperEnum 的软件包 | |
---|---|
gboat2.attachment.model | |
gboat2.attachment.service | |
gboat2.attachment.service.impl |
gboat2.attachment.model 中 AttachmentOperEnum 的使用 |
---|
返回 AttachmentOperEnum 的 gboat2.attachment.model 中的方法 | |
---|---|
static AttachmentOperEnum |
AttachmentOperEnum.valueOf(String name)
返回带有指定名称的该类型的枚举常量。 |
static AttachmentOperEnum[] |
AttachmentOperEnum.values()
按照声明该枚举类型的常量的顺序,返回 包含这些常量的数组。 |
gboat2.attachment.service 中 AttachmentOperEnum 的使用 |
---|
参数类型为 AttachmentOperEnum 的 gboat2.attachment.service 中的方法 | |
---|---|
Attachment |
IAttachmentService.generateAttachment(byte[] base64pdf,
String belongId,
String attachName,
String attachType,
String configId,
AttachmentOperEnum attOperEnum)
保存二进制数据附件 |
gboat2.attachment.service.impl 中 AttachmentOperEnum 的使用 |
---|
参数类型为 AttachmentOperEnum 的 gboat2.attachment.service.impl 中的方法 | |
---|---|
Attachment |
AttachmentServiceImpl.generateAttachment(byte[] fileContent,
String belongId,
String attachName,
String attachType,
String configId,
AttachmentOperEnum attOperEnum)
|
|
||||||||||
上一个 下一个 | 框架 无框架 |