Interface ServiceOrgChartGroup

  • All Superinterfaces:
    org.fusesource.restygwt.client.RestService

    @Path("/mobile/orgchartgroup")
    public interface ServiceOrgChartGroup
    extends org.fusesource.restygwt.client.RestService
    • Method Detail

      • getOrgChart

        @GET
        @Produces("application/json")
        @Path("{appId}/")
        void getOrgChart​(@PathParam("appId")
                         String appId,
                         org.fusesource.restygwt.client.MethodCallback<GroupOrgChartDTO> callback)