|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.drivers.talend.TalendDriver
public class TalendDriver
Driver Implementation (IEngineDriver Interface) for Talend External Engine.
Constructor Summary | |
---|---|
TalendDriver()
|
Method Summary | |
---|---|
protected java.util.Map |
applySecurity(java.util.Map pars)
Applys changes for security reason if necessary |
EngineURL |
getEditDocumentTemplateBuildUrl(java.lang.Object biobject)
Function not implemented. |
EngineURL |
getNewDocumentTemplateBuildUrl(java.lang.Object biobject)
Function not implemented. |
java.util.Map |
getParameterMap(java.lang.Object biobject,
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,
IEngUserProfile profile,
java.lang.String roleName)
SpagoBITalendEngine does not manage subobejcts, so this method is equivalent to getParameterMap(object, profile, roleName) |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public TalendDriver()
Method Detail |
---|
public java.util.Map getParameterMap(java.lang.Object biobject, IEngUserProfile profile, java.lang.String roleName)
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, IEngUserProfile profile, java.lang.String roleName)
getParameterMap(object, profile, roleName)
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
public EngineURL getEditDocumentTemplateBuildUrl(java.lang.Object biobject) throws InvalidOperationRequest
biobject
- The BIOBject to edit
InvalidOperationRequest
public EngineURL getNewDocumentTemplateBuildUrl(java.lang.Object biobject) throws InvalidOperationRequest
biobject
- The BIOBject to edit
InvalidOperationRequest
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |