|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.drivers.weka.WekaDriverTokenSign
public class WekaDriverTokenSign
Driver Implementation (IEngineDriver Interface) for Jasper Report Engine.
Constructor Summary | |
---|---|
WekaDriverTokenSign()
|
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 |
addSecurityToken(java.util.Map pars)
Add to the map parameters the authethication token |
private java.util.Map |
getMap(it.eng.spagobi.bo.BIObject biobj)
Starting from a BIObject extracts from it the map of the paramaeters 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)
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 |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public WekaDriverTokenSign()
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
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
private java.util.Map addSecurityToken(java.util.Map pars)
pars
- Map of the parameters
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |