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

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

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

Fields in com.sap.ip.collaboration.gw.api.enum declared as GroupwareItemType
static GroupwareItemType GroupwareItemType.MAIL
          Mail item type
static GroupwareItemType GroupwareItemType.CALENDAR
          Calendar item type
static GroupwareItemType GroupwareItemType.TASK
          Task item type
static GroupwareItemType GroupwareItemType.CONTACT
          Contact item type
static GroupwareItemType GroupwareItemType.ATTACHMENT
           
static GroupwareItemType GroupwareItemType.AVAILABILITYINFO
           
 

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

Uses of GroupwareItemType in com.sap.ip.collaboration.gw.api.exception
 

Fields in com.sap.ip.collaboration.gw.api.exception declared as GroupwareItemType
private  GroupwareItemType NoTransportConfiguredException.itemType
           
 

Methods in com.sap.ip.collaboration.gw.api.exception that return GroupwareItemType
 GroupwareItemType NoTransportConfiguredException.getGroupwareItemType()
           
 

Constructors in com.sap.ip.collaboration.gw.api.exception with parameters of type GroupwareItemType
NoTransportConfiguredException(GroupwareItemType itemType, boolean log)
           
NoTransportConfiguredException(GroupwareItemType itemType)
           
 

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

Methods in com.sap.ip.collaboration.gw.api.framework.groupware that return GroupwareItemType
 GroupwareItemType IGroupwareItem.getItemType()
          Returns the item type of the groupware item i.e.
 GroupwareItemType ITransport.getSupportedItemType()
          Returns the groupware item type supported by the transport i.e Mail, Calendar, Task etc.
 

Methods in com.sap.ip.collaboration.gw.api.framework.groupware with parameters of type GroupwareItemType
 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 ITransportRegistry.getReadTransport(GroupwareItemType itemType)
           
 ITransport ITransportRegistry.getSendTransport(GroupwareItemType itemType)
           
 java.util.Iterator ITransportRegistry.getReadTransports(GroupwareItemType itemType)
           
 java.util.Iterator ITransportRegistry.getSendTransports(GroupwareItemType itemType)
           
 IGroupwareItem IGroupwareItemFactory.getNewInstance(GroupwareItemType type)
           
 java.lang.Object IGroupwareItemFactory.getNewInstanceForImpl(GroupwareItemType type)
           
 java.util.List IGroupwareManager.getItemList(GroupwareItemType itemType, IDateRange range, com.sapportals.portal.security.usermanagement.IUser user)
          Returns all groupware items for the specified date range.
 java.util.List IGroupwareManager.getItemList(GroupwareItemType itemType, IDateRange range, java.util.Properties searchCriteria, com.sapportals.portal.security.usermanagement.IUser user)
          Returns all groupware items for the specified date range and search attributes.
 IGroupwareItem IGroupwareManager.getItem(GroupwareItemType itemType, java.lang.String transportName, java.lang.String Id, com.sapportals.portal.security.usermanagement.IUser user)
          Returns a groupware item from the transport based on the id specified.
 IGroupwareItem IGroupwareManager.createNewItem(GroupwareItemType itemType)
          Creates a new groupware item based on the default transport.
 IGroupwareItem IGroupwareManager.createNewItem(GroupwareItemType itemType, java.lang.String transportName)
          Creates a new groupware item based on the specified transport.
 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.
 IAttachment IGroupwareManager.getAttachmentContent(GroupwareItemType itemType, java.lang.String transportName, java.lang.String id, java.lang.String attachmentId, com.sapportals.portal.security.usermanagement.IUser user)
          Returns content of the attachment based on the id specified.
 

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

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