Package com.avoka.fc.core.service
Class SubmissionTaskService.SavedFormParam
java.lang.Object
com.avoka.fc.core.service.SubmissionTaskService.SavedFormParam
- Enclosing class:
- SubmissionTaskService
Provides an anonymous saved form parameter object.
-
Field Summary
Modifier and TypeFieldDescriptionThe task location address.The submission contact email address (required if sendEmailFlag is true).The name of the attachments to copy from the previous submission.Copy the attachments of the previous submission if defined.The date/time when the task shall expire (optional; needs to be in the future).The scheduling information that can be displayed to the assignee(s) (optional).The email body, if not specified the property value 'Email Saved Form Message' is used instead.The email subject, if not specified the property value 'Email Saved Form Subject' is used instead.The submission form, must be active and configured for Anonymous Online Save.The submission attachments map, keyed on version attachment name, or the arbitrary attachment description.The name of the Form Prefill service to use to pre-fill the form XML data with.The input pre-fill data XML for the form.The associated Job action, to associate with this submission.The latitude component of the geolocation information (optional; can range from -90 to 90).The longitude component of the geolocation information (optional; can range from -180 to 180).The associated Portal.The submission receipt number, if not blank the the receipt number must not already exist.The submission save challenge answer.boolean
The the flag to specify whether to send out an email.The sequence number that can be set to number tasks that are part of a set (optional).The Submission XML dataThe task message.The task subject (required).The submission form version (optional)The Trans. -
Constructor Summary
ConstructorDescriptionProvides a no args constructor.Provides a copy constructor. -
Method Summary
-
Field Details
-
portal
The associated Portal. -
form
The submission form, must be active and configured for Anonymous Online Save. -
templateVersion
The submission form version (optional) -
taskSubject
The task subject (required). -
taskMessage
The task message. -
sequence
The sequence number that can be set to number tasks that are part of a set (optional). -
receiptNumber
The submission receipt number, if not blank the the receipt number must not already exist. -
saveChallengeAnswer
The submission save challenge answer. -
contactEmailAddress
The submission contact email address (required if sendEmailFlag is true). -
transRefNumber
The Trans. Ref. Number, for correlating multiple submissions against. -
submissionXml
The Submission XML data -
inputXmlData
The input pre-fill data XML for the form. -
formAttachments
The submission attachments map, keyed on version attachment name, or the arbitrary attachment description. -
sendEmailFlag
public boolean sendEmailFlagThe the flag to specify whether to send out an email. -
emailSubject
The email subject, if not specified the property value 'Email Saved Form Subject' is used instead. -
emailMessage
The email body, if not specified the property value 'Email Saved Form Message' is used instead. -
copyAttachmentsNames
The name of the attachments to copy from the previous submission. -
copyAttachmentsSubmission
Copy the attachments of the previous submission if defined. -
formPrefillServiceName
The name of the Form Prefill service to use to pre-fill the form XML data with. -
address
The task location address. -
latitude
The latitude component of the geolocation information (optional; can range from -90 to 90). -
longitude
The longitude component of the geolocation information (optional; can range from -180 to 180). -
datetimeScheduled
The scheduling information that can be displayed to the assignee(s) (optional). -
datetimeExpiry
The date/time when the task shall expire (optional; needs to be in the future). -
jobAction
The associated Job action, to associate with this submission.
-
-
Constructor Details
-
SavedFormParam
public SavedFormParam()Provides a no args constructor.- Since:
- 4.1.2
-
SavedFormParam
Provides a copy constructor.- Parameters:
param
- the saved form param to copy- Since:
- 4.1.2
-