Class ServiceRSE

java.lang.Object
org.silverpeas.core.web.rs.RESTWebService
org.silverpeas.mobile.server.services.AbstractRestWebService
org.silverpeas.mobile.server.services.ServiceRSE
All Implemented Interfaces:
org.silverpeas.core.web.rs.ProtectedWebResource, org.silverpeas.core.web.rs.WebAuthenticationValidation, org.silverpeas.core.web.rs.WebAuthorizationValidation, org.silverpeas.core.web.SilverpeasWebResource

@WebService @Authorized @Path("mobile/rse") public class ServiceRSE extends AbstractRestWebService
  • Constructor Details

    • ServiceRSE

      public ServiceRSE()
  • Method Details

    • updateStatus

      @POST @Produces("text/plain") @Path("status/{textStatus}") public String updateStatus(@PathParam("textStatus") String textStatus)
    • getStatus

      @GET @Produces("application/json") @Path("status") public StatusDTO getStatus()
    • getResourceBasePath

      protected String getResourceBasePath()
      Specified by:
      getResourceBasePath in class org.silverpeas.core.web.rs.RESTWebService
    • getComponentId

      public String getComponentId()
    • validateUserAuthorization

      public void validateUserAuthorization(org.silverpeas.core.web.rs.UserPrivilegeValidation validation)