Uses of Class
com.gooddata.projecttemplate.Template
-
Packages that use Template Package Description com.gooddata.projecttemplate -
-
Uses of Template in com.gooddata.projecttemplate
Methods in com.gooddata.projecttemplate that return Template Modifier and Type Method Description TemplateProjectTemplateService. getTemplateByUri(String uri)Get project template by given uri.Methods in com.gooddata.projecttemplate that return types with arguments of type Template Modifier and Type Method Description Collection<Template>ProjectTemplateService. getTemplates()List of all projects' templatesMethods in com.gooddata.projecttemplate with parameters of type Template Modifier and Type Method Description Collection<DatasetManifest>ProjectTemplateService. getManifests(Template template)Get manifests of given template
-