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

A

AbstractJUnitTest - Class in com.avoka.tm.test
Provides an abstraction utility for unit testing.
AbstractJUnitTest() - Constructor for class com.avoka.tm.test.AbstractJUnitTest
 
accountStatus - Variable in class com.avoka.tm.vo.User
The user account status [ Active | Inactive | Locked | Locked Temporarily | Pending | Rejected ].
actionAttempts - Variable in class com.avoka.tm.vo.JobAction
The job action attempts.
actionMaxAttempts - Variable in class com.avoka.tm.vo.JobAction
The job action maximum attempts.
actionMessage - Variable in class com.avoka.tm.vo.JobAction
The job action message.
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
 
actionServiceId - Variable in class com.avoka.tm.vo.JobAction
The job action service definition id (PK).
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.JobQuery
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.JobQuery
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.
assignRepeatIndex - Variable in class com.avoka.tm.vo.JobAction
The assign repeat index.
assignRepeatItem - Variable in class com.avoka.tm.vo.JobAction
The assign repeat item.
attachKey - Variable in class com.avoka.tm.vo.FileAttach
The required attachment key.
attachmentsStatus - Variable in class com.avoka.tm.vo.Txn
The attachment status [ Required | Optional | Completed ].
attachName - Variable in class com.avoka.tm.vo.FileAttach
The required attachment name.
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.svc.DeliveryTxnBuilder
Build a delivery transaction with a Delivery Status of "Ready" using the specified parameters.
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

changeSessionId() - Method in class com.avoka.tm.test.MockRequest
 
checkpoints - Variable in class com.avoka.tm.vo.Txn
The list of transaction delivery checkpoints.
className - Variable in class com.avoka.tm.vo.SvcDef
The service definition class name.
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.
clientCode - Variable in class com.avoka.tm.vo.Job
The organization client code.
clientCode - Variable in class com.avoka.tm.vo.SvcConn
The organization client code.
clientCode - Variable in class com.avoka.tm.vo.SvcDef
The organization client code.
clientCode - Variable in class com.avoka.tm.vo.Txn
The organization code.
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.
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.
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.
contentType - Variable in class com.avoka.tm.vo.FileAttach
The file attachment content type.
contextPath - Variable in class com.avoka.tm.vo.Space
The space context path.
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.
controllerServiceId - Variable in class com.avoka.tm.vo.Job
The job controller service id.
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.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.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.
createdAt - Variable in class com.avoka.tm.vo.SvcDef
The time the service definition was created.
createdBy - Variable in class com.avoka.tm.vo.SvcDef
The user who created the service definition.
createdTime - Variable in class com.avoka.tm.vo.User
The time the user was created.
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.
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.
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.
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.
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().
currentJobActionId - Variable in class com.avoka.tm.vo.JobStep
The current job action id (PK).
currentJobStepId - Variable in class com.avoka.tm.vo.Job
The current job step id (PK).

D

data - Variable in class com.avoka.tm.func.FuncResult
Specify any result data.
dataDeleted - Variable in class com.avoka.tm.vo.FileAttach
The file attachment data has been deleted.
dataDeleted - Variable in class com.avoka.tm.vo.Txn
The transaction user PII data has been deleted.
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_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.
deliveryAttempts - Variable in class com.avoka.tm.vo.TxnDeliveryFunc
The number of function delivery attempts performed.
deliveryChannel - Variable in class com.avoka.tm.func.DeliveryFuncResult
The delivery channel name to switch to (optional).
deliveryChannel - Variable in class com.avoka.tm.vo.Txn
The organization delivery channel name.
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
 
deliveryFuncs - Variable in class com.avoka.tm.vo.Txn
The transaction delivery functions list.
deliveryMaxAttempts - Variable in class com.avoka.tm.vo.Txn
The delivery max attempts.
deliveryMessage - Variable in class com.avoka.tm.vo.Txn
The delivery message.
deliveryMethod - Variable in class com.avoka.tm.vo.Txn
The delivery method [ Email | Email Secure | Delivery Process | REST Service | Web Service ].
deliveryProcessAttempts - Variable in class com.avoka.tm.vo.Txn
The delivery process attempts.
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
 
deliveryStatus - Variable in class com.avoka.tm.vo.Txn
The delivery status [ Not Ready | Ready | Sent Email | In Progress | Pending | Completed | Error | Undeliverable | Not Required ].
deliveryStatus - Variable in class com.avoka.tm.vo.TxnDeliveryFunc
The current delivery status.
DeliveryTxnBuilder - Class in com.avoka.tm.svc
Provides a delivery transaction builder class.
DeliveryTxnBuilder() - Constructor for class com.avoka.tm.svc.DeliveryTxnBuilder
 
description - Variable in class com.avoka.tm.vo.Form
The current form versions description property.
description - Variable in class com.avoka.tm.vo.Group
The group description.
description - Variable in class com.avoka.tm.vo.Space
The space name.
description - Variable in class com.avoka.tm.vo.SvcDef
The service description.
description - Variable in class com.avoka.tm.vo.TxnCheckpoint
The transaction delivery checkpoint description.
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 - Variable in class com.avoka.tm.vo.User
The user email address.
emailAddress - Variable in class com.avoka.tm.vo.Txn
The contact email address.
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.
endpoint - Variable in class com.avoka.tm.vo.SvcConn
The service connection endpoint.
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.
expiryServiceId - Variable in class com.avoka.tm.vo.JobStep
The job step expiry service id (PK).
externalReferenceNumber - Variable in class com.avoka.tm.vo.JobAction
The job action external reference number.
externalUserId - Variable in class com.avoka.tm.vo.Txn
The transaction external user id.

F

failedLoginAttempts - Variable in class com.avoka.tm.vo.User
The number of failed login attempts.
FileAttach - Class in com.avoka.tm.vo
Provide a Transaction File Attachment value object class.
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.
fileAttachList - Variable in class com.avoka.tm.vo.Txn
The file attachments list.
fileData - Variable in class com.avoka.tm.http.HttpRequest.FileParam
File Data.
fileData - Variable in class com.avoka.tm.vo.FileAttach
The attachment file data.
fileData - Variable in class com.avoka.tm.vo.SvcConn
The service connection file data.
fileDataHash - Variable in class com.avoka.tm.vo.FileAttach
The attachment file data hash (SHA256).
fileName - Variable in class com.avoka.tm.http.HttpRequest.FileParam
File Name.
fileName - Variable in class com.avoka.tm.vo.FileAttach
The attachment file name.
fileName - Variable in class com.avoka.tm.vo.SvcConn
The service connection file name.
fileSize - Variable in class com.avoka.tm.vo.FileAttach
The attachment file data size in bytes.
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.JobQuery
Execute the query and return the first job 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.
firstName - Variable in class com.avoka.tm.vo.User
The user first name (given name).
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.JobQuery
Execute the query and return the first job 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(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.
formAbandonmentType - Variable in class com.avoka.tm.vo.Txn
The type of form abandonment [ Bounced | Started | Cancelled | Submitted | Saved ].
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.
formCode - Variable in class com.avoka.tm.vo.Form
The form code.
formCode - Variable in class com.avoka.tm.vo.Txn
The form code, globally unique identifier.
formDataMap - Variable in class com.avoka.tm.vo.Txn
The form data map (data extracts).
FormFuncResult - Class in com.avoka.tm.func
Provides a Fluent form function result class.
FormFuncResult() - Constructor for class com.avoka.tm.func.FormFuncResult
 
formId - Variable in class com.avoka.tm.vo.Txn
The form id (PK).
formName - Variable in class com.avoka.tm.vo.Form
The form name.
formName - Variable in class com.avoka.tm.vo.Txn
The form name.
formStatus - Variable in class com.avoka.tm.vo.Txn
The transaction form status [ Assigned | Opened | Saved | Submitted | Completed | Expired | Abandoned ].
formUrl - Variable in class com.avoka.tm.vo.Txn
The form URL if the transaction has not been completed.
formVersionId - Variable in class com.avoka.tm.vo.Form
The current form version id (PK).
formVersionId - Variable in class com.avoka.tm.vo.Txn
The form version id (PK).
formVersionNumber - Variable in class com.avoka.tm.vo.Txn
The form version number.
formXml - Variable in class com.avoka.tm.vo.Txn
The form XML data.
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

getAsyncContext() - Method in class com.avoka.tm.test.MockRequest
 
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.
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.
getClassLoader() - Method in class com.avoka.tm.test.MockServletContext
 
getCode() - Method in class com.avoka.tm.test.MockResponse
Get the response code for this request.
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.
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.
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.
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
 
getDispatcherType() - Method in class com.avoka.tm.test.MockRequest
 
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.
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
 
getErrorMessage() - Method in class com.avoka.tm.test.MockResponse
Get the error message.
getFileParams() - Method in class com.avoka.tm.http.HttpRequest
Get file parameters for a multi-part request.
getFilterRegistration(String) - Method in class com.avoka.tm.test.MockServletContext
 
getFilterRegistrations() - Method in class com.avoka.tm.test.MockServletContext
 
getForward() - Method in class com.avoka.tm.test.MockRequest
Returns the url that was forwarded to, otherwise return null.
getGroovyServiceLog() - Method in interface com.avoka.tm.func.IFluentFunction
 
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.
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.
getJspConfigDescriptor() - Method in class com.avoka.tm.test.MockServletContext
 
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.
getMajorVersion() - Method in class com.avoka.tm.test.MockServletContext
Return the major version of the Servlet spec that this package supports, defaults to 2.
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.
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.
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.
getName() - Method in class com.avoka.tm.test.JUnitTestRunner.TestWrapper
Get test name.
getNamedDispatcher(String) - Method in class com.avoka.tm.test.MockServletContext
Returns a RequestDispatcher for the specified 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.
getOutputStream() - Method in class com.avoka.tm.test.MockResponse
Get the output stream for writing binary data from the servlet.
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.
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.
getPart(String) - Method in class com.avoka.tm.test.MockRequest
 
getParts() - Method in class com.avoka.tm.test.MockRequest
 
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.
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.
getRedirectUrl() - Method in class com.avoka.tm.test.MockResponse
Get the location that was redirected to.
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
 
getScheme() - Method in class com.avoka.tm.test.MockRequest
Get the scheme http, https, or ftp.
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
 
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.
getStatusLine() - Method in class com.avoka.tm.http.HttpResponse
 
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.
getUri() - Method in class com.avoka.tm.http.HttpRequest
Return the request URI.
getUserPrincipal() - Method in class com.avoka.tm.test.MockRequest
Get the user principal.
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.
getVirtualServerName() - Method in class com.avoka.tm.test.MockServletContext
 
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(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.
groupNames - Variable in class com.avoka.tm.vo.Form
The set of associated form group group names.
groupNames - Variable in class com.avoka.tm.vo.Txn
The transaction group names.
groupNames - Variable in class com.avoka.tm.vo.User
The user group names.
GroupQuery - Class in com.avoka.tm.query
Provides a group query class.
GroupQuery() - Constructor for class com.avoka.tm.query.GroupQuery
 

H

hasGlobalAccess - Variable in class com.avoka.tm.vo.User
The user has global client organization access.
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.
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

id - Variable in class com.avoka.tm.vo.FileAttach
The attachment id (PK).
id - Variable in class com.avoka.tm.vo.Form
The form id (PK).
id - Variable in class com.avoka.tm.vo.Group
The group id (PK).
id - Variable in class com.avoka.tm.vo.Job
The job record id (PK).
id - Variable in class com.avoka.tm.vo.JobAction
The job action record (PK).
id - Variable in class com.avoka.tm.vo.JobStep
The job step record (PK).
id - Variable in class com.avoka.tm.vo.Space
The space id (PK).
id - Variable in class com.avoka.tm.vo.SvcConn
The service connection id (PK).
id - Variable in class com.avoka.tm.vo.SvcDef
The service definition id (PK).
id - Variable in class com.avoka.tm.vo.Txn
The transaction id (PK).
id - Variable in class com.avoka.tm.vo.TxnDeliveryFunc
The transaction delivery function id (PK).
id - Variable in class com.avoka.tm.vo.User
The user id (PK).
IFluentFunction - Interface in com.avoka.tm.func
Provides a Fluent Function interface for executing server side Transact Application logic.
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.
isAllFormsEditable - Variable 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
 
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.
isCurrentVersion - Variable in class com.avoka.tm.vo.SvcDef
The service is the current active version for the service name.
isDeliveryFunction() - Method in interface com.avoka.tm.func.IFluentFunction
 
isDynamicPreConditions - Variable in class com.avoka.tm.vo.JobStep
The dynamic pre-conditions option.
isEmpty() - Method in class com.avoka.tm.func.FormFuncResult
 
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
 
isInformational() - Method in class com.avoka.tm.http.HttpResponse
Return true if HTTP response is an informational status code (100-199).
isJobTemplate - Variable 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 - Variable in class com.avoka.tm.vo.JobStep
The share form data extracts between step forms option.
isShareFormData - Variable in class com.avoka.tm.vo.JobStep
The share form XML data between step forms option.
isShowPreviousForms - Variable 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 - Variable 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.
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(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(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.
jobActionId - Variable in class com.avoka.tm.vo.Txn
The job action id.
jobActionKey - Variable in class com.avoka.tm.vo.JobAction
The job action key.
jobActions - Variable in class com.avoka.tm.vo.JobStep
The job step actions.
jobAtionKey - Variable in class com.avoka.tm.vo.JobAction
Deprecated.
jobId - Variable in class com.avoka.tm.vo.Txn
The job id.
jobKey - Variable in class com.avoka.tm.vo.Job
The job key.
JobQuery - Class in com.avoka.tm.query
Provides a job value object query class.
JobQuery() - Constructor for class com.avoka.tm.query.JobQuery
 
jobRefNumber - Variable in class com.avoka.tm.vo.Txn
The job reference number.
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(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.
jobSteps - Variable in class com.avoka.tm.vo.Job
The list of job steps.
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

lastAccessedTime - Variable in class com.avoka.tm.vo.User
The time the user last logged in.
lastModifiedAt - Variable in class com.avoka.tm.vo.SvcDef
The time the service definition was last modified.
lastModifiedBy - Variable in class com.avoka.tm.vo.SvcDef
The user who created the service definition.
lastName - Variable in class com.avoka.tm.vo.User
The user last name (family name).
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.JobQuery
Execute the query and return an jobs 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.JobQuery
Execute the job query and return a list of Job 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.
lockoutEndTime - Variable in class com.avoka.tm.vo.User
The time a temporary lockout should end.
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.
loginName - Variable in class com.avoka.tm.vo.User
The user login name.
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.
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) - 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.
maxAttempts - Variable in class com.avoka.tm.vo.TxnDeliveryFunc
The maximum number of delivery attempts.
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.
milestones - Variable in class com.avoka.tm.vo.Txn
The list of transaction milestones.
mobile - Variable in class com.avoka.tm.vo.User
The user mobile telephone number.
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 javax.servlet.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 javax.servlet.http.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

name - Variable in class com.avoka.tm.vo.Group
The group name.
name - Variable in class com.avoka.tm.vo.Job
The job name.
name - Variable in class com.avoka.tm.vo.JobAction
The job action name.
name - Variable in class com.avoka.tm.vo.JobStep
The job step name.
name - Variable in class com.avoka.tm.vo.Space
The space name.
name - Variable in class com.avoka.tm.vo.SvcConn
The service connection name.
name - Variable in class com.avoka.tm.vo.SvcDef
The service definition name.
name - Variable in class com.avoka.tm.vo.TxnCheckpoint
The transaction delivery checkpoint name.
nextDeliveryTime - Variable in class com.avoka.tm.vo.TxnDeliveryFunc
The minimum time before reattempting delivery function execution.
nextStepName - Variable in class com.avoka.tm.vo.JobStep
The next job step name.
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.

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.
orgId - Variable in class com.avoka.tm.vo.Form
The organization client id (PK).
orgId - Variable in class com.avoka.tm.vo.Job
The organization id (PK).
orgId - Variable in class com.avoka.tm.vo.SvcConn
The organization client id (PK).
orgId - Variable in class com.avoka.tm.vo.SvcDef
The organization client id (PK).
orgId - Variable in class com.avoka.tm.vo.Txn
The organization id (PK).
orgName - Variable in class com.avoka.tm.vo.Txn
The organization name.
orgNames - Variable in class com.avoka.tm.vo.User
The user organization names.

P

param1 - Variable in class com.avoka.tm.vo.SvcConn
The service connection parameter 1.
param2 - Variable in class com.avoka.tm.vo.SvcConn
The service connection parameter 2.
param3 - Variable in class com.avoka.tm.vo.SvcConn
The service connection parameter 3.
param4 - Variable in class com.avoka.tm.vo.SvcConn
The service connection parameter 4.
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.
paramsMap - Variable in class com.avoka.tm.vo.SvcDef
The service parameters map.
parse(HttpServletRequest) - Method in class com.avoka.tm.security.Saml2Parser
Parse the SAMLResponse from the given POST request.
password - Variable in class com.avoka.tm.vo.SvcConn
The service connection password.
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.
paymentGatewayReceiptNo - Variable in class com.avoka.tm.vo.Txn
The payment gateway receipt number.
paymentGatewayTimestamp - Variable in class com.avoka.tm.vo.Txn
The payment gateway timestamp.
paymentGatewayTxnNo - Variable in class com.avoka.tm.vo.Txn
The payment gateway transaction number.
paymentStatus - Variable in class com.avoka.tm.vo.Txn
The transaction payment status [ Required | Completed | Error | Pending ].
paymentTotal - Variable in class com.avoka.tm.vo.Txn
The transaction payment total.
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.
processStatus - Variable in class com.avoka.tm.vo.Txn
The transaction processing status.
profileMap - Variable in class com.avoka.tm.vo.User
The user profile values map.
PropertyBuilder - Class in com.avoka.tm.svc
Provides a property value builder service.
PropertyBuilder() - Constructor for class com.avoka.tm.svc.PropertyBuilder
 
propertyMap - Variable in class com.avoka.tm.vo.Job
The job property map.
propertyMap - Variable in class com.avoka.tm.vo.Space
The space property name.
propertyMap - Variable in class com.avoka.tm.vo.Txn
The property map (transaction properties).
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

receiptNumber - Variable in class com.avoka.tm.vo.Txn
The transaction receipt number.
receiptPdf - Variable in class com.avoka.tm.vo.Txn
The receipt PDF bytes.
receiptStatus - Variable in class com.avoka.tm.vo.Txn
The transaction PDF receipt generation status [ Ready | In Progress | Completed | Error | Error No Data ].
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
 
receiptUrl - Variable in class com.avoka.tm.vo.Txn
The receipt URL if the transaction has not been completed.
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
 
referenceNumber - Variable in class com.avoka.tm.vo.Job
The job reference number.
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.
roleNames - Variable in class com.avoka.tm.vo.User
The user role names.
routeResult - Variable in class com.avoka.tm.vo.JobAction
The job action route result.
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.
saveChallengeHash - Variable in class com.avoka.tm.vo.Txn
The save challenge hash
saveChallengeTimeout - Variable in class com.avoka.tm.vo.Txn
The save challenge timeout
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.
sendEmail() - Method in class com.avoka.tm.svc.Emailer
Send the email immediately (synchronously).
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.
sequence - Variable in class com.avoka.tm.vo.JobAction
The job action sequence.
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
 
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.
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.
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.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
 
setDoc(Document) - Method in class com.avoka.tm.util.ObjectMapper
Set document object to create object from.
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.JobQuery
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 ].
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.
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.JobQuery
Set the job 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.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.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.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.
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.TxnQuery
Set the job step 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.
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.
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.
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.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.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.
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.
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.
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).
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.
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.
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.
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.
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.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.
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.
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.
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.
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
 
setTxnXml(String) - Method in class com.avoka.tm.svc.TxnBuilder
Set txn xml 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.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.
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(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.
spaceId - Variable in class com.avoka.tm.vo.Txn
The form space id (PK).
spaceName - Variable in class com.avoka.tm.vo.Txn
The form space name.
spaceNames - Variable in class com.avoka.tm.vo.Form
The set of associated space names.
spaceNames - Variable in class com.avoka.tm.vo.User
The user form space names.
SpaceQuery - Class in com.avoka.tm.query
Provides a form space query class.
SpaceQuery() - Constructor for class com.avoka.tm.query.SpaceQuery
 
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 - Variable in class com.avoka.tm.vo.Job
The job status.
status - Variable in class com.avoka.tm.vo.JobAction
The job action status.
status - Variable in class com.avoka.tm.vo.JobStep
The job step status.
status - Variable in class com.avoka.tm.vo.TxnCheckpoint
The transaction delivery checkpoint status [ Registered | Completed | Error ].
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.
submitKey - Variable in class com.avoka.tm.vo.Txn
The transaction submit key, globally unique id (GUID).
submitMethod - Variable in class com.avoka.tm.vo.FileAttach
The attachment submission method [ Electronic | Manual ].
svcConn - Variable in class com.avoka.tm.vo.SvcDef
The associated service connection.
SvcConn - Class in com.avoka.tm.vo
Provides a Service Connection value object.
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(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.
time - Variable in class com.avoka.tm.vo.TxnCheckpoint
The transaction delivery checkpoint time.
timeAbandoned - Variable in class com.avoka.tm.vo.Txn
The time the transaction was abandoned.
timeActionExecuted - Variable in class com.avoka.tm.vo.JobAction
The time action was last executed.
timeActionNextAttempt - Variable in class com.avoka.tm.vo.JobAction
The time action should next be attempted.
timeCompleted - Variable in class com.avoka.tm.vo.Txn
The time the transaction was completed.
timeCompletionScheduled - Variable in class com.avoka.tm.vo.Job
The time the job is scheduled for completion.
timeCompletionScheduled - Variable in class com.avoka.tm.vo.JobStep
The time the job step is scheduled to be completed.
timeCreated - Variable in class com.avoka.tm.vo.Job
The time the job was created.
timeCreated - Variable in class com.avoka.tm.vo.JobAction
The time the job action was created.
timeCreated - Variable in class com.avoka.tm.vo.JobStep
The time the job step was created.
timeCreated - Variable in class com.avoka.tm.vo.Txn
The time the transaction was created.
timeDelivered - Variable in class com.avoka.tm.vo.Txn
The time the transaction was delivered.
timeFinished - Variable in class com.avoka.tm.vo.Job
The time the job was finished.
timeFinished - Variable in class com.avoka.tm.vo.JobAction
The time the job action was finished.
timeFinished - Variable in class com.avoka.tm.vo.JobStep
The time the job step was finished.
timeLastProcessed - Variable in class com.avoka.tm.vo.Job
The time the job was last processed.
timeProcessUpdated - Variable in class com.avoka.tm.vo.Txn
The time the processing status was last updated.
timePurgeScheduled - Variable in class com.avoka.tm.vo.Job
The time the job is scheduled to be purged.
timeSubmissionExpiry - Variable in class com.avoka.tm.vo.Txn
The time the submission will expire.
timeSubmitted - Variable in class com.avoka.tm.vo.Txn
The time the transaction was submitted.
timeTaskExpiry - Variable in class com.avoka.tm.vo.Txn
The time the task will expiry.
timeTaskScheduled - Variable in class com.avoka.tm.vo.Txn
The time the task was scheduled to be completed.
timeUploaded - Variable in class com.avoka.tm.vo.FileAttach
The time the attachment was uploaded.
timeUserLastModified - Variable in class com.avoka.tm.vo.Txn
The time the user last modified the transaction.
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.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.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
 
trackingCode - Variable in class com.avoka.tm.vo.Txn
The transaction tracking code.
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.
transRefNumber - Variable in class com.avoka.tm.vo.Txn
The transaction ref number.
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(Submission, Map<String, String>, String, Set<String>, Map<String, String>, byte[], List<FileAttach>, List<TxnDeliveryFunc>) - 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(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(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.
txnId - Variable in class com.avoka.tm.vo.JobAction
The action transaction id (PK).
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.
txnScore - Variable in class com.avoka.tm.vo.Txn
The transaction score.
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.
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 - Variable in class com.avoka.tm.vo.Group
The group type [ Alert | Form | Job ].
type - Variable in class com.avoka.tm.vo.JobAction
The job action type.
type - Variable in class com.avoka.tm.vo.JobStep
The job step type.
type - Variable in class com.avoka.tm.vo.SvcConn
The service connection type.
type - Variable in class com.avoka.tm.vo.SvcDef
The service type.
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(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
 
userAgent - Variable in class com.avoka.tm.vo.Txn
The HTTP user agent header.
userAgentDeviceType - Variable in class com.avoka.tm.vo.Txn
The HTTP user agent device type [ Phone | Tablet | Desktop | Game Console | Unknown ].
UserBuilder - Class in com.avoka.tm.svc
Provides a User value object builder class.
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.
userDesc - Variable in class com.avoka.tm.vo.FileAttach
The user description.
userKey - Variable in class com.avoka.tm.vo.User
The user GUID alternative key.
userLoginName - Variable in class com.avoka.tm.vo.FileAttach
The user login name (username).
userLoginName - Variable in class com.avoka.tm.vo.Txn
The transaction users login name (username).
username - Variable in class com.avoka.tm.vo.SvcConn
The service connection username.
UserQuery - Class in com.avoka.tm.query
Provides a user value object query class.
UserQuery() - Constructor for class com.avoka.tm.query.UserQuery
 
userSaved - Variable in class com.avoka.tm.vo.Txn
The transaction is user saved.
userType - Variable in class com.avoka.tm.vo.User
The user type [ Local | LDAP | SSO ].

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.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.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
 
version - Variable in class com.avoka.tm.vo.SvcDef
The service definition version.
versionNumber - Variable in class com.avoka.tm.vo.SvcDef
Deprecated.
versions - Variable in class com.avoka.tm.vo.Form
The set of associated versions.
virusStatus - Variable in class com.avoka.tm.vo.FileAttach
The virus scan status.

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.
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.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.
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(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(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(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(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(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.
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(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(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.
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[].
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