Package com.microstrategy.web.objects
Interface WebNewFormsDrillAction
- 
- All Superinterfaces:
 WebDrillAction
public interface WebNewFormsDrillAction extends WebDrillAction
This interface is a child ofWebDrillActionand is used for drilling actions of typeEnumDSSXMLDrillType.DssXmlDrillToForm.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description SimpleListgetFormsAsList()Returns aSimpleListobject that can be populated with theWebAttributeFormobjects that one wants to drill to- 
Methods inherited from interface com.microstrategy.web.objects.WebDrillAction
getDrillTemplateUnit, getDrillType, getDrillUnitSource, getFilterMetrics, getInheritSubtotals, getKeepIndependent, getKeepOriginal, getKeepThresholds, getName, getReportFilter, getUserFilter, setDrillTemplateUnit, setDrillTemplateUnit, setDrillUnitSource, setFilterMetrics, setInheritSubtotals, setKeepIndependent, setKeepOriginal, setKeepThresholds, setName, setReportFilter, setUserFilter 
 - 
 
 - 
 
- 
- 
Method Detail
- 
getFormsAsList
SimpleList getFormsAsList()
Returns aSimpleListobject that can be populated with theWebAttributeFormobjects that one wants to drill to- Returns:
 - The reference to 
SimpleListobject. 
 
 - 
 
 -