|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportMapNode
The ReportMapNode interface exposes a node in the ReportMap tree.
A node can be a Report or a ection.
The first level of the ReportMap always contains
Report objects.
| Method Summary | |
|---|---|
java.lang.String |
getDescription()
Returns a description of the item. |
java.lang.String |
getHTMLAnchorName()
Returns the HTML Anchor name of this node |
java.lang.String |
getName()
Returns the name of this item. |
java.lang.String |
getPath()
Returns the current position within a report. |
Report |
getReport()
Returns the report associated to this reportMapNode. |
java.lang.String |
getType()
Returns the current item type. |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Method Detail |
|---|
java.lang.String getName()
java.lang.String getDescription()
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)java.lang.String getType()
Report getReport()
throws REException
REExceptionjava.lang.String getHTMLAnchorName()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||