public interface IDrillThroughInstance
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getBookmark() |
java.lang.String |
getFormat() |
java.util.Map |
getParameterBindings() |
java.lang.String |
getReportName() |
java.util.Map |
getSearchCriteria() |
java.lang.String |
getTargetFileType() |
java.lang.String |
getTargetWindow() |
java.lang.String |
getTOC() |
boolean |
isBookmark() |
void |
setBookmark(java.lang.String bookmark)
Set the bookmark to the drillThrough .
|
void |
setFormat(java.lang.String format)
Set the format of output report.
|
void |
setParameterBindings(java.util.Map parameterBindings)
Set a set of name/value pairs for running the report in the
drillthrough link.
|
void |
setReportName(java.lang.String reportName)
Set the report name.
|
void |
setSearchCriteria(java.util.Map searchCriteria)
Set a set of name/value pairs for searching the report in the
drillthrough link.
|
void |
setTargetFileType(java.lang.String targetFileType)
Sets target report file type for a drill-through action.
|
void |
setTargetWindow(java.lang.String target)
Set the targetWindow string.
|
void |
setTOC(java.lang.String toc)
Set the TOC of this drillThrough.
|
java.lang.String getReportName()
void setReportName(java.lang.String reportName)
reportName
- java.util.Map getParameterBindings()
void setParameterBindings(java.util.Map parameterBindings)
java.util.Map getSearchCriteria()
void setSearchCriteria(java.util.Map searchCriteria)
java.lang.String getFormat()
void setFormat(java.lang.String format)
boolean isBookmark()
void setBookmark(java.lang.String bookmark)
bookmark
- java.lang.String getBookmark()
void setTOC(java.lang.String toc)
toc
- java.lang.String getTOC()
java.lang.String getTargetWindow()
void setTargetWindow(java.lang.String target)
void setTargetFileType(java.lang.String targetFileType)
java.lang.String getTargetFileType()
Copyright © 2008 Actuate Corp. All rights reserved.