TxnQuery |
TxnQuery.addGroup(String groupName) |
Add the group name to the transaction query so that only transactions belonging to the form group
are included.
|
TxnQuery |
TxnQuery.addOrderByAsc(String orderProperty) |
Add the sort order by ascending to the query.
|
TxnQuery |
TxnQuery.addOrderByDesc(String orderProperty) |
Add the sort order by descending to the query.
|
TxnQuery |
TxnQuery.hasDataExtract(String name) |
Set data extract name parameter.
|
TxnQuery |
TxnQuery.hasDataExtractNameValue(String name,
String value) |
Set data extract name/value parameter.
|
TxnQuery |
TxnQuery.hasDataExtractValue(String value) |
Set data extract name parameter.
|
TxnQuery |
TxnQuery.hasNoProperty(String name) |
Set has no property name query filter parameter.
|
TxnQuery |
TxnQuery.hasProperty(String name) |
Set property name parameter.
|
TxnQuery |
TxnQuery.hasPropertyNameValue(String name,
String value) |
Set property name/value parameter.
|
TxnQuery |
TxnQuery.hasPropertyValue(String value) |
Set property value parameter.
|
TxnQuery |
TxnQuery.setAttachmentsStatus(String attachmentsStatus) |
Set the transaction attachment status query parameter [ Required | Optional | Completed ].
|
TxnQuery |
TxnQuery.setDeliveryStatus(String deliveryStatus) |
Set the transaction delivery status query parameter [ Not Ready | Ready | Sent_Email | In Progress | Pending | Completed | Error | Undeliverable | Not Required ].
|
TxnQuery |
TxnQuery.setEmailAddress(String emailAddress) |
Set the contact email address query parameters.
|
TxnQuery |
TxnQuery.setEndDate(Date date) |
Set the transaction end date filter (defaults to request time).
|
TxnQuery |
TxnQuery.setFetchLimit(int fetchLimit) |
Set the query fetch limit to limit the maximum number of records returned.
|
TxnQuery |
TxnQuery.setFormCode(String formCode) |
Set the form code query parameter.
|
TxnQuery |
TxnQuery.setFormStatus(String formStatus) |
Set the transaction form status query parameter [ Assigned | Opened | Saved | Submitted | Completed | Expired | Abandoned ].
|
TxnQuery |
TxnQuery.setFormVersionNumber(String formVersionNumber) |
Set the form version number query parameter.
|
TxnQuery |
TxnQuery.setId(Number id) |
Set the transaction id (PK) query parameter.
|
TxnQuery |
TxnQuery.setJobRefNumber(String jobRefNumber) |
Set the job reference number query parameter.
|
TxnQuery |
TxnQuery.setJobStep(JobStep jobStep) |
Set the job step query parameter.
|
TxnQuery |
TxnQuery.setMilestone(String milestone) |
Set the transaction milestone query parameter.
|
TxnQuery |
TxnQuery.setPaymentStatus(String paymentStatus) |
Set the transaction payment status query parameter [ Required | Completed | Error | Pending ].
|
TxnQuery |
TxnQuery.setReceiptNumber(String receiptNumber) |
Set the transaction receipt number query parameter.
|
TxnQuery |
TxnQuery.setSpaceName(String spaceName) |
Set the form space name query parameter.
|
TxnQuery |
TxnQuery.setStartDate(Date date) |
Set the transaction time start date filter (defaults to request time).
|
TxnQuery |
TxnQuery.setSubmitKey(String submitKey) |
Set the transaction submission key (GUID) query parameter.
|
TxnQuery |
TxnQuery.setTaskClaimed(Boolean taskClaimed) |
Set whether to filter for claimable tasks which have been either claimed or not claimed.
|
TxnQuery |
TxnQuery.setTime(TxnQuery.Time time) |
|
TxnQuery |
TxnQuery.setTrackingCode(String trackingCode) |
Set the transaction tracking code query parameter.
|
TxnQuery |
TxnQuery.setTxn(Txn txn) |
Set the transaction query parameter.
|
TxnQuery |
TxnQuery.setTxnReferenceNumber(String txnReferenceNumber) |
Set the transaction reference number query parameter.
|
TxnQuery |
TxnQuery.setUserLoginName(String userLoginName) |
Set the transaction user's login name (username).
|
TxnQuery |
TxnQuery.setUserSaved(boolean userSaved) |
Set the user saved query parameter.
|
TxnQuery |
TxnQuery.withAll() |
Set the query to return the transaction with all the associated attachments map, form data map, form XML, group names,
property map and receipt PDF data.
|
TxnQuery |
TxnQuery.withComments() |
Set the query to return the transaction with the associated transaction workspaces comments.
|
TxnQuery |
TxnQuery.withDeliveryFuncs() |
Set the query to return the transaction with the associated transaction delivery functions.
|
TxnQuery |
TxnQuery.withFileAttachList() |
Set the query to return the transaction with the associated file attachment list.
|
TxnQuery |
TxnQuery.withFormDataMap() |
Set the query to return the transaction with the associated form data map information.
|
TxnQuery |
TxnQuery.withFormXml() |
Set the query to return the transaction with the associated form XML information.
|
TxnQuery |
TxnQuery.withGroupNames() |
Set the query to return the transaction with the associated group names information.
|
TxnQuery |
TxnQuery.withPropertyMap() |
Set the query to return the transaction with the associated property map information.
|
TxnQuery |
TxnQuery.withReceiptPdf() |
Set the query to return the transaction with the associated receipt PDF data.
|