|
||||||||||
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.weka.WekaDriver
public class WekaDriver
Driver Implementation (IEngineDriver Interface) for Jasper Report Engine.
Constructor Summary | |
---|---|
WekaDriver()
|
Method Summary | |
---|---|
EngineURL |
getEditDocumentTemplateBuildUrl(java.lang.Object biobject,
it.eng.spago.security.IEngUserProfile profile)
Function not implemented. |
EngineURL |
getNewDocumentTemplateBuildUrl(java.lang.Object biobject,
it.eng.spago.security.IEngUserProfile profile)
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 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 WekaDriver()
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
public EngineURL getEditDocumentTemplateBuildUrl(java.lang.Object biobject, it.eng.spago.security.IEngUserProfile profile) throws InvalidOperationRequest
getEditDocumentTemplateBuildUrl
in interface IEngineDriver
biobject
- The BIOBject to editprofile
- 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 BIOBject to editprofile
- the profile
InvalidOperationRequest
- the invalid operation request
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |