Package ddf.sdk.plugin.storage
Class PreviewStoragePlugin
java.lang.Object
ddf.sdk.plugin.storage.PreviewStoragePlugin
- All Implemented Interfaces:
ddf.catalog.content.plugin.PreCreateStoragePlugin,ddf.catalog.content.plugin.PreUpdateStoragePlugin
public class PreviewStoragePlugin
extends Object
implements ddf.catalog.content.plugin.PreCreateStoragePlugin, ddf.catalog.content.plugin.PreUpdateStoragePlugin
Plugin showing how to create derived
ContentItems.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PreviewStoragePlugin
public PreviewStoragePlugin()
-
-
Method Details
-
process
public ddf.catalog.content.operation.CreateStorageRequest process(ddf.catalog.content.operation.CreateStorageRequest input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.content.plugin.PreCreateStoragePlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-
process
public ddf.catalog.content.operation.UpdateStorageRequest process(ddf.catalog.content.operation.UpdateStorageRequest input) throws ddf.catalog.plugin.PluginExecutionException - Specified by:
processin interfaceddf.catalog.content.plugin.PreUpdateStoragePlugin- Throws:
ddf.catalog.plugin.PluginExecutionException
-