Package com.ebasetech.xi.api
Interface Services
- All Known Implementing Classes:
ServicesImpl
public interface Services
-
Method Summary
Modifier and Type Method Description DatabaseServices
getDatabase()
Returns the database services containing methods associated with databases.DateServices
getDate()
Returns the date services containing methods associated with dates.EncryptionServices
getEncryption()
Returns the encryption services containing methods associated with Ebase encryption.FileServices
getFile()
Returns the file services containing methods associated with system files.LdapServices
getLdap()
Returns the LDAP services containing methods that provide authentication and search methods against an LDAP Registry.PostcodeAnywhereServices
getPostcodeAnywhere()
Returns the postcode anywhere services containing methods to access the PostcodeAnywhere service.PushNotification
getPushNotification()
RestServices
getRest()
Returns the REST services that supports REST based operations.SchedulerServices
getScheduler()
Returns the scheduler services containing methods that enable Scheduled Tasks to be started from a form, workflow job or Integration Service.ServicesSecurity
getSecurity()
Returns the services security containing any security implementations required byServices
.VelocityServices
getVelocity()
Returns the Velocity services containing methods to invoke a Velocity template.
-
Method Details
-
getRest
RestServices getRest()Returns the REST services that supports REST based operations.- Since:
- 5.1
-
getPushNotification
PushNotification getPushNotification() -
getDate
DateServices getDate()Returns the date services containing methods associated with dates.- Since:
- 5.1
-
getDatabase
DatabaseServices getDatabase()Returns the database services containing methods associated with databases.- Since:
- 5.2
-
getEncryption
EncryptionServices getEncryption()Returns the encryption services containing methods associated with Ebase encryption.- Since:
- 5.1
-
getFile
FileServices getFile()Returns the file services containing methods associated with system files.- Since:
- 5.1
-
getLdap
LdapServices getLdap()Returns the LDAP services containing methods that provide authentication and search methods against an LDAP Registry.- Since:
- 5.1
-
getPostcodeAnywhere
PostcodeAnywhereServices getPostcodeAnywhere()Returns the postcode anywhere services containing methods to access the PostcodeAnywhere service.- Since:
- 5.1
-
getScheduler
SchedulerServices getScheduler()Returns the scheduler services containing methods that enable Scheduled Tasks to be started from a form, workflow job or Integration Service.- Since:
- 5.1
-
getVelocity
VelocityServices getVelocity()Returns the Velocity services containing methods to invoke a Velocity template.- Since:
- 5.1
-
getSecurity
ServicesSecurity getSecurity()Returns the services security containing any security implementations required byServices
.- Since:
- 5.1
-