RESPONSE - type of response object for the pipeline@Api(allMethods=true) public class PipelineInfo<RESPONSE> extends Object
| Constructor and Description |
|---|
PipelineInfo() |
| Modifier and Type | Method and Description |
|---|---|
PipelineInfo |
getDelegatePipeline()
Get the delegate pipeline.
|
Map<String,PipelineStep<RESPONSE>> |
getExtensions()
Get set of steps which need to be weaved at the extension hooks.
|
List<PipelineInterceptor<RESPONSE>> |
getInterceptors()
Get the list of interceptors to be added to the pipeline.
|
String |
getLayerId()
Set the layer for which this definition should apply.
|
List<PipelineStep<RESPONSE>> |
getPipeline()
Get the list of steps which form the pipeline.
|
String |
getPipelineName()
Get the name of the pipeline for which this is an implementation.
|
void |
setDelegatePipeline(PipelineInfo delegatePipeline)
Define a delegate pipeline.
|
void |
setExtensions(Map<String,PipelineStep<RESPONSE>> extensions)
Set the set of steps which need to be weaved at the extension hooks.
|
void |
setInterceptors(List<PipelineInterceptor<RESPONSE>> interceptors)
Set the list of interceptors which need to be added to the pipeline.
|
void |
setLayerId(String layerId)
Get the layer id for which this pipeline applies.
|
void |
setPipeline(List<PipelineStep<RESPONSE>> pipeline)
Set the list of steps which form the pipeline.
|
void |
setPipelineName(String pipelineName)
Set the name of the pipeline for which steps are defined.
|
public String getPipelineName()
public void setPipelineName(String pipelineName)
pipelineName - pipeline namepublic String getLayerId()
public void setLayerId(String layerId)
layerId - layer for which this pipeline appliespublic PipelineInfo getDelegatePipeline()
public void setDelegatePipeline(PipelineInfo delegatePipeline)
delegatePipeline - delegate pipeline definitionpublic List<PipelineStep<RESPONSE>> getPipeline()
public void setPipeline(List<PipelineStep<RESPONSE>> pipeline)
pipeline - list of pipeline stepspublic Map<String,PipelineStep<RESPONSE>> getExtensions()
public void setExtensions(Map<String,PipelineStep<RESPONSE>> extensions)
extensions - map of hook name and pipeline steppublic List<PipelineInterceptor<RESPONSE>> getInterceptors()
public void setInterceptors(List<PipelineInterceptor<RESPONSE>> interceptors)
interceptors - list of interceptorsCopyright © 2015 Geosparc. All Rights Reserved.