it.eng.spagobi.drivers
Interface IEngineDriver


public interface IEngineDriver

Gets the input BI objects in order to call report execution.Objects implementing this interface must take the BIObject as input and return the URL to call to see report. This class, like all driver classes, will later be transferred to the new architecture.

Author:
Zoppello

Method Summary
 java.lang.String getExecutionCall(java.lang.Object aBIObject)
          This method executes a report, giving at output the String url to call to see the report
 

Method Detail

getExecutionCall

public java.lang.String getExecutionCall(java.lang.Object aBIObject)
This method executes a report, giving at output the String url to call to see the report

Parameters:
aBIObject - The input BI object
Returns:
The url String to see the report