public class OleExplainOperationServiceImpl extends Object implements OleExplainOperationService
Modifier and Type | Field and Description |
---|---|
OleDiagnosticsService |
oleDiagnosticsService |
OleSRUExplainOperationHandler |
oleSRUExplainOperationHandler |
Constructor and Description |
---|
OleExplainOperationServiceImpl() |
Modifier and Type | Method and Description |
---|---|
OleSRUExplainConfigurationInfo |
getExplainConfigInfo()
will fetch the values from the property file
|
OleSRUExplainDatabaseInfo |
getExplainDatabaseInfo()
will fetch the values from the property file
|
OleSRUExplainIndexInfo |
getExplainIndexInfo()
will fetch the values from the property file
|
OleSRUExplainRecord |
getExplainRecord(Map reqParamMap)
will fetch the values from the property file
|
OleSRUExplainRecordData |
getExplainRecordData(Map reqParamMap)
will fetch the values from the property file
|
String |
getExplainResponse(Map reqParamMap)
will generate the explain service response xml
|
OleSRUExplainSchemaInfo |
getExplainSchemaInfo()
will fetch the values from the property file
|
OleSRUExplainServerInfo |
getExplainServerInfo()
will fetch the values from the property file
|
String |
getExtraReqDataInfo(Map reqParamMap) |
void |
setCurrentContextConfig(org.kuali.rice.core.api.config.property.Config currentContextConfig) |
public OleSRUExplainOperationHandler oleSRUExplainOperationHandler
public OleDiagnosticsService oleDiagnosticsService
public OleExplainOperationServiceImpl()
public String getExplainResponse(Map reqParamMap)
getExplainResponse
in interface OleExplainOperationService
reqParamMap
- public OleSRUExplainRecord getExplainRecord(Map reqParamMap)
public void setCurrentContextConfig(org.kuali.rice.core.api.config.property.Config currentContextConfig)
public OleSRUExplainRecordData getExplainRecordData(Map reqParamMap)
public OleSRUExplainServerInfo getExplainServerInfo()
public OleSRUExplainDatabaseInfo getExplainDatabaseInfo()
public OleSRUExplainIndexInfo getExplainIndexInfo()
public OleSRUExplainSchemaInfo getExplainSchemaInfo()
public OleSRUExplainConfigurationInfo getExplainConfigInfo()
public String getExtraReqDataInfo(Map reqParamMap)
Copyright © 2004-2013 The Kuali Foundation. All Rights Reserved.