Package com.avoka.fc.core.entity
Class DeploymentProperty
- java.lang.Object
-
- org.apache.cayenne.PersistentObject
-
- 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
public class DeploymentProperty extends _DeploymentProperty implements Auditable
Provides an entity holding a deployment property.- See Also:
- Serialized Form
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classDeploymentProperty.TxnUpdaterReturnBehavior
-
Field Summary
Fields Modifier and Type Field Description static StringCONFIG_DIRECTORY_DEFAULTThe default initial value forPROPERTY_Config_Directorystatic StringLC_REPOSITORY_DEFAULTThe default initial value forDeploymentProperty#PROPERTY_LC_REPOSITORY_PATHstatic StringPROPERTY_ALTERNATIVE_REDIRECT_USER_AGENTSA regular expression describing the user agent for which an alternative HTTP redirect mechanism needs to be usedstatic StringPROPERTY_Attachment_Allowed_File_Name_ExtensionsAllowed Attachment file name extensions liststatic StringPROPERTY_Attachment_File_Name_RegexAttachment file name regexstatic StringPROPERTY_Attachment_MaxEmbeddedSizeThe maximum size of individual embedded attachmentsstatic StringPROPERTY_Attachments_Max_Total_SizeThe maximum total size of all submission attachmentsstatic StringPROPERTY_Cache_TimeoutThe timeout in seconds of the deployment property cachestatic StringPROPERTY_Config_DirectoryThe directory where SmartForm Manager stores data on the file systemstatic StringPROPERTY_Date_Format_LongLong date formatstatic StringPROPERTY_Date_Time_Format_LongLong date/time formatstatic StringPROPERTY_Debug_ModeA switch to turn on debug modestatic StringPROPERTY_Duplicate_Submission_Rejection_DelayTime in milliseconds after which a duplicate submission is rejectedstatic StringPROPERTY_Email_Default_SenderSupport email senderstatic StringPROPERTY_Email_Promotion_MessageForm promotion email bodystatic StringPROPERTY_Email_Promotion_SenderForm promotion email senderstatic StringPROPERTY_Email_Promotion_SubjectForm promotion email subjectstatic StringPROPERTY_Email_Report_MessageReport email bodystatic StringPROPERTY_Email_Report_SenderReport email senderstatic StringPROPERTY_Email_Report_SubjectReport email subjectstatic StringPROPERTY_Enable_REST_Web_Service_DeliveryEnable/disable REST/Web Service delivery at runtimestatic StringPROPERTY_Exception_Debug_Logging_EnabledThe Exception Debug Logging Enabled property @since 19.5.3static StringPROPERTY_Groovy_Logging_EnabledThe Groovy Logging Enabled propertystatic StringPROPERTY_Groovy_Script_TimeoutThe Groovy Script Timeout propertystatic StringPROPERTY_HTTPS_PortPort on which HTTPS operatesstatic StringPROPERTY_Insights_Application_IDTransact Insights application ID - appended to TI endpoint URLsstatic StringPROPERTY_Insights_EnabledTransact Enabled propertystatic StringPROPERTY_Insights_VersionTransact Insights version number - prepended to TI endpoint URLsstatic StringPROPERTY_Online_Save_EnabledEnable forms to be saved to SmartForm Managerstatic StringPROPERTY_Report_Internal_URLInternally used URL to the webreport applicationstatic StringPROPERTY_Report_Reschedule_DelayAmount of time in minutes to wait before rescheduling a running reportstatic StringPROPERTY_Server_RealTime_Heath_MonitoringThe flag specifying whether 'Server RealTime Health Monitoring' is enabledstatic StringPROPERTY_SMTP_Connection_TimeoutSMTP connection timeout for sending email (Socket connection timeout value in milliseconds).static StringPROPERTY_SMTP_HostSMTP host used for sending emailstatic StringPROPERTY_SMTP_PasswordSMTP password used for sending emailstatic StringPROPERTY_SMTP_PortSMTP port used for sending emailstatic StringPROPERTY_SMTP_Start_TLSSMTP Start TLS configuration optionstatic StringPROPERTY_SMTP_TimeoutSMTP timeout for sending email (Socket read timeout value in milliseconds).static StringPROPERTY_SMTP_UserSMTP user name used for sending emailstatic StringPROPERTY_SMTP_Write_TimeoutSMTP write timeout for sending email (Socket write timeout value in milliseconds).static StringPROPERTY_Supported_Delivery_MethodsDelivery methods supported by this SmartForm Manager instancestatic StringPROPERTY_TxnUpdater_Return_BehaviorThe default behavior of the TxnUpdaterstatic StringTYPE_BOOLEANImplies that the deployment property can be set to the values "true" and "false"static StringTYPE_EMAILImplies that the deployment property can be set to a valid email addressstatic StringTYPE_LONG_TEXTImplies that the deployment property can be set to a long formatted stringstatic StringTYPE_NUMBERImplies that the deployment property can be set to a numeric valuestatic StringTYPE_PASSWORDImplies that the deployment property can accept password valuesstatic StringTYPE_STRINGImplies that the deployment property can be set to any string-
Fields 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
-
-
Constructor Summary
Constructors Constructor Description DeploymentProperty()
-
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
addToManyTarget, getSnapshotVersion, makePath, readNestedProperty, readProperty, readPropertyDirectly, removeToManyTarget, setObjectContext, setPersistenceState, setReverseRelationship, setSnapshotVersion, setToManyTarget, setToOneTarget, toStringBuffer, unsetReverseRelationship, validateForDelete, validateForInsert, validateForSave, validateForUpdate, willConnect, writeProperty, writePropertyDirectly
-
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
-
-
-
-
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_Debug_Mode
public static final String PROPERTY_Debug_Mode
A switch to turn on debug mode- See Also:
- Constant Field Values
-
PROPERTY_Date_Format_Long
public static final String PROPERTY_Date_Format_Long
Long date format- 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_HTTPS_Port
public static final String PROPERTY_HTTPS_Port
Port on which HTTPS operates- 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_Host
public static final String PROPERTY_SMTP_Host
SMTP host used for sending email- 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_Port
public static final String PROPERTY_SMTP_Port
SMTP port 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
-
CONFIG_DIRECTORY_DEFAULT
public static final String CONFIG_DIRECTORY_DEFAULT
The default initial value forPROPERTY_Config_Directory- See Also:
- Constant Field Values
-
LC_REPOSITORY_DEFAULT
public static final String LC_REPOSITORY_DEFAULT
The default initial value forDeploymentProperty#PROPERTY_LC_REPOSITORY_PATH- See Also:
- Constant Field Values
-
-