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
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ddf.catalog.content.operation.CreateStorageRequest
    process(ddf.catalog.content.operation.CreateStorageRequest input)
     
    ddf.catalog.content.operation.UpdateStorageRequest
    process(ddf.catalog.content.operation.UpdateStorageRequest input)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • 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:
      process in interface ddf.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:
      process in interface ddf.catalog.content.plugin.PreUpdateStoragePlugin
      Throws:
      ddf.catalog.plugin.PluginExecutionException