Added DesignId for MonthlyAggregatedServiceUsageRecord
This commit is contained in:
parent
db6e78e252
commit
3434b1e208
|
@ -1,7 +1,6 @@
|
|||
package org.gcube.accounting.aggregator.aggregation;
|
||||
|
||||
/**
|
||||
* @author Alessandro Pieve (ISTI - CNR)
|
||||
* @author Luca Frosini (ISTI - CNR)
|
||||
*/
|
||||
public enum DesignID {
|
||||
|
@ -10,6 +9,7 @@ public enum DesignID {
|
|||
StorageUsageRecord("StorageUsageRecordAggregated","all"),
|
||||
accounting_service("ServiceUsageRecordAggregated","all"),
|
||||
ServiceUsageRecord("ServiceUsageRecordAggregated","all"),
|
||||
MonthlyAggregatedServiceUsageRecord("ServiceUsageRecordAggregated","all"),
|
||||
accounting_portlet("PortletUsageRecordAggregated","all"),
|
||||
accounting_job("JobUsageRecordAggregated","all"),
|
||||
accounting_task("TaskUsageRecordAggregated","all");
|
||||
|
|
Loading…
Reference in New Issue