Class ExportCommand

All Implemented Interfaces:
org.apache.karaf.shell.api.action.Action

public class ExportCommand extends CqlCommands
Exports Metacards, History, and their content into a zip file. This code is experimental. While this interface is functional and tested, it may change or be removed in a future version of the library.
  • Field Details

    • storageProvider

      protected ddf.catalog.content.StorageProvider storageProvider
    • securityLogger

      protected ddf.security.audit.SecurityLogger securityLogger
  • Constructor Details

    • ExportCommand

      public ExportCommand()
    • ExportCommand

      public ExportCommand(ddf.catalog.filter.FilterBuilder filterBuilder, org.osgi.framework.BundleContext bundleContext, ddf.catalog.CatalogFramework catalogFramework, DigitalSignature signer)
  • Method Details