com.sapportals.wcm.service.actioninbox

Class AbstractActionInboxAction

java.lang.Object
  extended by com.sapportals.wcm.service.actioninbox.AbstractActionInboxAction
All Implemented Interfaces:
IActionInboxAction

public class AbstractActionInboxAction
extends Object
implements IActionInboxAction

A base implementation for an IActionInboxAction.

Copyright 2004 SAP AG


Constructor Summary
AbstractActionInboxAction(String namespace, String type, String name, Descriptions descriptions, Properties properties)
           
 
Method Summary
 String getDescription(Locale locale)
          Get the action's (displayable) description.
 String getName()
          Get the action's name.
 String getNamespace()
          Get the action's namespace.
 Properties getProperties()
          Get the action's properties.
 String getType()
          Get the action's type.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

AbstractActionInboxAction

public AbstractActionInboxAction(String namespace,
                                 String type,
                                 String name,
                                 Descriptions descriptions,
                                 Properties properties)
Method Detail

getNamespace

public String getNamespace()
Description copied from interface: IActionInboxAction
Get the action's namespace.

Specified by:
getNamespace in interface IActionInboxAction
Returns:
a String with the namespace of this action.

getType

public String getType()
Description copied from interface: IActionInboxAction
Get the action's type.

Specified by:
getType in interface IActionInboxAction
Returns:
a String with the type of this action.

getName

public String getName()
Description copied from interface: IActionInboxAction
Get the action's name.

Specified by:
getName in interface IActionInboxAction
Returns:
a String with the name of this action. this name has to be unique (per producer).

getDescription

public String getDescription(Locale locale)
Description copied from interface: IActionInboxAction
Get the action's (displayable) description.

Specified by:
getDescription in interface IActionInboxAction
Parameters:
locale - a Locale with the preferred language to get the description for.
Returns:
a String with the description for this action.

getProperties

public Properties getProperties()
Description copied from interface: IActionInboxAction
Get the action's properties.

Specified by:
getProperties in interface IActionInboxAction
Returns:
a bag of Properties for this action.
Access Rights

This class can be accessed from:


SC DC Public Part ACH
[sap.com] KMC-CM [sap.com] tc/km/frwk api EP-KM-CM
[sap.com] KMC-WPC [sap.com] tc/kmc/wpc/wpcfacade api EP-PIN-WPC-WCM


Copyright 2014 SAP AG Complete Copyright Notice