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
All Methods Instance Methods Abstract Methods Modifier and Type Method Description Set<Class<?>>
getClasses()
Get the classes of the REST service implementations.Set<Object>
getSingletons()
Get the singletons of the REST service implementations.
-