Package com.microstrategy.web.objects
Interface WebNewObjectDrillAction
- 
- All Superinterfaces:
- WebDrillAction
 
 public interface WebNewObjectDrillAction extends WebDrillAction This interface is a child ofWebDrillActionand is used for drilling actions of typeEnumDSSXMLDrillType.DssXmlDrillToTemplate,EnumDSSXMLDrillType.DssXmlDrillRemoveUnit,EnumDSSXMLDrillType.DssXmlDrillToUnit,EnumDSSXMLDrillType.DssXmlDrillToChildandEnumDSSXMLDrillType.DssXmlDrillToParent.- Since:
- MicroStrategy Web 7.3.1 or earlier
 
- 
- 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description WebObjectInfogetTarget()Returns the target object for the current drill action.voidsetTarget(WebObjectInfo target)Sets the target object for the current drill action.- 
Methods inherited from interface com.microstrategy.web.objects.WebDrillActiongetDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter
 
- 
 
- 
- 
- 
Method Detail- 
getTargetWebObjectInfo getTarget() Returns the target object for the current drill action.- Returns:
- The target object for the drill action hold by this object.
 
 - 
setTargetvoid 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.
 
 
- 
 
-