public class RulesOM extends Object
| Constructor and Description |
|---|
RulesOM() |
| Modifier and Type | Method and Description |
|---|---|
String |
convertVBScriptToPureXML(String ssoToken,
String clusterName,
String applicationName,
String vbScript,
boolean compLevelCondition,
int compSplitOption,
String dimensionMapping)
Converts the VBScript rule into pure cal manager xml.
|
String |
convertVBScriptToXML(String ssoToken,
String clusterName,
String applicationName,
String vbScript)
Converts the VBScript rule into cal manager xml.
|
String |
convertVBScriptToXMLOnFly(String ssoToken,
String clusterName,
String applicationName,
String vbScript,
boolean compLevelCondition,
int compSplitOption,
String calcType)
Converts the VBScript rule into cal manager xml on the fly.
|
String |
convertXMLToVBScript(String ssoToken,
String clusterName,
String applicationName,
String calcMgrXML)
Converts the calc manager xml into the HFM Rule i.e, VBScript.
|
InputStream |
getHFMFunctions()
returns the hfm functions xml as a inputstream.
|
ResourceBundle |
getHFMFunctionsBundle(Locale locale)
returns the hfm functions as resource bundle .
|
InputStream |
getHFMFunctionsNative()
returns the hfm functions native xml as a inputstream.
|
ResourceBundle |
getHFMFunctionsNativeBundle(Locale locale)
returns the hfm functions native as resource bundle .
|
InputStream |
getHFMFunctionsNativeOrig()
returns the hfm functions type native orig xml as a inputstream.
|
InputStream |
getHFMFunctionsOrig()
returns the hfm functions type orig xml as a inputstream.
|
String |
validateDSN(String ssoToken,
HashMap<String,String> dsnMap)
Validates the dsn.
|
String |
validateVBComponents(String ssoToken,
String clusterName,
String applicationName,
String calcMgrXML)
Validates the cal manager xml.
|
public String validateDSN(String ssoToken, HashMap<String,String> dsnMap) throws HFMException
dsnMap - HashMap<String, String>HFMExceptionpublic String convertXMLToVBScript(String ssoToken, String clusterName, String applicationName, String calcMgrXML) throws HFMException
ssoToken - valid sso token for authenticationclusterName - valid cluster nameapplicationName - Application NamecalcMgrXML - Rules xmlHFMExceptionpublic String convertVBScriptToXML(String ssoToken, String clusterName, String applicationName, String vbScript) throws HFMException
ssoToken - valid sso token for authenticationclusterName - valid cluster nameapplicationName - Application NamevbScript - Rules scriptHFMExceptionpublic String validateVBComponents(String ssoToken, String clusterName, String applicationName, String calcMgrXML) throws HFMException
ssoToken - valid sso token for authenticationclusterName - valid cluster nameapplicationName - Application NamecalcMgrXML - Rules xmlHFMExceptionpublic String convertVBScriptToPureXML(String ssoToken, String clusterName, String applicationName, String vbScript, boolean compLevelCondition, int compSplitOption, String dimensionMapping) throws HFMException
ssoToken - valid sso token for authenticationapplicationName - vbScript - compLevelCondition - compSplitOption - dimensionMapping - HFMExceptionpublic String convertVBScriptToXMLOnFly(String ssoToken, String clusterName, String applicationName, String vbScript, boolean compLevelCondition, int compSplitOption, String calcType) throws HFMException
ssoToken - valid sso token for authenticationapplicationName - vbScript - compLevelCondition - compSplitOption - calcType - HFMExceptionpublic InputStream getHFMFunctions() throws HFMException
HFMExceptionpublic InputStream getHFMFunctionsNative() throws HFMException
HFMExceptionpublic InputStream getHFMFunctionsOrig() throws HFMException
HFMExceptionpublic InputStream getHFMFunctionsNativeOrig() throws HFMException
HFMExceptionpublic ResourceBundle getHFMFunctionsBundle(Locale locale)
public ResourceBundle getHFMFunctionsNativeBundle(Locale locale)
Copyright 2007, 2026, Oracle. All rights reserved.