Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


oracle.xdo.service.v2
Class ReportServiceSoapBindingStub

java.lang.Object
  extended by org.apache.axis.client.Stub
      extended by oracle.xdo.service.v2.ReportServiceSoapBindingStub

All Implemented Interfaces:
java.rmi.Remote, javax.xml.rpc.Stub, ReportService_PortType

public class ReportServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ReportService_PortType

Field Summary

 

Fields inherited from interface javax.xml.rpc.Stub
ENDPOINT_ADDRESS_PROPERTY, PASSWORD_PROPERTY, SESSION_MAINTAIN_PROPERTY, USERNAME_PROPERTY

 

Constructor Summary
ReportServiceSoapBindingStub()
           
ReportServiceSoapBindingStub(javax.xml.rpc.Service service)
           
ReportServiceSoapBindingStub(java.net.URL endpointURL, javax.xml.rpc.Service service)
           

 

Method Summary
 java.lang.String createReport(java.lang.String reportName, java.lang.String folderAbsolutePathURL, java.lang.String dataModelURL, java.lang.String templateFileName, byte[] templateData, java.lang.String XLIFFFileName, byte[] XLIFFData, boolean updateFlag, java.lang.String userID, java.lang.String password)
           
 java.lang.String createReportInSession(java.lang.String reportName, java.lang.String folderAbsolutePathURL, java.lang.String dataModelURL, java.lang.String templateFileName, byte[] templateData, java.lang.String XLIFFFileName, byte[] XLIFFData, boolean updateFlag, java.lang.String bipSessionToken)
           
 ReportDataChunk downloadReportDataChunk(java.lang.String fileID, int beginIdx, int size, java.lang.String userID, java.lang.String password)
           
 ReportDataChunk downloadReportDataChunkInSession(java.lang.String fileID, int beginIdx, int size, java.lang.String bipSessionToken)
           
 ReportDefinition getReportDefinition(java.lang.String reportAbsolutePath, java.lang.String userID, java.lang.String password)
           
 ReportDefinition getReportDefinitionInSession(java.lang.String reportAbsolutePath, java.lang.String bipSessionToken)
           
 ParamNameValues getReportParameters(ReportRequest reportRequest, java.lang.String userID, java.lang.String password)
           
 ParamNameValues getReportParametersInSession(ReportRequest reportRequest, java.lang.String bipSessionToken)
           
 byte[] getReportSampleData(java.lang.String reportAbsolutePath, java.lang.String userID, java.lang.String password)
           
 byte[] getReportSampleDataInSession(java.lang.String reportAbsolutePath, java.lang.String bipSessionToken)
           
 byte[] getTemplate(java.lang.String reportAbsolutePath, java.lang.String templateID, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 byte[] getTemplateInSession(java.lang.String reportAbsolutePath, java.lang.String templateID, java.lang.String locale, java.lang.String bipSessionToken)
           
 ParamNameValue[] getTemplateParameters(java.lang.String reportAbsolutePath, java.lang.String templateID, java.lang.String userID, java.lang.String password)
           
 ParamNameValue[] getTemplateParametersInSession(java.lang.String reportAbsolutePath, java.lang.String templateID, java.lang.String bipSessionToken)
           
 byte[] getXDOSchema(java.lang.String reportAbsolutePath, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 byte[] getXDOSchemaInSession(java.lang.String reportAbsolutePath, java.lang.String locale, java.lang.String bipSessionToken)
           
 boolean removeTemplateForReport(java.lang.String reportAbsolutePath, java.lang.String templateFileName, java.lang.String userID, java.lang.String password)
           
 boolean removeTemplateForReportInSession(java.lang.String reportAbsolutePath, java.lang.String templateFileName, java.lang.String bipSessionToken)
           
 ReportResponse runDataModel(ReportRequest reportRequest, java.lang.String userID, java.lang.String password)
           
 ReportResponse runDataModelInSession(ReportRequest reportRequest, java.lang.String bipSessionToken)
           
 ReportResponse runReport(ReportRequest reportRequest, java.lang.String userID, java.lang.String password)
           
 ReportResponse runReportInSession(ReportRequest reportRequest, java.lang.String bipSessionToken)
           
 boolean updateReportDefinition(java.lang.String reportAbsPath, ReportDefinition newReportDefn, java.lang.String userID, java.lang.String password)
           
 boolean updateReportDefinitionInSession(java.lang.String reportAbsPath, ReportDefinition newReportDefn, java.lang.String bipSessionToken)
           
 boolean updateTemplateForReport(java.lang.String reportAbsolutePath, java.lang.String templateName, java.lang.String locale, byte[] templateData, java.lang.String userID, java.lang.String password)
           
 boolean updateTemplateForReportInSession(java.lang.String reportAbsolutePath, java.lang.String templateName, java.lang.String locale, byte[] templateData, java.lang.String bipSessionToken)
           
 boolean updateXLIFFForReport(java.lang.String reportAbsolutePath, byte[] xliffData, java.lang.String layoutFileName, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 boolean updateXLIFFForReportInSession(java.lang.String reportAbsolutePath, byte[] xliffData, java.lang.String layoutFileName, java.lang.String locale, java.lang.String bipSessionToken)
           
 java.lang.String uploadReportDataChunk(java.lang.String fileID, byte[] reportDataChunk, java.lang.String reportRawDataChunk, java.lang.String userID, java.lang.String password)
           
 java.lang.String uploadReportDataChunkInSession(java.lang.String fileID, byte[] reportDataChunk, java.lang.String reportRawDataChunk, java.lang.String bipSessionToken)
           
 boolean uploadTemplateForReport(java.lang.String reportAbsolutePath, java.lang.String templateName, java.lang.String templateType, java.lang.String locale, byte[] templateData, java.lang.String userID, java.lang.String password)
           
 boolean uploadTemplateForReportInSession(java.lang.String reportAbsolutePath, java.lang.String templateName, java.lang.String templateType, java.lang.String locale, byte[] templateData, java.lang.String bipSessionToken)
           
 boolean uploadXLIFFForReport(java.lang.String reportAbsolutePath, byte[] xliffData, java.lang.String layoutFileName, java.lang.String locale, java.lang.String userID, java.lang.String password)
           
 boolean uploadXLIFFForReportInSession(java.lang.String reportAbsolutePath, byte[] xliffData, java.lang.String layoutFileName, java.lang.String locale, java.lang.String bipSessionToken)
           

 

Methods inherited from class org.apache.axis.client.Stub
_createCall, _getCall, _getProperty, _getPropertyNames, _getService, _setProperty, addAttachment, clearAttachments, clearHeaders, extractAttachments, getAttachments, getHeader, getHeaders, getPassword, getPortName, getResponseHeader, getResponseHeaders, getTimeout, getUsername, removeProperty, setHeader, setHeader, setMaintainSession, setPassword, setPortName, setPortName, setTimeout, setUsername

 

Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait

 

Constructor Detail

ReportServiceSoapBindingStub

public ReportServiceSoapBindingStub()
                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ReportServiceSoapBindingStub

public ReportServiceSoapBindingStub(java.net.URL endpointURL,
                                    javax.xml.rpc.Service service)
                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

ReportServiceSoapBindingStub

public ReportServiceSoapBindingStub(javax.xml.rpc.Service service)
                             throws org.apache.axis.AxisFault
Throws:
org.apache.axis.AxisFault

Method Detail

createReport

public java.lang.String createReport(java.lang.String reportName,
                                     java.lang.String folderAbsolutePathURL,
                                     java.lang.String dataModelURL,
                                     java.lang.String templateFileName,
                                     byte[] templateData,
                                     java.lang.String XLIFFFileName,
                                     byte[] XLIFFData,
                                     boolean updateFlag,
                                     java.lang.String userID,
                                     java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
createReport in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getReportParameters

public ParamNameValues getReportParameters(ReportRequest reportRequest,
                                           java.lang.String userID,
                                           java.lang.String password)
                                    throws java.rmi.RemoteException,
                                           InvalidParametersException,
                                           AccessDeniedException,
                                           OperationFailedException
Specified by:
getReportParameters in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getTemplate

public byte[] getTemplate(java.lang.String reportAbsolutePath,
                          java.lang.String templateID,
                          java.lang.String locale,
                          java.lang.String userID,
                          java.lang.String password)
                   throws java.rmi.RemoteException,
                          InvalidParametersException,
                          AccessDeniedException,
                          OperationFailedException
Specified by:
getTemplate in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

runReport

public ReportResponse runReport(ReportRequest reportRequest,
                                java.lang.String userID,
                                java.lang.String password)
                         throws java.rmi.RemoteException,
                                InvalidParametersException,
                                AccessDeniedException,
                                OperationFailedException
Specified by:
runReport in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

runReportInSession

public ReportResponse runReportInSession(ReportRequest reportRequest,
                                         java.lang.String bipSessionToken)
                                  throws java.rmi.RemoteException,
                                         InvalidParametersException,
                                         AccessDeniedException,
                                         OperationFailedException
Specified by:
runReportInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

runDataModel

public ReportResponse runDataModel(ReportRequest reportRequest,
                                   java.lang.String userID,
                                   java.lang.String password)
                            throws java.rmi.RemoteException,
                                   InvalidParametersException,
                                   AccessDeniedException,
                                   OperationFailedException
Specified by:
runDataModel in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

runDataModelInSession

public ReportResponse runDataModelInSession(ReportRequest reportRequest,
                                            java.lang.String bipSessionToken)
                                     throws java.rmi.RemoteException,
                                            InvalidParametersException,
                                            AccessDeniedException,
                                            OperationFailedException
Specified by:
runDataModelInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getReportDefinition

public ReportDefinition getReportDefinition(java.lang.String reportAbsolutePath,
                                            java.lang.String userID,
                                            java.lang.String password)
                                     throws java.rmi.RemoteException,
                                            InvalidParametersException,
                                            AccessDeniedException,
                                            OperationFailedException
Specified by:
getReportDefinition in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getReportDefinitionInSession

public ReportDefinition getReportDefinitionInSession(java.lang.String reportAbsolutePath,
                                                     java.lang.String bipSessionToken)
                                              throws java.rmi.RemoteException,
                                                     InvalidParametersException,
                                                     AccessDeniedException,
                                                     OperationFailedException
Specified by:
getReportDefinitionInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getReportSampleData

public byte[] getReportSampleData(java.lang.String reportAbsolutePath,
                                  java.lang.String userID,
                                  java.lang.String password)
                           throws java.rmi.RemoteException,
                                  InvalidParametersException,
                                  AccessDeniedException,
                                  OperationFailedException
Specified by:
getReportSampleData in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getReportSampleDataInSession

public byte[] getReportSampleDataInSession(java.lang.String reportAbsolutePath,
                                           java.lang.String bipSessionToken)
                                    throws java.rmi.RemoteException,
                                           InvalidParametersException,
                                           AccessDeniedException,
                                           OperationFailedException
Specified by:
getReportSampleDataInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getXDOSchema

public byte[] getXDOSchema(java.lang.String reportAbsolutePath,
                           java.lang.String locale,
                           java.lang.String userID,
                           java.lang.String password)
                    throws java.rmi.RemoteException,
                           InvalidParametersException,
                           AccessDeniedException,
                           OperationFailedException
Specified by:
getXDOSchema in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getXDOSchemaInSession

public byte[] getXDOSchemaInSession(java.lang.String reportAbsolutePath,
                                    java.lang.String locale,
                                    java.lang.String bipSessionToken)
                             throws java.rmi.RemoteException,
                                    InvalidParametersException,
                                    AccessDeniedException,
                                    OperationFailedException
Specified by:
getXDOSchemaInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getTemplateInSession

public byte[] getTemplateInSession(java.lang.String reportAbsolutePath,
                                   java.lang.String templateID,
                                   java.lang.String locale,
                                   java.lang.String bipSessionToken)
                            throws java.rmi.RemoteException,
                                   InvalidParametersException,
                                   AccessDeniedException,
                                   OperationFailedException
Specified by:
getTemplateInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getReportParametersInSession

public ParamNameValues getReportParametersInSession(ReportRequest reportRequest,
                                                    java.lang.String bipSessionToken)
                                             throws java.rmi.RemoteException,
                                                    InvalidParametersException,
                                                    AccessDeniedException,
                                                    OperationFailedException
Specified by:
getReportParametersInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getTemplateParameters

public ParamNameValue[] getTemplateParameters(java.lang.String reportAbsolutePath,
                                              java.lang.String templateID,
                                              java.lang.String userID,
                                              java.lang.String password)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
getTemplateParameters in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getTemplateParametersInSession

public ParamNameValue[] getTemplateParametersInSession(java.lang.String reportAbsolutePath,
                                                       java.lang.String templateID,
                                                       java.lang.String bipSessionToken)
                                                throws java.rmi.RemoteException,
                                                       InvalidParametersException,
                                                       AccessDeniedException,
                                                       OperationFailedException
Specified by:
getTemplateParametersInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

createReportInSession

public java.lang.String createReportInSession(java.lang.String reportName,
                                              java.lang.String folderAbsolutePathURL,
                                              java.lang.String dataModelURL,
                                              java.lang.String templateFileName,
                                              byte[] templateData,
                                              java.lang.String XLIFFFileName,
                                              byte[] XLIFFData,
                                              boolean updateFlag,
                                              java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
createReportInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateReportDefinition

public boolean updateReportDefinition(java.lang.String reportAbsPath,
                                      ReportDefinition newReportDefn,
                                      java.lang.String userID,
                                      java.lang.String password)
                               throws java.rmi.RemoteException,
                                      InvalidParametersException,
                                      AccessDeniedException,
                                      OperationFailedException
Specified by:
updateReportDefinition in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateReportDefinitionInSession

public boolean updateReportDefinitionInSession(java.lang.String reportAbsPath,
                                               ReportDefinition newReportDefn,
                                               java.lang.String bipSessionToken)
                                        throws java.rmi.RemoteException,
                                               InvalidParametersException,
                                               AccessDeniedException,
                                               OperationFailedException
Specified by:
updateReportDefinitionInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadTemplateForReport

public boolean uploadTemplateForReport(java.lang.String reportAbsolutePath,
                                       java.lang.String templateName,
                                       java.lang.String templateType,
                                       java.lang.String locale,
                                       byte[] templateData,
                                       java.lang.String userID,
                                       java.lang.String password)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
uploadTemplateForReport in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadTemplateForReportInSession

public boolean uploadTemplateForReportInSession(java.lang.String reportAbsolutePath,
                                                java.lang.String templateName,
                                                java.lang.String templateType,
                                                java.lang.String locale,
                                                byte[] templateData,
                                                java.lang.String bipSessionToken)
                                         throws java.rmi.RemoteException,
                                                InvalidParametersException,
                                                AccessDeniedException,
                                                OperationFailedException
Specified by:
uploadTemplateForReportInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateTemplateForReport

public boolean updateTemplateForReport(java.lang.String reportAbsolutePath,
                                       java.lang.String templateName,
                                       java.lang.String locale,
                                       byte[] templateData,
                                       java.lang.String userID,
                                       java.lang.String password)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
updateTemplateForReport in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateTemplateForReportInSession

public boolean updateTemplateForReportInSession(java.lang.String reportAbsolutePath,
                                                java.lang.String templateName,
                                                java.lang.String locale,
                                                byte[] templateData,
                                                java.lang.String bipSessionToken)
                                         throws java.rmi.RemoteException,
                                                InvalidParametersException,
                                                AccessDeniedException,
                                                OperationFailedException
Specified by:
updateTemplateForReportInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

removeTemplateForReport

public boolean removeTemplateForReport(java.lang.String reportAbsolutePath,
                                       java.lang.String templateFileName,
                                       java.lang.String userID,
                                       java.lang.String password)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
removeTemplateForReport in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

removeTemplateForReportInSession

public boolean removeTemplateForReportInSession(java.lang.String reportAbsolutePath,
                                                java.lang.String templateFileName,
                                                java.lang.String bipSessionToken)
                                         throws java.rmi.RemoteException,
                                                InvalidParametersException,
                                                AccessDeniedException,
                                                OperationFailedException
Specified by:
removeTemplateForReportInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadXLIFFForReport

public boolean uploadXLIFFForReport(java.lang.String reportAbsolutePath,
                                    byte[] xliffData,
                                    java.lang.String layoutFileName,
                                    java.lang.String locale,
                                    java.lang.String userID,
                                    java.lang.String password)
                             throws java.rmi.RemoteException,
                                    InvalidParametersException,
                                    AccessDeniedException,
                                    OperationFailedException
Specified by:
uploadXLIFFForReport in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateXLIFFForReportInSession

public boolean updateXLIFFForReportInSession(java.lang.String reportAbsolutePath,
                                             byte[] xliffData,
                                             java.lang.String layoutFileName,
                                             java.lang.String locale,
                                             java.lang.String bipSessionToken)
                                      throws java.rmi.RemoteException,
                                             InvalidParametersException,
                                             AccessDeniedException,
                                             OperationFailedException
Specified by:
updateXLIFFForReportInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

updateXLIFFForReport

public boolean updateXLIFFForReport(java.lang.String reportAbsolutePath,
                                    byte[] xliffData,
                                    java.lang.String layoutFileName,
                                    java.lang.String locale,
                                    java.lang.String userID,
                                    java.lang.String password)
                             throws java.rmi.RemoteException,
                                    InvalidParametersException,
                                    AccessDeniedException,
                                    OperationFailedException
Specified by:
updateXLIFFForReport in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadXLIFFForReportInSession

public boolean uploadXLIFFForReportInSession(java.lang.String reportAbsolutePath,
                                             byte[] xliffData,
                                             java.lang.String layoutFileName,
                                             java.lang.String locale,
                                             java.lang.String bipSessionToken)
                                      throws java.rmi.RemoteException,
                                             InvalidParametersException,
                                             AccessDeniedException,
                                             OperationFailedException
Specified by:
uploadXLIFFForReportInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

uploadReportDataChunk

public java.lang.String uploadReportDataChunk(java.lang.String fileID,
                                              byte[] reportDataChunk,
                                              java.lang.String reportRawDataChunk,
                                              java.lang.String userID,
                                              java.lang.String password)
                                       throws java.rmi.RemoteException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
uploadReportDataChunk in interface ReportService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException
OperationFailedException

uploadReportDataChunkInSession

public java.lang.String uploadReportDataChunkInSession(java.lang.String fileID,
                                                       byte[] reportDataChunk,
                                                       java.lang.String reportRawDataChunk,
                                                       java.lang.String bipSessionToken)
                                                throws java.rmi.RemoteException,
                                                       AccessDeniedException,
                                                       OperationFailedException
Specified by:
uploadReportDataChunkInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException
OperationFailedException

downloadReportDataChunk

public ReportDataChunk downloadReportDataChunk(java.lang.String fileID,
                                               int beginIdx,
                                               int size,
                                               java.lang.String userID,
                                               java.lang.String password)
                                        throws java.rmi.RemoteException,
                                               AccessDeniedException,
                                               OperationFailedException
Specified by:
downloadReportDataChunk in interface ReportService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException
OperationFailedException

downloadReportDataChunkInSession

public ReportDataChunk downloadReportDataChunkInSession(java.lang.String fileID,
                                                        int beginIdx,
                                                        int size,
                                                        java.lang.String bipSessionToken)
                                                 throws java.rmi.RemoteException,
                                                        AccessDeniedException,
                                                        OperationFailedException
Specified by:
downloadReportDataChunkInSession in interface ReportService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException
OperationFailedException

Skip navigation links

Oracle Fusion Middleware Java API Reference for Oracle Business Intelligence Publisher
11g Release 1 (11.1.1)

E22256-01


Copyright © 2010, 2011, Oracle. All rights reserved.