com.sapportals.wcm.service.reporting

Interface IReportInputMeta

All Known Subinterfaces:
IReportInputMetaExtended
All Known Implementing Classes:
ReportInputMeta

public interface IReportInputMeta

Keeps meta information about input to a report/report command. Input is modeled as a list of properties.

Copyright (c) SAP AG 2003


Method Summary
 Object getDefault(com.sapportals.wcm.util.name.IName name)
          Get default value for give parameter.
 IPropertyDef getDefinition(com.sapportals.wcm.util.name.IName name)
          Get parameter definition for given parameter.
 List getParameterNames()
          Get List of input parameter names
 

Method Detail

getParameterNames

List getParameterNames()
Get List of input parameter names

Returns:
list of input parameter names

getDefinition

IPropertyDef getDefinition(com.sapportals.wcm.util.name.IName name)
Get parameter definition for given parameter. If no definition exists, null is returned.

Parameters:
name - of parameter
Returns:
parameter definition

getDefault

Object getDefault(com.sapportals.wcm.util.name.IName name)
Get default value for give parameter. If no default value exists, null is returned.

Parameters:
name - of parameter
Returns:
default value for parameter
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 2011 SAP AG Complete Copyright Notice