Class SystemRefreshResource


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

      • SystemRefreshResource

        public SystemRefreshResource()
    • Method Detail

      • 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