|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface Report
The Report interface provides access to the report information.
This interface extends the Dynamic
interface. Some interfaces
will be aggregated at run time.
Method Summary | |
---|---|
BlockInfo |
getBlockInfo()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getID()
Gets the report ID. |
java.lang.String |
getName()
Gets the report name. |
boolean |
getOutlineMode()
Warning:This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards. |
PageNavigation |
getPageNavigation()
Gets the PageNavigation object associated to this Report . |
PaginationMode |
getPaginationMode()
Gets the report PaginationMode . |
java.lang.String |
getPath()
Returns the current position within a report. |
ReportMode |
getReportMode()
Gets the report mode. |
java.lang.String |
getSourceName()
Warning:This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards. |
TrackDataInfo |
getTrackDataInfo()
Gets the TrackDataInfo interface which gives access to the track Data Feature for a Report . |
java.lang.Object |
getView(OutputFormatType outputFormat)
Gets the view for a specific OutputFormatType . |
java.lang.Object |
getView(OutputFormatType outputFormat,
java.util.Properties properties)
Gets the view for a specific OutputFormatType and Properties . |
java.lang.Object |
getXMLView(int filter)
Returns an XML view of the Report . |
java.lang.Object |
getXMLView(int filter,
java.util.Properties properties)
Returns an XML view of the Report . |
void |
setOutlineMode(boolean outlineMode)
Warning:This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards. |
void |
setPaginationMode(PaginationMode paginationMode)
Sets the report PaginationMode . |
void |
setReportMode(ReportMode reportMode)
Deprecated. This method was used as a workaround for a known problem in Business Objects XI and should no longer be called. Since version 11.5, calling this method has no result. |
Methods inherited from interface com.businessobjects.rebean.wi.Dynamic |
---|
getNamedInterface, getNamedInterfaces |
Method Detail |
---|
java.lang.String getName()
java.lang.String getSourceName()
Warning:This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards.
Returns the name of the report in the locale it was created.
java.lang.String getID()
ReportMode getReportMode()
Possible report modes are:
The Analysis ReportMode
is activated during the drill operations.
ReportMode
.@Deprecated void setReportMode(ReportMode reportMode)
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Sets theReportMode
in which the report is to be viewed.
The ReportMode.Analysis
mode is activated during drill operations.
reportMode
- The ReportMode
in which the report is to be viewed.void setPaginationMode(PaginationMode paginationMode)
PaginationMode
.
Possible PaginationMode
are:
paginationMode
- The PaginationMode
to be applied to the Report
.PaginationMode getPaginationMode()
PaginationMode
.
Possible values are:
PaginationMode
.PaginationMode
java.lang.String getPath()
DocumentInstance.setPath
,
which points to a specific document location.If a report's path is set, the document is opened to the page containing the section specified in the path.
The path completely independent of pagination.
A path is a concatenation of report index a slash followed by section indexes separated by semicolons.
Example: 0/0;0 means 1st report, 1st section, 1st sub section
Example: The paths in a document containing two reports, each report contains sections.
Report1 | 0 | |||
USA | 0/0 | |||
NY | 0/0;0 | |||
Morgan S | 0/0;0;0 | |||
Bank of NY | 0/0;0;1 | |||
SJ | 0/0;1 | |||
Bank of CA | 0/0;1;0 | |||
FR | 0/1 | |||
Levallois | 0/1;0 | |||
Paris | 0/1;1 | |||
Report2 | 1 | |||
Jan | 1/0 | |||
Feb | 1/1 | |||
week2 | 1/1;0 |
DocumentInstance.setPath(java.lang.String)
PageNavigation getPageNavigation()
PageNavigation
object associated to this Report
.
This PageNavigation
object returns defines the way in which
a user navigates through a report.
PageNavigation
object for this Report
.BlockInfo getBlockInfo()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Gets theBlockInfo
object associated to this report.
Use the returned BlockInfo
object to access to all
Blocks
contained in the Report
.
BlockInfo
object associated to this report.java.lang.Object getView(OutputFormatType outputFormat)
OutputFormatType
.
outputFormat
- The OutputFormatType
required.
OutputFormatType
.java.lang.Object getView(OutputFormatType outputFormat, java.util.Properties properties) throws REException
OutputFormatType
and Properties
.
Media are the parameters that are used to format the document.
You can set the default media properties according to your preferences. You must specify the Media Types as a combination of Name and Value.
outputFormat
- the output format.properties
- a set of properties used to customize the output.
Use property names from OutputPropertiesType
.
OutputFormatType
and Properties
.
REException
OutputPropertiesType
java.lang.Object getXMLView(int filter)
Report
.
The contents of the Report
output returned is controlled by the
filter. See XMLView
for the list of bitfields it is possible to use
in the filter parameter.
Note: by default, the CONTENT and GRAPH_AS_BINARY bitfields are
OR'd together.
filter
- A single bitfield or combination of bitfields OR'd together.
java.lang.Object getXMLView(int filter, java.util.Properties properties)
Report
.
The contents of the Report
output returned is controlled by the
filter and media properties. See XMLView
for the list of bitfields it is possible to use
in the filter parameter.
Note: by default, the CONTENT and GRAPH_AS_BINARY bitfields are
OR'd together.
filter
- a single bitfield or combination of bitfields OR'd together.properties
- a set of properties used to customize the output.
OutputPropertiesType
TrackDataInfo getTrackDataInfo()
TrackDataInfo
interface which gives access to the track Data Feature for a Report
.
It allows to activate Track data on a Report.
TrackDataInfo
Feature interface, otherwise null
, if it's not supported.void setOutlineMode(boolean outlineMode)
Warning:This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards.
Sets the reportOutlineMode
.
to true/false
outlineMode
- The OutlineMode
to be applied to the Report
.boolean getOutlineMode()
Warning:This interface is no longer functional from the SAP BusinessObjects XI 4.0 release onwards.
Gets the reportOutlineMode
.
Possible values are:
OutlineMode
.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |