T - @Api public class SkipStepPipelineInterceptor<T> extends AbstractPipelineInterceptor<T>
PipelineInterceptor.ExecutionMode| Constructor and Description |
|---|
SkipStepPipelineInterceptor() |
| Modifier and Type | Method and Description |
|---|---|
PipelineInterceptor.ExecutionMode |
beforeSteps(PipelineContext context,
T response)
Perform some action before the steps are executed.
|
afterSteps, getFromStepId, getId, getToStepId, setFromStepId, setId, setStepId, setToStepIdpublic PipelineInterceptor.ExecutionMode beforeSteps(PipelineContext context, T response) throws GeomajasException
PipelineInterceptorbeforeSteps in interface PipelineInterceptor<T>beforeSteps in class AbstractPipelineInterceptor<T>context - pipeline contextresponse - pipeline responseGeomajasException - any exception which may have been thrown during the executionCopyright © 2015 Geosparc. All Rights Reserved.