|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The ISendTransport interface defines methods for saving or sending groupware items.
| Method Summary | |
void |
remove(String id,
IGroupwareCredentials credentials)
Removes the groupware item based on the id specified. |
String |
save(IGroupwareItem item,
IGroupwareCredentials credentials)
Saves the groupware item using the credentials specified. |
String |
send(IGroupwareItem item,
IGroupwareCredentials credentials)
Sends the groupware item to the intended recipient list. |
| Methods inherited from interface com.sap.ip.collaboration.gw.api.framework.groupware.ITransport |
getServerAlias, getSupportedItemType, getTransportDescription, getTransportName, getTransportType, initialize, terminate |
| Method Detail |
public String save(IGroupwareItem item,
IGroupwareCredentials credentials)
throws GroupwareException
item - groupware itemcredentials - groupware credentials
GroupwareException - When error occurs
public String send(IGroupwareItem item,
IGroupwareCredentials credentials)
throws GroupwareException
item - groupware itemcredentials - groupware credentials
GroupwareException - When error occurs
public void remove(String id,
IGroupwareCredentials credentials)
throws GroupwareException
GroupwareException - When error occurs
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||