Project

General

Profile

« Previous | Next » 

Revision 57176

Pushing fixes on summaries

View differences:

RepositoryServiceImpl.java
290 290

  
291 291

  
292 292
    @Override
293
    public List<AggregationDetails> getRepositoryAggregations(String id, int size) throws JSONException {
293
    public List<AggregationDetails> getRepositoryAggregations(String id, int from, int size) throws JSONException {
294 294

  
295 295
        LOGGER.debug("Retreiving aggregations for repository with id : " + id );
296
        UriComponents uriComponents = searchDatasource("0","100");
296
        UriComponents uriComponents = searchDatasource(from+"",size+"");
297 297
        RequestFilter requestFilter = new RequestFilter();
298 298
        requestFilter.setId(id);
299 299

  

Also available in: Unified diff