|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
The IReadTransport interface defines the methods for accessing and searching groupware items.
Copyright (c) SAP 2002
| Method Summary | |
IAttachment |
getAttachmentContent(java.lang.String Id,
java.lang.String attachmentId,
IGroupwareCredentials credentials)
Returns content of the attachment based on the id specified. |
java.lang.String |
getContent(java.lang.String Id,
IGroupwareCredentials credentials)
Returns content of the groupware item based on the id specified. |
IGroupwareItem |
getItem(java.lang.String Id,
IGroupwareCredentials credentials)
Returns a groupware item from the transport based on the id specified. |
java.util.List |
getItemList(IDateRange range,
IGroupwareCredentials credentials)
Returns all items from the transport for the specified date range |
java.util.List |
getItemList(IDateRange range,
java.util.Properties searchCriteria,
IGroupwareCredentials credentials)
Returns all items from the transport for the specified date range and search criteria. |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.ITransport |
getServerAlias, getSupportedItemType, getTransportDescription, getTransportName, getTransportType, initialize, terminate |
| Method Detail |
public IAttachment getAttachmentContent(java.lang.String Id,
java.lang.String attachmentId,
IGroupwareCredentials credentials)
throws GroupwareException
Id - id of the groupware itemattachmentId - id of the attchment idIGroupwareCredentials - groupware credentialsGroupwareException -
public java.lang.String getContent(java.lang.String Id,
IGroupwareCredentials credentials)
throws GroupwareException
Id - id of the groupware itemIGroupwareCredentials - groupware credentialsGroupwareException -
public IGroupwareItem getItem(java.lang.String Id,
IGroupwareCredentials credentials)
throws GroupwareException
Id - id of the groupware itemIGroupwareCredentials - groupware credentialsGroupwareException -
public java.util.List getItemList(IDateRange range,
IGroupwareCredentials credentials)
throws GroupwareException
DateRange - date range for which the groupware items are fetchedIGroupwareCredentials - groupware credentialsGroupwareException -
public java.util.List getItemList(IDateRange range,
java.util.Properties searchCriteria,
IGroupwareCredentials credentials)
throws GroupwareException
DateRange - date range for which the groupware items are fetchedIGroupwareCredentials - groupware credentialsGroupwareException -
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||