|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
Manages a collection of IReports.
Copyright (c) SAP AG 2003-2004
| Method Summary | |
RID |
getActiveSchedulesCollection()
Get collection, containing all active scheduled reports |
IReport |
getReport(IName name,
IResourceContext context)
Return IReport with given name or null if not found. |
RID |
getReportCollection()
Get collection, containing all reports |
RID |
getReportRID(IName name)
Return RID of report resource with given name or null if not found. |
Set |
getReportSet(IResourceContext context)
Return set of available IReports. |
IRunningReportCollection |
getRunningReportCollection()
Get running collection, managing all running reports |
Set |
getSchedulesDue()
Get set of IScheduledReports which are due for execution. |
RID |
registerIDMapping(IName name,
IResourceContext context)
Reserves a unique and persistent namespace prefix for the given name. |
| Method Detail |
public Set getReportSet(IResourceContext context)
throws ResourceException
context - to operate in
ResourceException - on general failure
public IReport getReport(IName name,
IResourceContext context)
throws ResourceException
null if not found.
name - of report to look up
null
ResourceException - on general failure
public RID getReportRID(IName name)
throws ResourceException
null if not found.
name - of report to look up RID for
null
ResourceException - on general failurepublic IRunningReportCollection getRunningReportCollection()
public RID getReportCollection()
public RID getActiveSchedulesCollection()
public Set getSchedulesDue()
throws ResourceException
IScheduledReports which are due for execution.
IScheduledReports due for execution
ResourceException
public RID registerIDMapping(IName name,
IResourceContext context)
throws ResourceException
name - to register id mapping for
ResourceException - when mapping could not be persisted
|
SAP NetWeaver '04 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||