it.eng.spagobi.engines.drivers.mobile.report
Class MobileReportDriver
java.lang.Object
it.eng.spagobi.engines.drivers.AbstractDriver
it.eng.spagobi.engines.drivers.generic.GenericDriver
it.eng.spagobi.engines.drivers.mobile.report.MobileReportDriver
- All Implemented Interfaces:
- IEngineDriver
- Direct Known Subclasses:
- MobileChartDriver, MobileCockpitDriver
public class MobileReportDriver
- extends GenericDriver
Method Summary |
java.util.Map |
getParameterMap(java.lang.Object biobject,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName)
Returns a map of parameters which will be send in the request to the
engine application. |
java.util.Map |
getParameterMap(java.lang.Object object,
java.lang.Object subObject,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName)
Returns a map of parameters which will be send in the request to the
engine application. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
MobileReportDriver
public MobileReportDriver()
getParameterMap
public java.util.Map getParameterMap(java.lang.Object biobject,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName)
- Description copied from class:
GenericDriver
- Returns a map of parameters which will be send in the request to the
engine application.
- Specified by:
getParameterMap
in interface IEngineDriver
- Overrides:
getParameterMap
in class GenericDriver
- Parameters:
biobject
- the biobjectprofile
- Profile of the userroleName
- the name of the execution role
- Returns:
- Map The map of the execution call parameters
getParameterMap
public java.util.Map getParameterMap(java.lang.Object object,
java.lang.Object subObject,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName)
- Description copied from class:
GenericDriver
- Returns a map of parameters which will be send in the request to the
engine application.
- Specified by:
getParameterMap
in interface IEngineDriver
- Overrides:
getParameterMap
in class GenericDriver
- Parameters:
object
- the objectsubObject
- SubObject to executeprofile
- Profile of the userroleName
- the name of the execution role
- Returns:
- Map The map of the execution call parameters