| Package | Description |
|---|---|
| com.ebasetech.xi.api | |
| com.ebasetech.xi.services |
| Class and Description |
|---|
| DatabaseServices |
| DateServices
Date Services
|
| EncryptionServices
Encryption and decryption services
|
| FileServices
File services
File path parameters can be either absolute or relative.
|
LdapServices
LdapServices provides static methods that provide authentication and search methods against an Ldap Registry. |
PostcodeAnywhereServices
PostcodeAnywhereServices provides static methods to access the PostcodeAnywhere service. |
| PushNotification |
RestResponse
RestResponse contains the following response information following a RestServices call:
HTTP Code - HTTP Response code return from the RestServices call
Response Headers - All the HTTP response headers as key-->value String pairs
Body - A String representation of the response body
Contains the following methods:
RestResponse.getCode()
RestResponse.getHeaders()
RestResponse.getBody()
RestResponse.isSuccess()
RestServices |
RestServices
RestServices provides static methods that provide methods to access REST services. |
SchedulerServices
SchedulerServices provides static methods that enable Scheduled Tasks to be started from a form, workflow job or Integration Service. |
VelocityServices
VelocityServices provides static methods to invoke a Velocity template. |
| Class and Description |
|---|
| Authentication
An Authentication object represents the parameters for an authentication request.
|
| MongoServices |
RestResponse
RestResponse contains the following response information following a RestServices call:
HTTP Code - HTTP Response code return from the RestServices call
Response Headers - All the HTTP response headers as key-->value String pairs
Body - A String representation of the response body
Contains the following methods:
RestResponse.getCode()
RestResponse.getHeaders()
RestResponse.getBody()
RestResponse.isSuccess()
RestServices |
| SelectStatementCallback
Callback interface used with DatabaseServices.executeSQLStatement
|