Interface DDMFormInstanceSettings
@ProviderType
public interface DDMFormInstanceSettings
-
Method Summary
Modifier and TypeMethodDescriptionboolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
boolean
-
Method Details
-
autosaveEnabled
boolean autosaveEnabled() -
convertedFromPolls
boolean convertedFromPolls() -
displayChartAsTable
boolean displayChartAsTable() -
emailFromAddress
String emailFromAddress() -
emailFromName
String emailFromName() -
emailSubject
String emailSubject() -
emailToAddress
String emailToAddress() -
expirationDate
String expirationDate() -
limitToOneSubmissionPerUser
boolean limitToOneSubmissionPerUser() -
limitToOneSubmissionPerUserBody
String limitToOneSubmissionPerUserBody() -
limitToOneSubmissionPerUserHeader
String limitToOneSubmissionPerUserHeader() -
neverExpire
boolean neverExpire() -
objectDefinitionId
String objectDefinitionId() -
published
boolean published() -
redirectURL
String redirectURL() -
requireAuthentication
boolean requireAuthentication() -
requireCaptcha
boolean requireCaptcha() -
sendEmailNotification
boolean sendEmailNotification() -
showPartialResultsToRespondents
boolean showPartialResultsToRespondents() -
storageType
String storageType() -
submitLabel
String submitLabel() -
workflowDefinition
String workflowDefinition()
-