Class VideoThumbnailPlugin

java.lang.Object
org.codice.ddf.catalog.content.plugin.video.VideoThumbnailPlugin
All Implemented Interfaces:
ddf.catalog.content.plugin.PostCreateStoragePlugin, ddf.catalog.content.plugin.PostUpdateStoragePlugin

public class VideoThumbnailPlugin extends Object implements ddf.catalog.content.plugin.PostCreateStoragePlugin, ddf.catalog.content.plugin.PostUpdateStoragePlugin
  • Constructor Summary

    Constructors
    Constructor
    Description
    VideoThumbnailPlugin(ddf.video.thumbnail.VideoThumbnail videoThumbnail)
     
  • Method Summary

    Modifier and Type
    Method
    Description
    ddf.catalog.content.operation.CreateStorageResponse
    process(ddf.catalog.content.operation.CreateStorageResponse input)
     
    ddf.catalog.content.operation.UpdateStorageResponse
    process(ddf.catalog.content.operation.UpdateStorageResponse input)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Constructor Details

    • VideoThumbnailPlugin

      public VideoThumbnailPlugin(ddf.video.thumbnail.VideoThumbnail videoThumbnail)
  • Method Details

    • process

      public ddf.catalog.content.operation.CreateStorageResponse process(ddf.catalog.content.operation.CreateStorageResponse input)
      Specified by:
      process in interface ddf.catalog.content.plugin.PostCreateStoragePlugin
    • process

      public ddf.catalog.content.operation.UpdateStorageResponse process(ddf.catalog.content.operation.UpdateStorageResponse input)
      Specified by:
      process in interface ddf.catalog.content.plugin.PostUpdateStoragePlugin