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 using WebScheduleSource a 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 from WebContentStatement
    Since:
    MicroStrategy Web 7.3.1 or earlier