com.businessobjects.rebean.wi
Interface DrillBlock


public interface DrillBlock

Warning: This interface is no longer functional from the SAP BusinessObjects 4.0 release onwards.

The DrillBlock interface gives the user the ability to get Drill objects from any block of the current report. This interface is same as DrillInfo, but DrillObjects returned are filtered by the block ID you are working on.


Method Summary
 DrillDetails getFreeDetails()
          Gets the free DrillDetails on the current block.
 DrillDimensions getFreeDimensions()
          Returns the free DrillDimensions of the current block.
 DrillHierarchies getHierarchies()
          Returns all the DrillHierarchies of the current block.
 

Method Detail

getFreeDimensions

DrillDimensions getFreeDimensions()
                                  throws REException
Returns the free DrillDimensions of the current block.

Returns:
the free DrillDimensions of the current block.
Throws:
REException
See Also:
DrillInfo.getFreeDrillDimensions()

getHierarchies

DrillHierarchies getHierarchies()
                                throws REException
Returns all the DrillHierarchies of the current block.

Returns:
the DrillHierarchies of the current block.
Throws:
REException
See Also:
DrillInfo.getDrillHierarchies()

getFreeDetails

DrillDetails getFreeDetails()
                            throws REException
Gets the free DrillDetails on the current block.

Returns:
the free DrillDetails on the current block.
Throws:
REException
See Also:
DrillInfo.getFreeDrillDetails()