Project

General

Profile

« Previous | Next » 

Revision 57155

Implementing summaries for collection, usage and broker

View differences:

RepositoryService.java
25 25

  
26 26
    Repository getRepositoryById(String id) throws JSONException, ResourceNotFoundException;
27 27

  
28
    List<AggregationDetails> getRepositoryAggregations(String id) throws JSONException;
28
    List<AggregationDetails> getRepositoryAggregations(String id, int size) throws JSONException;
29 29

  
30 30
    Map<String,List<AggregationDetails>> getRepositoryAggregationsByYear(String id) throws JSONException;
31 31

  

Also available in: Unified diff