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