A B C D E F G H I J K L M N O P Q R S T U V W X
All Classes All Packages
All Classes All Packages
All Classes All Packages
A
- ABANDONMENT_SCHEDULED - com.avoka.tm.query.TxnQuery.Time
- AbstractJUnitTest - Class in com.avoka.tm.test
-
Provides an abstraction utility for unit testing.
- AbstractJUnitTest() - Constructor for class com.avoka.tm.test.AbstractJUnitTest
- AccountUserDetails - Class in com.avoka.tm.vo
-
Provide an AccountUserDetails value object class.
- AccountUserDetails() - Constructor for class com.avoka.tm.vo.AccountUserDetails
- AccountUserDetails(AccountUserDetails) - Constructor for class com.avoka.tm.vo.AccountUserDetails
-
Create a AccountUserDetails value object with the given parameters.
- AccountUserDetails(Map) - Constructor for class com.avoka.tm.vo.AccountUserDetails
-
Create a unit testing AccountUserDetails value object with the given fields.
- AccountUserDetailsBuilder - Class in com.avoka.tm.security
-
Provide a Builder for the Account User Details Vo.
- AccountUserDetailsBuilder() - Constructor for class com.avoka.tm.security.AccountUserDetailsBuilder
- ActionResult - Class in com.avoka.tm.job
-
Provides a Job Action Result class.
- ActionResult(ActionResult.Status) - Constructor for class com.avoka.tm.job.ActionResult
-
Create a new Job Action Result object with the given status.
- ActionResultBuilder - Class in com.avoka.tm.job
-
Provides a job action invocation ActionResult builder.
- ActionResultBuilder() - Constructor for class com.avoka.tm.job.ActionResultBuilder
- addComment(Comment) - Method in class com.avoka.tm.svc.JobUpdater
-
Add comment to the job.
- addComment(Comment) - Method in class com.avoka.tm.svc.TxnUpdater
-
Add comment to the transaction.
- addContent(String, String, String) - Method in class com.avoka.tm.util.XmlDoc
-
Add the given XML content from the source XPath to this XML Document object at the specified target XPath.
- addCookie(Cookie) - Method in class com.avoka.tm.test.MockRequest
-
Add a new cookie.
- addCookie(Cookie) - Method in class com.avoka.tm.test.MockResponse
-
Add a cookie to the response.
- addDateHeader(String, long) - Method in class com.avoka.tm.test.MockResponse
-
Add a date header.
- addFileAttach(FileAttach) - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Add the file attachment to the transaction (optional).
- addFileAttach(FileAttach) - Method in class com.avoka.tm.svc.TxnBuilder
-
Add the given file attachment to the transaction.
- addFileAttach(FileAttach) - Method in class com.avoka.tm.svc.TxnUpdater
-
Add the given file attachment to the transaction.
- addFileParam(String, byte[], String) - Method in class com.avoka.tm.http.HttpRequest
-
Add a file parameter for a multi-part request.
- addFilter(String, Class<? extends Filter>) - Method in class com.avoka.tm.test.MockServletContext
- addFilter(String, String) - Method in class com.avoka.tm.test.MockServletContext
- addFilter(String, Filter) - Method in class com.avoka.tm.test.MockServletContext
- addFormDataExtract(String, String) - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Add form data (data extract) to the transaction.
- addFormDataExtract(String, String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Add form data (data extract) to the transaction.
- addFormDataExtract(String, String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Add form data (data extract) to the transaction.
- addGroup(String) - Method in class com.avoka.tm.query.JobQuery
-
Add the group name to the job query so that only jobs belonging to the job group are included.
- addGroup(String) - Method in class com.avoka.tm.query.TxnQuery
-
Add the group name to the transaction query so that only transactions belonging to the form group are included.
- addGroup(String) - Method in class com.avoka.tm.query.UserQuery
-
Add the group name to the user query so that only users belonging to the group are included.
- addGroupName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Add the group names the user should be assigned to.
- addHeader(String, String) - Method in class com.avoka.tm.http.HttpRequest
-
Add request header.
- addHeader(String, String) - Method in class com.avoka.tm.test.MockRequest
-
Add a header to the request.
- addHeader(String, String) - Method in class com.avoka.tm.test.MockResponse
-
Add the given header value, including an additional entry if one already exists.
- addHeaders(Map<String, String>) - Method in class com.avoka.tm.http.HttpRequest
-
Add all the request headers.
- addInitParameter(String, String) - Method in class com.avoka.tm.test.MockServletContext
-
Add an init parameter.
- addInitParameters(Map<String, String>) - Method in class com.avoka.tm.test.MockServletContext
-
Add the map of init parameters.
- addIntHeader(String, int) - Method in class com.avoka.tm.test.MockResponse
-
Add an int header value.
- addJspFile(String, String) - Method in class com.avoka.tm.test.MockServletContext
- addListener(Class<? extends EventListener>) - Method in class com.avoka.tm.test.MockServletContext
- addListener(String) - Method in class com.avoka.tm.test.MockServletContext
- addListener(T) - Method in class com.avoka.tm.test.MockServletContext
- addMilestone(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Add the transaction milestone event (maximum 100 characters).
- addMimeType(String, String) - Method in class com.avoka.tm.test.MockServletContext
-
Add a new recognized mime type.
- addModelValue(String, Object) - Method in class com.avoka.tm.util.VelTemplate
-
Set the model key and value to merge with the template.
- addNode(String, Node) - Method in class com.avoka.tm.util.XmlDoc
-
Add the given Node to the XML Document object at to specified XPath.
- addNodeList(String, List<Node>) - Method in class com.avoka.tm.util.XmlDoc
-
Add the given Node list to the XML Document object at to specified XPath.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.GroupQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.JobActionQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.JobQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.JobStepQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.RoleQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.SpaceQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.SvcConnQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.TxnQuery
-
Add the sort order by ascending to the query.
- addOrderByAsc(String) - Method in class com.avoka.tm.query.UserQuery
-
Add the sort order by ascending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.GroupQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.JobActionQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.JobQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.JobStepQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.RoleQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.SpaceQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.SvcConnQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.TxnQuery
-
Add the sort order by descending to the query.
- addOrderByDesc(String) - Method in class com.avoka.tm.query.UserQuery
-
Add the sort order by descending to the query.
- addOrgName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Add the organization name the user should be associated with.
- addParam(String, String) - Method in class com.avoka.tm.http.HttpRequest
-
Add a name and value request parameters.
- addParam(String, String, String) - Method in class com.avoka.tm.http.HttpRequest
-
Add a name and value request parameters.
- addRoleName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Add the role name the user should be assigned to.
- addSegment(String, String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Add the transaction segment event name and value
- addServiceCallLog(String, String, String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Add a service call log to the transaction.
- addServlet(String, Class<? extends Servlet>) - Method in class com.avoka.tm.test.MockServletContext
- addServlet(String, String) - Method in class com.avoka.tm.test.MockServletContext
- addServlet(String, Servlet) - Method in class com.avoka.tm.test.MockServletContext
- addSessionReceiptSecurityTokens(HttpServletRequest, Txn) - Static method in class com.avoka.tm.util.Security
-
Add the transaction PDF receipt security access tokens to the session.
- addSessionTxnSecurityTokens(HttpServletRequest, Txn) - Static method in class com.avoka.tm.util.Security
-
Add the transaction security access tokens to the session.
- addSpaceName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Add the form space names the user should be assigned to.
- appDoc - Variable in class com.avoka.tm.func.FuncParam
-
The mutable XML application document.
- append2digits(StringBuffer, int) - Static method in class com.avoka.tm.test.MockResponse
-
Append two digits if specified int is less than 100.
- authenticate(HttpServletResponse) - Method in class com.avoka.tm.test.MockRequest
B
- build() - Method in class com.avoka.tm.func.DeliveryFuncResultBuilder
-
Return the delivery function result
- build() - Method in class com.avoka.tm.job.ActionResultBuilder
-
Return a new job action result object based on the specified properties.
- build() - Method in class com.avoka.tm.security.AccountUserDetailsBuilder
-
Create an AccountUserDetails VO
- build() - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Build a delivery transaction with a Delivery Status of "Ready" using the specified parameters.
- build() - Method in class com.avoka.tm.svc.JobBuilder
-
Create a Job based on the specified parameter and return the new Job value object.
- build() - Method in class com.avoka.tm.svc.PropertyBuilder
-
Create or update the property based on the specified parameter.
- build() - Method in class com.avoka.tm.svc.TrackingCodeBuilder
-
Return a new random transaction tracking code (tracking number) for the specified properties.
- build() - Method in class com.avoka.tm.svc.TxnBuilder
-
Create a transaction based on the specified parameter and return the new Txn value object.
- build() - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
Return a new transaction delivery result object based on the specified properties.
- build(Submission) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Return a new Txn value object for the given submission record and fetch parameters.
- buildDelete() - Method in class com.avoka.tm.http.RequestBuilder
-
Return a new DeleteRequest object from the service connection parameter.
- buildFormUrl() - Method in class com.avoka.tm.util.TxnUrlBuilder
-
Return the open form URL.
- buildGet() - Method in class com.avoka.tm.http.RequestBuilder
-
Return a new GetRequest object from the service connection parameter.
- buildPatch() - Method in class com.avoka.tm.http.RequestBuilder
-
Return a new PatchRequest object from the service connection parameter.
- buildPost() - Method in class com.avoka.tm.http.RequestBuilder
-
Return a new PostRequest object from the service connection parameter.
- buildPut() - Method in class com.avoka.tm.http.RequestBuilder
-
Return a new PutRequest object from the service connection parameter.
- buildReceiptUrl() - Method in class com.avoka.tm.util.TxnUrlBuilder
-
Return the open PDF receipt URL.
C
- cancel() - Method in class com.avoka.tm.svc.JobSvc
-
Cancel the job.
- changeSessionId() - Method in class com.avoka.tm.test.MockRequest
- cleanup() - Method in class com.avoka.tm.test.AbstractJUnitTest
-
Perform test cleanup.
- clear() - Static method in class com.avoka.tm.test.MockRegister
-
Clear the Mock Register of all mock values.
- clear() - Static method in class com.avoka.tm.test.MockRegistry
-
Clear registries.
- clearAll() - Method in class com.avoka.tm.svc.TxnCheckpointSvc
-
Deletes all existing delivery checkpoints for the configured submission.
- com.avoka.tm.func - package com.avoka.tm.func
-
Provides Fluent Function classes.
- com.avoka.tm.http - package com.avoka.tm.http
-
Provides HTTP Client classes using underlying Apache HTTP Components library.
- com.avoka.tm.job - package com.avoka.tm.job
-
Provides Collaboration Job classes.
- com.avoka.tm.query - package com.avoka.tm.query
-
Provides Value Object Query classes.
- com.avoka.tm.security - package com.avoka.tm.security
-
Provides Security and SSO Support classes.
- com.avoka.tm.svc - package com.avoka.tm.svc
-
Provides Service classes.
- com.avoka.tm.test - package com.avoka.tm.test
-
Provides Unit Testing support classes.
- com.avoka.tm.util - package com.avoka.tm.util
-
Provides Utility function classes.
- com.avoka.tm.vo - package com.avoka.tm.vo
-
Provides Value Object persistent entity classes.
- Comment - Class in com.avoka.tm.vo
-
Provide a Job or Transaction Comment value object class.
- Comment() - Constructor for class com.avoka.tm.vo.Comment
- Comment(JobComment) - Constructor for class com.avoka.tm.vo.Comment
-
Create a comment object from job comment.
- Comment(SubmissionComment) - Constructor for class com.avoka.tm.vo.Comment
-
Create a comment object from submission comment.
- Comment(Long, String, String, User) - Constructor for class com.avoka.tm.vo.Comment
-
Create a comment object with the given arguments.
- Comment(String, String, User) - Constructor for class com.avoka.tm.vo.Comment
-
Create a comment object with the given arguments.
- Comment(Map<String, Object>) - Constructor for class com.avoka.tm.vo.Comment
-
Create a unit testing Comment value object with the given fields.
- commitOnErrors - Variable in class com.avoka.tm.func.FormFuncResult
-
Commit on errors
- complete(String) - Method in class com.avoka.tm.svc.TxnCheckpointSvc
-
Add a Completed the delivery checkpoint with the given name, if it does not already exists.
- complete(String, String) - Method in class com.avoka.tm.svc.TxnCheckpointSvc
-
Add a Completed the delivery checkpoint with the given name, if it does not already exists.
- completeAction() - Method in class com.avoka.tm.svc.JobActionSvc
-
Provides a callback to tell the job controller that the specified asynchronous action ('Job Async Action') has been completed.
- COMPLETED - com.avoka.tm.query.TxnHistoryQuery.Time
- COMPLETED - com.avoka.tm.query.TxnQuery.Time
- containsHeader(String) - Method in class com.avoka.tm.test.MockResponse
-
Check if the response contains the given header name.
- contentType - Variable in class com.avoka.tm.http.HttpRequest.Param
-
Param Content Type.
- continueProcessing - Variable in class com.avoka.tm.func.FuncResult
-
Specify whether to continue processing remaining functions.
- Contract - Class in com.avoka.tm.util
-
Provides design by contract programming validation functions.
- count() - Method in class com.avoka.tm.query.GroupQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.JobActionQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.JobQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.JobStepQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.PaymentLogQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.RoleQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.SpaceQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.SvcConnQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.SvcDefQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.TxnQuery
-
Execute a select count query and return the total number of records selected by the query.
- count() - Method in class com.avoka.tm.query.UserQuery
-
Execute a select count query and return the total number of records selected by the query.
- countTestCases() - Method in class com.avoka.tm.test.JUnitTestRunner.TestWrapper
-
Get test cases count.
- create() - Method in class com.avoka.tm.svc.UserBuilder
-
Create a new User account based on the specified parameter and return the new User value object.
- create(Class<T>) - Method in class com.avoka.tm.util.ObjectMapper
-
Create object of the generic T type.
- createFilter(Class<T>) - Method in class com.avoka.tm.test.MockServletContext
- createForm() - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a test form entity with a random name.
- createForm(String, String, String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a test form entity with the given name.
- createFuncParam(String, String, SvcDef, Map<String, String>) - Method in class com.avoka.tm.test.MockVoBuilder
-
Creates a FuncParam with the given trigger type, transaction form status, service definition and test parameters.
- createJobInProgress() - Method in class com.avoka.tm.test.MockVoBuilder
-
Create an Job with a status of 'In Progress'.
- createJobInProgressWithXml(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create an Job with a status of 'In Progress', and a start submission with the given form XML data.
- createListener(Class<T>) - Method in class com.avoka.tm.test.MockServletContext
- createOrUpdate() - Method in class com.avoka.tm.svc.RefDataSvc
-
Create or update the given reference data set.
- createOrUpdate() - Method in class com.avoka.tm.svc.UserBuilder
-
Create or update the user account specified by the given parameters, and return current User value object.
- createPortal() - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a test portal with a random name;
- createPortal(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a test portal for a given name.
- createServlet(Class<T>) - Method in class com.avoka.tm.test.MockServletContext
- createTempDir() - Method in class com.avoka.tm.test.MockServletContext
-
Creates a temporary directory as specified by
MockServletContext.getTempPath()
. - createTxnCompletedWithFormAndXml(Form) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a completed transaction entity with the given form.
- createTxnCompletedWithFormAndXml(Form, String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a completed transaction entity with the given form and XML form data.
- createTxnCompletedWithXml(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a completed transaction entity with the given XML form data.
- createTxnDeliveryReadyWithXml(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a completed transaction entity with the given form and XML form data.
- createTxnOpened() - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a opened transaction entity.
- createTxnSavedWithXml(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a saved transaction entity with the given XML form data.
- createTxnSavedWithXml(String, String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a saved transaction entity with the given XML form data and Client Name.
- createTxnSubmittedWithFormAndXml(Form) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a submitted transaction entity with the given form.
- createTxnSubmittedWithFormAndXml(Form, String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a submitted transaction entity with the given form and XML form data.
- createTxnSubmittedWithXml(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a submitted transaction entity with the given XML form data.
- createTxnTaskWithXml(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create an assigned Submission form task entity with the given XML form data.
- createTxnTaskWithXml(String, String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Create an assigned Submission form task entity with the given XML and client name.
- createUserLocal() - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a local type user with a random login name.
- createUserSso() - Method in class com.avoka.tm.test.MockVoBuilder
-
Create a SSO type user with a random login name.
- createWebappRoot() - Method in class com.avoka.tm.test.MockServletContext
-
Creates the web application root File
MockServletContext.getWebappRoot()
.
D
- data - Variable in class com.avoka.tm.func.FuncResult
-
Specify any result data.
- debug(Object) - Method in class com.avoka.tm.util.Logger
-
Log the given DEBUG level message.
- debug(String) - Method in class com.avoka.tm.util.Logger
-
Log the given DEBUG level message.
- debugLog - Variable in class com.avoka.tm.security.Saml2ParserResult
-
contains a detailed log, including the infoLog entries of the parse operation.
- declareRoles(String...) - Method in class com.avoka.tm.test.MockServletContext
- DEFAULT_CONTEXT_PATH - Static variable in class com.avoka.tm.test.MockServletContext
-
The servlet context default context path, "/mock".
- delete() - Method in class com.avoka.tm.svc.RefDataSvc
-
Delete the specified organization reference data set.
- DeleteRequest - Class in com.avoka.tm.http
-
Provides a DELETE Request class for performing simple HTTP request operations.
- DeleteRequest(String) - Constructor for class com.avoka.tm.http.DeleteRequest
-
Create a DELETE HTTP request object with the given URI.
- DELIVERY - com.avoka.tm.svc.ReceiptSvc.ReceiptMode
- DELIVERY_COMPLETED - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Completed" status.
- DELIVERY_ERROR - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Error" status.
- DELIVERY_IN_PROGRESS - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "In Progress" status.
- DELIVERY_NOT_READY - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Not Ready" status.
- DELIVERY_NOT_REQUIRED - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Not Required" status.
- DELIVERY_PENDING - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Pending" status.
- DELIVERY_READY - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Ready" status.
- DELIVERY_SENT_EMAIL - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Sent Email" status.
- DELIVERY_UNDELIVERABLE - Static variable in class com.avoka.tm.vo.Txn
-
The delivery "Undeliverable" status.
- deliveryChannel - Variable in class com.avoka.tm.func.DeliveryFuncResult
-
The delivery channel name to switch to (optional).
- DeliveryFuncResult - Class in com.avoka.tm.func
-
Provides a Fluent submission delivery function result class.
- DeliveryFuncResult() - Constructor for class com.avoka.tm.func.DeliveryFuncResult
- DeliveryFuncResultBuilder - Class in com.avoka.tm.func
-
Provides a DeliveryFuncResult builder class.
- DeliveryFuncResultBuilder() - Constructor for class com.avoka.tm.func.DeliveryFuncResultBuilder
- DeliveryResult - Class in com.avoka.tm.util
-
Provides a transaction delivery process result value object.
- DeliveryResult(DeliveryResult.Status) - Constructor for class com.avoka.tm.util.DeliveryResult
-
Create a new transaction delivery process result object.
- DeliveryResultBuilder - Class in com.avoka.tm.util
-
Provides a transaction delivery process result DeliveryResult builder.
- DeliveryResultBuilder() - Constructor for class com.avoka.tm.util.DeliveryResultBuilder
- DeliveryTxnBuilder - Class in com.avoka.tm.svc
-
Provides a delivery transaction builder class.
- DeliveryTxnBuilder() - Constructor for class com.avoka.tm.svc.DeliveryTxnBuilder
- doCheckpoint(String) - Method in class com.avoka.tm.svc.TxnCheckpointSvc
-
Return true if the checkpoint should be performed, either hasn't been registered or an error has occurred previously.
- doCheckpoint(String, String) - Method in class com.avoka.tm.svc.TxnCheckpointSvc
-
Return true if the checkpoint should be performed, either hasn't been registered or an error has occurred previously.
E
- EMAIL - com.avoka.tm.svc.ReceiptSvc.ReceiptMode
- Emailer - Class in com.avoka.tm.svc
-
Provides an Email service.
- Emailer() - Constructor for class com.avoka.tm.svc.Emailer
- EMPTY_RESULT - Static variable in class com.avoka.tm.func.FormFuncResult
-
Provides an empty form function result.
- encodeRedirectUrl(String) - Method in class com.avoka.tm.test.MockResponse
-
Encode the redirectUrl.
- encodeRedirectURL(String) - Method in class com.avoka.tm.test.MockResponse
-
Encode the redirectUrl.
- encodeUrl(String) - Method in class com.avoka.tm.test.MockResponse
-
Encode thr URL.
- encodeURL(String) - Method in class com.avoka.tm.test.MockResponse
-
Encode thr URL.
- equals(Object) - Method in class com.avoka.tm.http.HttpRequest.FileParam
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.avoka.tm.http.HttpRequest.Param
-
Indicates whether some other object is "equal to" this one.
- equals(Object) - Method in class com.avoka.tm.test.JUnitTestRunner.TestWrapper
- error - Variable in class com.avoka.tm.security.Saml2ParserResult
-
the Throwable when an error occurs during the parsing.
- error(Object) - Method in class com.avoka.tm.util.Logger
-
Log the given ERROR level message.
- error(String) - Method in class com.avoka.tm.util.Logger
-
Log the given ERROR level message.
- error(String, Object) - Method in class com.avoka.tm.svc.TxnCheckpointSvc
-
Add a Error the delivery checkpoint with the given name, if it does not already exists.
- errorKey - Variable in class com.avoka.tm.func.ValidationError
-
The validation error message key.
- ErrorLogger - Class in com.avoka.tm.svc
-
Provides an Error Logger service which will log errors to the Transact error log database table.
- ErrorLogger() - Constructor for class com.avoka.tm.svc.ErrorLogger
- errors - Variable in class com.avoka.tm.func.FormFuncResult
-
Specify validation errors to be returned to the form.
- evalXPath(String) - Method in class com.avoka.tm.util.XmlDoc
-
Evaluate the XPath expression and return the given string value.
- EventLogger - Class in com.avoka.tm.svc
-
Provides an Event Logger service which will log [ INFO, WARN | ERROR | SECURITY ] events to the Transact event log database table.
- EventLogger() - Constructor for class com.avoka.tm.svc.EventLogger
- execute() - Method in class com.avoka.tm.http.HttpRequest
-
Perform a HTTP request and return a response object.
- execute(String, HttpServletRequest, Submission, Map<String, Object>, Document, FileItem, UserAccount) - Method in interface com.avoka.tm.func.IFluentFunction
-
Execute the Fluent function and return a func result object.
F
- FileAttach - Class in com.avoka.tm.vo
-
Provide a Transaction File Attachment value object class.
- FileAttach() - Constructor for class com.avoka.tm.vo.FileAttach
- FileAttach(Attachment) - Constructor for class com.avoka.tm.vo.FileAttach
-
Create a file attachment value object.
- FileAttach(String, String, byte[]) - Constructor for class com.avoka.tm.vo.FileAttach
-
Create a file attachment value object with the given attachment name, file name and file data.
- FileAttach(String, String, byte[], String) - Constructor for class com.avoka.tm.vo.FileAttach
-
Create a file attachment value object with the given attachment name, file name, file data and user description.
- FileAttach(Map) - Constructor for class com.avoka.tm.vo.FileAttach
-
Create a unit testing FileAttach value object with the given fields.
- fileData - Variable in class com.avoka.tm.http.HttpRequest.FileParam
-
File Data.
- fileName - Variable in class com.avoka.tm.http.HttpRequest.FileParam
-
File Name.
- firstJson() - Method in class com.avoka.tm.query.GroupQuery
-
Execute the query and return the first group JSON value.
- firstJson() - Method in class com.avoka.tm.query.JobActionQuery
-
Execute the query and return the first job action JSON value.
- firstJson() - Method in class com.avoka.tm.query.JobQuery
-
Execute the query and return the first job JSON value.
- firstJson() - Method in class com.avoka.tm.query.JobStepQuery
-
Execute the query and return the first job step JSON value.
- firstJson() - Method in class com.avoka.tm.query.PaymentLogQuery
-
Execute the query and return the first payment log JSON value.
- firstJson() - Method in class com.avoka.tm.query.RoleQuery
-
Execute the query and return the first role JSON value.
- firstJson() - Method in class com.avoka.tm.query.SpaceQuery
-
Execute the query and return the first space JSON value.
- firstJson() - Method in class com.avoka.tm.query.SvcConnQuery
-
Execute the query and return the first JSON value.
- firstJson() - Method in class com.avoka.tm.query.SvcDefQuery
-
Execute the query and return the first service definition JSON value.
- firstJson() - Method in class com.avoka.tm.query.TxnQuery
-
Execute the query and return the first transaction JSON value.
- firstJson() - Method in class com.avoka.tm.query.UserQuery
-
Execute the query and return the first user JSON value.
- firstPath(String) - Method in class com.avoka.tm.util.Path
-
Return the first path object for the given expression, or null if not resolved.
- firstRow() - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Execute the query and return the first transaction history row for the query.
- firstValue() - Method in class com.avoka.tm.query.GroupQuery
-
Execute the query and return the first group value object for the query.
- firstValue() - Method in class com.avoka.tm.query.JobActionQuery
-
Execute the query and return the first job action value object for the query.
- firstValue() - Method in class com.avoka.tm.query.JobQuery
-
Execute the query and return the first job value object for the query.
- firstValue() - Method in class com.avoka.tm.query.JobStepQuery
-
Execute the query and return the first job step value object for the query.
- firstValue() - Method in class com.avoka.tm.query.PaymentLogQuery
-
Execute the query and return the first payment log value object for the query.
- firstValue() - Method in class com.avoka.tm.query.RoleQuery
-
Execute the query and return the first role value object for the query.
- firstValue() - Method in class com.avoka.tm.query.SpaceQuery
-
Execute the query and return the first space value object for the query.
- firstValue() - Method in class com.avoka.tm.query.SvcConnQuery
-
Execute the query and return the first value object for the query.
- firstValue() - Method in class com.avoka.tm.query.SvcDefQuery
-
Execute the query and return the first service definition value object for the query.
- firstValue() - Method in class com.avoka.tm.query.TxnQuery
-
Execute the query and return the first transaction value object for the query.
- firstValue() - Method in class com.avoka.tm.query.UserQuery
-
Execute the query and return the first user value object for the query.
- FluentFuncInvoker - Class in com.avoka.tm.svc
-
Provides a Fluent Function Invoker class for executing 'Fluent Function' types services.
- FluentFuncInvoker() - Constructor for class com.avoka.tm.svc.FluentFuncInvoker
- flushBuffer() - Method in class com.avoka.tm.test.MockResponse
-
Flush the buffer.
- Form - Class in com.avoka.tm.vo
-
Provide a Form value object class.
- Form() - Constructor for class com.avoka.tm.vo.Form
- Form(Form) - Constructor for class com.avoka.tm.vo.Form
-
Create a Form value object with the given form entity parameter.
- Form(Map) - Constructor for class com.avoka.tm.vo.Form
-
Create a unit testing Form value object with the given fields.
- FORM_ABANDONED - Static variable in class com.avoka.tm.vo.Txn
-
The form "Abandoned" status.
- FORM_ASSIGNED - Static variable in class com.avoka.tm.vo.Txn
-
The form "Assigned" status.
- FORM_COMPLETED - Static variable in class com.avoka.tm.vo.Txn
-
The form "Completed" status.
- FORM_EXPIRED - Static variable in class com.avoka.tm.vo.Txn
-
The form "Expired" status.
- FORM_OPENED - Static variable in class com.avoka.tm.vo.Txn
-
The form "Opened" status.
- FORM_SAVED - Static variable in class com.avoka.tm.vo.Txn
-
The form "Saved" status.
- FORM_SUBMITTED - Static variable in class com.avoka.tm.vo.Txn
-
The form "Submitted" status.
- FORM_TYPE_JS_APP - Static variable in class com.avoka.tm.vo.Txn
-
The "JS App" form type
- FORM_TYPE_MAESTRO_FORM - Static variable in class com.avoka.tm.vo.Txn
-
The "Maestro Form" form type
- FORM_TYPE_OTHER_DOCUMENT - Static variable in class com.avoka.tm.vo.Txn
-
The "Other Document" form type
- FORM_TYPE_STATIC_PDF_FORM - Static variable in class com.avoka.tm.vo.Txn
-
The "Static PDF Form" form type
- formatDate(long) - Static method in class com.avoka.tm.test.MockResponse
-
Formats the specified long value as a date.
- formatDate(StringBuffer, Calendar, boolean) - Static method in class com.avoka.tm.test.MockResponse
-
Format HTTP date "EEE, dd MMM yyyy HH:mm:ss 'GMT'" or "EEE, dd-MMM-yy HH:mm:ss 'GMT'" for cookies.
- FormFuncResult - Class in com.avoka.tm.func
-
Provides a Fluent form function result class.
- FormFuncResult() - Constructor for class com.avoka.tm.func.FormFuncResult
- FuncParam - Class in com.avoka.tm.func
-
Provides a Fluent function parameter class.
- FuncParam(String, Document, Map<String, Object>, HttpServletRequest, SvcDef, Txn, User) - Constructor for class com.avoka.tm.func.FuncParam
-
Create a FuncParam value object with the given attributes.
- FuncResult - Class in com.avoka.tm.func
-
Provides a base Fluent function result class to return function invocation results.
- FuncResult() - Constructor for class com.avoka.tm.func.FuncResult
- funcService - Variable in class com.avoka.tm.vo.TxnDeliveryFunc
-
The delivery function service.
G
- getAccountStatus() - Method in class com.avoka.tm.vo.User
-
The user account status [ Active | Inactive | Locked | Locked Temporarily | Pending | Rejected ].
- getActionAttempts() - Method in class com.avoka.tm.vo.JobAction
-
The job action attempts.
- getActionMaxAttempts() - Method in class com.avoka.tm.vo.JobAction
-
The job action maximum attempts.
- getActionMessage() - Method in class com.avoka.tm.vo.JobAction
-
The job action message.
- getActionServiceId() - Method in class com.avoka.tm.vo.JobAction
-
The job action service definition id (PK).
- getAntiFraudCode() - Method in class com.avoka.tm.vo.PaymentLog
-
The anti fraud code.
- getAntiFraudResponse() - Method in class com.avoka.tm.vo.PaymentLog
-
The ant fraud response.
- getAssignRepeatIndex() - Method in class com.avoka.tm.vo.JobAction
-
The assign repeat index.
- getAssignRepeatItem() - Method in class com.avoka.tm.vo.JobAction
-
The assign repeat item.
- getAsyncContext() - Method in class com.avoka.tm.test.MockRequest
- getAttachKey() - Method in class com.avoka.tm.vo.FileAttach
-
The required attachment key.
- getAttachmentsStatus() - Method in class com.avoka.tm.vo.Txn
-
The attachment status [ Required | Optional | Completed ].
- getAttachName() - Method in class com.avoka.tm.vo.FileAttach
-
The required attachment name.
- getAttribute(String) - Method in class com.avoka.tm.test.MockRequest
-
Get an attribute.
- getAttribute(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get an attribute with the given name.
- getAttributeNames() - Method in class com.avoka.tm.test.MockRequest
-
Get the names of all of the values.
- getAttributeNames() - Method in class com.avoka.tm.test.MockServletContext
-
Get all of the attribute names.
- getAuthorities() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Returns a collection of Granted Authorities associated with the user
- getAuthType() - Method in class com.avoka.tm.test.MockRequest
-
Get the auth type.
- getBinaryContent() - Method in class com.avoka.tm.test.MockResponse
-
Get the binary content that was written to the servlet stream.
- getBindingName() - Method in class com.avoka.tm.util.Logger
- getBindingType() - Method in class com.avoka.tm.util.Logger
- getBufferSize() - Method in class com.avoka.tm.test.MockResponse
-
Return the current buffer size.
- getCharacterEncoding() - Method in class com.avoka.tm.test.MockRequest
-
Get the current character encoding.
- getCharacterEncoding() - Method in class com.avoka.tm.test.MockResponse
-
Get the character encoding of the response.
- getCheckpoints() - Method in class com.avoka.tm.vo.Txn
-
The list of transaction delivery checkpoints.
- getClassLoader() - Method in class com.avoka.tm.test.MockServletContext
- getClassName() - Method in class com.avoka.tm.vo.SvcDef
-
The service definition class name.
- getClientCode() - Method in class com.avoka.tm.vo.Job
-
The organization client code.
- getClientCode() - Method in class com.avoka.tm.vo.PaymentLog
-
The organization code.
- getClientCode() - Method in class com.avoka.tm.vo.SvcConn
-
The organization client code.
- getClientCode() - Method in class com.avoka.tm.vo.SvcDef
-
The organization client code.
- getClientCode() - Method in class com.avoka.tm.vo.Txn
-
The organization code.
- getCode() - Method in class com.avoka.tm.test.MockResponse
-
Get the response code for this request.
- getCommentList() - Method in class com.avoka.tm.vo.Job
-
The job comment list.
- getCommentList() - Method in class com.avoka.tm.vo.Txn
-
The txn comments
- getComments() - Method in class com.avoka.tm.vo.Txn
-
Deprecated.
- getContent() - Method in class com.avoka.tm.http.HttpResponse
- getContentEncoding() - Method in class com.avoka.tm.http.HttpResponse
- getContentLength() - Method in class com.avoka.tm.http.HttpResponse
- getContentLength() - Method in class com.avoka.tm.test.MockRequest
-
Return the length of the content.
- getContentLengthLong() - Method in class com.avoka.tm.test.MockRequest
- getContentType() - Method in class com.avoka.tm.http.HttpResponse
- getContentType() - Method in class com.avoka.tm.test.MockRequest
-
If useMultiPartContentType set as true return the correct content-type.
- getContentType() - Method in class com.avoka.tm.test.MockResponse
-
Return the response content type.
- getContentType() - Method in class com.avoka.tm.vo.FileAttach
-
The file attachment content type.
- getContext() - Method in class com.avoka.tm.http.HttpRequest
-
Gets the HttpClientContext The context stores details about the call to a server.
- getContext(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get the context for the given URL path.
- getContextPath() - Method in class com.avoka.tm.test.MockRequest
-
Returns the portion of the request URI that indicates the context of the request.
- getContextPath() - Method in class com.avoka.tm.test.MockServletContext
-
Return the servlet context path.
- getContextPath() - Method in class com.avoka.tm.vo.Space
-
The space context path.
- getControllerServiceId() - Method in class com.avoka.tm.vo.Job
-
The job controller service id.
- getCookies() - Method in class com.avoka.tm.test.MockRequest
-
Get all of the cookies for this request.
- getCookies() - Method in class com.avoka.tm.test.MockResponse
-
Get all of the cookies that have been added to the response.
- getCreatedAt() - Method in class com.avoka.tm.vo.Comment
-
The time the comment was created.
- getCreatedAt() - Method in class com.avoka.tm.vo.SvcDef
-
The time the service definition was created.
- getCreatedBy() - Method in class com.avoka.tm.vo.SvcDef
-
The user who created the service definition.
- getCreatedTime() - Method in class com.avoka.tm.vo.User
-
The time the user was created.
- getCurrentJobActionId() - Method in class com.avoka.tm.vo.JobStep
-
The current job action id (PK).
- getCurrentJobStepId() - Method in class com.avoka.tm.vo.Job
-
The current job step id (PK).
- getDataDeleted() - Method in class com.avoka.tm.vo.FileAttach
-
The file attachment data has been deleted.
- getDataMap(String) - Method in class com.avoka.tm.util.XmlDoc
-
Return a map of XML data element values from the document using the given jsonMap definition.
- getDateHeader(String) - Method in class com.avoka.tm.test.MockRequest
-
Get the given header as a date.
- getDebugLevelLogBuilder() - Method in class com.avoka.tm.util.Logger
- getDefaultSessionTrackingModes() - Method in class com.avoka.tm.test.MockServletContext
- getDeliveryAttempts() - Method in class com.avoka.tm.vo.TxnDeliveryFunc
-
The number of function delivery attempts performed.
- getDeliveryChannel() - Method in class com.avoka.tm.vo.Txn
-
The organization delivery channel name.
- getDeliveryFuncs() - Method in class com.avoka.tm.vo.Txn
-
The transaction delivery functions list.
- getDeliveryMaxAttempts() - Method in class com.avoka.tm.vo.Txn
-
The delivery max attempts.
- getDeliveryMessage() - Method in class com.avoka.tm.vo.Txn
-
The delivery message.
- getDeliveryMethod() - Method in class com.avoka.tm.vo.Txn
-
The delivery method [ Email | Email Secure | Delivery Process | REST Service | Web Service ].
- getDeliveryProcessAttempts() - Method in class com.avoka.tm.vo.Txn
-
The delivery process attempts.
- getDeliveryStatus() - Method in class com.avoka.tm.vo.Txn
-
The delivery status [ Not Ready | Ready | Sent Email | In Progress | Pending | Completed | Error | Undeliverable | Not Required ].
- getDeliveryStatus() - Method in class com.avoka.tm.vo.TxnDeliveryFunc
-
The current delivery status.
- getDescription() - Method in class com.avoka.tm.vo.Form
-
The current form versions description property.
- getDescription() - Method in class com.avoka.tm.vo.Group
-
The group description.
- getDescription() - Method in class com.avoka.tm.vo.Role
-
The role description.
- getDescription() - Method in class com.avoka.tm.vo.SecurityMgr
-
The Security Manager description
- getDescription() - Method in class com.avoka.tm.vo.Space
-
The space name.
- getDescription() - Method in class com.avoka.tm.vo.SvcDef
-
The service description.
- getDescription() - Method in class com.avoka.tm.vo.TxnCheckpoint
-
The transaction delivery checkpoint description.
- getDispatcherType() - Method in class com.avoka.tm.test.MockRequest
- getDoAmount() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital order amount.
- getDocument() - Method in class com.avoka.tm.test.MockResponse
-
Get the text document that was written as part of this response.
- getDocument() - Method in class com.avoka.tm.util.XmlDoc
-
Return the underlying XML Document object.
- getDocumentContent() - Method in class com.avoka.tm.http.HttpResponse
-
Return the content as a XML Document object, or null if not defined.
- getDoMerchant() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital order merchant.
- getDoMerchTxnRef() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital order merchant txn ref.
- getDoTimestamp() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital order timestamp.
- getDoVersion() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital order version.
- getDrAcqResponseCode() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response response code.
- getDrAmount() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response amount.
- getDrBatchNo() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response batch number.
- getDrCustomParam1() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response custom param 1.
- getDrCustomParam2() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response custom param 2.
- getDrCustomParam3() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response custom param 3.
- getDrCustomParam4() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response custom param 4.
- getDrCustomParam5() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response custom param 5.
- getDrMerchTxnRef() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response merch txn ref.
- getDrMessage() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response message.
- getDrReceiptNo() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response receipt number.
- getDrTaxAmount() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response tax amount.
- getDrTimestamp() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response timestamp.
- getDrTransactionNo() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response transaction no.
- getDrTxnResponseCode() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response txn response code.
- getDrTxnResponseMsg() - Method in class com.avoka.tm.vo.PaymentLog
-
The digital response txn response message.
- getEffectiveMajorVersion() - Method in class com.avoka.tm.test.MockServletContext
- getEffectiveMinorVersion() - Method in class com.avoka.tm.test.MockServletContext
- getEffectiveSessionTrackingModes() - Method in class com.avoka.tm.test.MockServletContext
- getEmail() - Method in class com.avoka.tm.vo.User
-
The user email address.
- getEmailAddress() - Method in class com.avoka.tm.vo.Txn
-
The contact email address.
- getEmailVerificationStatus() - Method in class com.avoka.tm.vo.Txn
-
The email verification status for forms configured with anonymous email verification.
- getEndpoint() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection endpoint.
- getErrorMessage() - Method in class com.avoka.tm.test.MockResponse
-
Get the error message.
- getExpiryServiceId() - Method in class com.avoka.tm.vo.JobStep
-
The job step expiry service id (PK).
- getExternalReferenceNumber() - Method in class com.avoka.tm.vo.JobAction
-
The job action external reference number.
- getExternalUserId() - Method in class com.avoka.tm.vo.Txn
-
The transaction external user id.
- getFailedLoginAttempts() - Method in class com.avoka.tm.vo.User
-
The number of failed login attempts.
- getFileAttachList() - Method in class com.avoka.tm.vo.Txn
-
The file attachments list.
- getFileData() - Method in class com.avoka.tm.vo.FileAttach
-
The attachment file data.
- getFileData() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection file data.
- getFileDataHash() - Method in class com.avoka.tm.vo.FileAttach
-
The attachment file data hash (SHA256).
- getFileName() - Method in class com.avoka.tm.vo.FileAttach
-
The attachment file name.
- getFileName() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection file name.
- getFileParams() - Method in class com.avoka.tm.http.HttpRequest
-
Get file parameters for a multi-part request.
- getFileSize() - Method in class com.avoka.tm.vo.FileAttach
-
The attachment file data size in bytes.
- getFilterRegistration(String) - Method in class com.avoka.tm.test.MockServletContext
- getFilterRegistrations() - Method in class com.avoka.tm.test.MockServletContext
- getFirstName() - Method in class com.avoka.tm.vo.User
-
The user first name (given name).
- getFormAbandonmentType() - Method in class com.avoka.tm.vo.Txn
-
The type of form abandonment [ Bounced | Started | Cancelled | Submitted | Saved ].
- getFormCode() - Method in class com.avoka.tm.vo.Form
-
The form code.
- getFormCode() - Method in class com.avoka.tm.vo.Txn
-
The form code, globally unique identifier.
- getFormDataMap() - Method in class com.avoka.tm.vo.Txn
-
The form data map (data extracts).
- getFormErrorPath(HttpServletRequest) - Static method in class com.avoka.tm.util.SpaceUtils
-
Return the URL path to the Form Error page in the context of the requests Space.
- getFormId() - Method in class com.avoka.tm.vo.Txn
-
The form id (PK).
- getFormName() - Method in class com.avoka.tm.vo.Form
-
The form name.
- getFormName() - Method in class com.avoka.tm.vo.Txn
-
The form name.
- getFormStatus() - Method in class com.avoka.tm.vo.Txn
-
The transaction form status [ Assigned | Opened | Saved | Submitted | Completed | Expired | Abandoned ].
- getFormType() - Method in class com.avoka.tm.vo.Txn
-
The transaction form type [ Composer SmartForm | Maestro Form | JS App, Static PDF Form | Other Document].
- getFormUrl() - Method in class com.avoka.tm.vo.Txn
-
The form URL if the transaction has not been completed.
- getFormVersionId() - Method in class com.avoka.tm.vo.Form
-
The current form version id (PK).
- getFormVersionId() - Method in class com.avoka.tm.vo.Txn
-
The form version id (PK).
- getFormVersionNumber() - Method in class com.avoka.tm.vo.Txn
-
The form version number.
- getFormXml() - Method in class com.avoka.tm.vo.Txn
-
The form XML data.
- getForward() - Method in class com.avoka.tm.test.MockRequest
-
Returns the url that was forwarded to, otherwise return null.
- getFuncService() - Method in class com.avoka.tm.vo.TxnDeliveryFunc
-
The delivery function service.
- getGrantedAuthorities() - Method in class com.avoka.tm.security.SsoAuthToken
-
Returns a set of the authorities group names (String) granted to the token
- getGroovyServiceLog() - Method in interface com.avoka.tm.func.IFluentFunction
- getGroupNames() - Method in class com.avoka.tm.vo.Form
-
The set of associated form group group names.
- getGroupNames() - Method in class com.avoka.tm.vo.Txn
-
The transaction group names.
- getGroupNames() - Method in class com.avoka.tm.vo.User
-
The user group names.
- getHeader() - Method in class com.avoka.tm.vo.Comment
-
The comment header.
- getHeader(String) - Method in class com.avoka.tm.test.MockRequest
-
Get the given header value.
- getHeader(String) - Method in class com.avoka.tm.test.MockResponse
-
Return the value of the given named header.
- getHeaderNames() - Method in class com.avoka.tm.test.MockRequest
-
Get the names of all of the headers.
- getHeaderNames() - Method in class com.avoka.tm.test.MockResponse
-
Get the names of all of the headers.
- getHeaders() - Method in class com.avoka.tm.http.HttpRequest
-
Return the request headers.
- getHeaders() - Method in class com.avoka.tm.http.HttpResponse
-
Return the map of HTTP response headers.
- getHeaders() - Method in class com.avoka.tm.test.MockRequest
-
Return the map of headers for this request.
- getHeaders(String) - Method in class com.avoka.tm.test.MockRequest
-
Get enumeration of all header values with the given name.
- getHeaders(String) - Method in class com.avoka.tm.test.MockResponse
-
Return the request headers.
- getHttpResponse(HttpRequest) - Static method in class com.avoka.tm.test.MockRegister
-
Return the HttpResponse registered for the given request, if any.
- getId() - Method in class com.avoka.tm.vo.Comment
-
The comment id (PK).
- getId() - Method in class com.avoka.tm.vo.FileAttach
-
The attachment id (PK).
- getId() - Method in class com.avoka.tm.vo.Form
-
The form id (PK).
- getId() - Method in class com.avoka.tm.vo.Group
-
The group id (PK).
- getId() - Method in class com.avoka.tm.vo.Job
-
The job record id (PK).
- getId() - Method in class com.avoka.tm.vo.JobAction
-
The job action record (PK).
- getId() - Method in class com.avoka.tm.vo.JobStep
-
The job step record (PK).
- getId() - Method in class com.avoka.tm.vo.PaymentLog
-
The payment log id (PK).
- getId() - Method in class com.avoka.tm.vo.Role
-
The role id (PK).
- getId() - Method in class com.avoka.tm.vo.Space
-
The space id (PK).
- getId() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection id (PK).
- getId() - Method in class com.avoka.tm.vo.SvcDef
-
The service definition id (PK).
- getId() - Method in class com.avoka.tm.vo.Txn
-
The transaction id (PK).
- getId() - Method in class com.avoka.tm.vo.TxnDeliveryFunc
-
The transaction delivery function id (PK).
- getId() - Method in class com.avoka.tm.vo.User
-
The user id (PK).
- getIncludes() - Method in class com.avoka.tm.test.MockRequest
-
Returns the list of server side included url's.
- getInfoLevelLogBuilder() - Method in class com.avoka.tm.util.Logger
- getInitParameter(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get the init parameter with the given name.
- getInitParameterNames() - Method in class com.avoka.tm.test.MockServletContext
-
Get the name of all of the init parameters.
- getInputStream() - Method in class com.avoka.tm.test.MockRequest
-
Returns an input stream if there has been added some uploaded files.
- getIntHeader(String) - Method in class com.avoka.tm.test.MockRequest
-
Get the given header as an int.
- getJobActionId() - Method in class com.avoka.tm.vo.Txn
-
The job action id.
- getJobActionKey() - Method in class com.avoka.tm.vo.JobAction
-
The job action key.
- getJobActions() - Method in class com.avoka.tm.vo.JobStep
-
The job step actions.
- getJobId() - Method in class com.avoka.tm.vo.Txn
-
The job id.
- getJobKey() - Method in class com.avoka.tm.vo.Job
-
The job key.
- getJobRefNumber() - Method in class com.avoka.tm.vo.Txn
-
The job reference number.
- getJobSteps() - Method in class com.avoka.tm.vo.Job
-
The list of job steps.
- getJspConfigDescriptor() - Method in class com.avoka.tm.test.MockServletContext
- getLastAccessedTime() - Method in class com.avoka.tm.vo.User
-
The time the user last logged in.
- getLastModifiedAt() - Method in class com.avoka.tm.vo.SvcDef
-
The time the service definition was last modified.
- getLastModifiedBy() - Method in class com.avoka.tm.vo.SvcDef
-
The user who created the service definition.
- getLastName() - Method in class com.avoka.tm.vo.User
-
The user last name (family name).
- getLocalAddr() - Method in class com.avoka.tm.test.MockRequest
-
Return the local address, "127.0.0.1".
- getLocale() - Method in class com.avoka.tm.test.MockRequest
-
Get the locale of the request.
- getLocale() - Method in class com.avoka.tm.test.MockResponse
-
Get the encoded locale.
- getLocales() - Method in class com.avoka.tm.test.MockRequest
-
Return all the accepted locales.
- getLocalName() - Method in class com.avoka.tm.test.MockRequest
-
Return the local name, "127.0.0.1".
- getLocalPort() - Method in class com.avoka.tm.test.MockRequest
-
Return the local port, 80.
- getLockoutEndTime() - Method in class com.avoka.tm.vo.User
-
The time a temporary lockout should end.
- getLoginName() - Method in class com.avoka.tm.vo.User
-
The user login name.
- getLoginUrl() - Method in class com.avoka.tm.vo.SecurityMgr
-
The login url
- getLogoutUrlChain() - Method in class com.avoka.tm.vo.SecurityMgr
-
The logout url chain
- getMajorVersion() - Method in class com.avoka.tm.test.MockServletContext
-
Return the major version of the Servlet spec that this package supports, defaults to 2.
- getMaxAttempts() - Method in class com.avoka.tm.vo.TxnDeliveryFunc
-
The maximum number of delivery attempts.
- getMaxDeliveryAttempts() - Method in interface com.avoka.tm.func.IFluentFunction
- getMessage() - Method in class com.avoka.tm.http.HttpRequest
-
Get the POST or PUT message body.
- getMessage() - Method in class com.avoka.tm.vo.Comment
-
The comment message.
- getMessageData() - Method in class com.avoka.tm.http.HttpRequest
-
Get the POST or PUT message body.
- getMethod() - Method in class com.avoka.tm.http.HttpRequest
-
Return the request method.
- getMethod() - Method in class com.avoka.tm.test.MockRequest
-
Get the method.
- getMilestones() - Method in class com.avoka.tm.vo.Txn
-
The list of transaction milestones.
- getMimeType(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get the mime type for the given file.
- getMinorVersion() - Method in class com.avoka.tm.test.MockServletContext
-
Return the minor version of the Servlet spec that this package supports, defaults to 3.
- getMobile() - Method in class com.avoka.tm.vo.User
-
The user mobile telephone number.
- getName() - Method in class com.avoka.tm.test.JUnitTestRunner.TestWrapper
-
Get test name.
- getName() - Method in class com.avoka.tm.vo.Group
-
The group name.
- getName() - Method in class com.avoka.tm.vo.Job
-
The job name.
- getName() - Method in class com.avoka.tm.vo.JobAction
-
The job action name.
- getName() - Method in class com.avoka.tm.vo.JobStep
-
The job step name.
- getName() - Method in class com.avoka.tm.vo.Role
-
The role name.
- getName() - Method in class com.avoka.tm.vo.SecurityMgr
-
The Security Manager name
- getName() - Method in class com.avoka.tm.vo.Space
-
The space name.
- getName() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection name.
- getName() - Method in class com.avoka.tm.vo.SvcDef
-
The service definition name.
- getName() - Method in class com.avoka.tm.vo.TxnCheckpoint
-
The transaction delivery checkpoint name.
- getNamedDispatcher(String) - Method in class com.avoka.tm.test.MockServletContext
-
Returns a RequestDispatcher for the specified name.
- getNextDeliveryTime() - Method in class com.avoka.tm.vo.TxnDeliveryFunc
-
The minimum time before reattempting delivery function execution.
- getNextStepName() - Method in class com.avoka.tm.vo.JobStep
-
The next job step name.
- getNode(String) - Method in class com.avoka.tm.util.XmlDoc
-
Return the XML node for the given XPath.
- getNodeList(String) - Method in class com.avoka.tm.util.XmlDoc
-
Return the list of XML Nodes for the given XPath expression.
- getNotAuthorizedPath(HttpServletRequest) - Static method in class com.avoka.tm.util.SpaceUtils
-
Return the URL path to the Not Authorised page in the context of the requests Space.
- getOrCreateClient() - Method in class com.avoka.tm.test.MockVoBuilder
-
Get or create a test client.
- getOrCreateClient(String) - Method in class com.avoka.tm.test.MockVoBuilder
-
Get or create a client for a given name
- getOrgId() - Method in class com.avoka.tm.vo.Form
-
The organization client id (PK).
- getOrgId() - Method in class com.avoka.tm.vo.Job
-
The organization id (PK).
- getOrgId() - Method in class com.avoka.tm.vo.PaymentLog
-
The organization id (PK).
- getOrgId() - Method in class com.avoka.tm.vo.SvcConn
-
The organization client id (PK).
- getOrgId() - Method in class com.avoka.tm.vo.SvcDef
-
The organization client id (PK).
- getOrgId() - Method in class com.avoka.tm.vo.Txn
-
The organization id (PK).
- getOrgName() - Method in class com.avoka.tm.vo.PaymentLog
-
The organization name.
- getOrgName() - Method in class com.avoka.tm.vo.Txn
-
The organization name.
- getOrgNames() - Method in class com.avoka.tm.vo.User
-
The user organization names.
- getOutputStream() - Method in class com.avoka.tm.test.MockResponse
-
Get the output stream for writing binary data from the servlet.
- getParam1() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection parameter 1.
- getParam2() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection parameter 2.
- getParam3() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection parameter 3.
- getParam4() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection parameter 4.
- getParameter(String) - Method in class com.avoka.tm.test.MockRequest
-
Get the request parameter with the given name.
- getParameterMap() - Method in class com.avoka.tm.test.MockRequest
-
Get the map of all of the parameters.
- getParameterNames() - Method in class com.avoka.tm.test.MockRequest
-
Get the names of all of the parameters.
- getParameters() - Method in class com.avoka.tm.vo.SecurityMgr
-
The Security Manager parameters
- getParameterValues(String) - Method in class com.avoka.tm.test.MockRequest
-
Get the values for the given parameter.
- getParams() - Method in class com.avoka.tm.http.HttpRequest
-
Get the request form parameters.
- getParamsMap() - Method in class com.avoka.tm.vo.SvcDef
-
The service parameters map.
- getParent() - Method in class com.avoka.tm.vo.Comment
-
The comment parent.
- getPart(String) - Method in class com.avoka.tm.test.MockRequest
- getParts() - Method in class com.avoka.tm.test.MockRequest
- getPassword() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Returns the user password attribute
- getPassword() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection password.
- getPathContent() - Method in class com.avoka.tm.http.HttpResponse
-
Return the content as a Path object, or null if not defined.
- getPathInfo() - Method in class com.avoka.tm.test.MockRequest
-
Get the path info.
- getPathTranslated() - Method in class com.avoka.tm.test.MockRequest
-
Always returns null.
- getPaymentGatewayReceiptNo() - Method in class com.avoka.tm.vo.Txn
-
The payment gateway receipt number.
- getPaymentGatewayTimestamp() - Method in class com.avoka.tm.vo.Txn
-
The payment gateway timestamp.
- getPaymentGatewayTxnNo() - Method in class com.avoka.tm.vo.Txn
-
The payment gateway transaction number.
- getPaymentLogKey() - Method in class com.avoka.tm.vo.PaymentLog
-
The payment log key.
- getPaymentServiceCode() - Method in class com.avoka.tm.vo.PaymentLog
-
The payment service code.
- getPaymentStatus() - Method in class com.avoka.tm.vo.PaymentLog
-
The payment status.
- getPaymentStatus() - Method in class com.avoka.tm.vo.Txn
-
The transaction payment status [ Required | Completed | Error | Pending ].
- getPaymentTotal() - Method in class com.avoka.tm.vo.Txn
-
The transaction payment total.
- getProcessStatus() - Method in class com.avoka.tm.vo.Txn
-
The transaction processing status.
- getProfileMap() - Method in class com.avoka.tm.vo.User
-
The user profile values map.
- getPropertyMap() - Method in class com.avoka.tm.vo.Job
-
The job property map.
- getPropertyMap() - Method in class com.avoka.tm.vo.Space
-
The space property name.
- getPropertyMap() - Method in class com.avoka.tm.vo.Txn
-
The property map (transaction properties).
- getProtocol() - Method in class com.avoka.tm.test.MockRequest
-
Get the protocol.
- getQueryString() - Method in class com.avoka.tm.test.MockRequest
-
Get the query string part of the request.
- getReader() - Method in class com.avoka.tm.test.MockRequest
-
This feature is not implemented at this time as we are not supporting binary servlet input.
- getRealPath(String) - Method in class com.avoka.tm.test.MockRequest
-
Deprecated.Use ServletContext.getRealPath(String) instead.
- getRealPath(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get the real file path of the given resource name.
- getReceiptNumber() - Method in class com.avoka.tm.vo.Txn
-
The transaction receipt number.
- getReceiptPdf() - Method in class com.avoka.tm.vo.Txn
-
The receipt PDF bytes.
- getReceiptStatus() - Method in class com.avoka.tm.vo.Txn
-
The transaction PDF receipt generation status [ Ready | In Progress | Completed | Error | Error No Data ].
- getReceiptUrl() - Method in class com.avoka.tm.vo.Txn
-
The receipt URL if the transaction has not been completed.
- getRedirectUrl() - Method in class com.avoka.tm.test.MockResponse
-
Get the location that was redirected to.
- getReferenceNumber() - Method in class com.avoka.tm.vo.Job
-
The job reference number.
- getRegistry() - Static method in class com.avoka.tm.test.MockRegistry
-
Get the mock object registry.
- getRemoteAddr() - Method in class com.avoka.tm.test.MockRequest
-
Get the remote address of the client.
- getRemoteHost() - Method in class com.avoka.tm.test.MockRequest
-
Get the remote host.
- getRemotePort() - Method in class com.avoka.tm.test.MockRequest
-
Return the remote port, 80.
- getRemoteUser() - Method in class com.avoka.tm.test.MockRequest
-
Return the name of the
MockRequest.userPrincipal
if set, otherwise the value of the "REMOTE_USER" header. - GetRequest - Class in com.avoka.tm.http
-
Provides a GET Request class for performing simple HTTP request operations.
- GetRequest(String) - Constructor for class com.avoka.tm.http.GetRequest
-
Create a GET HTTP request object with the given URI.
- getRequestCharacterEncoding() - Method in class com.avoka.tm.test.MockServletContext
- getRequestDispatcher(String) - Method in class com.avoka.tm.test.MockRequest
-
Returns a RequestDispatcher for the specified path.
- getRequestDispatcher(String) - Method in class com.avoka.tm.test.MockServletContext
-
Returns a RequestDispatcher for the specified path.
- getRequestedSessionId() - Method in class com.avoka.tm.test.MockRequest
-
Get the requested session id.
- getRequestURI() - Method in class com.avoka.tm.test.MockRequest
-
Returns context path and servlet path concatenated, typically /applicationClassName/applicationClassName.
- getRequestURL() - Method in class com.avoka.tm.test.MockRequest
-
Returns (an attempt at) a reconstructed URL based on it's constituent parts.
- getResource(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get the URL for a particular resource that is relative to the web app root directory.
- getResourceAsStream(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get an input stream for a particular resource that is relative to the web app root directory or the current classpath.
- getResourcePaths(String) - Method in class com.avoka.tm.test.MockServletContext
-
Get the resource paths starting from the web app root directory and then relative to the given name.
- getResponseCharacterEncoding() - Method in class com.avoka.tm.test.MockServletContext
- getResult() - Method in exception com.avoka.tm.test.JUnitTestException
-
Get JUnit result object.
- getRetryDelayMins() - Method in interface com.avoka.tm.func.IFluentFunction
- getRoleNames() - Method in class com.avoka.tm.vo.User
-
The user role names.
- getRouteResult() - Method in class com.avoka.tm.vo.JobAction
-
The job action route result.
- getSaveChallengeFailures() - Method in class com.avoka.tm.vo.Txn
-
The save challenge failures
- getSaveChallengeHash() - Method in class com.avoka.tm.vo.Txn
-
The save challenge hash
- getSaveChallengeLastFailure() - Method in class com.avoka.tm.vo.Txn
-
The save challenge last failure
- getSaveChallengeTimeout() - Method in class com.avoka.tm.vo.Txn
-
The save challenge timeout
- getScheme() - Method in class com.avoka.tm.test.MockRequest
-
Get the scheme http, https, or ftp.
- getSequence() - Method in class com.avoka.tm.vo.JobAction
-
The job action sequence.
- getServerInfo() - Method in class com.avoka.tm.test.MockServletContext
-
Get the server info.
- getServerName() - Method in class com.avoka.tm.test.MockRequest
-
Get the host server name to which the request was sent.
- getServerPort() - Method in class com.avoka.tm.test.MockRequest
-
Returns the port number to which the request was sent.
- getServiceResult(String, Version, boolean, String) - Static method in class com.avoka.tm.test.MockRegister
-
Return the pair of SvcDef/result object registered for the given service, if any.
- getServiceResult(String, Version, boolean, String, Map) - Static method in class com.avoka.tm.test.MockRegister
-
Return the pair of SvcDef/result object registered for the given service, if any.
- getServlet(String) - Method in class com.avoka.tm.test.MockServletContext
-
NOT USED - Servlet Spec requires that this always returns null.
- getServletContext() - Method in class com.avoka.tm.test.MockRequest
-
Return the servlet context.
- getServletContextName() - Method in class com.avoka.tm.test.MockServletContext
-
Return the name of the servlet context.
- getServletNames() - Method in class com.avoka.tm.test.MockServletContext
-
NOT USED - Servlet spec requires that this always returns null.
- getServletPath() - Method in class com.avoka.tm.test.MockRequest
-
Return a String containing the name or path of the servlet being called.
- getServletRegistration(String) - Method in class com.avoka.tm.test.MockServletContext
- getServletRegistrations() - Method in class com.avoka.tm.test.MockServletContext
- getServlets() - Method in class com.avoka.tm.test.MockServletContext
-
NOT USED - Servlet spec requires that this always returns null.
- getSession() - Method in class com.avoka.tm.test.MockRequest
-
Returns the current HttpSession associated with this request.
- getSession(boolean) - Method in class com.avoka.tm.test.MockRequest
-
Returns the current HttpSession associated with this request.
- getSessionCookieConfig() - Method in class com.avoka.tm.test.MockServletContext
- getSessionEntryUrl(HttpServletRequest) - Static method in class com.avoka.tm.util.Security
-
Return the session stored Entry URL for SSO integration support.
- getSessionTimeout() - Method in class com.avoka.tm.test.MockServletContext
- getSpace(HttpServletRequest) - Static method in class com.avoka.tm.util.SpaceUtils
-
Returns a space VO for the portal associated with the given request.
- getSpaceId() - Method in class com.avoka.tm.vo.Txn
-
The form space id (PK).
- getSpaceName() - Method in class com.avoka.tm.vo.Txn
-
The form space name.
- getSpaceNames() - Method in class com.avoka.tm.vo.Form
-
The set of associated space names.
- getSpaceNames() - Method in class com.avoka.tm.vo.User
-
The user form space names.
- getSsoKeystoreData() - Method in class com.avoka.tm.vo.SecurityMgr
-
The SSO Keystore Data
- getSsoKeystorePassword() - Method in class com.avoka.tm.vo.SecurityMgr
-
The SSO Keystore Password
- getSsoPrivateKeyAlias() - Method in class com.avoka.tm.vo.SecurityMgr
-
The SSO Private Key Alias
- getSsoPrivateKeyPassword() - Method in class com.avoka.tm.vo.SecurityMgr
-
The SSO Private Key Password
- getSsoValidatorCertData() - Method in class com.avoka.tm.vo.SecurityMgr
-
The SSO Validator Certificate Data
- getStartTxn(Job) - Static method in class com.avoka.tm.job.Jobs
-
Return the start transaction for the given job.
- getStartTxnXml(Job) - Static method in class com.avoka.tm.job.Jobs
-
Return the start transaction XML for the given job.
- getStartUser(Job) - Static method in class com.avoka.tm.job.Jobs
-
Return the start user for the given job.
- getStatus() - Method in class com.avoka.tm.http.HttpResponse
- getStatus() - Method in class com.avoka.tm.test.MockResponse
-
Get the status code.
- getStatus() - Method in class com.avoka.tm.util.DeliveryResult
-
Return the transaction delivery status.
- getStatus() - Method in class com.avoka.tm.vo.Job
-
The job status.
- getStatus() - Method in class com.avoka.tm.vo.JobAction
-
The job action status.
- getStatus() - Method in class com.avoka.tm.vo.JobStep
-
The job step status.
- getStatus() - Method in class com.avoka.tm.vo.TxnCheckpoint
-
The transaction delivery checkpoint status [ Registered | Completed | Error ].
- getStatusLine() - Method in class com.avoka.tm.http.HttpResponse
- getSubmissionExpiryDate() - Method in class com.avoka.tm.vo.Form
-
Deprecated.use
Form.getTxnExpiryDate()
instead - getSubmissionExpiryDays() - Method in class com.avoka.tm.vo.Form
-
Deprecated.use
Form.getTxnExpiryDays()
instead - getSubmitKey() - Method in class com.avoka.tm.vo.Txn
-
The transaction submit key, globally unique id (GUID).
- getSubmitMethod() - Method in class com.avoka.tm.vo.FileAttach
-
The attachment submission method [ Electronic | Manual ].
- getSvcConn() - Method in class com.avoka.tm.vo.SvcDef
-
The associated service connection.
- getTempPath() - Method in class com.avoka.tm.test.MockServletContext
-
Return the temporary path where files are stored during test runs.
- getText(String) - Method in class com.avoka.tm.util.XmlDoc
-
Return the text value for the given XPath or null if not found.
- getTextContent() - Method in class com.avoka.tm.http.HttpResponse
-
Return the content as a UTF-8 encoded string, or null if not defined.
- getTime() - Method in class com.avoka.tm.vo.TxnCheckpoint
-
The transaction delivery checkpoint time.
- getTimeAbandoned() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction was abandoned.
- getTimeAbandonmentScheduled() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction was scheduled for abandonment.
- getTimeActionExecuted() - Method in class com.avoka.tm.vo.JobAction
-
The time action was last executed.
- getTimeActionNextAttempt() - Method in class com.avoka.tm.vo.JobAction
-
The time action should next be attempted.
- getTimeCompleted() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction was completed.
- getTimeCompletionScheduled() - Method in class com.avoka.tm.vo.Job
-
The time the job is scheduled for completion.
- getTimeCompletionScheduled() - Method in class com.avoka.tm.vo.JobStep
-
The time the job step is scheduled to be completed.
- getTimeCreated() - Method in class com.avoka.tm.vo.Job
-
The time the job was created.
- getTimeCreated() - Method in class com.avoka.tm.vo.JobAction
-
The time the job action was created.
- getTimeCreated() - Method in class com.avoka.tm.vo.JobStep
-
The time the job step was created.
- getTimeCreated() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction was created.
- getTimeDelivered() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction was delivered.
- getTimeFinished() - Method in class com.avoka.tm.vo.Job
-
The time the job was finished.
- getTimeFinished() - Method in class com.avoka.tm.vo.JobAction
-
The time the job action was finished.
- getTimeFinished() - Method in class com.avoka.tm.vo.JobStep
-
The time the job step was finished.
- getTimeLastProcessed() - Method in class com.avoka.tm.vo.Job
-
The time the job was last processed.
- getTimeProcessUpdated() - Method in class com.avoka.tm.vo.Txn
-
The time the processing status was last updated.
- getTimePurgeDataActual() - Method in class com.avoka.tm.vo.Txn
-
The actual time the transaction PII data was purged.
- getTimePurgeDataScheduled() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction PII data is scheduled to be purged.
- getTimePurgeRecordScheduled() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction record is scheduled to be purged.
- getTimePurgeScheduled() - Method in class com.avoka.tm.vo.Job
-
The time the job is scheduled to be purged.
- getTimeRequested() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction was requested.
- getTimeSubmissionExpiry() - Method in class com.avoka.tm.vo.Txn
-
Deprecated.use
Txn.getTimeTxnExpiry()
instead - getTimeSubmitted() - Method in class com.avoka.tm.vo.Txn
-
The time the transaction was submitted.
- getTimeTaskExpiry() - Method in class com.avoka.tm.vo.Txn
-
The time the task will expiry.
- getTimeTaskScheduled() - Method in class com.avoka.tm.vo.Txn
-
The time the task was scheduled to be completed.
- getTimeTxnExpiry() - Method in class com.avoka.tm.vo.Txn
-
The time the txn will expire.
- getTimeUploaded() - Method in class com.avoka.tm.vo.FileAttach
-
The time the attachment was uploaded.
- getTimeUserLastModified() - Method in class com.avoka.tm.vo.Txn
-
The time the user last modified the transaction.
- getTrackingCode() - Method in class com.avoka.tm.vo.Txn
-
The transaction tracking code.
- getTransRefNumber() - Method in class com.avoka.tm.vo.Txn
-
The transaction ref number.
- getTxnExpiryDate() - Method in class com.avoka.tm.vo.Form
-
The date after which all submissions for this form will expire.
- getTxnExpiryDays() - Method in class com.avoka.tm.vo.Form
-
The number of days after which a submission will expire.
- getTxnId() - Method in class com.avoka.tm.vo.JobAction
-
The action transaction id (PK).
- getTxnId() - Method in class com.avoka.tm.vo.PaymentLog
-
The transaction id.
- getTxnIdList() - Method in class com.avoka.tm.vo.Job
-
The list of job transaction ids.
- getTxnScore() - Method in class com.avoka.tm.vo.Txn
-
The transaction score.
- getType() - Method in class com.avoka.tm.vo.Group
-
The group type [ Alert | Form | Job ].
- getType() - Method in class com.avoka.tm.vo.JobAction
-
The job action type.
- getType() - Method in class com.avoka.tm.vo.JobStep
-
The job step type.
- getType() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection type.
- getType() - Method in class com.avoka.tm.vo.SvcDef
-
The service type.
- getUri() - Method in class com.avoka.tm.http.HttpRequest
-
Return the request URI.
- getUser() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Returns the user
- getUser() - Method in class com.avoka.tm.vo.Comment
-
The comment user.
- getUserAgent() - Method in class com.avoka.tm.vo.Txn
-
The HTTP user agent header.
- getUserAgentDeviceType() - Method in class com.avoka.tm.vo.Txn
-
The HTTP user agent device type [ Phone | Tablet | Desktop | Game Console | Unknown ].
- getUserDesc() - Method in class com.avoka.tm.vo.FileAttach
-
The user description.
- getUserIpAddress() - Method in class com.avoka.tm.vo.Comment
-
The comment user ip address.
- getUserIpAddress() - Method in class com.avoka.tm.vo.PaymentLog
-
The user ip address.
- getUserKey() - Method in class com.avoka.tm.vo.User
-
The user GUID alternative key.
- getUserLoginName() - Method in class com.avoka.tm.vo.FileAttach
-
The user login name (username).
- getUserLoginName() - Method in class com.avoka.tm.vo.Txn
-
The transaction users login name (username).
- getUsername() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Returns the username attribute
- getUsername() - Method in class com.avoka.tm.vo.SvcConn
-
The service connection username.
- getUserPrincipal() - Method in class com.avoka.tm.test.MockRequest
-
Get the user principal.
- getUserSessionId() - Method in class com.avoka.tm.vo.Comment
-
The comment user session id.
- getUserType() - Method in class com.avoka.tm.vo.User
-
The user type [ Local | LDAP | SSO ].
- getValue() - Method in class com.avoka.tm.query.PropertyQuery
-
Return the property value for the query parameters.
- getValue() - Method in class com.avoka.tm.query.RefDataQuery
-
Return the value for the reference data set if found, or null otherwise.
- getValue() - Method in class com.avoka.tm.util.MemCache
-
Return the memory cached object, or null if not found or has expired.
- getVersion() - Method in class com.avoka.tm.vo.SvcDef
-
The service definition version.
- getVersionNumber() - Method in class com.avoka.tm.vo.SvcDef
-
Deprecated.
- getVersions() - Method in class com.avoka.tm.vo.Form
-
The set of associated versions.
- getVirtualServerName() - Method in class com.avoka.tm.test.MockServletContext
- getVirusStatus() - Method in class com.avoka.tm.vo.FileAttach
-
The virus scan status.
- getWebappPath() - Method in class com.avoka.tm.test.MockServletContext
-
Return the web application path where resources like javascript, css and images can be picked up.
- getWebappRoot() - Method in class com.avoka.tm.test.MockServletContext
-
Return the web application root File where resources like javascript, css and images can be picked up.
- getWriter() - Method in class com.avoka.tm.test.MockResponse
-
Get the print writer for writing text output for this response.
- getXmlReport() - Method in exception com.avoka.tm.test.JUnitTestException
-
Get xml report.
- GroovyServiceInvoker - Class in com.avoka.tm.svc
-
Provides a 'Groovy Service' type service invoker class.
- GroovyServiceInvoker() - Constructor for class com.avoka.tm.svc.GroovyServiceInvoker
-
Create a groovy service invoker object.
- GroovyServiceInvoker(SvcDef) - Constructor for class com.avoka.tm.svc.GroovyServiceInvoker
-
Create a 'Groovy Service' invoker object.
- Group - Class in com.avoka.tm.vo
-
Provide a Group value object class.
- Group() - Constructor for class com.avoka.tm.vo.Group
- Group(Group) - Constructor for class com.avoka.tm.vo.Group
-
Create a Group value object with the given form entity parameter.
- Group(Map) - Constructor for class com.avoka.tm.vo.Group
-
Create a unit testing Group value object with the given fields.
- GroupQuery - Class in com.avoka.tm.query
-
Provides a group query class.
- GroupQuery() - Constructor for class com.avoka.tm.query.GroupQuery
H
- hasDataExtract(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set data extract name parameter.
- hasDataExtractNameValue(String, String) - Method in class com.avoka.tm.query.TxnQuery
-
Set data extract name/value parameter.
- hasDataExtractValue(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set data extract name parameter.
- hashCode() - Method in class com.avoka.tm.http.HttpRequest.FileParam
-
Returns a hash code value for the object.
- hashCode() - Method in class com.avoka.tm.http.HttpRequest.Param
-
Returns a hash code value for the object.
- hashCode() - Method in class com.avoka.tm.test.JUnitTestRunner.TestWrapper
- hasNoProperty(String) - Method in class com.avoka.tm.query.JobQuery
-
Set has not job property name query filter parameter.
- hasNoProperty(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set has no property name query filter parameter.
- hasProperty(String) - Method in class com.avoka.tm.query.JobQuery
-
Set job property name parameter.
- hasProperty(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set property name parameter.
- hasPropertyNameValue(String, String) - Method in class com.avoka.tm.query.JobQuery
-
Set property name/value parameter.
- hasPropertyNameValue(String, String) - Method in class com.avoka.tm.query.TxnQuery
-
Set property name/value parameter.
- hasPropertyValue(String) - Method in class com.avoka.tm.query.JobQuery
-
Set job property value parameter.
- hasPropertyValue(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set property value parameter.
- hasSamlToken(HttpServletRequest) - Static method in class com.avoka.tm.security.Saml2Parser
-
Returns true if the request has a SAML2 SAMLRequest or SAMLResponse request parameters.
- hasServiceResult(String, Version, boolean, String) - Static method in class com.avoka.tm.test.MockRegister
-
Check if there is a registered entry for service.
- hasServiceResult(String, Version, boolean, String, Map) - Static method in class com.avoka.tm.test.MockRegister
-
Check if there is a registered entry for service.
- HttpRequest - Class in com.avoka.tm.http
-
Provides an abstract HttpRequest class enabling simpler use of the Apache HTTP Components library.
- HttpRequest(HttpRequest.Method, String) - Constructor for class com.avoka.tm.http.HttpRequest
-
Create a HTTP request object with the given HTTP method and URL.
- HttpRequest.FileParam - Class in com.avoka.tm.http
-
Provides a multi-part FileParam.
- HttpRequest.Param - Class in com.avoka.tm.http
-
Provides a multi-part Param.
- HttpResponse - Class in com.avoka.tm.http
-
Provides a HttpResponse value object class.
- HttpResponse() - Constructor for class com.avoka.tm.http.HttpResponse
I
- IFluentFunction - Interface in com.avoka.tm.func
-
Provides a Fluent Function interface for executing server side Transact Application logic.
- IMMEDIATE_ADMIN - com.avoka.tm.svc.TxnUpdater.AbandonMode
-
Immediately abandon transaction
- IMMEDIATE_ADMIN_DATA_PURGE - com.avoka.tm.svc.TxnUpdater.AbandonMode
-
Immediately abandon transaction with purging of PII data only
- IMMEDIATE_ADMIN_FULL_PURGE - com.avoka.tm.svc.TxnUpdater.AbandonMode
-
Immediately abandon transaction with purging of the transaction record only
- includeAllJobFileAttach() - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Specify to included all the job transaction file attachments with the delivery transaction (optional).
- includeFormData - Variable in class com.avoka.tm.func.FormFuncResult
-
Include XML formData in response.
- info(Object) - Method in class com.avoka.tm.util.Logger
-
Log the given INFO level message.
- info(String) - Method in class com.avoka.tm.util.Logger
-
Log the given INFO level message.
- infoLog - Variable in class com.avoka.tm.security.Saml2ParserResult
-
contains a summary log of the parse operation.
- initialize() - Method in class com.avoka.tm.test.MockRequest
-
Reset the request back to a default state.
- initialize() - Method in class com.avoka.tm.test.MockResponse
-
Reset the response ready for reuse.
- invoke() - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Invoke the service specified by the service definition name, version and client code and return the resulting object.
- invoke() - Method in class com.avoka.tm.svc.ServiceInvoker
-
Invoke the service specified by the service definition name, version and client code and return the resulting object.
- invoke(FuncParam) - Method in class com.avoka.tm.svc.FluentFuncInvoker
-
Invoke the fluent function and return the function result.
- invoke(SvcDef, Map) - Method in class com.avoka.tm.test.AbstractJUnitTest
-
Invoke all unit test methods (annotated with
Test
) in the class. - invoke(String, Object) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Invoke the service specified by the service definition name, version and client code and return the resulting object.
- invoke(Map<String, Object>) - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Invoke the service specified by the service definition name, version and client code, with the given params and return the resulting object.
- invoke(Map<String, Object>) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Invoke the service specified by the service definition name, version and client code, with the given params and return the resulting object.
- isAccountNonExpired() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Will always return true
- isAccountNonLocked() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Check if the user's account is not in a locked status
- isAllFormsEditable() - Method in class com.avoka.tm.vo.JobStep
-
The all forms editable option.
- isAsyncStarted() - Method in class com.avoka.tm.test.MockRequest
- isAsyncSupported() - Method in class com.avoka.tm.test.MockRequest
- isChangePassword() - Method in class com.avoka.tm.vo.User
-
The user is forced change password on next login.
- isClientError() - Method in class com.avoka.tm.http.HttpResponse
-
Return true if HTTP response is an client error status code (400-499).
- isCommitted() - Method in class com.avoka.tm.test.MockResponse
-
Always returns false.
- isCompleted(String) - Method in class com.avoka.tm.svc.TxnCheckpointSvc
-
Return whether a 'Completed' checkpoint with the specified name already exists for the submission.
- isCredentialsNonExpired() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Will always return true
- isCurrentVersion() - Method in class com.avoka.tm.vo.SvcDef
-
The service is the current active version for the service name.
- isDataDeleted() - Method in class com.avoka.tm.vo.Txn
-
The transaction user PII data has been deleted.
- isDeliveryFunction() - Method in interface com.avoka.tm.func.IFluentFunction
- isDynamicPreConditions() - Method in class com.avoka.tm.vo.JobStep
-
The dynamic pre-conditions option.
- isEmailVerificationRequired() - Method in class com.avoka.tm.vo.User
-
The user requires email verification.
- isEmpty() - Method in class com.avoka.tm.func.FormFuncResult
- isEnabled() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Check if the user's account is enabled
- isError() - Method in class com.avoka.tm.test.MockResponse
-
Return whether the servlet returned an error code or not.
- isFunctionDisabled() - Method in interface com.avoka.tm.func.IFluentFunction
- isHasGlobalAccess() - Method in class com.avoka.tm.vo.User
-
The user has global client organization access.
- isInformational() - Method in class com.avoka.tm.http.HttpResponse
-
Return true if HTTP response is an informational status code (100-199).
- isJobTemplate() - Method in class com.avoka.tm.vo.SvcDef
-
The service definition is a job template.
- isPost() - Method in class com.avoka.tm.test.MockRequest
-
Return whether the request is a post or not.
- isRedirect() - Method in class com.avoka.tm.test.MockResponse
-
Check whether the response was redirected or not.
- isRedirection() - Method in class com.avoka.tm.http.HttpResponse
-
Return true if HTTP response is an redirection status code (300-399).
- isRequestedSessionIdFromCookie() - Method in class com.avoka.tm.test.MockRequest
-
Check whether session id is from a cookie.
- isRequestedSessionIdFromUrl() - Method in class com.avoka.tm.test.MockRequest
-
Check whether session id is from a url rewrite.
- isRequestedSessionIdFromURL() - Method in class com.avoka.tm.test.MockRequest
-
Check whether session id is from a url rewrite.
- isRequestedSessionIdValid() - Method in class com.avoka.tm.test.MockRequest
-
Check whether the session id is valid.
- isSecure() - Method in class com.avoka.tm.test.MockRequest
-
Always returns false.
- isServerError() - Method in class com.avoka.tm.http.HttpResponse
-
Return true if HTTP response is an server error status code (500-599).
- isShareExtractData() - Method in class com.avoka.tm.vo.JobStep
-
The share form data extracts between step forms option.
- isShareFormData() - Method in class com.avoka.tm.vo.JobStep
-
The share form XML data between step forms option.
- isShowPreviousForms() - Method in class com.avoka.tm.vo.JobStep
-
The show previous step forms option.
- isStatusNotFound() - Method in class com.avoka.tm.http.HttpResponse
-
Return true if the HTTP response status code is NOT FOUND (404).
- isStatusOK() - Method in class com.avoka.tm.http.HttpResponse
-
Return true if the HTTP response status code is OK (200).
- isSuccess() - Method in class com.avoka.tm.http.HttpResponse
-
Return true if HTTP response is an success status code (200-299).
- isTrue(boolean, String) - Static method in class com.avoka.tm.util.Contract
-
Ensure the specified condition value is true, or throw an IllegalArgumentExcpetion if false.
- isUnitTestEnabled() - Method in class com.avoka.tm.vo.SvcDef
-
The unit testing is enable for the service.
- isUserInRole(String) - Method in class com.avoka.tm.test.MockRequest
-
Returns true if the
authenticated user
is included in the given role, false otherwise. - isUserSaved() - Method in class com.avoka.tm.vo.Txn
-
The transaction is user saved.
- isValid - Variable in class com.avoka.tm.security.Saml2ParserResult
-
The isValid is true when the parsing has completed successfully without error.
- isXssSafeFilename(String) - Static method in class com.avoka.tm.util.Security
-
Return true if the filename value is XSS safe.
- isXssSafeText(String) - Static method in class com.avoka.tm.util.Security
-
Return true if the XML text does not contain any XSS characters, or false otherwise.
- isXssSafeXmlDoc(Document) - Static method in class com.avoka.tm.util.Security
-
Return true if the XML document does not contain any XSS characters, or false otherwise.
- isXssSafeXmlText(String) - Static method in class com.avoka.tm.util.Security
-
Return true if the XML text does not contain any XSS characters, or false otherwise.
J
- Job - Class in com.avoka.tm.vo
-
Provide a Job value object class.
- Job() - Constructor for class com.avoka.tm.vo.Job
- Job(Job) - Constructor for class com.avoka.tm.vo.Job
-
Create a Job value object with the given job entity parameter.
- Job(Map) - Constructor for class com.avoka.tm.vo.Job
-
Create a unit testing Job value object with the given fields.
- JobAction - Class in com.avoka.tm.vo
-
Provide a Job Action value object class.
- JobAction() - Constructor for class com.avoka.tm.vo.JobAction
- JobAction(JobAction) - Constructor for class com.avoka.tm.vo.JobAction
-
Create a Job Action value object with the given job action entity parameter.
- JobAction(Map) - Constructor for class com.avoka.tm.vo.JobAction
-
Create a unit testing JobAction value object with the given fields.
- JobActionQuery - Class in com.avoka.tm.query
-
Provides a job action value object query class.
- JobActionQuery() - Constructor for class com.avoka.tm.query.JobActionQuery
- jobActions - Variable in class com.avoka.tm.vo.JobStep
-
The job step actions.
- JobActionSvc - Class in com.avoka.tm.svc
-
Provides a job action service class.
- JobActionSvc() - Constructor for class com.avoka.tm.svc.JobActionSvc
- JobBuilder - Class in com.avoka.tm.svc
-
Provides a Job value object builder class.
- JobBuilder() - Constructor for class com.avoka.tm.svc.JobBuilder
- JobQuery - Class in com.avoka.tm.query
-
Provides a job value object query class.
- JobQuery() - Constructor for class com.avoka.tm.query.JobQuery
- Jobs - Class in com.avoka.tm.job
-
Provides Job utility functions.
- JobStep - Class in com.avoka.tm.vo
-
Provide a Job Step value object class.
- JobStep() - Constructor for class com.avoka.tm.vo.JobStep
- JobStep(JobStep) - Constructor for class com.avoka.tm.vo.JobStep
-
Create a Job Step value object with the given job step entity parameter.
- JobStep(Map) - Constructor for class com.avoka.tm.vo.JobStep
-
Create a unit testing JobStep value object with the given fields.
- JobStepQuery - Class in com.avoka.tm.query
-
Provides a job step value object query class.
- JobStepQuery() - Constructor for class com.avoka.tm.query.JobStepQuery
- jobSteps - Variable in class com.avoka.tm.vo.Job
-
The list of job steps.
- JobSvc - Class in com.avoka.tm.svc
-
Provides a job value object svc class.
- JobSvc() - Constructor for class com.avoka.tm.svc.JobSvc
-
Create a job service.
- JobSvc(Job) - Constructor for class com.avoka.tm.svc.JobSvc
-
Create a job service setting the job to update.
- JobUpdater - Class in com.avoka.tm.svc
-
Provides a job value object updater class.
- JobUpdater() - Constructor for class com.avoka.tm.svc.JobUpdater
-
Create a job updater.
- JobUpdater(Job) - Constructor for class com.avoka.tm.svc.JobUpdater
-
Create a job updater setting the job to update.
- JUnitTestException - Exception in com.avoka.tm.test
-
Provides a runtime exception for unit testing.
- JUnitTestException(Result, String) - Constructor for exception com.avoka.tm.test.JUnitTestException
-
Construct junit runtime exception based on result.
- JUnitTestRunner - Class in com.avoka.tm.test
-
Provides a runner utility for unit testing.
- JUnitTestRunner.TestWrapper - Class in com.avoka.tm.test
-
Test wrapper.
K
- KEBAB_CASE - com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Naming convention where words are in lower-case letters, separated by hyphens.
L
- listCsv() - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Execute the query and return an transaction history rows in CSV (Comma Separated Value) format list.
- listJson() - Method in class com.avoka.tm.query.GroupQuery
-
Execute the query and return a group JSON array list.
- listJson() - Method in class com.avoka.tm.query.JobActionQuery
-
Execute the query and return an job actions JSON array list.
- listJson() - Method in class com.avoka.tm.query.JobQuery
-
Execute the query and return an jobs JSON array list.
- listJson() - Method in class com.avoka.tm.query.JobStepQuery
-
Execute the query and return an job steps JSON array list.
- listJson() - Method in class com.avoka.tm.query.PaymentLogQuery
-
Execute the query and return a payment log JSON array list.
- listJson() - Method in class com.avoka.tm.query.RoleQuery
-
Execute the query and return a role JSON array list.
- listJson() - Method in class com.avoka.tm.query.SpaceQuery
-
Execute the query and return a space JSON array list.
- listJson() - Method in class com.avoka.tm.query.SvcConnQuery
-
Execute the query and return JSON array list.
- listJson() - Method in class com.avoka.tm.query.SvcDefQuery
-
Execute the query and return service definition JSON array list.
- listJson() - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Execute the query and return an transaction history rows JSON array list.
- listJson() - Method in class com.avoka.tm.query.TxnQuery
-
Execute the query and return an transactions JSON array list.
- listJson() - Method in class com.avoka.tm.query.UserQuery
-
Execute the query and return an users JSON array list.
- listRows() - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Execute the transaction history query and return a list of row map objects.
- listValues() - Method in class com.avoka.tm.query.GroupQuery
-
Execute the group query and return a list of Group value objects.
- listValues() - Method in class com.avoka.tm.query.JobActionQuery
-
Execute the job action query and return a list of JobAction value objects.
- listValues() - Method in class com.avoka.tm.query.JobQuery
-
Execute the job query and return a list of Job value objects.
- listValues() - Method in class com.avoka.tm.query.JobStepQuery
-
Execute the job step query and return a list of Job value objects.
- listValues() - Method in class com.avoka.tm.query.PaymentLogQuery
-
Execute the transaction query and return a list of PaymentLog value objects.
- listValues() - Method in class com.avoka.tm.query.RoleQuery
-
Execute the role query and return a list of Role value objects.
- listValues() - Method in class com.avoka.tm.query.SpaceQuery
-
Execute the space query and return a list of Space value objects.
- listValues() - Method in class com.avoka.tm.query.SvcConnQuery
-
Execute the query and return a list of value objects.
- listValues() - Method in class com.avoka.tm.query.SvcDefQuery
-
Execute the service definition query and return a list of SvcDef value objects.
- listValues() - Method in class com.avoka.tm.query.TxnQuery
-
Execute the transaction query and return a list of Txn value objects.
- listValues() - Method in class com.avoka.tm.query.UserQuery
-
Execute the user query and return a list of User value objects.
- log() - Method in class com.avoka.tm.svc.ErrorLogger
-
Log the error creating an error log database record and return the error log record id.
- log(Exception, String) - Method in class com.avoka.tm.test.MockServletContext
-
Log the exception to System.err and the message to System.out.
- log(String) - Method in class com.avoka.tm.test.MockServletContext
-
Log the message to System.out.
- log(String, Throwable) - Method in class com.avoka.tm.test.MockServletContext
-
Log the cause to System.err and the message to System.out.
- logError() - Method in class com.avoka.tm.svc.EventLogger
-
Log an Error event log record.
- logger - Static variable in class com.avoka.tm.test.AbstractJUnitTest
-
Test logger variable.
- Logger - Class in com.avoka.tm.util
-
Provides a Logger class for logging information during the execution of Groovy scripts.
- Logger() - Constructor for class com.avoka.tm.util.Logger
-
Create a logger instance.
- Logger(boolean) - Constructor for class com.avoka.tm.util.Logger
-
Create a logger instance.
- login(String, String) - Method in class com.avoka.tm.test.MockRequest
- logInfo() - Method in class com.avoka.tm.svc.EventLogger
-
Log an Information event log record.
- logout() - Method in class com.avoka.tm.test.MockRequest
- logSecurity() - Method in class com.avoka.tm.svc.EventLogger
-
Log an Security event log record.
- logWarning() - Method in class com.avoka.tm.svc.EventLogger
-
Log an Warning event log record.
- LOST_PASSWORD - com.avoka.tm.svc.UserEmailer.EmailType
- LOWER_CAMEL_CASE - com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Naming convention where words other than first are capitalized and no separator is used between words.
- LOWER_CASE - com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Naming convention in which all words of the logical name are in lower case, and no separator is used between words.
M
- marshalTxn(Submission, boolean, boolean, boolean, boolean, boolean, boolean, boolean, boolean) - Static method in class com.avoka.tm.vo.MarshalUtils
-
Marshal a submission entity into a new Txn value object.
- MarshalUtils - Class in com.avoka.tm.vo
-
Provides internal utility function which are not publicly available in the API.
- maxRetryAttempts - Variable in class com.avoka.tm.func.DeliveryFuncResult
-
The maximum number of retry attempts.
- MemCache - Class in com.avoka.tm.util
-
Provides an in memory cache for high frequency read only access values.
- MemCache() - Constructor for class com.avoka.tm.util.MemCache
- merge() - Method in class com.avoka.tm.util.VelTemplate
-
Merge the velocity template with the model and return the evaluated text value.
- mergeReceipt() - Method in class com.avoka.tm.svc.MergeReceiptSvc
-
Merge the transaction/pdf list receipts and return the PDF bytes data.
- MergeReceiptSvc - Class in com.avoka.tm.svc
-
Provides a PDF Merge Receipt service which supports merging of various pdfs.
- MergeReceiptSvc() - Constructor for class com.avoka.tm.svc.MergeReceiptSvc
- MockPrincipal - Exception in com.avoka.tm.test
-
Mock implementation of a user
principal
. - MockRegister - Class in com.avoka.tm.test
-
The MockRegister class supports testing your service code with mock responses for external services calls when executing in a unit test context.
- MockRegister() - Constructor for class com.avoka.tm.test.MockRegister
- MockRegistry - Class in com.avoka.tm.test
-
Provides thread local registry for mock HTTP request/response pairs and service/result object pairs.
- MockRequest - Class in com.avoka.tm.test
-
Mock implementation of HttpServletRequest.
- MockRequest() - Constructor for class com.avoka.tm.test.MockRequest
-
Create new MockRequest.
- MockRequest(Locale) - Constructor for class com.avoka.tm.test.MockRequest
-
Create new MockRequest for the specified local.
- MockRequest(Locale, String, String, ServletContext, HttpSession) - Constructor for class com.avoka.tm.test.MockRequest
-
Create a new MockRequest for the specified arguments.
- MockRequest(Locale, ServletContext) - Constructor for class com.avoka.tm.test.MockRequest
-
Create a new MockRequest for the specified locale and servletContext.
- MockRequest(Locale, ServletContext, HttpSession) - Constructor for class com.avoka.tm.test.MockRequest
-
Create a new MockRequest for the specified arguments.
- MockRequest(ServletContext) - Constructor for class com.avoka.tm.test.MockRequest
-
Create a new MockRequest for the specified context.
- MockResponse - Class in com.avoka.tm.test
-
Mock implementation of
HttpServletResponse
. - MockResponse() - Constructor for class com.avoka.tm.test.MockResponse
-
Create the response object.
- MockServletConfig - Exception in com.avoka.tm.test
-
Mock implementation of
ServletConfig
. - MockServletContext - Class in com.avoka.tm.test
-
Mock implementation of
ServletContext
. - MockServletContext() - Constructor for class com.avoka.tm.test.MockServletContext
-
Default constructor for this mock object.
- MockServletContext(String, String) - Constructor for class com.avoka.tm.test.MockServletContext
-
Create the mock object.
- MockServletContext(String, String, String) - Constructor for class com.avoka.tm.test.MockServletContext
-
Create the mock object.
- MockSession - Exception in com.avoka.tm.test
-
Mock implementation of
HttpSession
. - MockVoBuilder - Class in com.avoka.tm.test
-
Provides a mock entity value object creation service for unit testing.
- MockVoBuilder() - Constructor for class com.avoka.tm.test.MockVoBuilder
N
- nodes(String) - Method in class com.avoka.tm.util.Path
-
Return the list of XML Node values for the given expression.
- notBlank(String, String) - Static method in class com.avoka.tm.util.Contract
-
Validate specified parameter is not null, or blank throw a IllegalArgumentException if null or blank.
- notNull(Object, String) - Static method in class com.avoka.tm.util.Contract
-
Validate specified parameter is not null, throw a IllegalArgumentException if null.
- NotSpaceUserException - Exception in com.avoka.tm.security
-
Provides an exception used to denote an authenticated user is not associated with the space.
- NotSpaceUserException(User, Space) - Constructor for exception com.avoka.tm.security.NotSpaceUserException
-
Construct this exception by user and space.
O
- ObjectMapper - Class in com.avoka.tm.util
-
This class provides XML Document to Object mapping support.
- ObjectMapper() - Constructor for class com.avoka.tm.util.ObjectMapper
- ObjectMapper.MappingStrategy - Enum in com.avoka.tm.util
-
Naming convention mapping strategy enumeration.
- ObjectNotFoundException - Exception in com.avoka.tm.util
-
Thrown to indicate that a object was not found for given parameters
- ObjectNotFoundException() - Constructor for exception com.avoka.tm.util.ObjectNotFoundException
-
Constructs an
ObjectNotFoundException
with no detail message. - ObjectNotFoundException(String) - Constructor for exception com.avoka.tm.util.ObjectNotFoundException
-
Constructs an
ObjectNotFoundException
with the specified detail message. - ObjectNotFoundException(String, Throwable) - Constructor for exception com.avoka.tm.util.ObjectNotFoundException
-
Constructs an
ObjectNotFoundException
with the specified detail message and cause. - ObjectNotFoundException(Throwable) - Constructor for exception com.avoka.tm.util.ObjectNotFoundException
-
Constructs an
ObjectNotFoundException
with the cause.
P
- parameters - Variable in class com.avoka.tm.func.ValidationError
-
The validation error message parameters.
- params - Variable in class com.avoka.tm.func.FuncParam
-
The request parameters.
- parse(HttpServletRequest) - Method in class com.avoka.tm.security.Saml2Parser
-
Parse the SAMLResponse from the given POST request.
- PatchRequest - Class in com.avoka.tm.http
-
Provides a PATCH Request class for performing simple HTTP request operations.
- PatchRequest(String) - Constructor for class com.avoka.tm.http.PatchRequest
-
Create a patch HTTP request object with the given URL.
- path - Variable in class com.avoka.tm.func.ValidationError
-
The data element path.
- Path - Class in com.avoka.tm.util
-
Provides an object path navigation class to return the value for the given expression.
- Path(Object) - Constructor for class com.avoka.tm.util.Path
-
Create a path evaluation object with the given source.
- paths(String) - Method in class com.avoka.tm.util.Path
-
Return the list of paths for the given expression.
- PAYMENT_CANCELLED - Static variable in class com.avoka.tm.vo.PaymentLog
-
Indicates that the payment was cancelled while in the payment gateway
- PAYMENT_COMPLETED - Static variable in class com.avoka.tm.vo.PaymentLog
-
Indicates that the payment has been completed successfully
- PAYMENT_ERROR - Static variable in class com.avoka.tm.vo.PaymentLog
-
Indicates that an error has occurred during payment
- PAYMENT_PENDING - Static variable in class com.avoka.tm.vo.PaymentLog
-
Indicates that the payment is pending a result from the payment gateway
- PaymentLog - Class in com.avoka.tm.vo
-
Provide a Payment Log value object class.
- PaymentLog() - Constructor for class com.avoka.tm.vo.PaymentLog
- PaymentLog(PaymentLog) - Constructor for class com.avoka.tm.vo.PaymentLog
-
Create a PaymentLog value object with the given parameters.
- PaymentLog(Map) - Constructor for class com.avoka.tm.vo.PaymentLog
-
Create a unit testing PaymentLog value object with the given fields.
- PaymentLogQuery - Class in com.avoka.tm.query
-
Provides a payment log object query class.
- PaymentLogQuery() - Constructor for class com.avoka.tm.query.PaymentLogQuery
- PostRequest - Class in com.avoka.tm.http
-
Provides a POST Request class for performing simple HTTP request operations.
- PostRequest(String) - Constructor for class com.avoka.tm.http.PostRequest
-
Create a POST HTTP request object with the given URL.
- process() - Method in class com.avoka.tm.svc.JobSvc
-
Process the job immediately.
- PropertyBuilder - Class in com.avoka.tm.svc
-
Provides a property value builder service.
- PropertyBuilder() - Constructor for class com.avoka.tm.svc.PropertyBuilder
- PropertyQuery - Class in com.avoka.tm.query
-
Provides a property value query service.
- PropertyQuery() - Constructor for class com.avoka.tm.query.PropertyQuery
- PutRequest - Class in com.avoka.tm.http
-
Provides a PUT Request class for performing simple HTTP request operations.
- PutRequest(String) - Constructor for class com.avoka.tm.http.PutRequest
-
Create a PUT HTTP request object with the given URL.
Q
- queueEmail() - Method in class com.avoka.tm.svc.Emailer
-
Add the email to the email queue.
R
- ReceiptSvc - Class in com.avoka.tm.svc
-
Provides a PDF Receipt service which supports rendering PDF receipts on demand.
- ReceiptSvc() - Constructor for class com.avoka.tm.svc.ReceiptSvc
- ReceiptSvc.ReceiptMode - Enum in com.avoka.tm.svc
-
Receipt mode enum.
- RedirectException - Exception in com.avoka.tm.util
-
Provides an redirect exception which can be used to redirect the user to another location.
- RedirectException(String) - Constructor for exception com.avoka.tm.util.RedirectException
-
Create a Redirect exception with the given target URL.
- redirectUrl - Variable in class com.avoka.tm.func.FormFuncResult
-
Redirect the end user to another location (optional).
- RefDataQuery - Class in com.avoka.tm.query
-
Provides a Reference Data Query class.
- RefDataQuery() - Constructor for class com.avoka.tm.query.RefDataQuery
- RefDataSvc - Class in com.avoka.tm.svc
-
Provides a Reference Data Service.
- RefDataSvc() - Constructor for class com.avoka.tm.svc.RefDataSvc
- REMOTE_USER - Static variable in class com.avoka.tm.test.MockRequest
-
The REMOTE_USER header.
- removeAttribute(String) - Method in class com.avoka.tm.test.MockRequest
-
Remove the given attribute.
- removeAttribute(String) - Method in class com.avoka.tm.test.MockServletContext
-
Remove an attribute with the given name.
- removeFileAttach(FileAttach) - Method in class com.avoka.tm.svc.TxnUpdater
-
Remove the given file attachment from the transaction.
- removeFormDataExtract(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Remove form data (data extract) from the transaction.
- removeGroupName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Remove the group names the user should be assigned to.
- removeNodeChildren(String) - Method in class com.avoka.tm.util.XmlDoc
-
Remove the child nodes from the XML Document element specified by the XPath.
- removeNodes(String) - Method in class com.avoka.tm.util.XmlDoc
-
Remove the nodes from the XML Document object specified by the XPath.
- removeOrgName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Remove the organization name the user should be associated with.
- removeParameter(String) - Method in class com.avoka.tm.test.MockRequest
-
Remove the specified parameter.
- removeProperty(String) - Method in class com.avoka.tm.svc.JobUpdater
-
Specify the property to remove from the job.
- removeProperty(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Specify the property to remove from the transaction.
- removeRoleName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Remove the role name the user should be assigned to.
- removeSpaceName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Remove the form space names the user should be assigned to.
- renderReceipt() - Method in class com.avoka.tm.svc.ReceiptSvc
-
Render the transaction PDF receipt and return the PDF bytes data.
- request - Variable in class com.avoka.tm.func.FuncParam
-
The HTTP request.
- REQUEST - com.avoka.tm.query.TxnHistoryQuery.Time
- REQUEST - com.avoka.tm.query.TxnQuery.Time
- REQUEST_PARAM_SAML_RESPONSE - Static variable in class com.avoka.tm.security.Saml2Parser
-
The SAMLResponse - Request Parameter Name.
- RequestBuilder - Class in com.avoka.tm.http
-
Provides a HTTP Request Builder class.
- RequestBuilder() - Constructor for class com.avoka.tm.http.RequestBuilder
- reset() - Method in class com.avoka.tm.test.MockRequest
-
Delegate to initialize method.
- reset() - Method in class com.avoka.tm.test.MockResponse
-
Delegate to initialise method.
- resetBuffer() - Method in class com.avoka.tm.test.MockResponse
-
Clears the buffer.
- responseB64Decoded - Variable in class com.avoka.tm.security.Saml2ParserResult
-
The SAMLResponse XML (String) after it has been Base64 decoded.
- responseRaw - Variable in class com.avoka.tm.security.Saml2ParserResult
-
The raw SAMLResponse (String) taken from the request parameter.
- retryIntervalsMins - Variable in class com.avoka.tm.func.DeliveryFuncResult
-
The delivery retry interval in minutes.
- returnNull() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return null instead of a transaction object.
- Role - Class in com.avoka.tm.vo
-
Provide a Role value object class.
- Role() - Constructor for class com.avoka.tm.vo.Role
- Role(Role) - Constructor for class com.avoka.tm.vo.Role
-
Create a Role value object.
- Role(Map) - Constructor for class com.avoka.tm.vo.Role
-
Create a unit testing Role value object with the given fields.
- RoleQuery - Class in com.avoka.tm.query
-
Provides a role query class.
- RoleQuery() - Constructor for class com.avoka.tm.query.RoleQuery
- run(TestResult) - Method in class com.avoka.tm.test.JUnitTestRunner.TestWrapper
-
Run test.
- runTests(AbstractJUnitTest) - Static method in class com.avoka.tm.test.JUnitTestRunner
-
Run unit test methods (annotated with
Test
) in junit test instance. - runTests(Class<?>) - Static method in class com.avoka.tm.test.JUnitTestRunner
-
Run unit test methods (annotated with
Test
) in junit test class.
S
- Saml2Parser - Class in com.avoka.tm.security
-
Provides a SAML2 (Security Assertion Markup Language) response parser - a helper class for SSO Filter / Security Manager Get SSO Auth Token script.
- Saml2Parser() - Constructor for class com.avoka.tm.security.Saml2Parser
- Saml2ParserResult - Class in com.avoka.tm.security
-
The Saml2ParserResult is returned from the Saml2Paser.parse(request) method.
- Saml2ParserResult(SsoAuthToken, String, String, Throwable, List<String>, String, String) - Constructor for class com.avoka.tm.security.Saml2ParserResult
-
Creates a immutable Saml2ParserResult.
- SearchHashUtils - Class in com.avoka.tm.util
-
Provides search hash utils for submission property and data extract values.
- SearchHashUtils() - Constructor for class com.avoka.tm.util.SearchHashUtils
- Security - Class in com.avoka.tm.util
-
Provides transaction security functions.
- SecurityMgr - Class in com.avoka.tm.vo
-
Provide a Security Manager value object class.
- SecurityMgr() - Constructor for class com.avoka.tm.vo.SecurityMgr
- SecurityMgr(SecurityManager) - Constructor for class com.avoka.tm.vo.SecurityMgr
-
Creates a new Security Mgr value object with the given Security Manager
- SecurityMgr(Map) - Constructor for class com.avoka.tm.vo.SecurityMgr
-
Create a unit testing SecurityMgr value object with the given fields.
- sendEmail() - Method in class com.avoka.tm.svc.Emailer
-
Send the email immediately (synchronously).
- sendEmail() - Method in class com.avoka.tm.svc.UserEmailer
-
Send email.
- sendError(int) - Method in class com.avoka.tm.test.MockResponse
-
Send an error code.
- sendError(int, String) - Method in class com.avoka.tm.test.MockResponse
-
Send an error code.
- sendRedirect(String) - Method in class com.avoka.tm.test.MockResponse
-
Indicate sending of a redirectUrl to a particular named resource.
- ServiceInvoker - Class in com.avoka.tm.svc
-
Provides a Service Definition service invoker class.
- ServiceInvoker() - Constructor for class com.avoka.tm.svc.ServiceInvoker
-
Create a service invoker object.
- ServiceInvoker(SvcDef) - Constructor for class com.avoka.tm.svc.ServiceInvoker
-
Create a service invoker object.
- setAbandonFormStatus(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setAbandonMode(TxnUpdater.AbandonMode) - Method in class com.avoka.tm.svc.TxnUpdater
-
Perform an abandonment on the transaction to be purged
- setAcceptCompress(boolean) - Method in class com.avoka.tm.http.HttpRequest
-
Specify whether to set the header "Accept-Encoding: gzip, deflate".
- setAccountStatus(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user account status [ Active | Inactive | Locked | Locked Temporarily | Pending | Rejected ] query parameter.
- setAccountStatus(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user account status parameter [ Active | Inactive | Locked | Locked Temporarily | Pending | Rejected ].
- setAddress(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set address parameter.
- setAttachmentMap(Map<String, byte[]>) - Method in class com.avoka.tm.svc.Emailer
-
Set the email file attachments map, keyed on file name.
- setAttachmentsStatus(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction attachment status query parameter [ Required | Optional | Completed ].
- setAttachmentsStatus(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
The attachments status value to set on the transaction.
- setAttribute(String, Object) - Method in class com.avoka.tm.test.MockRequest
-
Set the given attribute.
- setAttribute(String, Object) - Method in class com.avoka.tm.test.MockServletContext
-
Set an attribute.
- setAuthType(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the auth type.
- setBasicAuth(String, String) - Method in class com.avoka.tm.http.HttpRequest
-
Set BASIC Authorization credentials.
- setBatchNo(Integer) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the digital response batch number query parameter.
- setBccAddress(String) - Method in class com.avoka.tm.svc.Emailer
-
Set the BCC send to email address.
- setBufferSize(int) - Method in class com.avoka.tm.test.MockResponse
-
Method ignored.
- setCacheTimeout(int) - Method in class com.avoka.tm.query.PropertyQuery
-
Set the property query cache timeout in minutes.
- setCacheTimeout(int) - Method in class com.avoka.tm.svc.RefDataSvc
-
Set the cache timeout is seconds for the reference data set.
- setCcAddress(String) - Method in class com.avoka.tm.svc.Emailer
-
Set the CC send to email address.
- setChangePassword(boolean) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the flag to force the user to update their password on next login.
- setCharacterEncoding(String) - Method in class com.avoka.tm.http.HttpRequest
-
Sets the character encoding (MIME charset) of the response being sent to the client, for example, to UTF-8.
- setCharacterEncoding(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the character encoding.
- setCharacterEncoding(String) - Method in class com.avoka.tm.test.MockResponse
-
Set the character encoding.
- setClientCode(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the client code type query parameter.
- setClientCode(String) - Method in class com.avoka.tm.query.PropertyQuery
-
Set the organization client code parameter.
- setClientCode(String) - Method in class com.avoka.tm.query.RefDataQuery
-
Set the reference data set organization client code.
- setClientCode(String) - Method in class com.avoka.tm.query.SvcConnQuery
-
Set the service connection client code query parameter.
- setClientCode(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the service definition client code parameter.
- setClientCode(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setClientCode(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user organization client code query parameter.
- setClientCode(String) - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Set the service definition organization client code to invoke.
- setClientCode(String) - Method in class com.avoka.tm.svc.PropertyBuilder
-
Set the property organization client code parameter.
- setClientCode(String) - Method in class com.avoka.tm.svc.RefDataSvc
-
Set the reference data set organization client code.
- setClientCode(String) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Set the service definition organization client code to invoke.
- setCompressMessage(boolean) - Method in class com.avoka.tm.http.HttpRequest
-
Specify whether to GZIP compress the POST or PUT message data.
- setConnectTimeout(Integer) - Method in class com.avoka.tm.http.HttpRequest
-
Set the connection timeout in milliseconds.
- setContactEmailAddress(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the contact email address parameter.
- setContent(byte[]) - Method in class com.avoka.tm.http.HttpResponse
- setContentEncoding(String) - Method in class com.avoka.tm.http.HttpResponse
- setContentLength(int) - Method in class com.avoka.tm.test.MockResponse
-
Set the content length.
- setContentLength(long) - Method in class com.avoka.tm.http.HttpResponse
- setContentLengthLong(long) - Method in class com.avoka.tm.test.MockResponse
-
Set the content length long.
- setContentType(String) - Method in class com.avoka.tm.http.HttpRequest
-
Set the 'Content-Type' header.
- setContentType(String) - Method in class com.avoka.tm.http.HttpResponse
- setContentType(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the request content type.
- setContentType(String) - Method in class com.avoka.tm.test.MockResponse
-
Set the content type.
- setContext(HttpClientContext) - Method in class com.avoka.tm.http.HttpRequest
-
Sets the HttpClientContext The context stores details about the call to a server.
- setContextPath(String) - Method in class com.avoka.tm.query.SpaceQuery
-
Set the space context path parameter.
- setContextPath(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the portion of the request URI that indicates the context of the request.
- setContextPath(String) - Method in class com.avoka.tm.test.MockServletContext
-
Sets the servlet context path.
- setCookies(Cookie[]) - Method in class com.avoka.tm.test.MockRequest
-
Set the cookies.
- setCopyAttachmentsNames(List<String>) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set copy attachment names parameter.
- setCopyAttachmentsTxn(Long) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set copy attachments txn id parameter.
- setCreatedBy(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the service definition created by parameter.
- setDataPurgeTime(Date) - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
The scheduled transaction PII data purge time once delivery has been completed.
- setDataType(String) - Method in class com.avoka.tm.svc.RefDataSvc
-
Set the data type of the reference data set [ CSV | JSON | XML ].
- setDateFormat(DateFormat) - Method in class com.avoka.tm.util.ObjectMapper
-
Set date format.
- setDateHeader(String, long) - Method in class com.avoka.tm.test.MockResponse
-
Set a date header.
- setDatetimeExpiry(Date) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set date time expiry parameter.
- setDatetimeScheduled(Date) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set date time scheduled parameter.
- setDeliveryChannel(String) - Method in class com.avoka.tm.func.DeliveryFuncResultBuilder
-
Set the maximum number of retry attempts.
- setDeliveryChannel(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
The organization delivery channel to associate with the transaction.
- setDeliveryChannel(String) - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
Set the delivery channel.
- setDeliveryStatus(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction delivery status query parameter [ Not Ready | Ready | Sent_Email | In Progress | Pending | Completed | Error | Undeliverable | Not Required ].
- setDeliveryStatus(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
The delivery status value to set on the transaction.
- setDestinationEndpoint(String) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the DesinationEndpoint for Response Destination attribute and Assertion Subject.
- setDeviceType(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setDoAmount(Integer) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the digital order amount in cents query parameter.
- setDoc(Document) - Method in class com.avoka.tm.util.ObjectMapper
-
Set document object to create object from.
- setDoTimestamp(Date) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the digital order timestamp query parameter.
- setDrAmount(Integer) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the digital response amount query parameter.
- setDrReceiptNo(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the digital response receipt number query parameter.
- setDrTimestamp(Date) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the digital response timestamp query parameter.
- setEmail(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user email query parameter.
- setEmail(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user email parameter.
- setEmailAddress(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the contact email address query parameters.
- setEmailMessage(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set email message parameter.
- setEmailSubject(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set email subject parameter.
- setEndDate(Date) - Method in class com.avoka.tm.query.JobQuery
-
Set the job create time end date filter, where jobs must have been created before the specified date.
- setEndDate(Date) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setEndDate(Date) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction end date filter (defaults to request time).
- setEndpoint(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's endpoint to update.
- setError(Throwable) - Method in class com.avoka.tm.svc.ErrorLogger
-
The error to log.
- setExpiryTime(Date) - Method in class com.avoka.tm.job.ActionResultBuilder
-
Set the step action expiry time after which the job action should be cancelled.
- setExternalUserId(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set external user id to the transaction.
- setFetchLimit(int) - Method in class com.avoka.tm.query.GroupQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.JobActionQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.JobQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.JobStepQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.RoleQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.SpaceQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.SvcConnQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.TxnHistoryQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.TxnQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFetchLimit(int) - Method in class com.avoka.tm.query.UserQuery
-
Set the query fetch limit to limit the maximum number of records returned.
- setFileData(byte[]) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's file data to update.
- setFileName(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's file name to update.
- setFileValue(FileItem) - Method in class com.avoka.tm.svc.RefDataSvc
-
Set the file item value for the reference data set.
- setFirstName(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user first name query parameter.
- setFirstName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user first name parameter.
- setFormAbandonType(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setFormCode(String) - Method in class com.avoka.tm.query.PropertyQuery
-
Set the form code parameter.
- setFormCode(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setFormCode(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the form code query parameter.
- setFormCode(String) - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Set the transaction form code (required).
- setFormCode(String) - Method in class com.avoka.tm.svc.PropertyBuilder
-
Set the property form code parameter.
- setFormCode(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the form code parameter.
- setFormDataXml(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set form data xml parameter.
- setFormPrefillServiceName(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set form prefill service name parameter.
- setFormReceiptTemplate(boolean) - Method in class com.avoka.tm.svc.Emailer
-
Set to use the Email Form Receipt templates.
- setFormStatus(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setFormStatus(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction form status query parameter [ Assigned | Opened | Saved | Submitted | Completed | Expired | Abandoned ].
- setFormStatus(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the form status value to set on the transaction [ Txn.FORM_SAVED | Txn.FORM_COMPLETED | Txn.FORM_ABANDONED ].
- setFormVersion(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the form version parameter.
- setFormVersionNumber(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the form version number query parameter.
- setFormVersionNumber(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the form version number for the transaction.
- setFormXml(String) - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Set the transaction form XML data to be delivered (optional).
- setFormXml(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
The form XML data value to set on the transaction.
- setFormXPath(String) - Method in class com.avoka.tm.util.ObjectMapper
-
Set the Form XPath parameter.
- setFromAddress(String) - Method in class com.avoka.tm.svc.Emailer
-
Set the address to send the email from.
- setGlobalAccess(boolean) - Method in class com.avoka.tm.query.UserQuery
-
Set the user has administrative global organization access.
- setGrantedAuthorities(Set<String>) - Method in class com.avoka.tm.security.AccountUserDetailsBuilder
-
Set the list of Granted Authorities.
- setGroupAttribName(String) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the Group Attribute Name.
- setGroupName(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set group name parameter.
- setGroupName(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set group name parameter.
- setGroupNames(Collection<String>) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set group names parameter.
- setGroupNames(Collection<String>) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set group names parameter.
- setGroupNames(Set<String>) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the group names the user should be assigned to.
- setHeader(String, String) - Method in class com.avoka.tm.test.MockRequest
-
Set request header value.
- setHeader(String, String) - Method in class com.avoka.tm.test.MockResponse
-
Set the given header value.
- setHeader(String, String...) - Method in class com.avoka.tm.test.MockRequest
-
Set request header values.
- setHeaders(Map<String, String>) - Method in class com.avoka.tm.http.HttpResponse
-
Set the map of HTTP response headers.
- setHttpSession(HttpSession) - Method in class com.avoka.tm.test.MockRequest
-
Set the request's session instance.
- setId(Long) - Method in class com.avoka.tm.query.GroupQuery
-
Set the group id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.query.JobActionQuery
-
Set the job action id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.query.JobQuery
-
Set the job id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.query.JobStepQuery
-
Set the job step id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.query.RoleQuery
-
Set the role id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.query.SpaceQuery
-
Set the space id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.query.SvcConnQuery
-
Set the service connection id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.query.UserQuery
-
Set the user id (PK) query parameter.
- setId(Long) - Method in class com.avoka.tm.svc.JobSvc
-
Set the id of the job to update.
- setId(Long) - Method in class com.avoka.tm.svc.JobUpdater
-
Set the id of the job to update.
- setId(Long) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's id (PK) to identify the service connection to update.
- setId(Number) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the payment log id (PK) query parameter.
- setId(Number) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the service definition id (PK) query parameter.
- setId(Number) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction id (PK) query parameter.
- setId(Number) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the transaction id (PK) to identify the transaction to update.
- setInitParameter(String, String) - Method in class com.avoka.tm.test.MockServletContext
- setInputXmlData(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set input xml data parameter.
- setIntHeader(String, int) - Method in class com.avoka.tm.test.MockResponse
-
Set an int header value.
- setJobAction(JobAction) - Method in class com.avoka.tm.query.JobQuery
-
Set the job action query parameter.
- setJobAction(JobAction) - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Set the job action and job to be associated with the transaction (optional).
- setJobAction(Long) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set job action parameter.
- setJobActionId(Long) - Method in class com.avoka.tm.query.JobQuery
-
Set the job action id query parameter.
- setJobActionId(Long) - Method in class com.avoka.tm.query.JobStepQuery
-
Set the job action id
- setJobActionKey(String) - Method in class com.avoka.tm.query.JobActionQuery
-
Set the job action key query parameter.
- setJobActionKey(String) - Method in class com.avoka.tm.query.JobStepQuery
-
Set the job action key
- setJobActionKey(String) - Method in class com.avoka.tm.svc.JobActionSvc
- setJobKey(String) - Method in class com.avoka.tm.query.JobQuery
-
Set the job key query parameter.
- setJobName(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setJobRefNumber(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the job reference number query parameter.
- setJobStep(JobStep) - Method in class com.avoka.tm.query.JobQuery
-
Set the job step query parameter.
- setJobStep(JobStep) - Method in class com.avoka.tm.query.TxnQuery
-
Set the job step query parameter.
- setJobStepId(Long) - Method in class com.avoka.tm.query.JobQuery
-
Set the job step id query parameter.
- setKey(String) - Method in class com.avoka.tm.util.MemCache
-
Set the mem cache key parameter.
- setKeystoreData(byte[]) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the keystore that holds the private key and public Certificate keys.
- setKeystorePassword(String) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the keystore password.
- setLastModifiedBy(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the service definition last modified by parameter.
- setLastName(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user last name query parameter.
- setLastName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user last name parameter.
- setLatitude(Double) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set latitude parameter.
- setLocale(String) - Method in class com.avoka.tm.query.RefDataQuery
-
Set the locale of the reference data set.
- setLocale(String) - Method in class com.avoka.tm.svc.RefDataSvc
-
Set the locale of the reference data set.
- setLocale(Locale) - Method in class com.avoka.tm.test.MockResponse
-
Set the locale in the response header.
- setLogger(Logger) - Method in class com.avoka.tm.svc.FluentFuncInvoker
-
Set the function logger.
- setLogger(Logger) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Set the service logger.
- setLoginName(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user login name query parameter.
- setLoginName(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the login name parameter.
- setLoginName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user login name parameter.
- setLoginName(String) - Method in class com.avoka.tm.svc.UserEmailer
-
Set the user login name emailer parameter.
- setLongitude(Double) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set longiture parameter.
- setMappingStrategy(ObjectMapper.MappingStrategy) - Method in class com.avoka.tm.util.ObjectMapper
-
Set mapping strategy.
- setMaxDeliveryAttempts(int) - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
The maximum number of delivery attempts to perform.
- setMaxDoAmount(Integer) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the max digital order amount in cents query parameter.
- setMaxDoTimestamp(Date) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the max digital order timestamp query parameter.
- setMaxDrTimestamp(Date) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the max digital response timestamp query parameter.
- setMaxRetryAttempts(Integer) - Method in class com.avoka.tm.func.DeliveryFuncResultBuilder
-
Set the maximum number of retry attempts.
- setMaxRetryAttempts(Integer) - Method in class com.avoka.tm.job.ActionResultBuilder
-
Set the maximum number of time to attempt performing the step action.
- setMessage(Object) - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
The delivery process result message.
- setMessage(String) - Method in class com.avoka.tm.http.HttpRequest
-
Set the POST or PUT message body.
- setMessage(String) - Method in class com.avoka.tm.job.ActionResultBuilder
-
Set the job action result message for process auditing purposes.
- setMessage(String) - Method in class com.avoka.tm.svc.Emailer
-
Set the email message body.
- setMessage(String) - Method in class com.avoka.tm.svc.EventLogger
-
Set the event log message property.
- setMessageData(byte[]) - Method in class com.avoka.tm.http.HttpRequest
-
Set the POST or PUT message body.
- setMethod(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the method.
- setMilestone(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setMilestone(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction milestone query parameter.
- setMinDoAmount(Integer) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the min digital order amount in cents query parameter.
- setMinDoTimestamp(Date) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the min digital order timestamp query parameter.
- setMinDrTimestamp(Date) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the min digital response timestamp query parameter.
- setMobile(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user mobile number query parameter.
- setMobile(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user mobile number parameter.
- setModel(Map<String, Object>) - Method in class com.avoka.tm.svc.Emailer
-
Set model data to merge with the space template.
- setModel(Map<String, Object>) - Method in class com.avoka.tm.util.VelTemplate
-
Set the model value to merge with the template.
- setName(String) - Method in class com.avoka.tm.query.GroupQuery
-
Set the group name query parameter.
- setName(String) - Method in class com.avoka.tm.query.JobQuery
-
Set the job name query parameter.
- setName(String) - Method in class com.avoka.tm.query.PropertyQuery
-
Set the property name parameter.
- setName(String) - Method in class com.avoka.tm.query.RefDataQuery
-
Set the name of the reference data set.
- setName(String) - Method in class com.avoka.tm.query.RoleQuery
-
Set the role name query parameter.
- setName(String) - Method in class com.avoka.tm.query.SpaceQuery
-
Set the space name query parameter.
- setName(String) - Method in class com.avoka.tm.query.SvcConnQuery
-
Set the service connection name query parameter.
- setName(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the service definition name parameter.
- setName(String) - Method in class com.avoka.tm.svc.PropertyBuilder
-
Set the property name parameter.
- setName(String) - Method in class com.avoka.tm.svc.RefDataSvc
-
Set the name of the reference data set.
- setNextDeliveryMins(int) - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
The next time in minutes to attempt to execute the delivery process.
- setNextDeliveryTime(Date) - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
The next time to attempt to execute the delivery process.
- setNextRetryAttempt(Date) - Method in class com.avoka.tm.job.ActionResultBuilder
-
Set the time to next retry performing step action.
- setNextRetryAttemptMins(int) - Method in class com.avoka.tm.job.ActionResultBuilder
-
The next time in minutes to retry performing the action.
- setNode(String) - Method in class com.avoka.tm.util.XmlDoc
-
Create the XML elements specified by the XPath expression if they don't exist, and return the leaf node.
- setNtlmAuth(String, String, String, String) - Method in class com.avoka.tm.http.HttpRequest
-
Set NTLM Authorization credentials.
- setObject(Object) - Method in class com.avoka.tm.util.ObjectMapper
-
Set object to update.
- setOrgNames(Set<String>) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the organization names the user should be associated with.
- setParam1(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's param1 to update.
- setParam2(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's param2 to update.
- setParam3(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's param3 to update.
- setParam4(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's param4 to update.
- setParameter(String, String) - Method in class com.avoka.tm.test.MockRequest
-
Set a parameter.
- setParameter(String, String[]) - Method in class com.avoka.tm.test.MockRequest
-
Set the specified parameter name to the array of strings.
- setParameters(Map<String, Object>) - Method in class com.avoka.tm.test.MockRequest
-
Sets a map of parameters.
- setParams(Map<String, String>) - Method in class com.avoka.tm.http.HttpRequest
-
Set the request form parameters.
- setPassword(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's password to update.
- setPassword(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user password, only applicable for "Local" type users and not for LDAP or SSO user types.
- setPath(String) - Method in class com.avoka.tm.http.RequestBuilder
-
Set the path to append the to service connection endpoint for the request URL.
- setPathInfo(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the path that this request is supposed to be serving.
- setPaymentLogKey(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the payment log key query parameter.
- setPaymentServiceCode(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the payment service code query parameter.
- setPaymentStatus(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the payment status query parameter.
- setPaymentStatus(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction payment status query parameter [ Required | Completed | Error | Pending ].
- setPaymentStatus(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
The payment status value to set on the transaction.
- setPdfs(List<byte[]>) - Method in class com.avoka.tm.svc.MergeReceiptSvc
-
Set the pdf-s list parameter.
- setPortalName(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setPostfix(String) - Method in class com.avoka.tm.svc.TrackingCodeBuilder
-
Set the tracking code value to postfix random component.
- setPrefix(String) - Method in class com.avoka.tm.svc.TrackingCodeBuilder
-
Set the tracking code value to prefix random component.
- setPrivateKeyAlias(String) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the Private Key Alias for the keystore.
- setPrivateKeyPassword(String) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the Private Key Password.
- setProcessJobAfterCreate(Boolean) - Method in class com.avoka.tm.svc.JobBuilder
-
Set the job to process job after creation.
- setProcessStatus(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the Process Status.
- setProfileMap(Map<String, String>) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user profile values map parameter.
- setProperty(String, String) - Method in class com.avoka.tm.svc.JobUpdater
-
Specify the property name and value to add or update on the job.
- setProperty(String, String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Specify the property name and value on the transaction.
- setProperty(String, String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Specify the property name and value to add or update on the transaction.
- setPropertyMap(Map<String, String>) - Method in class com.avoka.tm.svc.TxnBuilder
-
Specify the property map on the transaction.
- setProxy(String, int) - Method in class com.avoka.tm.http.HttpRequest
-
Set Proxy host and port.
- setProxyAuth(String, String) - Method in class com.avoka.tm.http.HttpRequest
-
Set Proxy Authorization credentials.
- setRandomChars(String) - Method in class com.avoka.tm.svc.TrackingCodeBuilder
-
Set the character values to be used in the random component.
- setRandomLength(int) - Method in class com.avoka.tm.svc.TrackingCodeBuilder
-
Set the random component character length.
- setReadLimit(int) - Method in class com.avoka.tm.http.HttpRequest
-
Set the response content read limit in bytes.
- setReceiptData(byte[]) - Method in class com.avoka.tm.svc.DeliveryTxnBuilder
-
Set the PDF receipt data to be delivered (optional).
- setReceiptMode(ReceiptSvc.ReceiptMode) - Method in class com.avoka.tm.svc.ReceiptSvc
-
Set the receipt mode (default is DELIVERY).
- setReceiptNumber(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction receipt number query parameter.
- setReceiptNumber(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set receipt number parameter.
- setReceiptNumber(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the Receipt Number.
- setReceiptStatusReady() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the transaction PDF receipt generation status to be ready.
- setReferenceNumber(String) - Method in class com.avoka.tm.query.JobQuery
-
Set the job reference number query parameter.
- setReferenceNumber(String) - Method in class com.avoka.tm.svc.JobBuilder
-
Set the reference number parameter.
- setReplyToAddress(String) - Method in class com.avoka.tm.svc.Emailer
-
Set the reply to email address.
- setRequest(HttpServletRequest) - Method in class com.avoka.tm.svc.EventLogger
-
Set the request property to log.
- setRequestCharacterEncoding(String) - Method in class com.avoka.tm.test.MockServletContext
- setRequestURL(String) - Method in class com.avoka.tm.test.MockRequest
-
Provide a convenience method for setting the request URL.
- setResponseCharacterEncoding(String) - Method in class com.avoka.tm.test.MockServletContext
- setRetryIntervalsMins(Integer) - Method in class com.avoka.tm.func.DeliveryFuncResultBuilder
-
Set the delivery retry interval in minutes.
- setReviewTxn(Long) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the review txn id parameter.
- setRoleNames(Set<String>) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the role names the user should be assigned to.
- setRoute(String) - Method in class com.avoka.tm.job.ActionResultBuilder
-
Set the job action result route step.
- setRPIdentifier(String) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the Relying Party Identifier used by the security manager.
- setSaveChallengeAnswer(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set save challenge answer parameter.
- setSaveChallengeAnswer(String) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set save challenge answer to the transaction.
- setSaveChallengeLocked(Boolean) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set save challenge locked to the transaction.
- setSaveChallengeTimeout(Date) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set save challenge timeout to the transaction.
- setSavedFormTemplate(boolean) - Method in class com.avoka.tm.svc.Emailer
-
Set to use Email Saved Form templates.
- setScheme(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the request's scheme, for example http, https, or ftp.
- setSecured(Boolean) - Method in class com.avoka.tm.util.TxnUrlBuilder
-
Set explicitly if the url should be secured (authorized or anonymous).
- setSequence(Integer) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set sequence number parameter.
- setServerName(String) - Method in class com.avoka.tm.test.MockRequest
-
Sets the host server name to which the request was sent.
- setServerPort(int) - Method in class com.avoka.tm.test.MockRequest
-
Set the port number to which the request was sent.
- setServiceName(String) - Method in class com.avoka.tm.svc.FluentFuncInvoker
-
Set the function service name to invoke.
- setServiceName(String) - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Set the service definition name to invoke.
- setServiceName(String) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Set the service definition name to invoke.
- setServletContext(ServletContext) - Method in class com.avoka.tm.test.MockRequest
-
Set the request's servletContext instance.
- setServletContextName(String) - Method in class com.avoka.tm.test.MockServletContext
-
Set the servlet context name to the specified value.
- setServletPath(String) - Method in class com.avoka.tm.test.MockRequest
-
Set the string containing the name or path of the servlet being called.
- setSession(HttpSession) - Method in class com.avoka.tm.test.MockRequest
-
Set the current HttpSession associated with this request.
- setSessionTimeout(int) - Method in class com.avoka.tm.test.MockServletContext
- setSessionTrackingModes(Set<SessionTrackingMode>) - Method in class com.avoka.tm.test.MockServletContext
- setSocketFactory(LayeredConnectionSocketFactory) - Method in class com.avoka.tm.http.HttpRequest
-
Set an optional ConnectionSocketFactory to enable creating layered sockets such as TLS.
- setSocketTimeout(Integer) - Method in class com.avoka.tm.http.HttpRequest
-
Set the socket timeout in milliseconds.
- setSpace(Space) - Method in class com.avoka.tm.svc.TxnUpdater
-
The space value to set on the transaction.
- setSpaceName(String) - Method in class com.avoka.tm.query.PropertyQuery
-
Set the property space name parameter.
- setSpaceName(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the form space name query parameter.
- setSpaceName(String) - Method in class com.avoka.tm.svc.PropertyBuilder
-
Set the property space name parameter.
- setSpaceName(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the space name parameter.
- setSpaceName(String) - Method in class com.avoka.tm.svc.UserEmailer
-
Set the space name emailer parameter.
- setSpaceName(String) - Method in class com.avoka.tm.util.TxnUrlBuilder
-
Set the space name property.
- setSpaceNames(Set<String>) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the form space names the user should be assigned to.
- setSpaceTemplate(boolean) - Method in class com.avoka.tm.svc.Emailer
-
Set to use the Email Space templates.
- setStartDate(Date) - Method in class com.avoka.tm.query.JobQuery
-
Set the job create time start date filter, where jobs must have been created at or after the specified date.
- setStartDate(Date) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setStartDate(Date) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction time start date filter (defaults to request time).
- setStatus(int) - Method in class com.avoka.tm.http.HttpResponse
- setStatus(int) - Method in class com.avoka.tm.test.MockResponse
-
Set the status for this response.
- setStatus(int, String) - Method in class com.avoka.tm.test.MockResponse
-
Deprecated.
- setStatus(String) - Method in class com.avoka.tm.job.ActionResultBuilder
-
Set the job action result status.
- setStatus(String) - Method in class com.avoka.tm.query.JobQuery
-
Set the job status query parameter.
- setStatus(String) - Method in class com.avoka.tm.util.DeliveryResultBuilder
-
The delivery process result status [ Not Ready | Ready | In Progress | Pending | Completed | Error | Undeliverable ].
- setStatusCompleted() - Method in class com.avoka.tm.func.DeliveryFuncResultBuilder
-
Set the delivery result status to be 'Completed'.
- setStatusError() - Method in class com.avoka.tm.func.DeliveryFuncResultBuilder
-
Set the delivery result status to be 'Error'.
- setStatusInProgress() - Method in class com.avoka.tm.func.DeliveryFuncResultBuilder
-
Set the delivery result status to be 'In Progress'.
- setStatusLine(String) - Method in class com.avoka.tm.http.HttpResponse
- setStrictMode(boolean) - Method in class com.avoka.tm.util.ObjectMapper
-
Set strict mapping mode.
- setSubject(String) - Method in class com.avoka.tm.svc.Emailer
-
Set the email subject line.
- setSubmitKey(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction submission key (GUID) query parameter.
- setSvcConn(SvcConn) - Method in class com.avoka.tm.http.RequestBuilder
-
Set the service connection parameter.
- setSvcDef(SvcDef) - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Set the service definition to invoke.
- setSvcDef(SvcDef) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Set the service definition to invoke.
- setSvcName(String) - Method in class com.avoka.tm.svc.JobBuilder
-
Set the job controller service name parameter.
- setSvcName(String) - Method in class com.avoka.tm.svc.ReceiptSvc
-
Set the receipt service definition name to render.
- setSvcSpaceName(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the service form space name the builder will use.
- setSvcVersion(String) - Method in class com.avoka.tm.svc.JobBuilder
-
Set the job controller service version parameter.
- setSvcVersion(String) - Method in class com.avoka.tm.svc.ReceiptSvc
-
Set the receipt service definition version to invoke.
- setTaskAllowClaim(boolean) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the Task Allow Claim Flag
- setTaskClaimed(Boolean) - Method in class com.avoka.tm.query.TxnQuery
-
Set whether to filter for claimable tasks which have been either claimed or not claimed.
- setTaskMessage(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set task message parameter.
- setTaskSubject(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the task subject parameter.
- setTaskType(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the task type parameter [ Form | Review ].
- setTemplate(String) - Method in class com.avoka.tm.util.VelTemplate
-
Set the Velocity template value.
- setTempPath(String) - Method in class com.avoka.tm.test.MockServletContext
-
Set the temporary path where files are stored during test runs.
- setText(String, String) - Method in class com.avoka.tm.util.XmlDoc
-
Set the content text on the XML element specified by the XPath expression.
- setTextContent(String) - Method in class com.avoka.tm.http.HttpResponse
-
Sets the text content in the response.
- setTime(TxnHistoryQuery.Time) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setTime(TxnQuery.Time) - Method in class com.avoka.tm.query.TxnQuery
- setTimeout(int) - Method in class com.avoka.tm.util.MemCache
-
Set the mem cache timeout in minutes.
- setTimeouts(int, int) - Method in class com.avoka.tm.http.HttpRequest
-
Set the connect and socket timeouts in milliseconds.
- setTimeTaskExpiry(Date) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the Task Expiry Time
- setTimeTxnExpiry(Date) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the Txn Expiry Date
- setToAddress(String) - Method in class com.avoka.tm.svc.Emailer
-
Set the address to send the email to.
- setTrackingCode(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setTrackingCode(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction tracking code query parameter.
- setTransRefNumber(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set transaction reference number parameter.
- setTxn(Txn) - Method in class com.avoka.tm.query.PropertyQuery
-
Set the transaction to resolve the property value against.
- setTxn(Txn) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction query parameter.
- setTxn(Txn) - Method in class com.avoka.tm.svc.Emailer
-
Set the transaction to resolve the email service with.
- setTxn(Txn) - Method in class com.avoka.tm.svc.ErrorLogger
-
Set the transaction to associate with the error log.
- setTxn(Txn) - Method in class com.avoka.tm.svc.EventLogger
-
Set the transaction to associate with the event log.
- setTxn(Txn) - Method in class com.avoka.tm.svc.ReceiptSvc
-
Set the transaction parameter.
- setTxn(Txn) - Method in class com.avoka.tm.util.TxnUrlBuilder
-
Set the transaction property.
- setTxnId(Long) - Method in class com.avoka.tm.svc.Emailer
-
Set the transaction id to resolve the email service with.
- setTxnId(Long) - Method in class com.avoka.tm.svc.ErrorLogger
-
Set the transaction record id to associate with the error log.
- setTxnId(Long) - Method in class com.avoka.tm.svc.EventLogger
-
Set the transaction record id to associate with the event log.
- setTxnId(Number) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the txn id query parameter.
- setTxnReceiptNumber(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the txn receipt number query parameter.
- setTxnReferenceNumber(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction reference number query parameter.
- setTxnRefNumber(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setTxns(List<Txn>) - Method in class com.avoka.tm.svc.MergeReceiptSvc
-
Set the transaction list parameter.
- setTxnTrackingCode(String) - Method in class com.avoka.tm.query.PaymentLogQuery
-
Set the txn tracking code query parameter.
- setTxnXml(String) - Method in class com.avoka.tm.svc.TxnBuilder
-
Set txn xml parameter.
- setType(UserEmailer.EmailType) - Method in class com.avoka.tm.svc.UserEmailer
-
Set the email type emailer parameter.
- setType(String) - Method in class com.avoka.tm.query.GroupQuery
-
Set the group type parameter.
- setType(String) - Method in class com.avoka.tm.query.SvcConnQuery
-
Set the service connection type query parameter.
- setType(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the service definition type parameter.
- setType(String) - Method in class com.avoka.tm.svc.ErrorLogger
-
Set the error log type property use to classify the error log record.
- setUrlDecodeResponse() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to URL decode the SAML response befpre Base64 decoding.
- setUseMultiPartContentType(boolean) - Method in class com.avoka.tm.test.MockRequest
-
True will force Request to generate multiPart ContentType and ContentLength.
- setUser(User) - Method in class com.avoka.tm.security.AccountUserDetailsBuilder
-
Set the User.
- setUser(User) - Method in class com.avoka.tm.svc.TxnUpdater
-
The user value to set on the transaction.
- setUserAgent(String) - Method in class com.avoka.tm.http.HttpRequest
-
Set the 'User-Agent' header.
- setUserKey(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user key query parameter.
- setUserLoginName(String) - Method in class com.avoka.tm.query.JobQuery
-
Set the job transaction user's login name (username).
- setUserLoginName(String) - Method in class com.avoka.tm.query.TxnQuery
-
Set the transaction user's login name (username).
- setUsername(String) - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Set the service connection's username to update.
- setUserPrincipal(Principal) - Method in class com.avoka.tm.test.MockRequest
-
Set the user principal.
- setUserSaved(boolean) - Method in class com.avoka.tm.query.TxnQuery
-
Set the user saved query parameter.
- setUserSaved(boolean) - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the user saved to the transaction.
- setUserType(String) - Method in class com.avoka.tm.query.UserQuery
-
Set the user type [ Local | LDAP | SSO ] query parameter.
- setUserType(String) - Method in class com.avoka.tm.svc.UserBuilder
-
Set the user type parameter [ Local | LDAP | SSO ].
- setUseSystemProxy(boolean) - Method in class com.avoka.tm.http.HttpRequest
-
Specify whether to use proxy in system properties.
- setValidationCertData(byte[]) - Method in class com.avoka.tm.security.Saml2Parser
-
Sets the token signing certificate used for validating the SAML2 Signature.
- setValue(Object) - Method in class com.avoka.tm.util.MemCache
-
Set the value to cache in memory with the specified key and cacheTimeout properties.
- setValue(String) - Method in class com.avoka.tm.svc.PropertyBuilder
-
Set the property value parameter.
- setValue(String) - Method in class com.avoka.tm.svc.RefDataSvc
-
Set the value of the reference data set.
- setVerificationTemplate(boolean) - Method in class com.avoka.tm.svc.Emailer
-
Set to use the Email Verification.
- setVersion(String) - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the service definition version parameter.
- setVersion(String) - Method in class com.avoka.tm.svc.FluentFuncInvoker
-
Set the function version to invoke.
- setVersion(String) - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Set the service definition version to invoke.
- setVersion(String) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Set the service definition version to invoke.
- setVersionNumber(int) - Method in class com.avoka.tm.query.SvcDefQuery
-
Deprecated.
- setVersionNumber(int) - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Deprecated.
- setVersionNumber(int) - Method in class com.avoka.tm.svc.ServiceInvoker
-
Deprecated.
- setVersionNumber(String) - Method in class com.avoka.tm.query.TxnHistoryQuery
- setWebappPath(String) - Method in class com.avoka.tm.test.MockServletContext
-
Sets the mock web application path to the specified webappPath.
- setWriteToLogger(boolean) - Method in class com.avoka.tm.svc.EventLogger
-
Specify whether to write a message to the Log4J server.log file.
- setXPath(String) - Method in class com.avoka.tm.util.ObjectMapper
-
Set the explicit XPath parameter.
- skipAssertionAuthnStatementCheck() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the execution of the Assertion AuthnStatment checks.
- skipAssertionConditionCheck() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the execution of checks associated with the Assertion Condition.
- skipAssertionSignatureValidation() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the execution of the Assertion Signature Validation checks.
- skipAssertionSubjectCheck() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the execution of checks associated with the Assertion Subject.
- skipDestinationEndpointCheck() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the execution of checks associated with the Response.
- skipRequireEncryption() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the encryption requirement and allow an unencypted SAML token to be parsed.
- skipResponseDateCheck() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the execution of the Response Date Check on the Response:@IssueInstant timestamp attribute.
- skipResponseSignatureValidation() - Method in class com.avoka.tm.security.Saml2Parser
-
Specify whether to skip the execution of the Response Signature Validation.
- sleep(long) - Static method in class com.avoka.tm.util.Threads
-
Causes the currently executing thread to sleep for the specified number of milliseconds (max 30,000ms).
- SNAKE_CASE - com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Naming convention where words are in lower_case letters, separated by underscores.
- Space - Class in com.avoka.tm.vo
-
Provide a Form Space value object class.
- Space() - Constructor for class com.avoka.tm.vo.Space
- Space(Portal) - Constructor for class com.avoka.tm.vo.Space
-
Create a Space value object with the given portal entity parameter.
- Space(Map) - Constructor for class com.avoka.tm.vo.Space
-
Create a unit testing Space value object with the given fields.
- SpaceQuery - Class in com.avoka.tm.query
-
Provides a form space query class.
- SpaceQuery() - Constructor for class com.avoka.tm.query.SpaceQuery
- SpaceUtils - Class in com.avoka.tm.util
-
Provides space utils for fluent API classes.
- SpaceUtils() - Constructor for class com.avoka.tm.util.SpaceUtils
- ssoAuthToken - Variable in class com.avoka.tm.security.Saml2ParserResult
-
The ssoAuthToken (SsoAuthToken) holds the parsed user details from the SAML Response.
- SsoAuthToken - Class in com.avoka.tm.security
-
Provides an SSO Authentication Token returned by the Saml2Parser in the Saml2ParserResult.
- SsoAuthToken(String) - Constructor for class com.avoka.tm.security.SsoAuthToken
-
Creates a new SSO Auth Token for the specified login name.
- SsoAuthToken(String, Collection<GrantedAuthority>) - Constructor for class com.avoka.tm.security.SsoAuthToken
-
Creates a new SSO Auth Token for the specified login name and granted authorities (groups).
- SsoAuthToken(String, Map<String, Object>) - Constructor for class com.avoka.tm.security.SsoAuthToken
-
Creates a new SSO Auth Token for the specified login name and attributes.
- SsoAuthToken(String, Map<String, Object>, List<String>) - Constructor for class com.avoka.tm.security.SsoAuthToken
-
Creates a new SSO Auth Token for the specified login name, attributes and groups the user belongs to.
- SsoAuthToken(String, Map<String, Object>, Set<String>) - Constructor for class com.avoka.tm.security.SsoAuthToken
-
Creates a new SSO Auth Token for the specified login name, attributes and groups the user belongs to.
- startAsync() - Method in class com.avoka.tm.test.MockRequest
- startAsync(ServletRequest, ServletResponse) - Method in class com.avoka.tm.test.MockRequest
- status - Variable in class com.avoka.tm.func.DeliveryFuncResult
-
The delivery function result.
- STATUS_ACTIVE - Static variable in class com.avoka.tm.vo.User
-
The "Active" user status.
- STATUS_ASSIGNED - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Assigned" status.
- STATUS_CANCELLED - Static variable in class com.avoka.tm.vo.Job
-
The job "Cancelled" status.
- STATUS_CANCELLED - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Cancelled" status.
- STATUS_CANCELLED - Static variable in class com.avoka.tm.vo.JobStep
-
The job step "Cancelled" status.
- STATUS_COMPLETED - Static variable in class com.avoka.tm.func.DeliveryFuncResult
-
The delivery 'Completed' status.
- STATUS_COMPLETED - Static variable in class com.avoka.tm.vo.Job
-
The job "Completed" status.
- STATUS_COMPLETED - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Completed" status.
- STATUS_COMPLETED - Static variable in class com.avoka.tm.vo.JobStep
-
The job step "Completed" status.
- STATUS_ERROR - Static variable in class com.avoka.tm.func.DeliveryFuncResult
-
The delivery 'Error' status.
- STATUS_ERROR - Static variable in class com.avoka.tm.vo.Job
-
The job "Error" status.
- STATUS_ERROR - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Error" status.
- STATUS_EXPIRED - Static variable in class com.avoka.tm.vo.Job
-
The job "Expired" status.
- STATUS_EXPIRED - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Expired" status.
- STATUS_EXPIRED - Static variable in class com.avoka.tm.vo.JobStep
-
The job step "Expired" status.
- STATUS_IN_PROGRESS - Static variable in class com.avoka.tm.func.DeliveryFuncResult
-
The delivery 'In Progress' status.
- STATUS_IN_PROGRESS - Static variable in class com.avoka.tm.vo.Job
-
The job "In Progress" status.
- STATUS_IN_PROGRESS - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "In Progress" status.
- STATUS_IN_PROGRESS - Static variable in class com.avoka.tm.vo.JobStep
-
The job step "In Progress" status.
- STATUS_INACTIVE - Static variable in class com.avoka.tm.vo.User
-
The "Inactive" user status.
- STATUS_INVOKED - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Invoked" status.
- STATUS_LOCKED - Static variable in class com.avoka.tm.vo.User
-
The "Locked" user status.
- STATUS_LOCKED_TEMPORARILY - Static variable in class com.avoka.tm.vo.User
-
The "Locked Temporarily" user status.
- STATUS_PAUSED - Static variable in class com.avoka.tm.vo.Job
-
The job "Paused" status.
- STATUS_PENDING - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Pending" status.
- STATUS_PENDING - Static variable in class com.avoka.tm.vo.User
-
The "Pending" user status.
- STATUS_READY - Static variable in class com.avoka.tm.vo.JobAction
-
The job step "Ready" status.
- STATUS_REJECTED - Static variable in class com.avoka.tm.vo.User
-
The "Rejected" user status.
- storeSessionEntryUrl(HttpServletRequest) - Static method in class com.avoka.tm.util.Security
-
Stores the Entry URL in the session for SSO integration support.
- SvcConn - Class in com.avoka.tm.vo
-
Provides a Service Connection value object.
- SvcConn() - Constructor for class com.avoka.tm.vo.SvcConn
- SvcConn(ServiceConnection) - Constructor for class com.avoka.tm.vo.SvcConn
-
Create a service connection value object from the given entity parameter.
- SvcConn(Map) - Constructor for class com.avoka.tm.vo.SvcConn
-
Create a unit testing SvcConn value object with the given fields.
- SvcConnQuery - Class in com.avoka.tm.query
-
Provides a service connection value object query class.
- SvcConnQuery() - Constructor for class com.avoka.tm.query.SvcConnQuery
- SvcConnUpdater - Class in com.avoka.tm.svc
-
Provides a service connection value object updater class.
- SvcConnUpdater() - Constructor for class com.avoka.tm.svc.SvcConnUpdater
-
Create a service connection updater.
- SvcConnUpdater(SvcConn) - Constructor for class com.avoka.tm.svc.SvcConnUpdater
-
Create a a service connection updater for the given svcConn value object.
- svcDef - Variable in class com.avoka.tm.func.FuncParam
-
The service definition VO.
- svcDef - Variable in class com.avoka.tm.test.AbstractJUnitTest
-
Service definition.
- SvcDef - Class in com.avoka.tm.vo
-
Provide a Service Definition value object class.
- SvcDef() - Constructor for class com.avoka.tm.vo.SvcDef
- SvcDef(ServiceDefinition) - Constructor for class com.avoka.tm.vo.SvcDef
-
Create a service definition value object from the given entity.
- SvcDef(SvcDef, Map<String, String>) - Constructor for class com.avoka.tm.vo.SvcDef
-
Create a service definition value object from the given entity and put additional parameters to the service definition's parameters map.
- SvcDef(Map) - Constructor for class com.avoka.tm.vo.SvcDef
-
Create a unit testing SvcDef value object with the given fields.
- SvcDefQuery - Class in com.avoka.tm.query
-
Provides a service definition value object query class.
- SvcDefQuery() - Constructor for class com.avoka.tm.query.SvcDefQuery
T
- testParams - Variable in class com.avoka.tm.test.AbstractJUnitTest
-
Test parameters.
- thenReturn(HttpResponse) - Method in class com.avoka.tm.test.MockRegister
-
Resolves the previously set HttpRequest (via when(HttpRequest) and registers the given HttpResponse for it in the mock test request registry.
- thenReturn(Object) - Method in class com.avoka.tm.test.MockRegister
-
Resolves the previously set SvcDef (via when(SvcDef) and registers the given Object for it in the mock test service registry.
- Threads - Class in com.avoka.tm.util
-
Provides Thread functions.
- toFormattedString() - Method in class com.avoka.tm.util.XmlDoc
-
Return the formatted string representation of the Document.
- toHash(String) - Static method in class com.avoka.tm.util.SearchHashUtils
-
Encodes the string provided using the class' hash salt.
- toHashAsPlain(String) - Static method in class com.avoka.tm.util.SearchHashUtils
-
Encodes the string provided using the class' hash salt, Support for previous versions that did not turn string into uppercase.
- toString() - Method in class com.avoka.tm.func.FormFuncResult
- toString() - Method in class com.avoka.tm.func.FuncParam
- toString() - Method in class com.avoka.tm.func.FuncResult
- toString() - Method in class com.avoka.tm.func.ValidationError
- toString() - Method in class com.avoka.tm.http.HttpRequest.FileParam
- toString() - Method in class com.avoka.tm.http.HttpRequest.Param
- toString() - Method in class com.avoka.tm.http.HttpRequest
-
Return the string representation of this class.
- toString() - Method in class com.avoka.tm.http.HttpResponse
-
Return the string representation of this class.
- toString() - Method in exception com.avoka.tm.test.JUnitTestException
-
Return a string representation of this object.
- toString() - Method in class com.avoka.tm.test.JUnitTestRunner.TestWrapper
- toString() - Method in class com.avoka.tm.test.MockRequest
-
Returns the String representation of the mock request.
- toString() - Method in class com.avoka.tm.util.XmlDoc
-
Return the string representation of the Document.
- toString() - Method in class com.avoka.tm.vo.AccountUserDetails
-
Returns a string representation of the Account User Details object
- toString() - Method in class com.avoka.tm.vo.Comment
- toString() - Method in class com.avoka.tm.vo.FileAttach
- toString() - Method in class com.avoka.tm.vo.Form
- toString() - Method in class com.avoka.tm.vo.Group
- toString() - Method in class com.avoka.tm.vo.Job
- toString() - Method in class com.avoka.tm.vo.JobAction
- toString() - Method in class com.avoka.tm.vo.JobStep
- toString() - Method in class com.avoka.tm.vo.PaymentLog
- toString() - Method in class com.avoka.tm.vo.SecurityMgr
- toString() - Method in class com.avoka.tm.vo.Space
- toString() - Method in class com.avoka.tm.vo.SvcConn
- toString() - Method in class com.avoka.tm.vo.SvcDef
- toString() - Method in class com.avoka.tm.vo.Txn
- toString() - Method in class com.avoka.tm.vo.TxnCheckpoint
- toString() - Method in class com.avoka.tm.vo.TxnDeliveryFunc
- toString() - Method in class com.avoka.tm.vo.User
- TrackingCodeBuilder - Class in com.avoka.tm.svc
-
Provides a unique random tracking code builder.
- TrackingCodeBuilder() - Constructor for class com.avoka.tm.svc.TrackingCodeBuilder
- trackingCodeExists(String) - Method in class com.avoka.tm.svc.TrackingCodeBuilder
-
Return true if the specified tracking code is already used.
- trigger - Variable in class com.avoka.tm.func.FuncParam
-
The function trigger.
- TRIGGER_BACKGROUND_DELIVERY - Static variable in class com.avoka.tm.func.FuncParam
-
The 'Background Delivery' function trigger.
- TRIGGER_FORM_FUNCTION - Static variable in class com.avoka.tm.func.FuncParam
-
The 'Form Function' function trigger.
- TRIGGER_FORM_INELIGIBLE - Static variable in class com.avoka.tm.func.FuncParam
-
The 'Form Ineligible' function trigger.
- TRIGGER_FORM_OPEN - Static variable in class com.avoka.tm.func.FuncParam
-
The 'Form Open' function trigger.
- TRIGGER_FORM_RESUME - Static variable in class com.avoka.tm.func.FuncParam
-
The 'Form Resume' function trigger.
- TRIGGER_FORM_UPDATE - Static variable in class com.avoka.tm.func.FuncParam
-
The 'Form Update' function trigger.
- TRIGGER_USER_CANCEL - Static variable in class com.avoka.tm.func.FuncParam
-
The 'User Cancel' function trigger.
- TRIGGER_USER_SAVE - Static variable in class com.avoka.tm.func.FuncParam
-
The 'User Save' function trigger.
- TRIGGER_USER_SUBMIT - Static variable in class com.avoka.tm.func.FuncParam
-
The 'User Submit' function trigger.
- txn - Variable in class com.avoka.tm.func.FuncParam
-
The transaction VO.
- Txn - Class in com.avoka.tm.vo
-
Provide a Transaction value object class.
- Txn() - Constructor for class com.avoka.tm.vo.Txn
- Txn(Submission, Map<String, String>, String, Set<String>, Map<String, String>, byte[], List<FileAttach>, List<TxnDeliveryFunc>, List<Comment>) - Constructor for class com.avoka.tm.vo.Txn
-
Create a Txn value object with the given parameters.
- Txn(Map) - Constructor for class com.avoka.tm.vo.Txn
-
Create a unit testing Txn value object with the given fields.
- TxnBuilder - Class in com.avoka.tm.svc
-
Provides a Txn value object builder class.
- TxnBuilder() - Constructor for class com.avoka.tm.svc.TxnBuilder
- TxnCheckpoint - Class in com.avoka.tm.vo
-
Provides a Transaction Delivery Checkpoint value object.
- TxnCheckpoint() - Constructor for class com.avoka.tm.vo.TxnCheckpoint
- TxnCheckpoint(String, String, String, Date) - Constructor for class com.avoka.tm.vo.TxnCheckpoint
-
Create a transaction delivery checkpoint value object.
- TxnCheckpointSvc - Class in com.avoka.tm.svc
-
Provides a transaction delivery checkpoint service.
- TxnCheckpointSvc(Txn) - Constructor for class com.avoka.tm.svc.TxnCheckpointSvc
-
Create a transaction delivery checkpoint service for the given transaction.
- TxnDeliveryFunc - Class in com.avoka.tm.vo
-
Provides a Transaction Delivery Func value object.
- TxnDeliveryFunc() - Constructor for class com.avoka.tm.vo.TxnDeliveryFunc
- TxnDeliveryFunc(SubmissionDeliveryFunc) - Constructor for class com.avoka.tm.vo.TxnDeliveryFunc
-
Create a transaction delivery function value object.
- TxnDeliveryFunc(Map) - Constructor for class com.avoka.tm.vo.TxnDeliveryFunc
-
Create a unit testing TxnDeliveryFunc value object with the given fields.
- TxnHistoryQuery - Class in com.avoka.tm.query
-
Provides a Transaction History Query class.
- TxnHistoryQuery() - Constructor for class com.avoka.tm.query.TxnHistoryQuery
- TxnHistoryQuery.Time - Enum in com.avoka.tm.query
-
The startDate and endDate filter time type.
- txnIdList - Variable in class com.avoka.tm.vo.Job
-
The list of job transaction ids.
- TxnQuery - Class in com.avoka.tm.query
-
Provides a transaction value object query class.
- TxnQuery() - Constructor for class com.avoka.tm.query.TxnQuery
- TxnQuery.Time - Enum in com.avoka.tm.query
-
The startDate and endDate filter time type.
- TxnUpdater - Class in com.avoka.tm.svc
-
Provides a transaction value object updater class.
- TxnUpdater() - Constructor for class com.avoka.tm.svc.TxnUpdater
-
Create a transaction updater.
- TxnUpdater(Txn) - Constructor for class com.avoka.tm.svc.TxnUpdater
-
Create a transaction updater for the given txn value object.
- TxnUpdater.AbandonMode - Enum in com.avoka.tm.svc
- TxnUrlBuilder - Class in com.avoka.tm.util
-
Provides a transaction form and PDF receipt URL builder class.
- TxnUrlBuilder() - Constructor for class com.avoka.tm.util.TxnUrlBuilder
- TxnVoBuilder - Class in com.avoka.tm.vo
-
Provides a Txn value object builder class.
- TxnVoBuilder() - Constructor for class com.avoka.tm.vo.TxnVoBuilder
- TYPE_ALERT - Static variable in class com.avoka.tm.vo.Group
-
The 'Alert' group type.
- TYPE_FORM - Static variable in class com.avoka.tm.vo.Group
-
The 'Form' group type.
- TYPE_JOB - Static variable in class com.avoka.tm.vo.Group
-
The 'Job' group type.
- TYPE_LDAP - Static variable in class com.avoka.tm.vo.User
-
The "LDAP" user type.
- TYPE_LOCAL - Static variable in class com.avoka.tm.vo.User
-
The "Local" user type.
- TYPE_SSO - Static variable in class com.avoka.tm.vo.User
-
The "SSO" user type.
U
- update() - Method in class com.avoka.tm.svc.JobUpdater
-
Update the identified job with the specified parameters.
- update() - Method in class com.avoka.tm.svc.SvcConnUpdater
-
Update the identified service connection with the specified parameters.
- update() - Method in class com.avoka.tm.svc.TxnUpdater
-
Update the identified transaction with the specified parameters, and return a new immutable Txn value object.
- update() - Method in class com.avoka.tm.svc.UserBuilder
-
Update the user account specified by the loginName parameter and return the update User value object.
- update(Document) - Method in class com.avoka.tm.util.ObjectMapper
-
Update object of the generic T type.
- upgrade(Class) - Method in class com.avoka.tm.test.MockRequest
- UPPER_CAMEL_CASE - com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Naming convention where words are capitalized and no separator is used between words.
- user - Variable in class com.avoka.tm.func.FuncParam
-
The user VO.
- User - Class in com.avoka.tm.vo
-
Provide a User value object class.
- User() - Constructor for class com.avoka.tm.vo.User
- User(UserAccount) - Constructor for class com.avoka.tm.vo.User
-
Create a User value object with the given user account entity.
- User(UserAccount, Set<String>) - Constructor for class com.avoka.tm.vo.User
-
Create a User value object with the given user account entity and group names.
- User(Map) - Constructor for class com.avoka.tm.vo.User
-
Create a unit testing User value object with the given fields.
- USER_LAST_MODIFIED - com.avoka.tm.query.TxnQuery.Time
- UserBuilder - Class in com.avoka.tm.svc
-
Provides a User value object builder class.
- UserBuilder() - Constructor for class com.avoka.tm.svc.UserBuilder
-
Create a User service object
- UserBuilder(String) - Constructor for class com.avoka.tm.svc.UserBuilder
-
Create a User service object with the given request.
- UserBuilder(HttpServletRequest) - Constructor for class com.avoka.tm.svc.UserBuilder
-
Create a User service object with the given request.
- UserEmailer - Class in com.avoka.tm.svc
-
Provides a User Email service.
- UserEmailer() - Constructor for class com.avoka.tm.svc.UserEmailer
- UserEmailer.EmailType - Enum in com.avoka.tm.svc
- UserNotActiveException - Exception in com.avoka.tm.security
-
Provides an exception used to denote that a user is inactive.
- UserNotActiveException(String, String) - Constructor for exception com.avoka.tm.security.UserNotActiveException
-
Create a UserNotActiveException with the specified parameters
- UserQuery - Class in com.avoka.tm.query
-
Provides a user value object query class.
- UserQuery() - Constructor for class com.avoka.tm.query.UserQuery
V
- val(String) - Method in class com.avoka.tm.util.Path
-
Return the value for the given expression.
- ValidationError - Class in com.avoka.tm.func
-
Provides a Form function validation error.
- ValidationError(String) - Constructor for class com.avoka.tm.func.ValidationError
-
Create a validation error with the given errorKey.
- ValidationError(String, String) - Constructor for class com.avoka.tm.func.ValidationError
-
Create a validation error with the given errorKey and data path.
- ValidationError(String, String, Map<String, Object>) - Constructor for class com.avoka.tm.func.ValidationError
-
Create a validation error with the given errorKey, data path and parameters.
- validationErrors - Variable in class com.avoka.tm.security.Saml2ParserResult
-
contains a List of the validation error messages.
- vals(String) - Method in class com.avoka.tm.util.Path
-
Return the list of values for the given expression.
- value - Variable in class com.avoka.tm.http.HttpRequest.Param
-
Param Value.
- valueOf(String) - Static method in enum com.avoka.tm.query.TxnHistoryQuery.Time
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.avoka.tm.query.TxnQuery.Time
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.avoka.tm.svc.ReceiptSvc.ReceiptMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.avoka.tm.svc.TxnUpdater.AbandonMode
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.avoka.tm.svc.UserEmailer.EmailType
-
Returns the enum constant of this type with the specified name.
- valueOf(String) - Static method in enum com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Returns the enum constant of this type with the specified name.
- values() - Static method in enum com.avoka.tm.query.TxnHistoryQuery.Time
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.avoka.tm.query.TxnQuery.Time
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.avoka.tm.svc.ReceiptSvc.ReceiptMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.avoka.tm.svc.TxnUpdater.AbandonMode
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.avoka.tm.svc.UserEmailer.EmailType
-
Returns an array containing the constants of this enum type, in the order they are declared.
- values() - Static method in enum com.avoka.tm.util.ObjectMapper.MappingStrategy
-
Returns an array containing the constants of this enum type, in the order they are declared.
- VelTemplate - Class in com.avoka.tm.util
-
Provides a Apache Velocity templating class.
- VelTemplate() - Constructor for class com.avoka.tm.util.VelTemplate
- VERIFICATION - com.avoka.tm.svc.UserEmailer.EmailType
W
- warn(Object) - Method in class com.avoka.tm.util.Logger
-
Log the given WARN level message.
- warn(String) - Method in class com.avoka.tm.util.Logger
-
Log the given WARN level message.
- WEB - com.avoka.tm.svc.ReceiptSvc.ReceiptMode
- WELCOME - com.avoka.tm.svc.UserEmailer.EmailType
- when(HttpRequest) - Method in class com.avoka.tm.test.MockRegister
-
Set the mock test context request registry key (the HttpRequest).
- when(SvcDef) - Method in class com.avoka.tm.test.MockRegister
-
Set the mock test context service registry key (the SvcDef).
- withAll() - Method in class com.avoka.tm.query.TxnQuery
-
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.
- withAll() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with all the associated attachments map, form data map, form XML, group names, property map, receipt PDF data, etc.
- withAll() - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include all txn attributes
- withAllowClaimFlag() - Method in class com.avoka.tm.svc.TxnBuilder
-
Set allow claim flag parameter to
true
. - withComments() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated transaction workspaces comments.
- withComments() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the comments.
- withComments(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include workspaces comments.
- withCurrentVersion() - Method in class com.avoka.tm.query.SvcDefQuery
-
Set the query to return the service definition of current version.
- withDeliveryFuncs() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated transaction delivery functions.
- withDeliveryFuncs() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the associated transaction delivery functions.
- withDeliveryFuncs(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include delivery functions list.
- withFileAttachList() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated file attachment list.
- withFileAttachList() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the associated file attachment list.
- withFileAttachList(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include file attachment list.
- withFormDataMap() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated form data map information.
- withFormDataMap() - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the query to return the transaction with the associated form data map information.
- withFormDataMap() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the associated form data map information.
- withFormDataMap(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include form data map extracts
- withFormXml() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated form XML information.
- withFormXml() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the associated form XML information.
- withFormXml(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include form XML data.
- withGroupNames() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated group names information.
- withGroupNames() - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the query to return the transaction with the associated group names information.
- withGroupNames() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the associated group names information.
- withGroupNames(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include group names list.
- withHighestVersion() - Method in class com.avoka.tm.svc.GroovyServiceInvoker
-
Set flag to invoke the service with highest version number.
- withHighestVersion() - Method in class com.avoka.tm.svc.ServiceInvoker
-
Set flag to invoke the service with highest version number.
- withNone() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with none of the associated attachments map, form data map, form XML, group names, property map, receipt PDF data, etc.
- withPropertyMap() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated property map information.
- withPropertyMap() - Method in class com.avoka.tm.svc.TxnBuilder
-
Set the query to return the transaction with the associated property map information.
- withPropertyMap() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the associated property map information.
- withPropertyMap(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include property map.
- withReceiptPdf() - Method in class com.avoka.tm.query.TxnQuery
-
Set the query to return the transaction with the associated receipt PDF data.
- withReceiptPdf() - Method in class com.avoka.tm.svc.TxnUpdater
-
Set the updater to return the transaction with the associated receipt PDF data.
- withReceiptPdf(boolean) - Method in class com.avoka.tm.vo.TxnVoBuilder
-
Specify whether to include receipt PDF data.
- withSendEmailFlag() - Method in class com.avoka.tm.svc.TxnBuilder
-
Set send email flag parameter to
true
. - withUpdatedLockStatus() - Method in class com.avoka.tm.svc.UserBuilder
-
Set the flag to unlock user if they were locked temporarily and the lockout duration has passed.
- withUserDeletableFlag() - Method in class com.avoka.tm.svc.TxnBuilder
-
Set user deletable flag parameter to
true
.
X
- XmlDoc - Class in com.avoka.tm.util
-
Provides XML Document class for use in Groovy scripts.
- XmlDoc(Object) - Constructor for class com.avoka.tm.util.XmlDoc
-
Create an XmlDoc object from the given XML source, either String, Document, InputStream or byte[].
All Classes All Packages