Class WebSubscriptionDeliveryModeEmailPropertiesImpl

    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.Object clone()  
      java.lang.String getContactSecurity()
      Returns whether use Contact Security for each contact group member
      java.lang.String getEmailMessage()  
      java.lang.String getEmailSubject()  
      int getExecutionFlags()
      Gets the execution flags that have been set to be used when the history list subscription is run.
      java.lang.String getExpiration()
      Returns the expiration date of the subscription
      java.lang.String getExpirationTimeZone()
      Returns the expiration date timezone of the subscription
      java.lang.String getFileName()
      Returns the name of the file that will be delivered when the subscription is executed
      int getMode()  
      java.lang.String getSpaceDelimiter()
      Returns the space delimiter
      java.lang.String getZipFileName()
      Sets the name of the compressed file associated with this subscription
      java.lang.String getZipFilePassword()
      Returns the password of the compressed file.
      boolean isCompressed()
      Returns whether the content that is delivered is compressed or not
      boolean isDataIncluded()
      Returns whether the subscription is configured to include 'data'
      boolean isLinkIncluded()
      Returns whether the subscription is configured to return a link to the message in the history list
      boolean isOverwriteOlderVersion()
      Returns whether the current subscription will overwrite earlier versions of the same report or document in the history list
      boolean isSendToInbox()
      Returns whether the subscription is configured to add the delivered message to history list as well.
      boolean isZipFileProtected()
      Returns whether the compressed file is password protected
      boolean restoreState​(SAXSupport parser, java.lang.String uri, java.lang.String localName, java.lang.String qName, org.xml.sax.Attributes attrs)
      Restores a component from an embedded XML during a SAX parsing.
      boolean restoreState​(java.lang.String state)
      Restores a component based on its saved state.
      java.lang.String saveState()
      Returns a java.lang.String representation of a component.
      java.lang.String saveState​(int howMuchState)
      Returns a java.lang.String representation of a component.
      void saveState​(java.lang.StringBuffer buf, int howMuchState)
      Saves and stores a component's state into a StringBuffer.
      void saveState​(java.lang.StringBuffer buf, int howMuchState, int stateFlag)
      Saves and stores a component's state into a StringBuffer.
      void setCompression​(boolean isCompressed)
      Sets whether the content that is delivered is compressed or not
      void setContactSecurity​(java.lang.String useContSec)
      Sets whether use Contact Security for each contact group member
      void setEmailMessage​(java.lang.String message)
      Sets the email message associated with this subscription
      void setEmailSubject​(java.lang.String subject)
      Sets the email subject associated with this subscription
      void setExecutionFlags​(int execFlags)
      Sets the execution flags to be used when the history list subscription is run.
      void setExpiration​(java.lang.String expiration)
      Sets the expiration date of the subscription
      void setExpirationTimeZone​(java.lang.String expirationTimeZone, java.lang.String offset)
      Sets the expiration date timezone of the subscription
      void setFileName​(java.lang.String fileName)
      Sets the name of the file that will be delivered when the subscription is executed
      void setHistoryLinkURL​(java.lang.String url)
      Sets the URL for the link to history list.
      void setHistoryLinkWebServer​(java.lang.String webserver)
      This property stores the default web-server location when the user creates a subscription.
      void setIncludeData​(boolean value)
      Configures whether the subscription should include data in the delivered email.
      void setIncludeLink​(boolean value)
      Configures whether a link to the history list is included in the delivered subscription
      void setOverwriteOlderVersion​(boolean overwrite)
      Sets whether the subscription will overwrite earlier versions of the same report or document in the history list
      void setProtectZipFile​(boolean isProtected)
      Sets whether the compressed file is password protected.
      void setSendToInbox​(boolean value)
      Configures whether the subscription adds the message to history list when it is executed
      void setSpaceDelimiter​(java.lang.String spaceDelimiter)
      Sets the space delimiter
      void setZipFileName​(java.lang.String fileName)
      Returns the name of the compressed file saved in the subscrription
      void setZipFilePassword​(java.lang.String p)
      Sets the password of the compressed file.
      • Methods inherited from class java.lang.Object

        equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait