public class MondrianModelComponent
extends org.pentaho.platform.engine.services.solution.ComponentBase
COMPONENT_EXECUTE_FAIL, MISSING_SESSION| Constructor and Description |
|---|
MondrianModelComponent() |
| Modifier and Type | Method and Description |
|---|---|
void |
done() |
boolean |
executeAction() |
static String |
getInitialQuery(mondrian.olap.Connection connection,
String cubeName) |
static String |
getInitialQuery(Properties properties,
String cubeName,
org.pentaho.platform.api.engine.IPentahoSession session) |
static String |
getInitialQuery(String modelPath,
String connectionString,
String cubeName,
org.pentaho.platform.api.engine.IPentahoSession session)
Deprecated.
|
static String |
getInitialQuery(String modelPath,
String jndi,
String cubeName,
String roleName,
org.pentaho.platform.api.engine.IPentahoSession session)
Deprecated.
|
static String |
getInitialQuery(String modelPath,
String connectionString,
String driver,
String user,
String password,
String cubeName,
org.pentaho.platform.api.engine.IPentahoSession session)
Deprecated.
|
static String |
getInitialQuery(String modelPath,
String connectionString,
String driver,
String user,
String password,
String cubeName,
String roleName,
org.pentaho.platform.api.engine.IPentahoSession session)
Deprecated.
|
org.apache.commons.logging.Log |
getLogger() |
boolean |
init() |
boolean |
validateAction() |
createFeedbackParameter, createFeedbackParameter, createNewInstance, execute, getActionDefinition, getActionName, getActionTitle, getComponentDefinition, getComponentDefinition, getId, getInitFailMessage, getInitOk, getInstanceId, getLogId, getObjectName, getProcessId, getResourceAsString, getRuntimeContext, getSession, inputMissingError, outputMissingError, promptNeeded, promptNow, resolveParameter, resourceComponentSettingError, resourceMissingError, setActionDefinition, setActionName, setComponentDefinition, setComponentDefinitionMap, setInstanceId, setProcessId, setRuntimeContext, setSession, validatedebug, debug, error, error, error, fatal, fatal, getMessages, getUserString, info, info, setMessages, trace, trace, warn, warngenLogIdFromInfo, genLogIdFromInfo, genLogIdFromSession, getLoggingLevel, setLoggingLevel, setLogIdequals, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitpublic org.apache.commons.logging.Log getLogger()
getLogger in class org.pentaho.platform.engine.core.system.PentahoBasepublic boolean init()
init in interface org.pentaho.platform.api.engine.IComponentinit in class org.pentaho.platform.engine.services.solution.ComponentBasepublic boolean validateAction()
validateAction in class org.pentaho.platform.engine.services.solution.ComponentBasepublic boolean executeAction()
executeAction in class org.pentaho.platform.engine.services.solution.ComponentBasepublic void done()
done in interface org.pentaho.platform.api.engine.IComponentdone in class org.pentaho.platform.engine.services.solution.ComponentBasepublic static String getInitialQuery(Properties properties, String cubeName, org.pentaho.platform.api.engine.IPentahoSession session) throws Throwable
Throwable@Deprecated public static String getInitialQuery(String modelPath, String connectionString, String driver, String user, String password, String cubeName, org.pentaho.platform.api.engine.IPentahoSession session) throws Throwable
modelPath - connectionString - driver - user - password - cubeName - Throwable@Deprecated public static String getInitialQuery(String modelPath, String connectionString, String driver, String user, String password, String cubeName, String roleName, org.pentaho.platform.api.engine.IPentahoSession session) throws Throwable
modelPath - connectionString - driver - user - password - cubeName - roleName - Throwable@Deprecated public static String getInitialQuery(String modelPath, String connectionString, String cubeName, org.pentaho.platform.api.engine.IPentahoSession session) throws Throwable
modelPath - connectionString - cubeName - Throwable@Deprecated public static String getInitialQuery(String modelPath, String jndi, String cubeName, String roleName, org.pentaho.platform.api.engine.IPentahoSession session) throws Throwable
modelPath - jndi - cubeName - roleName - Throwable