Class FetchWebFormPersistRequest

    • Constructor Detail

      • FetchWebFormPersistRequest

        public FetchWebFormPersistRequest​(String sourceTabId,
                                          boolean includePreviewImage)
        Creates a new POJO request data object with the given data.
        Parameters:
        sourceTabId - Value returned by IDesignerConversationRequest.getSourceTabId()
        includePreviewImage - Whether the returned persist JSON should include a preview image of the form. Note that generated the image may take a bit of time.
      • FetchWebFormPersistRequest

        public FetchWebFormPersistRequest​(EContentView contentView,
                                          boolean includePreviewImage)
        Creates a new POJO request data object with the given data.
        Parameters:
        contentView - Tab from which the event originates.
        includePreviewImage - Whether the returned persist JSON should include a preview image of the form. Note that generated the image may take a bit of time.
    • Method Detail

      • isIncludePreviewImage

        public boolean isIncludePreviewImage()
        Returns:
        Whether the returned persist JSON should include a preview image of the form. Note that generated the image may take a bit of time.