|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.drivers.jpxmla.JPXMLADriver
public class JPXMLADriver
Driver Implementation (IEngineDriver Interface) for JPivot Engine.
Constructor Summary | |
---|---|
JPXMLADriver()
|
Method Summary | |
---|---|
protected 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 |
addDataAccessParameter(it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName,
java.util.Map pars,
byte[] templateBy)
Adds parameter for data access based on the user functionalities |
private void |
addLocale(java.util.Map map)
|
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)
Returns the url to be invoked for editing template document |
protected java.util.Map |
getMap(it.eng.spagobi.bo.BIObject biobj,
it.eng.spago.security.IEngUserProfile profile,
java.lang.String roleName)
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)
Returns the url to be invoked for creating a new template document |
java.util.Map |
getParameterMap(java.lang.Object biobject)
Deprecated. |
java.util.Map |
getParameterMap(java.lang.Object object,
it.eng.spago.security.IEngUserProfile profile)
Deprecated. |
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)
Deprecated. |
java.util.Map |
getParameterMap(java.lang.Object object,
java.lang.Object subObject,
it.eng.spago.security.IEngUserProfile profile)
Deprecated. |
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 JPXMLADriver()
Method Detail |
---|
private void addLocale(java.util.Map map)
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
public java.util.Map getParameterMap(java.lang.Object biobject)
biObject
- Object to execute
public java.util.Map getParameterMap(java.lang.Object object, it.eng.spago.security.IEngUserProfile profile)
biObject
- Object to executeprofile
- Profile of the user
public java.util.Map getParameterMap(java.lang.Object object, java.lang.Object subObject)
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)
biObject
- Object container of the subObjectsubObject
- SubObject to executeprofile
- Profile of the user
protected java.util.Map getMap(it.eng.spagobi.bo.BIObject biobj, it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName)
biobj
- BIObject to execute
protected java.util.Map addDataAccessParameter(it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName, java.util.Map pars, byte[] templateBy)
profile
- Profile of the userroleName
- Role name of the userpars
- Map of previous parameterstemplate
- bytes of the biobject template
protected 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
protected java.util.Map applySecurity(java.util.Map pars)
pars
- The map of parameters
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
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
it.eng.spagobi.drivers.exceptions.InvalidOperationRequest
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |