Class ServiceOrgChartGroup

java.lang.Object
org.silverpeas.core.web.rs.RESTWebService
org.silverpeas.mobile.server.services.AbstractRestWebService
org.silverpeas.mobile.server.services.ServiceOrgChartGroup
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/orgchartgroup/{appId}") public class ServiceOrgChartGroup extends AbstractRestWebService
Service de gestion des Organigrammes groups.
Author:
svuillet
  • Constructor Details

    • ServiceOrgChartGroup

      public ServiceOrgChartGroup()
  • Method Details

    • getOrgChart

      @GET @Produces("application/json") @Path("") public GroupOrgChartDTO getOrgChart() throws Exception
      Throws:
      Exception
    • 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)