Project

General

Profile

« Previous | Next » 

Revision 62272

getting aggregations uising the correct dsm api method

View differences:

RepositoryService.java
43 43

  
44 44
    Repository getRepositoryById(String id) throws JSONException, ResourceNotFoundException;
45 45

  
46
    List<AggregationDetails> getRepositoryAggregations(String id) throws JSONException;
47

  
46 48
    List<AggregationDetails> getRepositoryAggregations(String id, int from, int size) throws JSONException;
47 49

  
48 50
    Map<String, List<AggregationDetails>> getRepositoryAggregationsByYear(String id) throws JSONException;

Also available in: Unified diff