Interface ServiceRestDocuments
-
- All Superinterfaces:
org.fusesource.restygwt.client.RestService
@Path("/documents") public interface ServiceRestDocuments extends org.fusesource.restygwt.client.RestService
- Author:
- svu
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description void
getDocumentsByType(String componentId, String resourceId, String type, String lang, org.fusesource.restygwt.client.MethodCallback<List<SimpleDocumentDTO>> callback)
-
-
-
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)
-
-