public interface ComposeAttachmentCmd
extends com.ibm.websphere.command.Command
Modifier and Type | Field and Description |
---|---|
static java.lang.String |
COPYRIGHT
IBM Copyright notice field.
|
Modifier and Type | Method and Description |
---|---|
ShowType |
getPagingParameter()
This method gets the paging parameters
|
SearchExpression |
getSearchExpression()
This method returns the search expression associated with the compose operation.
|
ShowAttachmentType |
getShowAttachment()
This method returns the ShowAttachmentType BOD .
|
void |
setAttachments(java.util.List attachments)
This method sets the list of attachments.
|
void |
setPagingParameter(ShowType aPagingParameter)
This method sets the paging parameters
|
void |
setSearchExpression(SearchExpression searchExpression)
This method sets the selection expression for the compose operation.
|
static final java.lang.String COPYRIGHT
void setAttachments(java.util.List attachments)
AttachmentTargeDataBean
objects
populated with all available data.attachments
- The list of attachmentsShowAttachmentType getShowAttachment()
ShowType getPagingParameter()
void setPagingParameter(ShowType aPagingParameter)
aPagingParameter
- The paging parameter to set.void setSearchExpression(SearchExpression searchExpression)
searchExpression
- The search expression.SearchExpression getSearchExpression()