|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.drivers.birt.BirtReportDriver
public class BirtReportDriver
Driver Implementation (IEngineDriver Interface) for Birt Report Engine.
Constructor Summary | |
---|---|
BirtReportDriver()
|
Method Summary | |
---|---|
private java.util.Map |
addBIParameters(it.eng.spagobi.bo.BIObject biobj,
java.util.Map pars)
Add into the parameters map the BIObject's BIParameter names and values |
private java.util.Map |
getMap(it.eng.spagobi.bo.BIObject biobj)
Starting from a BIObject extracts from it the map of the parameters for the execution call |
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)
|
java.util.Map |
getParameterMap(java.lang.Object object,
java.lang.Object subObject)
|
java.util.Map |
getParameterMap(java.lang.Object object,
java.lang.Object subObject,
it.eng.spago.security.IEngUserProfile profile)
|
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public BirtReportDriver()
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
public java.util.Map getParameterMap(java.lang.Object object, java.lang.Object subObject)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
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
private java.util.Map getMap(it.eng.spagobi.bo.BIObject biobj)
biobj
- BIObject to execute
private java.util.Map addBIParameters(it.eng.spagobi.bo.BIObject biobj, java.util.Map pars)
biobj
- BIOBject to executepars
- Map of the parameters for the execution call
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |