com.businessobjects.dsws.reportengine
Class RetrieveQueryContext

java.lang.Object
  extended bycom.businessobjects.dsws.reportengine.RetrieveQueryContext
All Implemented Interfaces:
java.io.Serializable

public class RetrieveQueryContext
extends java.lang.Object
implements java.io.Serializable

RetrieveQueryContext is used to retrieve QueryContexts necessary to refresh a document. The QueryContexts objects are returned inside the DocumentInformation object retrieved by the ReportEngine.getDocumentInformation Web Service call.
A Context is used to avoid ambiguity when defining a query.
See QueryContext for an example of how to use a retrieve object.

See Also:
RetrieveQueryContext, RetrieveMustFillInfo, RetrieveView, RetrieveData, Action, FillDBLogons, FillDBLogon, DataProviderInfo, RetrieveDataProvidersInfo, ReportEngine, DocumentInformation, Serialized Form

Constructor Summary
RetrieveQueryContext()
          Instantiate a new blank RetrieveQueryContext object.
 
Method Summary
 boolean equals(java.lang.Object obj)
          Internal Use Only.
static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType, java.lang.Class _javaType, javax.xml.namespace.QName _xmlType)
          Internal Use Only.
static org.apache.axis.description.TypeDesc getTypeDesc()
          Internal Use Only.
 int hashCode()
          Internal Use Only.
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

RetrieveQueryContext

public RetrieveQueryContext()
Instantiate a new blank RetrieveQueryContext object.

Method Detail

equals

public boolean equals(java.lang.Object obj)

Internal Use Only.


hashCode

public int hashCode()

Internal Use Only.


getTypeDesc

public static org.apache.axis.description.TypeDesc getTypeDesc()

Internal Use Only.


getSerializer

public static org.apache.axis.encoding.Serializer getSerializer(java.lang.String mechType,
                                                                java.lang.Class _javaType,
                                                                javax.xml.namespace.QName _xmlType)

Internal Use Only.


getDeserializer

public static org.apache.axis.encoding.Deserializer getDeserializer(java.lang.String mechType,
                                                                    java.lang.Class _javaType,
                                                                    javax.xml.namespace.QName _xmlType)

Internal Use Only.