Class RestReplicatorPlugin
java.lang.Object
ddf.catalog.federation.layered.replication.RestReplicatorPlugin
- All Implemented Interfaces:
ddf.catalog.plugin.PostIngestPlugin
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionddf.catalog.transform.MetacardTransformerddf.catalog.operation.CreateResponseprocess(ddf.catalog.operation.CreateResponse input) ddf.catalog.operation.DeleteResponseprocess(ddf.catalog.operation.DeleteResponse input) ddf.catalog.operation.UpdateResponseprocess(ddf.catalog.operation.UpdateResponse input) voidsetParentAddress(String endpointAddress) voidsetTransformer(ddf.catalog.transform.MetacardTransformer transformer)
-
Constructor Details
-
RestReplicatorPlugin
-
-
Method Details
-
process
public ddf.catalog.operation.CreateResponse process(ddf.catalog.operation.CreateResponse input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.plugin.PostIngestPlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-
process
public ddf.catalog.operation.UpdateResponse process(ddf.catalog.operation.UpdateResponse input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.plugin.PostIngestPlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-
process
public ddf.catalog.operation.DeleteResponse process(ddf.catalog.operation.DeleteResponse input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.plugin.PostIngestPlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-
getParentAddress
-
setParentAddress
-
getTransformer
public ddf.catalog.transform.MetacardTransformer getTransformer() -
setTransformer
public void setTransformer(ddf.catalog.transform.MetacardTransformer transformer)
-