Interface IProcessAttachment
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionReturns inputStream of the attachmentgetName()getURI()voidsetBoundary(String boundary) To set servletInputStream boundary for AttachmentvoidsetContent(String value) voidsetDescription(String description) voidsetInputStream(InputStream stream) Set attachment inputStream.voidsetMimeType(String value) voidvoidsetUpdatedBy(String value) voidsetUpdatedDate(Calendar value) void
-
Method Details
-
setContent
-
getContent
String getContent() -
setMimeType
-
getMimeType
String getMimeType() -
setName
-
getName
String getName() -
setUpdatedBy
-
getUpdatedBy
String getUpdatedBy() -
setURI
-
getURI
String getURI() -
setUpdatedDate
-
getUpdatedDate
Calendar getUpdatedDate() -
getInputStream
InputStream getInputStream()Returns inputStream of the attachment- Returns:
- InputStream inputStream of the attachment
-
setInputStream
Set attachment inputStream.- Parameters:
stream- InputStream of attachment
-
setBoundary
To set servletInputStream boundary for Attachment -
getBoundary
String getBoundary()- Returns:
-
setDescription
-
getDescription
String getDescription()
-