public interface TemplateInterface
| Modifier and Type | Method and Description |
|---|---|
Task |
applyTemplate(TemplateId templateId,
TabularResourceId tabularResourceId) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription |
getTemplate(TemplateId id) |
List<org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription> |
getTemplates() |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription |
remove(TemplateId id) |
TemplateId |
saveTemplate(String name,
String description,
String agency,
org.gcube.data.analysis.tabulardata.commons.templates.model.Template template) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription |
share(TemplateId templateId,
org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription |
unshare(TemplateId templateId,
org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription |
update(TemplateId id,
org.gcube.data.analysis.tabulardata.commons.templates.model.Template template) |
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription getTemplate(TemplateId id) throws NoSuchTemplateException
NoSuchTemplateExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription remove(TemplateId id) throws NoSuchTemplateException
NoSuchTemplateExceptionorg.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription update(TemplateId id, org.gcube.data.analysis.tabulardata.commons.templates.model.Template template) throws NoSuchTemplateException
NoSuchTemplateExceptionList<org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription> getTemplates()
TemplateId saveTemplate(String name, String description, String agency, org.gcube.data.analysis.tabulardata.commons.templates.model.Template template)
Task applyTemplate(TemplateId templateId, TabularResourceId tabularResourceId) throws NoSuchTemplateException, NoSuchTabularResourceException, TemplateNotCompatibleException
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription share(TemplateId templateId, org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) throws NoSuchTemplateException, SecurityException
org.gcube.data.analysis.tabulardata.commons.webservice.types.TemplateDescription unshare(TemplateId templateId, org.gcube.data.analysis.tabulardata.commons.utils.AuthorizationToken... tokens) throws NoSuchTemplateException, SecurityException
Copyright © 2014. All Rights Reserved.