Class DeploymentProperty

    • Field Detail

      • TYPE_BOOLEAN

        public static final String TYPE_BOOLEAN
        Implies that the deployment property can be set to the values "true" and "false"
        See Also:
        Constant Field Values
      • TYPE_EMAIL

        public static final String TYPE_EMAIL
        Implies that the deployment property can be set to a valid email address
        See Also:
        Constant Field Values
      • TYPE_NUMBER

        public static final String TYPE_NUMBER
        Implies that the deployment property can be set to a numeric value
        See Also:
        Constant Field Values
      • TYPE_LONG_TEXT

        public static final String TYPE_LONG_TEXT
        Implies that the deployment property can be set to a long formatted string
        See Also:
        Constant Field Values
      • TYPE_STRING

        public static final String TYPE_STRING
        Implies that the deployment property can be set to any string
        See Also:
        Constant Field Values
      • TYPE_PASSWORD

        public static final String TYPE_PASSWORD
        Implies that the deployment property can accept password values
        See Also:
        Constant Field Values
      • PROPERTY_Server_RealTime_Heath_Monitoring

        public static final String PROPERTY_Server_RealTime_Heath_Monitoring
        The flag specifying whether 'Server RealTime Health Monitoring' is enabled
        See Also:
        Constant Field Values
      • PROPERTY_ALTERNATIVE_REDIRECT_USER_AGENTS

        public static final String PROPERTY_ALTERNATIVE_REDIRECT_USER_AGENTS
        A regular expression describing the user agent for which an alternative HTTP redirect mechanism needs to be used
        See Also:
        Constant Field Values
      • PROPERTY_Attachment_MaxEmbeddedSize

        public static final String PROPERTY_Attachment_MaxEmbeddedSize
        The maximum size of individual embedded attachments
        See Also:
        Constant Field Values
      • PROPERTY_Attachments_Max_Total_Size

        public static final String PROPERTY_Attachments_Max_Total_Size
        The maximum total size of all submission attachments
        See Also:
        Constant Field Values
      • PROPERTY_Attachment_Allowed_File_Name_Extensions

        public static final String PROPERTY_Attachment_Allowed_File_Name_Extensions
        Allowed Attachment file name extensions list
        See Also:
        Constant Field Values
      • PROPERTY_Attachment_File_Name_Regex

        public static final String PROPERTY_Attachment_File_Name_Regex
        Attachment file name regex
        See Also:
        Constant Field Values
      • PROPERTY_Cache_Timeout

        public static final String PROPERTY_Cache_Timeout
        The timeout in seconds of the deployment property cache
        See Also:
        Constant Field Values
      • PROPERTY_Config_Directory

        public static final String PROPERTY_Config_Directory
        The directory where SmartForm Manager stores data on the file system
        See Also:
        Constant Field Values
      • PROPERTY_Date_Time_Format_Long

        public static final String PROPERTY_Date_Time_Format_Long
        Long date/time format
        See Also:
        Constant Field Values
      • PROPERTY_Duplicate_Submission_Rejection_Delay

        public static final String PROPERTY_Duplicate_Submission_Rejection_Delay
        Time in milliseconds after which a duplicate submission is rejected
        See Also:
        Constant Field Values
      • PROPERTY_Email_Promotion_Subject

        public static final String PROPERTY_Email_Promotion_Subject
        Form promotion email subject
        See Also:
        Constant Field Values
      • PROPERTY_Email_Promotion_Message

        public static final String PROPERTY_Email_Promotion_Message
        Form promotion email body
        See Also:
        Constant Field Values
      • PROPERTY_Email_Promotion_Sender

        public static final String PROPERTY_Email_Promotion_Sender
        Form promotion email sender
        See Also:
        Constant Field Values
      • PROPERTY_Email_Report_Message

        public static final String PROPERTY_Email_Report_Message
        Report email body
        See Also:
        Constant Field Values
      • PROPERTY_Email_Report_Sender

        public static final String PROPERTY_Email_Report_Sender
        Report email sender
        See Also:
        Constant Field Values
      • PROPERTY_Email_Report_Subject

        public static final String PROPERTY_Email_Report_Subject
        Report email subject
        See Also:
        Constant Field Values
      • PROPERTY_Email_Default_Sender

        public static final String PROPERTY_Email_Default_Sender
        Support email sender
        See Also:
        Constant Field Values
      • PROPERTY_Enable_REST_Web_Service_Delivery

        public static final String PROPERTY_Enable_REST_Web_Service_Delivery
        Enable/disable REST/Web Service delivery at runtime
        See Also:
        Constant Field Values
      • PROPERTY_Exception_Debug_Logging_Enabled

        public static final String PROPERTY_Exception_Debug_Logging_Enabled
        The Exception Debug Logging Enabled property @since 19.5.3
        See Also:
        Constant Field Values
      • PROPERTY_Groovy_Logging_Enabled

        public static final String PROPERTY_Groovy_Logging_Enabled
        The Groovy Logging Enabled property
        See Also:
        Constant Field Values
      • PROPERTY_Groovy_Script_Timeout

        public static final String PROPERTY_Groovy_Script_Timeout
        The Groovy Script Timeout property
        See Also:
        Constant Field Values
      • PROPERTY_Insights_Enabled

        public static final String PROPERTY_Insights_Enabled
        Transact Enabled property
        See Also:
        Constant Field Values
      • PROPERTY_Insights_Version

        public static final String PROPERTY_Insights_Version
        Transact Insights version number - prepended to TI endpoint URLs
        See Also:
        Constant Field Values
      • PROPERTY_Insights_Application_ID

        public static final String PROPERTY_Insights_Application_ID
        Transact Insights application ID - appended to TI endpoint URLs
        See Also:
        Constant Field Values
      • PROPERTY_Online_Save_Enabled

        public static final String PROPERTY_Online_Save_Enabled
        Enable forms to be saved to SmartForm Manager
        See Also:
        Constant Field Values
      • PROPERTY_Report_Internal_URL

        public static final String PROPERTY_Report_Internal_URL
        Internally used URL to the webreport application
        See Also:
        Constant Field Values
      • PROPERTY_Report_Reschedule_Delay

        public static final String PROPERTY_Report_Reschedule_Delay
        Amount of time in minutes to wait before rescheduling a running report
        See Also:
        Constant Field Values
      • PROPERTY_SMTP_User

        public static final String PROPERTY_SMTP_User
        SMTP user name used for sending email
        See Also:
        Constant Field Values
      • PROPERTY_SMTP_Password

        public static final String PROPERTY_SMTP_Password
        SMTP password used for sending email
        See Also:
        Constant Field Values
      • PROPERTY_SMTP_Connection_Timeout

        public static final String PROPERTY_SMTP_Connection_Timeout
        SMTP connection timeout for sending email (Socket connection timeout value in milliseconds).
        See Also:
        Constant Field Values
      • PROPERTY_SMTP_Timeout

        public static final String PROPERTY_SMTP_Timeout
        SMTP timeout for sending email (Socket read timeout value in milliseconds).
        See Also:
        Constant Field Values
      • PROPERTY_SMTP_Write_Timeout

        public static final String PROPERTY_SMTP_Write_Timeout
        SMTP write timeout for sending email (Socket write timeout value in milliseconds).
        See Also:
        Constant Field Values
      • PROPERTY_SMTP_Start_TLS

        public static final String PROPERTY_SMTP_Start_TLS
        SMTP Start TLS configuration option
        See Also:
        Constant Field Values
      • PROPERTY_Supported_Delivery_Methods

        public static final String PROPERTY_Supported_Delivery_Methods
        Delivery methods supported by this SmartForm Manager instance
        See Also:
        Constant Field Values
      • PROPERTY_TxnUpdater_Return_Behavior

        public static final String PROPERTY_TxnUpdater_Return_Behavior
        The default behavior of the TxnUpdater
        See Also:
        Constant Field Values
      • PROPERTY_Fluent_API_User_Permission_Check

        public static final String PROPERTY_Fluent_API_User_Permission_Check
        The flag specifying whether user permission should be checked on Fluent API is enabled
        See Also:
        Constant Field Values
      • LC_REPOSITORY_DEFAULT

        public static final String LC_REPOSITORY_DEFAULT
        The default initial value for DeploymentProperty#PROPERTY_LC_REPOSITORY_PATH
        See Also:
        Constant Field Values
    • Constructor Detail

      • DeploymentProperty

        public DeploymentProperty()