|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.sapportals.wcm.service.reporting.ReportInput
public final class ReportInput
Represents input for a report execution.
Copyright (c) SAP AG 2003
| Field Summary |
|---|
| Fields inherited from interface com.sapportals.wcm.service.reporting.IReportInput |
|---|
UNLIMITED_RESULTS |
| Method Summary | |
|---|---|
List |
getCommandInputs()
Get list of IReportCommandInputs. |
static ReportInput |
getInstance(com.sapportals.wcm.util.name.IName report,
IPropertyMap params,
List inputs)
|
static ReportInput |
getInstance(com.sapportals.wcm.util.name.IName report,
List scope)
|
static ReportInput |
getInstance(com.sapportals.wcm.util.name.IName report,
List scope,
int maxResults,
IPropertyMap params,
List inputs)
|
int |
getMaxResults()
Get the maximum number of results the report should produce. |
IPropertyMap |
getParameters()
Get parameters for the report itself. |
com.sapportals.wcm.util.name.IName |
getReportName()
Get name of report that should handle this input |
List |
getScope()
Get scope where report should be applied. |
IReportInput |
setCommandInputs(List commandInputs)
Create a new IReportInput with the given command inputs. |
IReportInput |
setMaxResults(int max)
Create a new IReportInput with the given number of maximum results. |
IReportInput |
setParameters(IPropertyMap params)
Create a new IReportInput with the given parameters. |
IReportInput |
setScope(List scope)
Create a new IReportInput with the given scope. |
String |
toString()
Returns a string representation of this ReportInput object and values of its member variables. |
IReportInputError |
verify(IResourceContext context)
Verify that input is valid. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Method Detail |
|---|
public static ReportInput getInstance(com.sapportals.wcm.util.name.IName report,
List scope,
int maxResults,
IPropertyMap params,
List inputs)
public static ReportInput getInstance(com.sapportals.wcm.util.name.IName report,
IPropertyMap params,
List inputs)
public static ReportInput getInstance(com.sapportals.wcm.util.name.IName report,
List scope)
public com.sapportals.wcm.util.name.IName getReportName()
IReportInput
getReportName in interface IReportInputpublic List getScope()
IReportInput
getScope in interface IReportInputRIDs with scopepublic IPropertyMap getParameters()
IReportInput
getParameters in interface IReportInputpublic List getCommandInputs()
IReportInputIReportCommandInputs.
getCommandInputs in interface IReportInputIReportCommandInputspublic int getMaxResults()
IReportInput
getMaxResults in interface IReportInputpublic IReportInput setScope(List scope)
IReportInput
setScope in interface IReportInputscope - list of RIDs with scope
public IReportInput setParameters(IPropertyMap params)
IReportInput
setParameters in interface IReportInputparams - new input parameter
public IReportInput setCommandInputs(List commandInputs)
IReportInput
setCommandInputs in interface IReportInputcommandInputs - new input for commands
public IReportInput setMaxResults(int max)
IReportInput
setMaxResults in interface IReportInputmax - results to produce
public IReportInputError verify(IResourceContext context)
throws ResourceException
IReportInput
verify in interface IReportInputcontext - the execution shall happen and the input needs to be valid in.
null on success and detailed error description otherwise.
ResourceExceptionpublic String toString()
toString in class Object| Access Rights |
|---|
| 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
|
|
SAP NetWeaver 7.30 (SP05) KMC | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||