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

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

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

Methods in com.sap.ip.collaboration.gw.api.framework.groupware that return IGroupwareCredentials
 IGroupwareCredentials IGroupwareManager.getCredentials(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String serverAlias)
           
 IGroupwareCredentials IGroupwareCredentialsProvider.getCredentials(com.sapportals.portal.security.usermanagement.IUser user, java.lang.String systemId)
          Returns groupware credentials of the user for the given systemId.
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type IGroupwareCredentials
 java.util.Map ICalendarReadTransport.getAvailabilityInfo(IDateRange range, int timeInterval, java.util.List addresses, IGroupwareCredentials credentials)
          Returns the availability information for a list of users.
 void IMailItem.send(IGroupwareCredentials smtp, IGroupwareCredentials groupware)
          Sends the mail item when the credentials for the SMTP server are different from from the groupware server.
 java.lang.String IMailSendTransport.send(IGroupwareItem item, IGroupwareCredentials smtp, IGroupwareCredentials groupware)
          Sends the mail item when the credentials for the SMTP server are different from from the groupware server.
 java.util.List IReadTransport.getItemList(IDateRange range, IGroupwareCredentials credentials)
          Returns all items from the transport for the specified date range
 IGroupwareItem IReadTransport.getItem(java.lang.String Id, IGroupwareCredentials credentials)
          Returns a groupware item from the transport based on the id specified.
 java.lang.String IReadTransport.getContent(java.lang.String Id, IGroupwareCredentials credentials)
          Returns content of the groupware item based on the id specified.
 IAttachment IReadTransport.getAttachmentContent(java.lang.String Id, java.lang.String attachmentId, IGroupwareCredentials credentials)
          Returns content of the attachment based on the id specified.
 java.util.List IReadTransport.getItemList(IDateRange range, java.util.Properties searchCriteria, IGroupwareCredentials credentials)
          Returns all items from the transport for the specified date range and search criteria.
 java.lang.String ISendTransport.save(IGroupwareItem item, IGroupwareCredentials credentials)
          Saves the groupware item using the credentials specified.
 java.lang.String ISendTransport.send(IGroupwareItem item, IGroupwareCredentials credentials)
          Sends the groupware item to the intended recipient list.
 void ISendTransport.remove(java.lang.String id, IGroupwareCredentials credentials)
          Removes the groupware item based on the id specified.
 

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

Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem with parameters of type IGroupwareCredentials
 java.util.List FileTransport.getItemList(IDateRange range, IGroupwareCredentials credential)
           
 java.util.List FileTransport.getItemList(IDateRange range, java.util.Properties searchCriteria, IGroupwareCredentials credentials)
           
 IGroupwareItem FileTransport.getItem(java.lang.String id, IGroupwareCredentials credential)
           
 java.lang.String FileTransport.getContent(java.lang.String id, IGroupwareCredentials credential)
           
 java.lang.String FileTransport.save(IGroupwareItem item, IGroupwareCredentials credential)
           
 java.lang.String FileTransport.send(IGroupwareItem item, IGroupwareCredentials credential)
           
private  java.lang.String FileTransport.send(IGroupwareItem item, IGroupwareCredentials credential, boolean reflect)
          Sends or saves a given calendar item depending on its status(existing/new).
 java.util.Map FileTransport.getAvailabilityInfo(IDateRange range, int timeInterval, java.util.List addresses, IGroupwareCredentials credential)
           
 IAttachment FileTransport.getAttachmentContent(java.lang.String id, java.lang.String attachmentId, IGroupwareCredentials credentials)
           
 void FileTransport.remove(java.lang.String id, IGroupwareCredentials credentials)