Search

vRO intrinsic class ch.dunes.model.fileattachment.MimeAttachment

Extends java.lang.Object

This class is not in the plugin metadata. Using it may work, and could depend on the vRO appliance setup.

Attributes

Name Type Description
MAXIMUM_FILE_SIZE_ERROR Number
MAXIMUM_FILE_SIZE_WARNING Number

Methods

Name Returns
ch.dunes.model.fileattachment.MimeAttachment() constructor
getContent() Number[]
getMimeType() String
getName() String
loadFromFile(java.io.File ) ch.dunes.model.fileattachment.MimeAttachment
main(String[] ) void
setContent(Number[] ) void
setMimeType(String ) void
setName(String ) void
writeToFile(String , String ) java.io.File

Returned by

Method Returns
ch.dunes.model.fileattachment.MimeAttachment.loadFromFile(java.io.File ) ch.dunes.model.fileattachment.MimeAttachment

Referenced in

None