|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Represents input for a report execution.
Copyright (c) SAP AG 2003-2004
| Field Summary | |
static int |
UNLIMITED_RESULTS
|
| Method Summary | |
List |
getCommandInputs()
Get list of IReportCommandInputs. |
int |
getMaxResults()
Get the maximum number of results the report should produce. |
IPropertyMap |
getParameters()
Get parameters for the report itself. |
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. |
IReportInputError |
verify(IResourceContext context)
Verify that input is valid. |
| Field Detail |
public static final int UNLIMITED_RESULTS
| Method Detail |
public IName getReportName()
public IPropertyMap getParameters()
public List getCommandInputs()
IReportCommandInputs.
IReportCommandInputs
public IReportInputError verify(IResourceContext context)
throws ResourceException
context - the execution shall happen and the input needs to be valid in.
null on success and detailed error description otherwise.
ResourceExceptionpublic List getScope()
RIDs with scopepublic int getMaxResults()
public IReportInput setScope(List scope)
scope - list of RIDs with scope
public IReportInput setMaxResults(int max)
max - results to produce
public IReportInput setParameters(IPropertyMap params)
params - new input parameter
public IReportInput setCommandInputs(List commandInputs)
commandInputs - new input for commands
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||