Interface IRestServicesProvider

All Known Implementing Classes:
ARestServicePackagesProvider, FormRecordRestServicesProvider, FormRestServicesProvider, GenericRestServicesProvider, SecurityRestServicesProvider, UserPortalRestServicesProvider, UserRestServicesProvider

public interface IRestServicesProvider
Base interface for providing REST services via SPI.
Since:
8.2.0
Author:
XIMA MEDIA GmbH
  • Method Summary

    Modifier and Type
    Method
    Description
    Get the classes of the REST service implementations.
    Get the singletons of the REST service implementations.
  • Method Details

    • getClasses

      Set<Class<?>> getClasses()
      Get the classes of the REST service implementations. The classes are registered as REST services.
      Returns:
      The classes of the REST service implementations.
    • getSingletons

      Set<Object> getSingletons()
      Get the singletons of the REST service implementations. The singletons are registered as REST services.
      Returns:
      The singletons of the REST service implementations.