|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
The IActionInboxAction defines an action
which can be performed for an item and is handled by a producer.
Copyright 2004 SAP AG
| Method Summary | |
java.lang.String |
getDescription(java.util.Locale locale)
Get the action's (displayable) description. |
java.lang.String |
getName()
Get the action's name. |
java.lang.String |
getNamespace()
Get the action's namespace. |
java.util.Properties |
getProperties()
Get the action's properties. |
java.lang.String |
getType()
Get the action's type. |
| Method Detail |
public java.lang.String getNamespace()
String with the namespace of this action.public java.lang.String getType()
String with the type of this action.public java.lang.String getName()
String with the name of this action. this
name has to be unique (per producer).public java.lang.String getDescription(java.util.Locale locale)
locale - a Locale with the preferred language to get the
description for.String with the description for this action.public java.util.Properties getProperties()
Properties for this action.
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||