Interface ServiceRestDocuments

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

    @Path("/documents")
    public interface ServiceRestDocuments
    extends org.fusesource.restygwt.client.RestService
    Author:
    svu
    • Method Detail

      • getDocumentsByType

        @GET
        @Path("{componentId}/resource/{resourceId}/types/{type}/{lang}/")
        void getDocumentsByType​(@PathParam("componentId")
                                String componentId,
                                @PathParam("resourceId")
                                String resourceId,
                                @PathParam("type")
                                String type,
                                @PathParam("lang")
                                String lang,
                                org.fusesource.restygwt.client.MethodCallback<List<SimpleDocumentDTO>> callback)