Package com.avoka.fc.core.entity
Class DeploymentProperty
java.lang.Object
org.apache.cayenne.PersistentObject
org.apache.cayenne.BaseDataObject
org.apache.cayenne.CayenneDataObject
com.avoka.core.entity.BaseEntity
com.avoka.fc.core.entity.auto._DeploymentProperty
com.avoka.fc.core.entity.DeploymentProperty
- All Implemented Interfaces:
IEntity
,Auditable
,Serializable
,org.apache.cayenne.DataObject
,org.apache.cayenne.Persistent
,org.apache.cayenne.Validating
Provides an entity holding a deployment property.
- See Also:
-
Nested Class Summary
-
Field Summary
Modifier and TypeFieldDescriptionstatic final String
The default initial value forPROPERTY_Config_Directory
static final String
The default initial value forDeploymentProperty#PROPERTY_LC_REPOSITORY_PATH
static final String
The flag specifying whether the job should be abandoned based on time created or last processedstatic final String
A regular expression describing the user agent for which an alternative HTTP redirect mechanism needs to be usedstatic final String
Allowed Attachment file name extensions liststatic final String
Attachment file name regexstatic final String
The maximum size of individual embedded attachmentsstatic final String
The maximum total size of all submission attachmentsstatic final String
The timeout in seconds of the deployment property cachestatic final String
The directory where SmartForm Manager stores data on the file systemstatic final String
Long date formatstatic final String
Long date/time formatstatic final String
A switch to turn on debug modestatic final String
Time in milliseconds after which a duplicate submission is rejectedstatic final String
Support email senderstatic final String
Email Flood Thresholdstatic final String
Form promotion email bodystatic final String
Form promotion email senderstatic final String
Form promotion email subjectstatic final String
Report email bodystatic final String
Report email senderstatic final String
Report email subjectstatic final String
Enable/disable REST/Web Service delivery at runtimestatic final String
A flag to enable/disable xss protection on none safe controls ex.static final String
A flag to enable/disable Evening feature @since 22.10.0static final String
The Exception Debug Logging Enabled property @since 19.5.3static final String
A Flag to allow/disallow exporting of passwords in service connection @since 22.04.0static final String
The flag specifying whether user permission should be checked on Fluent API is enabledstatic final String
The Groovy Logging Enabled propertystatic final String
The Groovy Script Timeout propertystatic final String
Port on which HTTPS operatesstatic final String
Transact Insights application ID - appended to TI endpoint URLsstatic final String
Transact Enabled propertystatic final String
Transact Insights version number - prepended to TI endpoint URLsstatic final String
Enable forms to be saved to SmartForm Managerstatic final String
Internally used URL to the webreport applicationstatic final String
Amount of time in minutes to wait before rescheduling a running reportstatic final String
The flag specifying whether 'Server RealTime Health Monitoring' is enabledstatic final String
SMTP connection timeout for sending email (Socket connection timeout value in milliseconds).static final String
SMTP host used for sending emailstatic final String
SMTP password used for sending emailstatic final String
SMTP port used for sending emailstatic final String
SMTP Start TLS configuration optionstatic final String
SMTP timeout for sending email (Socket read timeout value in milliseconds).static final String
SMTP user name used for sending emailstatic final String
SMTP write timeout for sending email (Socket write timeout value in milliseconds).static final String
Delivery methods supported by this SmartForm Manager instancestatic final String
The default behavior of the TxnUpdaterstatic final String
Implies that the deployment property can be set to the values "true" and "false"static final String
Implies that the deployment property can be set to a valid email addressstatic final String
Implies that the deployment property can be set to a long formatted stringstatic final String
Implies that the deployment property can be set to a numeric valuestatic final String
Implies that the deployment property can accept password valuesstatic final String
Implies that the deployment property can be set to any stringFields inherited from class com.avoka.fc.core.entity.auto._DeploymentProperty
DESCRIPTION, DESCRIPTION_PROPERTY, NAME, NAME_PROPERTY, PROPERTY_OID_PK_COLUMN, TYPE, TYPE_PROPERTY, VALUE, VALUE_PROPERTY
Fields inherited from class com.avoka.core.entity.BaseEntity
ID_PROPERTY
Fields inherited from class org.apache.cayenne.CayenneDataObject
values
Fields inherited from class org.apache.cayenne.BaseDataObject
snapshotVersion
Fields inherited from class org.apache.cayenne.PersistentObject
objectContext, objectId, persistenceState
Fields inherited from interface org.apache.cayenne.DataObject
DEFAULT_VERSION
-
Constructor Summary
-
Method Summary
Methods inherited from class com.avoka.fc.core.entity.auto._DeploymentProperty
getDescription, getName, getType, getValue, setDescription, setName, setType, setValue
Methods inherited from class com.avoka.core.entity.BaseEntity
appendProperties, getId, getValuesMap, isNew, setId, toString
Methods inherited from class org.apache.cayenne.CayenneDataObject
makePath, readPropertyDirectly, readState, setPersistenceState, writePropertyDirectly, writeState
Methods inherited from class org.apache.cayenne.BaseDataObject
addToManyTarget, beforePropertyRead, beforePropertyWrite, getSnapshotVersion, readNestedProperty, readProperty, readSerialized, removeToManyTarget, setObjectContext, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writeSerialized
Methods inherited from class org.apache.cayenne.PersistentObject
getMapKey, getObjectContext, getObjectId, getPersistenceState, setObjectId
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.avoka.fc.core.entity.Auditable
getId, getValuesMap
Methods inherited from interface org.apache.cayenne.Persistent
getObjectContext, getObjectId, getPersistenceState, setObjectContext, setObjectId, setPersistenceState
-
Field Details
-
TYPE_BOOLEAN
Implies that the deployment property can be set to the values "true" and "false"- See Also:
-
TYPE_EMAIL
Implies that the deployment property can be set to a valid email address- See Also:
-
TYPE_NUMBER
Implies that the deployment property can be set to a numeric value- See Also:
-
TYPE_LONG_TEXT
Implies that the deployment property can be set to a long formatted string- See Also:
-
TYPE_STRING
Implies that the deployment property can be set to any string- See Also:
-
TYPE_PASSWORD
Implies that the deployment property can accept password values- See Also:
-
PROPERTY_Server_RealTime_Heath_Monitoring
The flag specifying whether 'Server RealTime Health Monitoring' is enabled- See Also:
-
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:
-
PROPERTY_Attachment_MaxEmbeddedSize
The maximum size of individual embedded attachments- See Also:
-
PROPERTY_Attachments_Max_Total_Size
The maximum total size of all submission attachments- See Also:
-
PROPERTY_Attachment_Allowed_File_Name_Extensions
Allowed Attachment file name extensions list- See Also:
-
PROPERTY_Attachment_File_Name_Regex
Attachment file name regex- See Also:
-
PROPERTY_Cache_Timeout
The timeout in seconds of the deployment property cache- See Also:
-
PROPERTY_Config_Directory
The directory where SmartForm Manager stores data on the file system- See Also:
-
PROPERTY_Debug_Mode
A switch to turn on debug mode- See Also:
-
PROPERTY_Date_Format_Long
Long date format- See Also:
-
PROPERTY_Date_Time_Format_Long
Long date/time format- See Also:
-
PROPERTY_Duplicate_Submission_Rejection_Delay
Time in milliseconds after which a duplicate submission is rejected- See Also:
-
PROPERTY_Email_Promotion_Subject
Form promotion email subject- See Also:
-
PROPERTY_Email_Promotion_Message
Form promotion email body- See Also:
-
PROPERTY_Email_Promotion_Sender
Form promotion email sender- See Also:
-
PROPERTY_Email_Report_Message
Report email body- See Also:
-
PROPERTY_Email_Report_Sender
Report email sender- See Also:
-
PROPERTY_Email_Report_Subject
Report email subject- See Also:
-
PROPERTY_Email_Default_Sender
Support email sender- See Also:
-
PROPERTY_EMAIL_FLOOD_THRESHOLD
Email Flood Threshold- See Also:
-
PROPERTY_Enable_REST_Web_Service_Delivery
Enable/disable REST/Web Service delivery at runtime- See Also:
-
PROPERTY_ENABLE_XSS_CONTROL_PROTECTION
A flag to enable/disable xss protection on none safe controls ex. TextField, TextArea, etc. @since 22.04.0- See Also:
-
PROPERTY_EVENTING_FEATURE_ENABLED
A flag to enable/disable Evening feature @since 22.10.0- See Also:
-
PROPERTY_Exception_Debug_Logging_Enabled
The Exception Debug Logging Enabled property @since 19.5.3- See Also:
-
PROPERTY_EXPORT_SERVICE_CONNECTION_PASSWORDS_ENABLED
A Flag to allow/disallow exporting of passwords in service connection @since 22.04.0- See Also:
-
PROPERTY_Groovy_Logging_Enabled
The Groovy Logging Enabled property- See Also:
-
PROPERTY_Groovy_Script_Timeout
The Groovy Script Timeout property- See Also:
-
PROPERTY_HTTPS_Port
Port on which HTTPS operates- See Also:
-
PROPERTY_Insights_Enabled
Transact Enabled property- See Also:
-
PROPERTY_Insights_Version
Transact Insights version number - prepended to TI endpoint URLs- See Also:
-
PROPERTY_Insights_Application_ID
Transact Insights application ID - appended to TI endpoint URLs- See Also:
-
PROPERTY_Online_Save_Enabled
Enable forms to be saved to SmartForm Manager- See Also:
-
PROPERTY_Report_Internal_URL
Internally used URL to the webreport application- See Also:
-
PROPERTY_Report_Reschedule_Delay
Amount of time in minutes to wait before rescheduling a running report- See Also:
-
PROPERTY_SMTP_Host
SMTP host used for sending email- See Also:
-
PROPERTY_SMTP_User
SMTP user name used for sending email- See Also:
-
PROPERTY_SMTP_Password
SMTP password used for sending email- See Also:
-
PROPERTY_SMTP_Port
SMTP port used for sending email- See Also:
-
PROPERTY_SMTP_Connection_Timeout
SMTP connection timeout for sending email (Socket connection timeout value in milliseconds).- See Also:
-
PROPERTY_SMTP_Timeout
SMTP timeout for sending email (Socket read timeout value in milliseconds).- See Also:
-
PROPERTY_SMTP_Write_Timeout
SMTP write timeout for sending email (Socket write timeout value in milliseconds).- See Also:
-
PROPERTY_SMTP_Start_TLS
SMTP Start TLS configuration option- See Also:
-
PROPERTY_Supported_Delivery_Methods
Delivery methods supported by this SmartForm Manager instance- See Also:
-
PROPERTY_TxnUpdater_Return_Behavior
The default behavior of the TxnUpdater- See Also:
-
PROPERTY_Fluent_API_User_Permission_Check
The flag specifying whether user permission should be checked on Fluent API is enabled- See Also:
-
PROPERTY_Abandon_Job_Based_On_Time_Created
The flag specifying whether the job should be abandoned based on time created or last processed- See Also:
-
CONFIG_DIRECTORY_DEFAULT
The default initial value forPROPERTY_Config_Directory
- See Also:
-
LC_REPOSITORY_DEFAULT
The default initial value forDeploymentProperty#PROPERTY_LC_REPOSITORY_PATH
- See Also:
-
-
Constructor Details
-
DeploymentProperty
public DeploymentProperty()
-