Package com.microstrategy.web.objects
Interface WebNewObjectDrillAction
-
- All Superinterfaces:
WebDrillAction
public interface WebNewObjectDrillAction extends WebDrillAction
This interface is a child ofWebDrillAction
and is used for drilling actions of typeEnumDSSXMLDrillType.DssXmlDrillToTemplate
,EnumDSSXMLDrillType.DssXmlDrillRemoveUnit
,EnumDSSXMLDrillType.DssXmlDrillToUnit
,EnumDSSXMLDrillType.DssXmlDrillToChild
andEnumDSSXMLDrillType.DssXmlDrillToParent
.- Since:
- MicroStrategy Web 7.3.1 or earlier
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description WebObjectInfo
getTarget()
Returns the target object for the current drill action.void
setTarget​(WebObjectInfo target)
Sets the target object for the current drill action.-
Methods inherited from interface com.microstrategy.web.objects.WebDrillAction
getDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter
-
-
-
-
Method Detail
-
getTarget
WebObjectInfo getTarget()
Returns the target object for the current drill action.- Returns:
- The target object for the drill action hold by this object.
-
setTarget
void setTarget​(WebObjectInfo target) throws java.lang.IllegalArgumentException
Sets the target object for the current drill action.- Parameters:
target
- The target object for the drill action hold by this object.- Throws:
java.lang.IllegalArgumentException
- if the object type passed is invalid.
-
-