public class ProjectTemplateService extends AbstractService
AbstractService.OutputStreamResponseExtractormapper, restTemplate| Constructor and Description |
|---|
ProjectTemplateService(org.springframework.web.client.RestTemplate restTemplate)
Deprecated.
use ProjectTemplateService(RestTemplate) constructor instead
|
ProjectTemplateService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Modifier and Type | Method and Description |
|---|---|
Collection<DatasetManifest> |
getManifests(Template template)
Get manifests of given template
|
Template |
getTemplateByUri(String uri)
Get project template by given uri.
|
Collection<Template> |
getTemplates()
List of all projects' templates
|
extractDatapublic ProjectTemplateService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
restTemplate - RESTful HTTP Spring templatesettings - settings@Deprecated public ProjectTemplateService(org.springframework.web.client.RestTemplate restTemplate)
restTemplate - RESTful HTTP Spring templatepublic Collection<Template> getTemplates()
public Template getTemplateByUri(String uri)
uri - uri of the templatepublic Collection<DatasetManifest> getManifests(Template template)
template - templateCopyright © 2019. All rights reserved.