|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.engines.drivers.AbstractDriver
it.eng.spagobi.engines.drivers.jpivot.JPivotDriver
public class JPivotDriver
Driver Implementation (IEngineDriver Interface) for JPivot Engine.
Constructor Summary | |
---|---|
JPivotDriver()
|
Method Summary | |
---|---|
protected java.util.Map |
addBIParameters(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 |
EngineURL |
getEditDocumentTemplateBuildUrl(java.lang.Object biobject,
it.eng.spago.security.IEngUserProfile profile)
Returns the url to be invoked for editing template document. |
protected java.util.Map |
getMap(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 |
EngineURL |
getNewDocumentTemplateBuildUrl(java.lang.Object biobject,
it.eng.spago.security.IEngUserProfile profile)
Returns the url to be invoked for creating a new template document. |
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 it.eng.spagobi.engines.drivers.AbstractDriver |
---|
addBIParameterDescriptions, applySecurity |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JPivotDriver()
Method Detail |
---|
public java.util.Map getParameterMap(java.lang.Object biobject, it.eng.spago.security.IEngUserProfile profile, java.lang.String roleName)
getParameterMap
in interface IEngineDriver
profile
- Profile of the userroleName
- the name of the execution rolebiobject
- the biobject
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 IEngineDriver
subObject
- SubObject to executeprofile
- Profile of the userroleName
- the name of the execution roleobject
- the object
protected java.util.Map getMap(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(BIObject biobj, java.util.Map pars)
biobj
- BIOBject to executepars
- Map of the parameters for the execution call
public EngineURL getEditDocumentTemplateBuildUrl(java.lang.Object biobject, it.eng.spago.security.IEngUserProfile profile) throws InvalidOperationRequest
getEditDocumentTemplateBuildUrl
in interface IEngineDriver
biobject
- The biobjectprofile
- the profile
InvalidOperationRequest
- the invalid operation requestpublic EngineURL getNewDocumentTemplateBuildUrl(java.lang.Object biobject, it.eng.spago.security.IEngUserProfile profile) throws InvalidOperationRequest
getNewDocumentTemplateBuildUrl
in interface IEngineDriver
biobject
- The biobjectprofile
- the profile
InvalidOperationRequest
- the invalid operation request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |