com.sap.ip.collaboration.gw.api.framework.groupware

Interface IGWResourceManager


public interface IGWResourceManager


Method Summary
 IGroupwareItem createNewItem(GroupwareItemType itemType)
          Creates a new groupware item based on the default transport.
 IGroupwareItem createNewItem(GroupwareItemType itemType, String transportName)
          Creates a new groupware item based on the specified transport.
 IGroupwareItemFactory getGroupwareItemFactory(com.sapportals.portal.security.usermanagement.IUser user)
          Deprecated. As of NetWeaver 7.1, replaced by getGroupwareItemFactory(IUser)
 IGroupwareItemFactory getGroupwareItemFactory(com.sap.security.api.IUser user)
          Returns IGroupwareItemFactory for the given user.
 

Method Detail

createNewItem

IGroupwareItem createNewItem(GroupwareItemType itemType)
                             throws GroupwareException
Creates a new groupware item based on the default transport.

Parameters:
itemType - groupware item type like mail, meeting, task
Returns:
IGroupwareItem
Throws:
GroupwareException
Since:
NetWeaver 7.1

createNewItem

IGroupwareItem createNewItem(GroupwareItemType itemType,
                             String transportName)
                             throws GroupwareException
Creates a new groupware item based on the specified transport.

Parameters:
itemType - groupware item type like mail, meeting, task
transportName - name of the transport
Returns:
IGroupwareItem
Throws:
GroupwareException
Since:
NetWeaver 7.1

getGroupwareItemFactory

IGroupwareItemFactory getGroupwareItemFactory(com.sapportals.portal.security.usermanagement.IUser user)
                                              throws GroupwareException
Deprecated. As of NetWeaver 7.1, replaced by getGroupwareItemFactory(IUser)

Returns IGroupwareItemFactory for the given user.

Parameters:
user - only the clients which have valid user will be provided this factory.
Returns:
IGroupwareItemFactory
Throws:
GroupwareException

getGroupwareItemFactory

IGroupwareItemFactory getGroupwareItemFactory(com.sap.security.api.IUser user)
                                              throws GroupwareException
Returns IGroupwareItemFactory for the given user.

Parameters:
user - only the clients which have valid user will be provided this factory.
Returns:
IGroupwareItemFactory
Throws:
GroupwareException
Since:
NetWeaver 7.1
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-COLL [sap.com] tc/kmc/coll/gw api EP-KM-COL


Copyright 2012 SAP AG Complete Copyright Notice