Class AppsRestService
- java.lang.Object
-
- org.exoplatform.social.service.rest.AppsRestService
-
- All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer
public class AppsRestService extends Object implements org.exoplatform.services.rest.resource.ResourceContainer
Provides services for the application registry gadget which shows a list of applications.- eXo anchor for generated doc on REST API
- AppsRestService
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classAppsRestService.AppDescribes an application entity from the application registry service of the portal.static classAppsRestService.AppListList that contains applications from application registry service of portal
This class is needed as a model for converter of the rest service.
-
Constructor Summary
Constructors Constructor Description AppsRestService()constructor
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description javax.ws.rs.core.ResponseshowApps(javax.ws.rs.core.UriInfo uriInfo, String format)Gets applications from the application registry service of the portal.
-
-
-
Method Detail
-
showApps
public javax.ws.rs.core.Response showApps(@Context javax.ws.rs.core.UriInfo uriInfo, String format) throws ExceptionGets applications from the application registry service of the portal.- Parameters:
uriInfo- The requested URI information.format- The type of a returned result.- Returns:
- The response contains returned results.
- Throws:
Exception- eXo level API
- Platform
- eXo anchor for generated doc on REST API
- AppsRestService.showApps
-
-