it.eng.spagobi.utilities
Class ExecutionProxy

java.lang.Object
  extended by it.eng.spagobi.utilities.ExecutionProxy

public class ExecutionProxy
extends java.lang.Object


Constructor Summary
ExecutionProxy()
           
 
Method Summary
 byte[] exec(it.eng.spago.security.IEngUserProfile profile)
           
 BIObject getBiObject()
           
 java.lang.String getFileExtensionFromContType(java.lang.String contentType)
           
 java.lang.String getReturnedContentType()
           
 void setBiObject(BIObject biObject)
           
 void setReturnedContentType(java.lang.String returnedContentType)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ExecutionProxy

public ExecutionProxy()
Method Detail

getBiObject

public BIObject getBiObject()

setBiObject

public void setBiObject(BIObject biObject)

exec

public byte[] exec(it.eng.spago.security.IEngUserProfile profile)

getReturnedContentType

public java.lang.String getReturnedContentType()

setReturnedContentType

public void setReturnedContentType(java.lang.String returnedContentType)

getFileExtensionFromContType

public java.lang.String getFileExtensionFromContType(java.lang.String contentType)