Class ExportationController


public class ExportationController extends AbstractAdminController
  • Field Details

    • EXPORT_TYPE_DATABASES

      public static final int EXPORT_TYPE_DATABASES
      See Also:
    • EXPORT_TYPE_STYLE_TEMPLATES

      public static final int EXPORT_TYPE_STYLE_TEMPLATES
      See Also:
    • EXPORT_TYPE_SPATIAL_DATA_SOURCES

      public static final int EXPORT_TYPE_SPATIAL_DATA_SOURCES
      See Also:
    • EXPORT_TYPE_PROJECTS

      public static final int EXPORT_TYPE_PROJECTS
      See Also:
    • EXPORT_TYPE_ALL

      public static final int EXPORT_TYPE_ALL
      See Also:
    • EXPORT_TYPE_REMOTE_CONNECTIONS

      public static final int EXPORT_TYPE_REMOTE_CONNECTIONS
      See Also:
    • EXPORT_TYPE_SCHEDULES

      public static final int EXPORT_TYPE_SCHEDULES
      See Also:
    • EXPORT_TYPE_METADATA_TEMPLATES

      public static final int EXPORT_TYPE_METADATA_TEMPLATES
      See Also:
  • Constructor Details

    • ExportationController

      public ExportationController(UserContext userContext)
  • Method Details