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
 
 
- 
- 
Field Summary
- 
Fields inherited from class org.pentaho.platform.web.http.api.resources.AbstractJaxRSResource
acceptableMediaTypes, httpServletRequest, httpServletResponse, TEXT_HTML 
 - 
 
- 
Constructor Summary
Constructors Constructor Description SystemRefreshResource() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description javax.ws.rs.core.ResponseexecuteGlobalActions()javax.ws.rs.core.ResponseflushMondrianSchemaCache()javax.ws.rs.core.ResponseflushMondrianSchemaCache(String name)javax.ws.rs.core.ResponsepurgeReportingDataCache()Deprecated.use org.pentaho.reporting.platform.plugin.CacheManagerEndpoint insteadStringrefreshMetadata()javax.ws.rs.core.ResponserefreshSystemSettings()- 
Methods inherited from class org.pentaho.platform.web.http.api.resources.AbstractJaxRSResource
setHttpHeaders 
 - 
 
 - 
 
- 
- 
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 
 - 
 
 -