|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
A IActionInboxProducer sends
IActionInboxNotifications to the action inbox.
Copyright 2004 SAP AG
| Method Summary | |
boolean |
executeItemAction(IResourceContext context,
IActionInboxAction action,
IActionInboxItem item)
Execute an action for an item. |
java.lang.String |
getID()
Get the unique ID of the producer. |
java.lang.String |
getItemDescription(IResourceContext context,
IActionInboxItem item)
Provides a description for the given item. |
void |
onDeleteItem(IActionInboxItem item)
Notifiy about a deleted action inbox item. |
| Method Detail |
public java.lang.String getID()
String with the unique ID for this producer.
public java.lang.String getItemDescription(IResourceContext context,
IActionInboxItem item)
context - a IResourceContext with the locale of the
preferred language to get the description for and the context of
the current user to get the description for.String with the description for the given item.
public boolean executeItemAction(IResourceContext context,
IActionInboxAction action,
IActionInboxItem item)
throws WcmException
context - the IResourceContext with the user's context
who triggered the execution of the action.action - the IActionInboxAction to perform.item - the IActionInboxItem to perform the action for.boolean true if the action was
performed, false if this action is not known by
the producer.WcmException - if an error occured.public void onDeleteItem(IActionInboxItem item)
item - the IActionInboxItem which is about to be
deleted.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||