org.exoplatform.platform.common.rest.services.GettingStarted
Class GettingStartedRestService

java.lang.Object
  extended by org.exoplatform.platform.common.rest.services.GettingStarted.GettingStartedRestService
All Implemented Interfaces:
org.exoplatform.services.rest.resource.ResourceContainer

public class GettingStartedRestService
extends Object
implements org.exoplatform.services.rest.resource.ResourceContainer


Constructor Summary
GettingStartedRestService()
           
 
Method Summary
 javax.ws.rs.core.Response get(javax.ws.rs.core.SecurityContext sc, javax.ws.rs.core.UriInfo uriInfo)
          Get user's getting started status REST service URL: /getting-started/get
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

GettingStartedRestService

public GettingStartedRestService()
Method Detail

get

public javax.ws.rs.core.Response get(@Context
                                     javax.ws.rs.core.SecurityContext sc,
                                     @Context
                                     javax.ws.rs.core.UriInfo uriInfo)
                              throws Exception
Get user's getting started status REST service URL: /getting-started/get

Throws:
Exception


Copyright © 2003-2013 eXo Platform SAS. All Rights Reserved.