Package com.microstrategy.web.objects
Interface WebDocumentStatement
- 
- All Superinterfaces:
 WebContentStatement,WebStatement
public interface WebDocumentStatement extends WebContentStatement
This interface defines a document statement which is used to identify a server command within a schedule that targets a Document. This object cannot be directly instantiated, and can only be obtained indirectly from the other scheduling-related objects. While Document Schedules are read and populated from IServer usingWebScheduleSourcea WebDocumentStatement object is automatically created for each Document Schedule. Similarly, if a user wants to create a new Document Schedule on IServer, a WebDocumentStatement object gets created in the process and the user needs to populate the WebDocumentStatement with necessary information/properties like the target document for the schedule which are inherited fromWebContentStatement- Since:
 - MicroStrategy Web 7.3.1 or earlier
 
 
- 
- 
Method Summary
- 
Methods inherited from interface com.microstrategy.web.objects.WebContentStatement
getExecutionFlags, getMessageID, getPrompts, getReuseMessage, getTarget, hasPromptPersonalization, isMobileEnabled, isResolved, reprompt, setExecutionFlags, setMobileEnabled, setReuseMessage 
- 
Methods inherited from interface com.microstrategy.web.objects.WebStatement
getStatementType 
 - 
 
 -