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

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

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

Subinterfaces of ITransport in com.sap.ip.collaboration.gw.api.framework.groupware
 interface ICalendarReadTransport
          The ICalendarReadTransport interface extends the read interface to define methods specific to the calendar item type.
 interface IMailSendTransport
          The IMailSendTransport interface extends the send transport interface to define methods specific to the mail item type.
 interface IReadTransport
          The IReadTransport interface defines the methods for accessing and searching groupware items.
 interface ISendTransport
          The ISendTransport interface defines methods for saving or sending groupware items.
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware that return ITransport
 ITransport ITransportRegistry.getTransport(GroupwareItemType itemType, TransportType transportType)
           
 ITransport ITransportRegistry.getDefaultTransport(GroupwareItemType itemType, TransportType transportType)
           
 ITransport ITransportRegistry.getTransport(GroupwareItemType itemType, TransportType transportType, java.lang.String transportName)
           
 ITransport ITransportRegistry.getReadTransport(GroupwareItemType itemType)
           
 ITransport ITransportRegistry.getSendTransport(GroupwareItemType itemType)
           
 ITransport IGroupwareItem.getTransport(TransportType type)
          Returns the transport used by the groupware item
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type ITransport
 void ITransportRegistry.register(ITransport transport)
           
 void ITransportRegistry.setDefaultTransport(ITransport transport)
           
 void IGroupwareItem.setTransport(ITransport transport)
          Sets a transport on the groupware item, which is used for save, send and fetch operations.
 

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

Classes in com.sap.ip.collaboration.gw.impl.transport.file.filesystem that implement ITransport
 class FileTransport
          This is a transport class which uses filesystem as groupware server instead of a groupware server.