}
params.put( "absolute", absolute );
PentahoLegacyInterPluginCall pluginCall = new PentahoLegacyInterPluginCall( );
pluginCall.init( CorePlugin.CDF, "GetHeaders", params );
return pluginCall.call();
}
public static String getDataSourceDefinitions( String pluginId, String service, String method, boolean forceRefresh )
throws Exception {
PentahoCdeEnvironment.env().getPluginCall( pluginId, service, method );