public class TemplateInterfaceImpl extends Object implements org.gcube.data.analysis.tabulardata.service.template.TemplateInterface
| Constructor and Description |
|---|
TemplateInterfaceImpl() |
| Modifier and Type | Method and Description |
|---|---|
org.gcube.data.analysis.tabulardata.service.operation.Task |
applyTemplate(org.gcube.data.analysis.tabulardata.service.template.TemplateId templateId,
org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId tabularResourceId) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription |
getTemplate(org.gcube.data.analysis.tabulardata.service.template.TemplateId id) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription> |
getTemplates() |
org.gcube.data.analysis.tabulardata.service.template.TemplateId |
saveTemplate(String name,
String description,
String agency,
org.gcube.data.analysis.tabulardata.commons.templates.model.Template template) |
public org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription getTemplate(org.gcube.data.analysis.tabulardata.service.template.TemplateId id)
throws org.gcube.data.analysis.tabulardata.service.exception.NoSuchTemplateException
getTemplate in interface org.gcube.data.analysis.tabulardata.service.template.TemplateInterfaceorg.gcube.data.analysis.tabulardata.service.exception.NoSuchTemplateExceptionpublic List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription> getTemplates()
getTemplates in interface org.gcube.data.analysis.tabulardata.service.template.TemplateInterfacepublic org.gcube.data.analysis.tabulardata.service.template.TemplateId saveTemplate(String name, String description, String agency, org.gcube.data.analysis.tabulardata.commons.templates.model.Template template)
saveTemplate in interface org.gcube.data.analysis.tabulardata.service.template.TemplateInterfacepublic org.gcube.data.analysis.tabulardata.service.operation.Task applyTemplate(org.gcube.data.analysis.tabulardata.service.template.TemplateId templateId,
org.gcube.data.analysis.tabulardata.service.tabular.TabularResourceId tabularResourceId)
throws org.gcube.data.analysis.tabulardata.service.exception.NoSuchTabularResourceException,
org.gcube.data.analysis.tabulardata.service.exception.NoSuchTemplateException
applyTemplate in interface org.gcube.data.analysis.tabulardata.service.template.TemplateInterfaceorg.gcube.data.analysis.tabulardata.service.exception.NoSuchTabularResourceExceptionorg.gcube.data.analysis.tabulardata.service.exception.NoSuchTemplateExceptionCopyright © 2014. All Rights Reserved.