|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.drivers.geo.GeoDriver
public class GeoDriver
Driver Implementation (IEngineDriver Interface) for Geo Engine.
Constructor Summary | |
---|---|
GeoDriver()
|
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 |
protected java.util.Map |
applySecurity(java.util.Map pars)
Applys changes for security reason if necessary |
it.eng.spagobi.drivers.EngineURL |
getEditDocumentTemplateBuildUrl(java.lang.Object biobject)
Function not implemented. |
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 |
it.eng.spagobi.drivers.EngineURL |
getNewDocumentTemplateBuildUrl(java.lang.Object biobject)
Function not implemented. |
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 |
Constructor Detail |
---|
public GeoDriver()
Method Detail |
---|
public java.util.Map getParameterMap(java.lang.Object biobject, it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object to executeprofile
- Profile of the userroleName
- the name of the execution role
public java.util.Map getParameterMap(java.lang.Object object, java.lang.Object subObject, it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName)
getParameterMap
in interface it.eng.spagobi.drivers.IEngineDriver
biObject
- Object container of the subObjectsubObject
- SubObject to executeprofile
- Profile of the userroleName
- the name of the execution role
protected java.util.Map applySecurity(java.util.Map pars)
pars
- The map of parameters
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
public it.eng.spagobi.drivers.EngineURL getEditDocumentTemplateBuildUrl(java.lang.Object biobject) throws it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
getEditDocumentTemplateBuildUrl
in interface it.eng.spagobi.drivers.IEngineDriver
biobject
- The BIOBject to edit
it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
public it.eng.spagobi.drivers.EngineURL getNewDocumentTemplateBuildUrl(java.lang.Object biobject) throws it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
getNewDocumentTemplateBuildUrl
in interface it.eng.spagobi.drivers.IEngineDriver
biobject
- The BIOBject to edit
it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |