Package com.microstrategy.web.objects
Interface WebNewFormsDrillAction
-
- All Superinterfaces:
WebDrillAction
public interface WebNewFormsDrillAction extends WebDrillAction
This interface is a child ofWebDrillAction
and 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 SimpleList
getFormsAsList()
Returns aSimpleList
object that can be populated with theWebAttributeForm
objects that one wants to drill to-
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
-
getFormsAsList
SimpleList getFormsAsList()
Returns aSimpleList
object that can be populated with theWebAttributeForm
objects that one wants to drill to- Returns:
- The reference to
SimpleList
object.
-
-