public class OutputStageService extends AbstractService
AbstractService.OutputStreamResponseExtractormapper, restTemplate| Constructor and Description |
|---|
OutputStageService(org.springframework.web.client.RestTemplate restTemplate)
Deprecated.
use OutputStageService(RestTemplate, GoodDataSettings) constructor instead
|
OutputStageService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
Sets RESTful HTTP Spring template.
|
| Modifier and Type | Method and Description |
|---|---|
OutputStage |
getOutputStage(Project project)
Get output stage by given project.
|
OutputStage |
getOutputStageByUri(String uri)
Get output stage by given URI.
|
OutputStage |
updateOutputStage(OutputStage outputStage)
Update output stage.
|
extractDatapublic OutputStageService(org.springframework.web.client.RestTemplate restTemplate,
GoodDataSettings settings)
restTemplate - RESTful HTTP Spring templatesettings - settings@Deprecated public OutputStageService(org.springframework.web.client.RestTemplate restTemplate)
restTemplate - RESTful HTTP Spring templatepublic OutputStage getOutputStageByUri(String uri)
uri - output stage uriProcessNotFoundException - when the process doesn't existpublic OutputStage getOutputStage(Project project)
project - project to which the process belongsProcessNotFoundException - when the process doesn't existpublic OutputStage updateOutputStage(OutputStage outputStage)
outputStage - output stageCopyright © 2019. All rights reserved.