|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.drivers.jpivot.JPivotDriver
public class JPivotDriver
Driver Implementation (IEngineDriver Interface) for JPivot Engine.
Constructor Summary | |
---|---|
JPivotDriver()
|
Method Summary | |
---|---|
java.util.Map |
getParameterMap(java.lang.Object biobject)
Return a map of parameters which will be sended in the request to the engine application. |
java.util.Map |
getParameterMap(java.lang.Object object,
it.eng.spago.security.IEngUserProfile profile)
Return a map of parameters which will be sended in the request to the engine application. |
java.util.Map |
getParameterMap(java.lang.Object object,
java.lang.Object subObject)
Return a map of parameters which will be sended 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)
Return a map of parameters which will be sended in the request to the engine application. |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JPivotDriver()
Method Detail |
---|
public java.util.Map getParameterMap(java.lang.Object biobject)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object to execute
public java.util.Map getParameterMap(java.lang.Object object, it.eng.spago.security.IEngUserProfile profile)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object to executeprofile
- Profile of the user
public java.util.Map getParameterMap(java.lang.Object object, java.lang.Object subObject)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object container of the subObjectsubObject
- SubObject to execute
public java.util.Map getParameterMap(java.lang.Object object, java.lang.Object subObject, it.eng.spago.security.IEngUserProfile profile)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object container of the subObjectsubObject
- SubObject to executeprofile
- Profile of the user
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |