|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface ReportStructure
Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.
ReportStructure is the representation of a document in editing mode.
DocumentInstance.getStructure()| Method Summary | |
|---|---|
ReportContainer |
createReport(java.lang.String name)
Creates a new report of a given name. |
AlertersDictionary |
getAlerters()
Return the Alerters defined in this DocumentInstance. |
Function |
getFunction(java.lang.String name)
Return an individual function specified by it's name. |
Function |
getFunctionByID(int ID)
Return a Function specified by it's ID. |
FunctionCategory[] |
getFunctionCategories()
Return an array containing all function categories. |
Function[] |
getFunctions()
Return an array containing all Web Intelligence Function
objects. |
Function[] |
getFunctions(java.lang.String category)
Return an array of functions belonging to a specific category name. |
Function[] |
getFunctionsByCategoryID(int categID)
Returns an array of Function objects belonging to a specific category ID. |
FormulaOperator[] |
getOperators()
Return an array containing all Web Intelligence operators. |
| Methods inherited from interface com.businessobjects.rebean.wi.ReportElementContainer |
|---|
copyReportElement, getWidth, move, removeAllChildren, removeReportElement, removeReportElementAt |
| Methods inherited from interface com.businessobjects.rebean.wi.ReportElement |
|---|
getFather, getID, getReportElement, getReportElement, getReportElementCount |
| Methods inherited from interface com.businessobjects.rebean.wi.TreeNode |
|---|
getChildAt, getChildCount, getIndex, getParent, isLeaf |
| Methods inherited from interface com.businessobjects.rebean.wi.Unit |
|---|
getUnit, setUnit |
| Method Detail |
|---|
ReportContainer createReport(java.lang.String name)
name - the name of the new report
Function[] getFunctions()
Function
objects.
Functions are part of the Web Intelligence formula language.
FunctionCategory,
FormulaOperator,
FunctionFormulaOperator[] getOperators()
Function objects.
Function,
FormulaOperatorFunctionCategory[] getFunctionCategories()
Examples of possible categories are:
Functions are part of the Web Intelligence formula language.
FunctionCategory sorted in the same order as the
Report Panel.FunctionCategory,
FormulaOperator,
FunctionFunction[] getFunctionsByCategoryID(int categID)
Function objects belonging to a specific category ID.
If the given category ID does not exist, null is returned.
Examples of possible categories are:
Functions are part of the Web Intelligence formula language.
categID - the category identifier to be searched for.
FunctionCategory,
FormulaOperator,
FunctionFunction getFunctionByID(int ID)
Function specified by it's ID.
If no Function exists with the given ID, returns null.
Functions are part of the Web Intelligence formula language.
ID - the function identifier
Function corresponding to the given IDFunctionCategory,
FormulaOperator,
Function,
AllAvailableFunctionsIdentifiersFunction[] getFunctions(java.lang.String category)
Examples of possible categories are:
If the given category name does not exist, an empty array is returned.
category - the category of subset functions
Function getFunction(java.lang.String name)
null.
Functions are part of the Web Intelligence formula language.
name - - the name of the function to be retrieved
FunctionCategory,
FormulaOperator,
FunctionAlertersDictionary getAlerters()
Alerters defined in this DocumentInstance.
AlertersDictionary instance.AlertersDictionary,
Alerters,
Alerter
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||