|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
public interface DrillDimension
The DrillDimension interface provides access to the properties and functionality of a BusinessObjects Universe dimension.
Example: Gets the name of the dimensions in the Hierarchy.
RetrieveDrillInfo boDrillInfo = new RetrieveDrillInfo();
RetrieveData retBOData = new RetrieveData();
retBOData.setRetrieveDrillInfo(boDrillInfo);
Action[] actions = new Action[1];
Drill objDrill = new Drill();
objDrill.setActiveDrill(true);
actions[0] = objDrill;
DocumentInformation docInfo = boRepEng.getDocumentInformation(strDocid,null,actions,null,retBOData);
DrillInfo boDocDrill = docInfo.getDrillInfo();
DrillHierarchy[] boDrHiers = boDocDrill.getDrillHierarchies();
DrillHierarchy boDrHier = boDrHiers[0];
DrillDimension[] boDrDims = boDrHier.getDrillDimensions();
for(int i=0; i< boDrDims.length; i++)
{
DrillDimension boDrDim = boDrDims[i];
String strDrDim = boDrDim.getName();
out.println(strDrDim);
}
DrillPath,
DrillHierarchy,
Action,
Refresh,
RetrieveData| Nested Class Summary | |
|---|---|
static class |
DrillDimension.Factory
A class with methods for creating instances of the DrillDimension type. |
| Field Summary | |
|---|---|
static org.apache.xmlbeans.SchemaType |
type
Internal Use Only. |
| Method Summary | |
|---|---|
LOV |
addNewLOV()
Internal Use Only. |
boolean |
getAmbiguous()
Returns true if the dimension belongs to more than one DrillHierarchy. |
java.lang.String |
getDescription()
Gets the description of the DrillDimension. |
java.lang.String |
getFilter()
Returns the member on which the current Drill is being filtered. |
java.lang.String |
getID()
Returns the DrillDimension unique ID. |
boolean |
getInScope()
Returns true if the dimension is in the scope of analysis. |
LOV |
getLOV()
Returns a List Of Values (LOV) included in the DrillDimension. |
java.lang.String |
getName()
Returns the DrillDimension name. |
boolean |
isNilDescription()
Checks if the Description element is nil. |
boolean |
isNilLOV()
Checks if the LOV element is nil. |
boolean |
isSetDescription()
Checks if the Description element is set. |
boolean |
isSetFilter()
Checks if the Filter attribute is set. |
boolean |
isSetLOV()
Checks if the LOV element is set. |
void |
setAmbiguous(boolean ambiguous)
Internal Use Only. |
void |
setDescription(java.lang.String description)
Internal Use Only. |
void |
setFilter(java.lang.String filter)
Internal Use Only. |
void |
setID(java.lang.String id)
Internal Use Only. |
void |
setInScope(boolean inScope)
Internal Use Only. |
void |
setLOV(LOV lov)
Internal Use Only. |
void |
setName(java.lang.String name)
Internal Use Only. |
void |
setNilDescription()
Internal Use Only. |
void |
setNilLOV()
Internal Use Only. |
void |
unsetDescription()
Internal Use Only. |
void |
unsetFilter()
Internal Use Only. |
void |
unsetLOV()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetAmbiguous()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetDescription()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetFilter()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetID()
Internal Use Only. |
org.apache.xmlbeans.XmlBoolean |
xgetInScope()
Internal Use Only. |
org.apache.xmlbeans.XmlString |
xgetName()
Internal Use Only. |
void |
xsetAmbiguous(org.apache.xmlbeans.XmlBoolean ambiguous)
Internal Use Only. |
void |
xsetDescription(org.apache.xmlbeans.XmlString description)
Internal Use Only. |
void |
xsetFilter(org.apache.xmlbeans.XmlString filter)
Internal Use Only. |
void |
xsetID(org.apache.xmlbeans.XmlString id)
Internal Use Only. |
void |
xsetInScope(org.apache.xmlbeans.XmlBoolean inScope)
Internal Use Only. |
void |
xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only. |
| Field Detail |
|---|
static final org.apache.xmlbeans.SchemaType type
Internal Use Only.
| Method Detail |
|---|
LOV getLOV()
LOVboolean isNilLOV()
true if the LOV element is nil, otherwise falseboolean isSetLOV()
true if the LOV element is set, otherwise falsevoid setLOV(LOV lov)
Internal Use Only.
LOV addNewLOV()
Internal Use Only.
void setNilLOV()
Internal Use Only.
void unsetLOV()
Internal Use Only.
java.lang.String getDescription()
org.apache.xmlbeans.XmlString xgetDescription()
Internal Use Only.
boolean isNilDescription()
true if the description element is nil, otherwise falseboolean isSetDescription()
true if the description element is set, otherwise falsevoid setDescription(java.lang.String description)
Internal Use Only.
void xsetDescription(org.apache.xmlbeans.XmlString description)
Internal Use Only.
void setNilDescription()
Internal Use Only.
void unsetDescription()
Internal Use Only.
java.lang.String getName()
org.apache.xmlbeans.XmlString xgetName()
Internal Use Only.
void setName(java.lang.String name)
Internal Use Only.
void xsetName(org.apache.xmlbeans.XmlString name)
Internal Use Only.
java.lang.String getID()
org.apache.xmlbeans.XmlString xgetID()
Internal Use Only.
void setID(java.lang.String id)
Internal Use Only.
void xsetID(org.apache.xmlbeans.XmlString id)
Internal Use Only.
java.lang.String getFilter()
When a user analyzes report results in Drill mode, filters can be applied as the user drills on selected values. For example, if you drill on the value January on a table cell to view more detailed results for each week, the values displayed should correspond to the weeks in January.
org.apache.xmlbeans.XmlString xgetFilter()
Internal Use Only.
boolean isSetFilter()
true if the filter element is set, otherwise false.void setFilter(java.lang.String filter)
Internal Use Only.
void xsetFilter(org.apache.xmlbeans.XmlString filter)
Internal Use Only.
void unsetFilter()
Internal Use Only.
boolean getInScope()
true if the dimension is in the scope of analysis.
true if the dimension is in the scope of analysis.org.apache.xmlbeans.XmlBoolean xgetInScope()
Internal Use Only.
void setInScope(boolean inScope)
Internal Use Only.
void xsetInScope(org.apache.xmlbeans.XmlBoolean inScope)
Internal Use Only.
boolean getAmbiguous()
true if the dimension belongs to more than one DrillHierarchy.
true if the dimension belongs to more than one DrillHierarchy.DrillHierarchyorg.apache.xmlbeans.XmlBoolean xgetAmbiguous()
Internal Use Only.
void setAmbiguous(boolean ambiguous)
Internal Use Only.
void xsetAmbiguous(org.apache.xmlbeans.XmlBoolean ambiguous)
Internal Use Only.
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||