|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public interface DrillInfo
The DrillInfo
interface provides access to analysis (drill) features.
This is a dynamic interface, so this interface is implemented by report engines
which support the drill operations.
DrillOption
, and DrillPath
contains information about the requested drill operation.
You can use DrillBar
to access the drill bar feature which enables users to apply filters.
DrillOption
,
DrillPath
,
DrillBar
Method Summary | |
---|---|
DrillElements |
addQueryConditions()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
Report |
beginDrill()
Begins the drill operation (analysis mode). |
void |
endDrill()
Ends the drill operations. |
void |
executeDrill()
Executes the specified drill operation. |
DrillElements |
extendScopeOfAnalysis()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
java.lang.String |
getActiveBlockID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
DrillHierarchies |
getContainingHierarchies(java.lang.String dimensionID)
Returns the drill hierarchies that contain a specified dimension. |
DrillBar |
getDrillBar()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
DrillBlock |
getDrillBlock(java.lang.String BlockID)
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
DrillHierarchies |
getDrillHierarchies()
Returns the drill hierarchies defined by the objects of the query. |
DrillOption |
getDrillOption()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
DrillPath |
getDrillPath()
Returns the drill path for the drill operation. |
DrillDetails |
getFreeDrillDetails()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
DrillDimensions |
getFreeDrillDimensions()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
isActive()
Tests if the current report is in drill mode. |
DrillElements |
removeQueryConditions()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
void |
setDrillOption(DrillOption option)
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
Report |
snapshot()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards. |
boolean |
willGoOutOfScope()
Tests if the user has included a dimension drill operation outside of the query's scope. |
Method Detail |
---|
boolean isActive()
boolean willGoOutOfScope() throws REException
DrillDimension.isInScope
to test if a dimension is out of scope.
REException
DrillDimension.isInScope()
java.lang.String getActiveBlockID()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the ID of the block on which the drill operation is being performed.
DrillOption getDrillOption()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the drill options for the report.
DrillOption
void setDrillOption(DrillOption option)
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Sets the report's drill option.
option
- the drill options for the report.DrillPath getDrillPath()
DrillPath
DrillBlock getDrillBlock(java.lang.String BlockID) throws REException
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the drill block for the drill operation.
BlockID
- the ID of the block.
REException
DrillBlock
DrillBar getDrillBar() throws REException
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Returns the drill bar for the drill operation.
REException
DrillBar
DrillHierarchies getDrillHierarchies() throws REException
REException
DrillHierarchies getContainingHierarchies(java.lang.String dimensionID) throws REException
dimensionID
- the ID of the dimension.
REException
DrillHierarchies
DrillDimensions getFreeDrillDimensions() throws REException
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Gets the free drill dimensions.A free dimension is one that does not belong to a hierarchy.
REException
DrillInfo.getFreeDrillDetails()
,
DrillDimensions
DrillDetails getFreeDrillDetails() throws REException
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Gets the free drill details.A free detail is one that doesn't belong to a dimension.
REException
DrillInfo.getFreeDrillDimensions()
,
DrillDetails
Report beginDrill() throws REException
This method returns a report depending on the user's settings. If the user profile setting CADENZA_DuplicateReportDrill is "true", a duplicate instance of the report is returned. Note that the display of the duplicate report can be different from the original.
REException
DrillInfo.endDrill()
DrillElements addQueryConditions()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Adds conditions to the drill.This method returns a collection of DrillElements to which you add the dimensions (DrillFromElement) to be used to create conditions on the query.
DrillInfo.removeQueryConditions()
,
DrillElements
DrillElements removeQueryConditions()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Removes conditions from the drill.This method returns a collection of DrillElements to which you add the dimensions (DrillFromElement) to be removed from the query's conditions.
DrillInfo.addQueryConditions()
,
DrillElements
void endDrill() throws REException
REException
DrillInfo.beginDrill()
void executeDrill() throws REException
A drill operation is:
REException
DrillElements extendScopeOfAnalysis()
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Extends the scope of analysis to include other dimensions.This method returns a DrillElements
object to which you
add the extra dimensions that are to be included in the scope of analysis.
DrillElements
Report snapshot() throws REException
Warning: This method is no longer functional from the SAP BusinessObjects 4.0 release onwards.
Creates a duplicate report based on a snapshot of the current report's display.You need to refresh the report map to make sure the new report is displayed.
REException
Report
,
ReportMap
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |