Class SystemRefreshResource

java.lang.Object
org.pentaho.platform.web.http.api.resources.AbstractJaxRSResource
org.pentaho.platform.web.http.api.resources.SystemRefreshResource

public class SystemRefreshResource extends AbstractJaxRSResource
This resource is responsible for refreshing different system components (metadata, mondrian etc.)
Author:
rmansoor
  • Constructor Details

    • SystemRefreshResource

      public SystemRefreshResource()
  • Method Details

    • executeGlobalActions

      public javax.ws.rs.core.Response executeGlobalActions()
      Returns:
    • refreshMetadata

      public String refreshMetadata()
    • refreshSystemSettings

      public javax.ws.rs.core.Response refreshSystemSettings()
    • flushMondrianSchemaCache

      public javax.ws.rs.core.Response flushMondrianSchemaCache()
    • flushMondrianSchemaCache

      public javax.ws.rs.core.Response flushMondrianSchemaCache(String name)
    • purgeReportingDataCache

      @Deprecated public javax.ws.rs.core.Response purgeReportingDataCache()
      Deprecated.
      use org.pentaho.reporting.platform.plugin.CacheManagerEndpoint instead