Uses of Class
com.sap.ip.collaboration.gw.api.enum.TransportType

Packages that use TransportType
com.sap.ip.collaboration.gw.api.enum   
com.sap.ip.collaboration.gw.api.framework.groupware   
com.sap.ip.collaboration.gw.api.manager.calendar   
com.sap.ip.collaboration.gw.impl.transport.file.filesystem   
 

Uses of TransportType in com.sap.ip.collaboration.gw.api.enum
 

Fields in com.sap.ip.collaboration.gw.api.enum declared as TransportType
static TransportType TransportType.READ
          Read transport
static TransportType TransportType.SEND
          Send transport
static TransportType TransportType.BOTH
          Both read and send transport
 

Methods in com.sap.ip.collaboration.gw.api.enum that return TransportType
static TransportType TransportType.getEnumByString(java.lang.String value)
           
 

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

Methods in com.sap.ip.collaboration.gw.api.framework.groupware that return TransportType
 TransportType ITransport.getTransportType()
          Returns the transport type of the groupware transport i.e.
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type TransportType
 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)
           
 java.util.Iterator ITransportRegistry.getTransports(GroupwareItemType itemType, TransportType transportType)
           
 ITransport IGroupwareItem.getTransport(TransportType type)
          Returns the transport used by the groupware item
 java.lang.String IGroupwareItem.getTransportName(TransportType type)
          Returns the transport name of the groupware item.
 java.util.Map IGroupwareManager.getTransportNames(GroupwareItemType itemType, TransportType transportType, java.util.Locale locale)
          Returns names of the available transposrts for the specified transport type.The names are returned as a map with the transport name as the key, and the description as the value.
 

Uses of TransportType in com.sap.ip.collaboration.gw.api.manager.calendar
 

Methods in com.sap.ip.collaboration.gw.api.manager.calendar with parameters of type TransportType
 java.lang.String ICalendarSO.getTransportName(TransportType type)
          Returns the transport name of the calendar item.
 

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

Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem that return TransportType
 TransportType FileTransport.getTransportType()