it.eng.spagobi.engines.officeDocuments
Class SpagoBIOfficeDocumentInternalEngine
java.lang.Object
it.eng.spagobi.engines.officeDocuments.SpagoBIOfficeDocumentInternalEngine
- All Implemented Interfaces:
- InternalEngineIFace
public class SpagoBIOfficeDocumentInternalEngine
- extends java.lang.Object
- implements InternalEngineIFace
Method Summary |
void |
execute(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response)
Executes the document and populates the response |
void |
executeSubObject(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response,
java.lang.Object subObjectInfo)
The SpagoBIOfficeDocumentInternalEngine cannot manage subobjects so this method must not be invoked |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
messageBundle
public static final java.lang.String messageBundle
- See Also:
- Constant Field Values
SpagoBIOfficeDocumentInternalEngine
public SpagoBIOfficeDocumentInternalEngine()
execute
public void execute(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response)
throws it.eng.spago.error.EMFUserError
- Executes the document and populates the response
- Specified by:
execute
in interface InternalEngineIFace
- Parameters:
requestContainer
- The RequestContainer
object (the session can be retrieved from this object)obj
- The BIObject
representing the document to be executedresponse
- The response SourceBean
to be populated
- Throws:
it.eng.spago.error.EMFUserError
executeSubObject
public void executeSubObject(it.eng.spago.base.RequestContainer requestContainer,
BIObject obj,
it.eng.spago.base.SourceBean response,
java.lang.Object subObjectInfo)
throws it.eng.spago.error.EMFUserError
- The
SpagoBIOfficeDocumentInternalEngine
cannot manage subobjects so this method must not be invoked
- Specified by:
executeSubObject
in interface InternalEngineIFace
- Parameters:
requestContainer
- The RequestContainer
object (the session can be retrieved from this object)obj
- The BIObject
representing the documentresponse
- The response SourceBean
to be populatedsubObjectInfo
- An object describing the subobject to be executed
- Throws:
it.eng.spago.error.EMFUserError