TxnQuery |
TxnQuery.addGroup(java.lang.String groupName) |
Add the group name to the transaction query so that only transactions belonging to the form group
are included.
|
TxnQuery |
TxnQuery.addOrderByAsc(java.lang.String orderProperty) |
Add the sort order by ascending to the query.
|
TxnQuery |
TxnQuery.addOrderByDesc(java.lang.String orderProperty) |
Add the sort order by descending to the query.
|
TxnQuery |
TxnQuery.hasNoProperty(java.lang.String name) |
Set has no property name query filter parameter.
|
TxnQuery |
TxnQuery.hasProperty(java.lang.String name) |
Set property name parameter.
|
TxnQuery |
TxnQuery.setAttachmentsStatus(java.lang.String attachmentsStatus) |
Set the transaction attachment status query parameter [ Required | Optional | Completed ].
|
TxnQuery |
TxnQuery.setDeliveryStatus(java.lang.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(java.lang.String emailAddress) |
Set the contact email address query parameters.
|
TxnQuery |
TxnQuery.setEndDate(java.util.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(java.lang.String formCode) |
Set the form code query parameter.
|
TxnQuery |
TxnQuery.setFormStatus(java.lang.String formStatus) |
Set the transaction form status query parameter [ Assigned | Opened | Saved | Submitted | Completed | Expired | Abandoned ].
|
TxnQuery |
TxnQuery.setFormVersionNumber(java.lang.String formVersionNumber) |
Set the form version number query parameter.
|
TxnQuery |
TxnQuery.setId(java.lang.Number id) |
Set the transaction id (PK) query parameter.
|
TxnQuery |
TxnQuery.setJobRefNumber(java.lang.String jobRefNumber) |
Set the job reference number query parameter.
|
TxnQuery |
TxnQuery.setJobStep(JobStep jobStep) |
Set the job step query parameter.
|
TxnQuery |
TxnQuery.setMilestone(java.lang.String milestone) |
Set the transaction milestone query parameter.
|
TxnQuery |
TxnQuery.setPaymentStatus(java.lang.String paymentStatus) |
Set the transaction payment status query parameter [ Required | Completed | Error | Pending ].
|
TxnQuery |
TxnQuery.setReceiptNumber(java.lang.String receiptNumber) |
Set the transaction receipt number query parameter.
|
TxnQuery |
TxnQuery.setSpaceName(java.lang.String spaceName) |
Set the form space name query parameter.
|
TxnQuery |
TxnQuery.setStartDate(java.util.Date date) |
Set the transaction time start date filter (defaults to request time).
|
TxnQuery |
TxnQuery.setSubmitKey(java.lang.String submitKey) |
Set the transaction submission key (GUID) query parameter.
|
TxnQuery |
TxnQuery.setTaskClaimed(java.lang.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(java.lang.String trackingCode) |
Set the transaction tracking code query parameter.
|
TxnQuery |
TxnQuery.setTxn(Txn txn) |
Set the transaction query parameter.
|
TxnQuery |
TxnQuery.setTxnReferenceNumber(java.lang.String txnReferenceNumber) |
Set the transaction reference number query parameter.
|
TxnQuery |
TxnQuery.setUserLoginName(java.lang.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.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.
|