Package com.microstrategy.web.objects
Interface WebStatement
- 
- All Known Subinterfaces:
 WebCacheStatement,WebContentStatement,WebDocumentStatement,WebReportStatement
public interface WebStatementDeprecated.Starting with version 9.0 and the advent of Distribution Services, all schedule objects are replaced by subscriptions.This object defines a statement which is used to identify a server command within a schedule (WebSchedule). This object cannot be directly instantiated, and can only be obtained indirectly from the other scheduling-related objects.- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
All Methods Instance Methods Abstract Methods Deprecated Methods Modifier and Type Method Description intgetStatementType()Deprecated.Returns the current statement type. 
 - 
 
- 
- 
Method Detail
- 
getStatementType
int getStatementType()
Deprecated.Returns the current statement type. This value comes from the enumerationEnumWebStatementType.- Returns:
 - The current statement type, from 
EnumWebStatementType. 
 
 - 
 
 -