Interface Services

All Known Implementing Classes:
ServicesImpl

public interface Services
  • 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 by Services.
      Since:
      5.1