|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectit.eng.spagobi.commons.utilities.ExecutionProxy
public class ExecutionProxy
Constructor Summary | |
---|---|
ExecutionProxy()
|
Method Summary | |
---|---|
byte[] |
exec(it.eng.spago.security.IEngUserProfile profile,
java.lang.String modality,
java.lang.String defaultOutputFormat)
Executes a document in background with the given profile. |
BIObject |
getBiObject()
Gets the bi object. |
java.lang.String |
getFileExtensionFromContType(java.lang.String contentType)
Gets the file extension from cont type. |
java.lang.String |
getReturnedContentType()
Gets the returned content type. |
void |
setBiObject(BIObject biObject)
Sets the bi object. |
void |
setReturnedContentType(java.lang.String returnedContentType)
Sets the returned content type. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public ExecutionProxy()
Method Detail |
---|
public BIObject getBiObject()
public void setBiObject(BIObject biObject)
biObject
- the new bi objectpublic byte[] exec(it.eng.spago.security.IEngUserProfile profile, java.lang.String modality, java.lang.String defaultOutputFormat)
profile
- The user profilemodality
- The execution modality (for auditing)defaultOutputFormat
- The default output format (optional), considered if the document has no output format parameter set
public java.lang.String getReturnedContentType()
public void setReturnedContentType(java.lang.String returnedContentType)
returnedContentType
- the new returned content typepublic java.lang.String getFileExtensionFromContType(java.lang.String contentType)
contentType
- the content type
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |