Package com.microstrategy.web.objects
Interface WebRequest
-
public interface WebRequest
Deprecated.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 WebStatement
getStatement()
Deprecated.Returns theWebStatement
object it holds.
-
-
-
Method Detail
-
getStatement
WebStatement getStatement()
Deprecated.Returns theWebStatement
object it holds. This object can be aWebReportStatement
,WebDocumentStatement
, orWebCacheStatement
- Returns:
WebStatement
object.
-
-