Class SolrCommandBackupResult

java.lang.Object
org.alfresco.repo.search.impl.AbstractJSONAPIResult
org.alfresco.repo.search.impl.solr.SolrCommandBackupResult
All Implemented Interfaces:
JSONAPIResult

public class SolrCommandBackupResult extends AbstractJSONAPIResult
The results of executing a SOLR BACKUP command
Since:
6.2
Author:
aborroy
  • Constructor Details

    • SolrCommandBackupResult

      public SolrCommandBackupResult(org.json.JSONObject json)
      Parses the JSON to create a new result object
      Parameters:
      json - JSONObject returned by SOLR API
  • Method Details