public interface Services
Modifier and Type | Method and 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 by
Services . |
VelocityServices |
getVelocity()
Returns the Velocity services containing methods to invoke a Velocity template.
|
RestServices getRest()
PushNotification getPushNotification()
DateServices getDate()
DatabaseServices getDatabase()
EncryptionServices getEncryption()
FileServices getFile()
LdapServices getLdap()
PostcodeAnywhereServices getPostcodeAnywhere()
SchedulerServices getScheduler()
VelocityServices getVelocity()
ServicesSecurity getSecurity()
Services
.