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

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

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

Methods in com.sap.ip.collaboration.gw.api.framework.groupware that return IGroupwareManager
 IGroupwareManager IGroupwareItem.getGroupwareManager()
          Returns the groupware manager associated with the groupware item.
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type IGroupwareManager
 void IGroupwareItem.setGroupwareManager(IGroupwareManager manager)
          Sets a reference of the groupware manager in the groupware item.
 void ITransport.initialize(IGroupwareManager gwManager, java.util.List configuration)
          Initializes the groupware transport with different congiguration properties.
 

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

Fields in com.sap.ip.collaboration.gw.impl.transport.file.filesystem declared as IGroupwareManager
private  IGroupwareManager FileTransport.gwManager
          Groupware Manager.
 

Methods in com.sap.ip.collaboration.gw.impl.transport.file.filesystem with parameters of type IGroupwareManager
 void FileTransport.initialize(IGroupwareManager gwManager, java.util.List configuration)