public interface ViewReportAction extends CSOAction
Modifier and Type | Method and Description |
---|---|
java.util.Collection<CentraSiteObject> |
getApplicableReports()
Returns the collection of all applicable reports.
|
ReportFormats |
getReportFormat()
Returns the report format.
|
java.net.URL |
getReportURL()
Returns the report
URL . |
CentraSiteObject |
getSelectedReport()
Returns the selected report.
|
void |
setReportFormat(ReportFormats format)
Sets the report format.
|
void |
setSelectedReport(CentraSiteObject centraSiteObject)
Sets the selected report.
|
cancel, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects
java.util.Collection<CentraSiteObject> getApplicableReports() throws CLLException
CentraSiteObject
(s)CLLException
- if CLL fails to return all the applicable reportsvoid setSelectedReport(CentraSiteObject centraSiteObject)
centraSiteObject
- Report as CentraSiteObject
CentraSiteObject getSelectedReport() throws CLLException
CentraSiteObject
CLLException
- if CLL fails to return the selected reportjava.net.URL getReportURL() throws CLLException
URL
.URL
CLLException
- if CLL fails to return the report URL
void setReportFormat(ReportFormats format)
format
- ReportFormats
ReportFormats getReportFormat()
ReportFormats