|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Manages a collection of IRunningReports.
Copyright (c) SAP AG 2003
| Method Summary | |
RID |
getRID()
Get RID of collection holding all running reports. |
IRunningReport |
getRunningReport(String id,
IResourceContext context)
Get IRunningReport for given id. |
List |
getRunningReports(IResourceContext context)
Get the list of all running reports. |
IResource |
start(String name,
Date started,
IReportInput input,
IResourceContext context)
Start a new running report with given parameters. |
IResource |
start(String name,
Date started,
IReportInput input,
IRIDIterator iter,
IResourceContext context)
Start a new running report with given parameters. |
| Method Detail |
public RID getRID()
public List getRunningReports(IResourceContext context)
throws ResourceException
context - in which collection is read
IRunningReports
ResourceException - on failures
public IRunningReport getRunningReport(String id,
IResourceContext context)
throws ResourceException
IRunningReport for given id.
id - of running reportcontext - for access
null if not found.
ResourceException - on failures
public IResource start(String name,
Date started,
IReportInput input,
IResourceContext context)
throws ResourceException
name - of running reportstarted - start time of executioninput - parameters for executioncontext - to operate in
ResourceException - on failures
public IResource start(String name,
Date started,
IReportInput input,
IRIDIterator iter,
IResourceContext context)
throws ResourceException
name - of running reportstarted - start time of executioninput - parameters for executioniter - for resources report should be applied tocontext - to operate in
ResourceException - on failures
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||