Uses of Class
com.avoka.tm.svc.TxnBuilder
-
Uses of TxnBuilder in com.avoka.tm.svc
Modifier and TypeMethodDescriptionTxnBuilder.addFileAttach
(FileAttach fileAttach) Add the given file attachment to the transaction.TxnBuilder.addFormDataExtract
(String name, String value) Add form data (data extract) to the transaction.TxnBuilder.setAddress
(String address) Set address parameter.TxnBuilder.setContactEmailAddress
(String contactEmailAddress) Set the contact email address parameter.TxnBuilder.setCopyAttachmentsNames
(List<String> copyAttachmentsNames) Set copy attachment names parameter.TxnBuilder.setCopyAttachmentsTxn
(Long copyAttachmentsTxn) Set copy attachments txn id parameter.TxnBuilder.setDatetimeExpiry
(Date datetimeExpiry) Set date time expiry parameter.TxnBuilder.setDatetimeScheduled
(Date datetimeScheduled) Set date time scheduled parameter.TxnBuilder.setEmailMessage
(String emailMessage) Set email message parameter.TxnBuilder.setEmailSubject
(String emailSubject) Set email subject parameter.TxnBuilder.setFormCode
(String formCode) Set the form code parameter.TxnBuilder.setFormDataXml
(String formDataXml) Set form data xml parameter.TxnBuilder.setFormPrefillServiceName
(String formPrefillServiceName) Set form prefill service name parameter.TxnBuilder.setFormVersion
(String formVersion) Set the form version parameter.TxnBuilder.setGroupName
(String groupName) Set group name parameter.TxnBuilder.setGroupNames
(Collection<String> groupNames) Set group names parameter.TxnBuilder.setInputXmlData
(String inputXmlData) Set input xml data parameter.TxnBuilder.setJobAction
(Long jobAction) Set job action parameter.TxnBuilder.setLatitude
(Double latitude) Set latitude parameter.TxnBuilder.setLinkedTxnId
(Number linkedTxnId) Set the linked transaction id (required).TxnBuilder.setLoginName
(String loginName) Set the login name parameter.TxnBuilder.setLongitude
(Double longitude) Set longiture parameter.TxnBuilder.setProperty
(String name, String value) Specify the property name and value on the transaction.TxnBuilder.setPropertyMap
(Map<String, String> propertyMap) Specify the property map on the transaction.TxnBuilder.setReceiptNumber
(String receiptNumber) Set receipt number parameter.TxnBuilder.setReviewTxn
(Long reviewTxnId) Set the review txn id parameter.TxnBuilder.setSaveChallengeAnswer
(String saveChallengeAnswer) Set save challenge answer parameter.TxnBuilder.setSequence
(Integer sequence) Set sequence number parameter.TxnBuilder.setSpaceName
(String spaceName) Set the space name parameter.TxnBuilder.setTaskMessage
(String taskMessage) Set task message parameter.TxnBuilder.setTaskSubject
(String taskSubject) Set the task subject parameter.TxnBuilder.setTaskType
(String taskType) Set the task type parameter [ Form | Review ].TxnBuilder.setTransRefNumber
(String transRefNumber) Set transaction reference number parameter.Set txn xml parameter.TxnBuilder.withAllowClaimFlag()
Set allow claim flag parameter totrue
.TxnBuilder.withFormDataMap()
Set the query to return the transaction with the associated form data map information.TxnBuilder.withGroupNames()
Set the query to return the transaction with the associated group names information.TxnBuilder.withPropertyMap()
Set the query to return the transaction with the associated property map information.TxnBuilder.withSendEmailFlag()
Set send email flag parameter totrue
.TxnBuilder.withUserDeletableFlag()
Set user deletable flag parameter totrue
.