public class ReportFiller extends Object
| Modifier and Type | Field and Description |
|---|---|
static org.gcube.common.core.utils.logging.GCUBELog |
logger |
| Constructor and Description |
|---|
ReportFiller() |
| Modifier and Type | Method and Description |
|---|---|
static void |
addResourceToReport(String resourceId,
String resourceType,
org.gcube.vremanagement.vremodeler.utils.reports.ResourceDeployingReport report) |
static void |
initializeFunctionalityForReport(org.gcube.vremanagement.vremodeler.utils.reports.FunctionalityDeployingReport report,
String vreResourceId,
com.j256.ormlite.dao.Dao<VreFunctionalityRelation,String> vreFunctionalityDao,
com.j256.ormlite.dao.Dao<FunctionalityPersisted,Integer> functionalityDao) |
static void |
initializeResourcesForReport(org.gcube.vremanagement.vremodeler.utils.reports.ResourceDeployingReport report) |
static void |
reportElaboration(org.gcube.vremanagement.vremodeler.utils.reports.DeployReport report) |
public static void initializeFunctionalityForReport(org.gcube.vremanagement.vremodeler.utils.reports.FunctionalityDeployingReport report,
String vreResourceId,
com.j256.ormlite.dao.Dao<VreFunctionalityRelation,String> vreFunctionalityDao,
com.j256.ormlite.dao.Dao<FunctionalityPersisted,Integer> functionalityDao)
throws Exception
report - vreResourceId - functionalityDao - vreFunctionalityDao - Exceptionpublic static void initializeResourcesForReport(org.gcube.vremanagement.vremodeler.utils.reports.ResourceDeployingReport report)
throws Exception
report - vreResourceId - Exceptionpublic static void addResourceToReport(String resourceId, String resourceType, org.gcube.vremanagement.vremodeler.utils.reports.ResourceDeployingReport report)
public static void reportElaboration(org.gcube.vremanagement.vremodeler.utils.reports.DeployReport report)
report - Copyright © 2017. All Rights Reserved.