RESPONSE - type of response object for the pipeline@Api(allMethods=true)
@UserImplemented
public interface PipelineStep<RESPONSE>
| Modifier and Type | Method and Description |
|---|---|
void |
execute(PipelineContext context,
RESPONSE response)
Execute this step in the pipeline.
|
String |
getId()
Get the id for the step.
|
String getId()
void execute(PipelineContext context, RESPONSE response) throws GeomajasException
context - contains a map of objects which are used as shared memory between the pipeline stepsresponse - response object for the pipeline serviceGeomajasException - any exception which may have been throws during the executionCopyright © 2015 Geosparc. All Rights Reserved.