com.microstrategy.web.objects.WebRemoveMetricDrillAction |
Summary
Public Methods |
abstract
WebMetric
|
getMetric()
Returns the target metric for the current drill action.
|
abstract
void
|
setMetric(WebMetric metric)
Sets the target metric for the current drill action.
|
[Expand]
Inherited Methods |
From interface
com.microstrategy.web.objects.WebDrillAction
abstract
WebTemplateUnit
|
getDrillTemplateUnit()
Returns the template unit that has been set on this instance.
|
abstract
int
|
getDrillType()
Returns the type of the drill action specified by this object.
|
abstract
int
|
getDrillUnitSource()
Returns the Drill Unit Source set for the current drill action.
|
abstract
boolean
|
getFilterMetrics()
Returns the value of the filterMetrics property of this drill action.
|
abstract
int
|
getKeepIndependent()
Returns the keepIndependent property for the current drill action.
|
abstract
boolean
|
getKeepOriginal()
Returns the keepOriginal property for this drill action.
|
abstract
boolean
|
getKeepThresholds()
Returns the keepThresholds property for this drill action.
|
abstract
String
|
getName()
Returns the name of the current drill action
|
abstract
int
|
getReportFilter()
Returns the value of the reportFilter property set for this drill action.
|
abstract
int
|
getUserFilter()
Returns the value of the userFilter for this drill action.
|
abstract
void
|
setDrillTemplateUnit(int axis, int position)
Sets the template unit from where to drill on the base report instance.
|
abstract
void
|
setDrillTemplateUnit(WebTemplateUnit wtu)
Sets the template unit from where to drill on the base report instance.
|
abstract
void
|
setDrillUnitSource(int drillUnitSource)
Set the Drill Unit Source for the current drill action.
|
abstract
void
|
setFilterMetrics(boolean filterMetrics)
Sets the filterMetrics property for the current drill action.
|
abstract
void
|
setKeepIndependent(int keepIndependent)
Sets the keepIndependent property for the current drill action.
|
abstract
void
|
setKeepOriginal(boolean keepOriginal)
Sets the keepOriginal property for the current drill action.
|
abstract
void
|
setKeepThresholds(boolean keepThresholds)
Sets the keepThresholds property for the current drill action.
|
abstract
void
|
setName(String name)
Sets the name of the current drill action
|
abstract
void
|
setReportFilter(int reportFilter)
Sets the reportFilter property of the current drill action.
|
abstract
void
|
setUserFilter(int userFilter)
Sets the userFilter property for the current drill action.
|
|
Public Methods
public
abstract
WebMetric
getMetric
()
Returns the target metric for the current drill action.
Returns
- The target
WebMetric
object for the drill action hold by this object.
public
abstract
void
setMetric
(WebMetric metric)
Sets the target metric for the current drill action.
Parameters
metric |
The target WebMetric object for the drill action hold by this object.
|