Class MetacardResourceStatus

java.lang.Object
ddf.catalog.core.resourcestatus.metacard.MetacardResourceStatus
All Implemented Interfaces:
ddf.catalog.plugin.PostQueryPlugin

public class MetacardResourceStatus extends Object implements ddf.catalog.plugin.PostQueryPlugin
PostQueryPlugin that checks the
invalid reference
ddf.catalog.cache.impl.ResourceCache
for existence of each Metacard's related Resource and adds an Attribute to each Metacard in the QueryResponse.
  • Constructor Details

    • MetacardResourceStatus

      public MetacardResourceStatus(ddf.catalog.cache.ResourceCacheInterface cache)
  • Method Details

    • process

      public ddf.catalog.operation.QueryResponse process(ddf.catalog.operation.QueryResponse input) throws ddf.catalog.plugin.PluginExecutionException, ddf.catalog.plugin.StopProcessingException
      Specified by:
      process in interface ddf.catalog.plugin.PostQueryPlugin
      Throws:
      ddf.catalog.plugin.PluginExecutionException
      ddf.catalog.plugin.StopProcessingException