Uses of Class
com.gooddata.dataset.DatasetManifest
-
Packages that use DatasetManifest Package Description com.gooddata.dataset com.gooddata.projecttemplate -
-
Uses of DatasetManifest in com.gooddata.dataset
Methods in com.gooddata.dataset that return DatasetManifest Modifier and Type Method Description DatasetManifestDatasetService. getDatasetManifest(Project project, String datasetId)Obtains manifest from given project by given datasetIdMethods in com.gooddata.dataset with parameters of type DatasetManifest Modifier and Type Method Description FutureResult<Void>DatasetService. loadDataset(Project project, DatasetManifest manifest, InputStream dataset)Loads dataset into platform.FutureResult<Void>DatasetService. loadDatasets(Project project, DatasetManifest... datasets)Method parameters in com.gooddata.dataset with type arguments of type DatasetManifest Modifier and Type Method Description FutureResult<Void>DatasetService. loadDatasets(Project project, Collection<DatasetManifest> datasets)Loads datasets into platform. -
Uses of DatasetManifest in com.gooddata.projecttemplate
Methods in com.gooddata.projecttemplate that return types with arguments of type DatasetManifest Modifier and Type Method Description Collection<DatasetManifest>ProjectTemplateService. getManifests(Template template)Get manifests of given template
-