Package com.microstrategy.web.objects
Interface WebRequest
- 
public interface WebRequestDeprecated.Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.This class is the entry point to the statement(WebStatement) for a schedule(WebSchedule).- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description WebStatementgetStatement()Deprecated.Returns theWebStatementobject it holds. 
 - 
 
- 
- 
Method Detail
- 
getStatement
WebStatement getStatement()
Deprecated.Returns theWebStatementobject it holds. This object can be aWebReportStatement,WebDocumentStatement, orWebCacheStatement- Returns:
 WebStatementobject.
 
 - 
 
 -