|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface ViewReportAction
The ViewReportAction interface allows to view reports that are available for the CentraSite object. This interface contains various methods that facilitate to view a report that is applicable for the selected CentraSite object.
Method Summary | |
---|---|
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. |
Methods inherited from interface com.softwareag.centrasite.api.csom.action.CSOAction |
---|
cancel, executeNextStep, executePreviousStep, finishAllSteps, getCurrentState, getGroup, getIconURL, getId, getName, getSkippedObjectsWithReason, isAllowed, isApplicable, setObjects |
Method Detail |
---|
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
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |