Interface IProcessAttachment
- All Superinterfaces:
Serializable
-
Method Summary
Modifier and TypeMethodDescriptionReturns inputStream of the attachmentgetName()
getURI()
void
setBoundary
(String boundary) To set servletInputStream boundary for Attachmentvoid
setContent
(String value) void
setDescription
(String description) void
setInputStream
(InputStream stream) Set attachment inputStream.void
setMimeType
(String value) void
void
setUpdatedBy
(String value) void
setUpdatedDate
(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()
-