Class AdminCollectionController

java.lang.Object
thredds.server.admin.collection.CollectionControllerCommon
thredds.server.admin.collection.AdminCollectionController
All Implemented Interfaces:
org.springframework.beans.factory.InitializingBean

@Controller @RequestMapping("/admin/collection") public class AdminCollectionController extends CollectionControllerCommon
Allow external triggers for rereading Feature collections
Since:
May 4, 2010
  • Constructor Details

    • AdminCollectionController

      public AdminCollectionController(DebugCommands debugCommands, DataRootManager dataRootManager, TdsContext tdsContext, DatasetManager datasetManager, com.google.common.eventbus.EventBus eventBus, thredds.featurecollection.CollectionUpdater collectionUpdater)
  • Method Details

    • showCollectionAdmin

      @RequestMapping(value="/showCollection", method=GET) protected org.springframework.http.ResponseEntity<String> showCollectionAdmin(@RequestParam String collection)
    • showCollectionStatusAdmin

      @RequestMapping("/showStatus") protected org.springframework.http.ResponseEntity<String> showCollectionStatusAdmin()
    • showCollectionStatusCsvAdmin

      @RequestMapping("/showStatus.csv") protected org.springframework.http.ResponseEntity<String> showCollectionStatusCsvAdmin()
    • triggerFeatureCollectionAdmin

      @RequestMapping("/trigger") protected org.springframework.http.ResponseEntity<String> triggerFeatureCollectionAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res)
    • downloadAllAdmin

      @RequestMapping("/downloadAll") protected void downloadAllAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException
      Throws:
      IOException
    • downloadIndexAdmin

      @RequestMapping("/download") protected org.springframework.http.ResponseEntity<String> downloadIndexAdmin(jakarta.servlet.http.HttpServletRequest req, jakarta.servlet.http.HttpServletResponse res) throws IOException
      Throws:
      IOException