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 ScheduleServiceSoapBindingStub

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

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

public class ScheduleServiceSoapBindingStub
extends org.apache.axis.client.Stub
implements ScheduleService_PortType

Field Summary

 

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

 

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

 

Method Summary
 java.lang.String cancelSchedule(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 java.lang.String cancelScheduleInSession(java.lang.String jobInstanceID, java.lang.String bipSessionToken)
           
 boolean deleteJobHistory(java.lang.String instanceJobID, java.lang.String userID, java.lang.String password)
           
 boolean deleteJobHistoryInSession(java.lang.String instanceJobID, java.lang.String bipSessionToken)
           
 boolean deleteSchedule(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 boolean deleteScheduleInSession(java.lang.String jobInstanceID, java.lang.String bipSessionToken)
           
 java.lang.String deliveryService(DeliveryRequest deliveryRequest, java.lang.String userID, java.lang.String password)
           
 java.lang.String deliveryServiceInSession(DeliveryRequest deliveryRequest, java.lang.String bipSessionToken)
           
 java.lang.String downloadDocumentData(java.lang.String jobOutputID, java.lang.String userID, java.lang.String password)
           
 java.lang.String downloadDocumentDataInSession(java.lang.String jobOutputID, java.lang.String bipSessionToken)
           
 java.lang.String downloadXMLData(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 java.lang.String downloadXMLDataInSession(java.lang.String jobInstanceID, java.lang.String bipSessionToken)
           
 JobInfosList getAllScheduledReport(JobFilterProperties filter, int beginIdx, java.lang.String userID, java.lang.String password)
           
 JobInfosList getAllScheduledReportHistory(JobFilterProperties filter, int beginIdx, java.lang.String userID, java.lang.String password)
           
 JobInfosList getAllScheduledReportHistoryInSession(JobFilterProperties filter, int beginIdx, java.lang.String bipSessionToken)
           
 JobInfosList getAllScheduledReportInSession(JobFilterProperties filter, int beginIdx, java.lang.String bipSessionToken)
           
 DeliveryServiceDefinition getDeliveryServiceDefinition(java.lang.String userID, java.lang.String password)
           
 DeliveryServiceDefinition getDeliveryServiceDefinitionInSession(java.lang.String bipSessionToken)
           
 byte[] getDocumentData(java.lang.String jobOutputID, java.lang.String userID, java.lang.String password)
           
 byte[] getDocumentDataInSession(java.lang.String jobOutputID, java.lang.String bipSessionToken)
           
 JobDetail getScheduledJobInfo(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 JobDetail getScheduledJobInfoInSession(java.lang.String jobInstanceID, java.lang.String bipSessionToken)
           
 JobOutputDeliverysList getScheduledReportDeliveryInfo(java.lang.String jobOutputID, java.lang.String userID, java.lang.String password)
           
 JobOutputDeliverysList getScheduledReportDeliveryInfoInSession(java.lang.String jobOutputID, java.lang.String bipSessionToken)
           
 JobOutputsList getScheduledReportOutputInfo(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 JobOutputsList getScheduledReportOutputInfoInSession(java.lang.String jobInstanceID, java.lang.String bipSessionToken)
           
 JobStatus getScheduledReportStatus(java.lang.String scheduledJobID, java.lang.String userID, java.lang.String password)
           
 JobStatus getScheduledReportStatusInSession(java.lang.String scheduledJobID, java.lang.String bipSessionToken)
           
 byte[] getXMLData(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 byte[] getXMLDataInSession(java.lang.String jobInstanceID, java.lang.String bipSessionToken)
           
 boolean purgeJobHistory(java.lang.String instanceJobID, java.lang.String userID, java.lang.String password)
           
 boolean purgeJobHistoryInSession(java.lang.String instanceJobID, java.lang.String bipSessionToken)
           
 boolean resendScheduledReport(java.lang.String outputJobID, java.lang.String userID, java.lang.String password)
           
 boolean resendScheduledReportInSession(java.lang.String outputJobID, java.lang.String bipSessionToken)
           
 boolean resumeSchedule(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 boolean resumeScheduleInSession(java.lang.String jobInstanceID, java.lang.String bipSessionToken)
           
 java.lang.String scheduleReport(ScheduleRequest scheduleRequest, java.lang.String userID, java.lang.String password)
           
 java.lang.String scheduleReportInSession(ScheduleRequest scheduleRequest, DeliveryChannels deliveryChannels, java.lang.String bipSessionToken)
           
 boolean suspendSchedule(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 boolean suspendScheduleInSession(java.lang.String jobInstanceID, 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

ScheduleServiceSoapBindingStub

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

ScheduleServiceSoapBindingStub

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

ScheduleServiceSoapBindingStub

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

Method Detail

getDeliveryServiceDefinition

public DeliveryServiceDefinition getDeliveryServiceDefinition(java.lang.String userID,
                                                              java.lang.String password)
                                                       throws java.rmi.RemoteException,
                                                              AccessDeniedException
Specified by:
getDeliveryServiceDefinition in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException

getDeliveryServiceDefinitionInSession

public DeliveryServiceDefinition getDeliveryServiceDefinitionInSession(java.lang.String bipSessionToken)
                                                                throws java.rmi.RemoteException,
                                                                       AccessDeniedException
Specified by:
getDeliveryServiceDefinitionInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
AccessDeniedException

deliveryService

public java.lang.String deliveryService(DeliveryRequest deliveryRequest,
                                        java.lang.String userID,
                                        java.lang.String password)
                                 throws java.rmi.RemoteException,
                                        InvalidParametersException,
                                        AccessDeniedException,
                                        OperationFailedException
Specified by:
deliveryService in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deliveryServiceInSession

public java.lang.String deliveryServiceInSession(DeliveryRequest deliveryRequest,
                                                 java.lang.String bipSessionToken)
                                          throws java.rmi.RemoteException,
                                                 InvalidParametersException,
                                                 AccessDeniedException,
                                                 OperationFailedException
Specified by:
deliveryServiceInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

scheduleReport

public java.lang.String scheduleReport(ScheduleRequest scheduleRequest,
                                       java.lang.String userID,
                                       java.lang.String password)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
scheduleReport in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

scheduleReportInSession

public java.lang.String scheduleReportInSession(ScheduleRequest scheduleRequest,
                                                DeliveryChannels deliveryChannels,
                                                java.lang.String bipSessionToken)
                                         throws java.rmi.RemoteException,
                                                InvalidParametersException,
                                                AccessDeniedException,
                                                OperationFailedException
Specified by:
scheduleReportInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledReportStatus

public JobStatus getScheduledReportStatus(java.lang.String scheduledJobID,
                                          java.lang.String userID,
                                          java.lang.String password)
                                   throws java.rmi.RemoteException,
                                          InvalidParametersException,
                                          AccessDeniedException,
                                          OperationFailedException
Specified by:
getScheduledReportStatus in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledReportStatusInSession

public JobStatus getScheduledReportStatusInSession(java.lang.String scheduledJobID,
                                                   java.lang.String bipSessionToken)
                                            throws java.rmi.RemoteException,
                                                   InvalidParametersException,
                                                   AccessDeniedException,
                                                   OperationFailedException
Specified by:
getScheduledReportStatusInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getDocumentData

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

getAllScheduledReport

public JobInfosList getAllScheduledReport(JobFilterProperties filter,
                                          int beginIdx,
                                          java.lang.String userID,
                                          java.lang.String password)
                                   throws java.rmi.RemoteException,
                                          InvalidParametersException,
                                          AccessDeniedException,
                                          OperationFailedException
Specified by:
getAllScheduledReport in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getAllScheduledReportInSession

public JobInfosList getAllScheduledReportInSession(JobFilterProperties filter,
                                                   int beginIdx,
                                                   java.lang.String bipSessionToken)
                                            throws java.rmi.RemoteException,
                                                   InvalidParametersException,
                                                   AccessDeniedException,
                                                   OperationFailedException
Specified by:
getAllScheduledReportInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledJobInfo

public JobDetail getScheduledJobInfo(java.lang.String jobInstanceID,
                                     java.lang.String userID,
                                     java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
getScheduledJobInfo in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledJobInfoInSession

public JobDetail getScheduledJobInfoInSession(java.lang.String jobInstanceID,
                                              java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
getScheduledJobInfoInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getAllScheduledReportHistory

public JobInfosList getAllScheduledReportHistory(JobFilterProperties filter,
                                                 int beginIdx,
                                                 java.lang.String userID,
                                                 java.lang.String password)
                                          throws java.rmi.RemoteException,
                                                 InvalidParametersException,
                                                 AccessDeniedException,
                                                 OperationFailedException
Specified by:
getAllScheduledReportHistory in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getAllScheduledReportHistoryInSession

public JobInfosList getAllScheduledReportHistoryInSession(JobFilterProperties filter,
                                                          int beginIdx,
                                                          java.lang.String bipSessionToken)
                                                   throws java.rmi.RemoteException,
                                                          InvalidParametersException,
                                                          AccessDeniedException,
                                                          OperationFailedException
Specified by:
getAllScheduledReportHistoryInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledReportOutputInfo

public JobOutputsList getScheduledReportOutputInfo(java.lang.String jobInstanceID,
                                                   java.lang.String userID,
                                                   java.lang.String password)
                                            throws java.rmi.RemoteException,
                                                   InvalidParametersException,
                                                   AccessDeniedException,
                                                   OperationFailedException
Specified by:
getScheduledReportOutputInfo in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledReportOutputInfoInSession

public JobOutputsList getScheduledReportOutputInfoInSession(java.lang.String jobInstanceID,
                                                            java.lang.String bipSessionToken)
                                                     throws java.rmi.RemoteException,
                                                            InvalidParametersException,
                                                            AccessDeniedException,
                                                            OperationFailedException
Specified by:
getScheduledReportOutputInfoInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getDocumentDataInSession

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

downloadDocumentData

public java.lang.String downloadDocumentData(java.lang.String jobOutputID,
                                             java.lang.String userID,
                                             java.lang.String password)
                                      throws java.rmi.RemoteException,
                                             InvalidParametersException,
                                             AccessDeniedException,
                                             OperationFailedException
Specified by:
downloadDocumentData in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadDocumentDataInSession

public java.lang.String downloadDocumentDataInSession(java.lang.String jobOutputID,
                                                      java.lang.String bipSessionToken)
                                               throws java.rmi.RemoteException,
                                                      InvalidParametersException,
                                                      AccessDeniedException,
                                                      OperationFailedException
Specified by:
downloadDocumentDataInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getXMLData

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

getXMLDataInSession

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

downloadXMLData

public java.lang.String downloadXMLData(java.lang.String jobInstanceID,
                                        java.lang.String userID,
                                        java.lang.String password)
                                 throws java.rmi.RemoteException,
                                        InvalidParametersException,
                                        AccessDeniedException,
                                        OperationFailedException
Specified by:
downloadXMLData in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

downloadXMLDataInSession

public java.lang.String downloadXMLDataInSession(java.lang.String jobInstanceID,
                                                 java.lang.String bipSessionToken)
                                          throws java.rmi.RemoteException,
                                                 InvalidParametersException,
                                                 AccessDeniedException,
                                                 OperationFailedException
Specified by:
downloadXMLDataInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

resendScheduledReport

public boolean resendScheduledReport(java.lang.String outputJobID,
                                     java.lang.String userID,
                                     java.lang.String password)
                              throws java.rmi.RemoteException,
                                     InvalidParametersException,
                                     AccessDeniedException,
                                     OperationFailedException
Specified by:
resendScheduledReport in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

resendScheduledReportInSession

public boolean resendScheduledReportInSession(java.lang.String outputJobID,
                                              java.lang.String bipSessionToken)
                                       throws java.rmi.RemoteException,
                                              InvalidParametersException,
                                              AccessDeniedException,
                                              OperationFailedException
Specified by:
resendScheduledReportInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteJobHistory

public boolean deleteJobHistory(java.lang.String instanceJobID,
                                java.lang.String userID,
                                java.lang.String password)
                         throws java.rmi.RemoteException,
                                InvalidParametersException,
                                AccessDeniedException,
                                OperationFailedException
Specified by:
deleteJobHistory in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteJobHistoryInSession

public boolean deleteJobHistoryInSession(java.lang.String instanceJobID,
                                         java.lang.String bipSessionToken)
                                  throws java.rmi.RemoteException,
                                         InvalidParametersException,
                                         AccessDeniedException,
                                         OperationFailedException
Specified by:
deleteJobHistoryInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

purgeJobHistory

public boolean purgeJobHistory(java.lang.String instanceJobID,
                               java.lang.String userID,
                               java.lang.String password)
                        throws java.rmi.RemoteException,
                               InvalidParametersException,
                               AccessDeniedException,
                               OperationFailedException
Specified by:
purgeJobHistory in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

purgeJobHistoryInSession

public boolean purgeJobHistoryInSession(java.lang.String instanceJobID,
                                        java.lang.String bipSessionToken)
                                 throws java.rmi.RemoteException,
                                        InvalidParametersException,
                                        AccessDeniedException,
                                        OperationFailedException
Specified by:
purgeJobHistoryInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledReportDeliveryInfo

public JobOutputDeliverysList getScheduledReportDeliveryInfo(java.lang.String jobOutputID,
                                                             java.lang.String userID,
                                                             java.lang.String password)
                                                      throws java.rmi.RemoteException,
                                                             InvalidParametersException,
                                                             AccessDeniedException,
                                                             OperationFailedException
Specified by:
getScheduledReportDeliveryInfo in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

getScheduledReportDeliveryInfoInSession

public JobOutputDeliverysList getScheduledReportDeliveryInfoInSession(java.lang.String jobOutputID,
                                                                      java.lang.String bipSessionToken)
                                                               throws java.rmi.RemoteException,
                                                                      InvalidParametersException,
                                                                      AccessDeniedException,
                                                                      OperationFailedException
Specified by:
getScheduledReportDeliveryInfoInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteSchedule

public boolean deleteSchedule(java.lang.String jobInstanceID,
                              java.lang.String userID,
                              java.lang.String password)
                       throws java.rmi.RemoteException,
                              InvalidParametersException,
                              AccessDeniedException,
                              OperationFailedException
Specified by:
deleteSchedule in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

deleteScheduleInSession

public boolean deleteScheduleInSession(java.lang.String jobInstanceID,
                                       java.lang.String bipSessionToken)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
deleteScheduleInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

resumeSchedule

public boolean resumeSchedule(java.lang.String jobInstanceID,
                              java.lang.String userID,
                              java.lang.String password)
                       throws java.rmi.RemoteException,
                              InvalidParametersException,
                              AccessDeniedException,
                              OperationFailedException
Specified by:
resumeSchedule in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

resumeScheduleInSession

public boolean resumeScheduleInSession(java.lang.String jobInstanceID,
                                       java.lang.String bipSessionToken)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
resumeScheduleInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

suspendSchedule

public boolean suspendSchedule(java.lang.String jobInstanceID,
                               java.lang.String userID,
                               java.lang.String password)
                        throws java.rmi.RemoteException,
                               InvalidParametersException,
                               AccessDeniedException,
                               OperationFailedException
Specified by:
suspendSchedule in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

suspendScheduleInSession

public boolean suspendScheduleInSession(java.lang.String jobInstanceID,
                                        java.lang.String bipSessionToken)
                                 throws java.rmi.RemoteException,
                                        InvalidParametersException,
                                        AccessDeniedException,
                                        OperationFailedException
Specified by:
suspendScheduleInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

cancelSchedule

public java.lang.String cancelSchedule(java.lang.String jobInstanceID,
                                       java.lang.String userID,
                                       java.lang.String password)
                                throws java.rmi.RemoteException,
                                       InvalidParametersException,
                                       AccessDeniedException,
                                       OperationFailedException
Specified by:
cancelSchedule in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
AccessDeniedException
OperationFailedException

cancelScheduleInSession

public java.lang.String cancelScheduleInSession(java.lang.String jobInstanceID,
                                                java.lang.String bipSessionToken)
                                         throws java.rmi.RemoteException,
                                                InvalidParametersException,
                                                AccessDeniedException,
                                                OperationFailedException
Specified by:
cancelScheduleInSession in interface ScheduleService_PortType
Throws:
java.rmi.RemoteException
InvalidParametersException
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.