Added DesignId for MonthlyAggregatedServiceUsageRecord

This commit is contained in:
Luca Frosini 2020-03-16 15:08:16 +01:00
parent db6e78e252
commit 3434b1e208
1 changed files with 1 additions and 1 deletions

View File

@ -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");