Uses of Interface
com.sap.ip.collaboration.gw.api.framework.groupware.IAttachment

Packages that use IAttachment
com.sap.ip.collaboration.gw.api.framework.groupware   
com.sap.ip.collaboration.gw.impl.transport.file.filesystem   
 

Uses of IAttachment in com.sap.ip.collaboration.gw.api.framework.groupware
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware that return IAttachment
 IAttachment IReadTransport.getAttachmentContent(java.lang.String Id, java.lang.String attachmentId, IGroupwareCredentials credentials)
          Returns content of the attachment based on the id specified.
 IAttachment IGroupwareManager.getAttachmentContent(GroupwareItemType itemType, java.lang.String transportName, java.lang.String id, java.lang.String attachmentId, com.sapportals.portal.security.usermanagement.IUser user)
          Returns content of the attachment based on the id specified.
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type IAttachment
 void IMailItem.addAttachment(IAttachment attachment)
          Adds an attachment to the mail item.
 void IMailItem.deleteAttachment(IAttachment attachment)
          Deleted an attachment from the mail item.
 void ICalendarItem.addAttachment(IAttachment attachment)
          Adds an attachment to the meeting item.
 void ICalendarItem.deleteAttachment(IAttachment attachment)
          Deleted an attachment from the meeting item.
 

Uses of IAttachment in com.sap.ip.collaboration.gw.impl.transport.file.filesystem
 

Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem that return IAttachment
 IAttachment FileTransport.getAttachmentContent(java.lang.String id, java.lang.String attachmentId, IGroupwareCredentials credentials)
           
private  IAttachment FileTransport.getAttachmentFromFileSystem(java.io.File attachmentDir, java.lang.String attachmentId, java.lang.String attachmentFileName)
          Reads the attachment from the given attachment directory and file name & wraps it into IAttachment object.
 

Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem with parameters of type IAttachment
private  void FileTransport.createActualAttachment(java.io.File dir, IAttachment attachment)
          Creates the attachment file for a given attachment.
private  void FileTransport.transferContent(IAttachment attachment, java.io.File attachmentFile)
          writes the attachment file with its content.