@Api(allMethods=true) public class PipelineHook extends Object implements PipelineStep
| Constructor and Description |
|---|
PipelineHook() |
public void setId(String id)
id - pipeline hook idpublic String getId()
getId in interface PipelineSteppublic final void execute(PipelineContext context, Object response) throws GeomajasException
execute in interface PipelineStepcontext - 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.