Skip navigation links

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

E17789-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
 boolean deleteJobHistory(java.lang.String instanceJobID, java.lang.String userID, java.lang.String password)
           
 boolean deleteSchedule(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 java.lang.String deliveryService(DeliveryRequest deliveryRequest, java.lang.String userID, java.lang.String password)
           
 JobInfosList getAllScheduledReportHistoryInfo(JobFilterProperties filter, int beginIdx, java.lang.String userID, java.lang.String password)
           
 JobInfosList getAllScheduledReportInfo(JobFilterProperties filter, int beginIdx, java.lang.String userID, java.lang.String password)
           
 DeliveryServiceDefinition getDeliveryServiceDefinition(java.lang.String userID, java.lang.String password)
           
 byte[] getDocumentData(java.lang.String jobOutputID, java.lang.String userID, java.lang.String password)
           
 JobInfo getScheduledJobInfo(int jobInstanceID, java.lang.String userID, java.lang.String password)
           
 JobOutputDeliverysList getScheduledReportDeliveryInfo(java.lang.String jobOutputID, java.lang.String userID, java.lang.String password)
           
 JobOutputsList getScheduledReportOutputInfo(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 byte[] getXMLData(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 boolean resendScheduledReport(java.lang.String outputJobID, java.lang.String userID, java.lang.String password)
           
 boolean resumeSchedule(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           
 java.lang.String scheduleReport(ScheduleRequest scheduleRequest, DeliveryChannels deliveryChannels, java.lang.String userID, java.lang.String password)
           
 boolean suspendSchedule(java.lang.String jobInstanceID, java.lang.String userID, java.lang.String password)
           

 

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

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

scheduleReport

public java.lang.String scheduleReport(ScheduleRequest scheduleRequest,
                                       DeliveryChannels deliveryChannels,
                                       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

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

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

getAllScheduledReportInfo

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

getScheduledJobInfo

public JobInfo getScheduledJobInfo(int 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

getAllScheduledReportHistoryInfo

public JobInfosList getAllScheduledReportHistoryInfo(JobFilterProperties filter,
                                                     int beginIdx,
                                                     java.lang.String userID,
                                                     java.lang.String password)
                                              throws java.rmi.RemoteException,
                                                     InvalidParametersException,
                                                     AccessDeniedException,
                                                     OperationFailedException
Specified by:
getAllScheduledReportHistoryInfo 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

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

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

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

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

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

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

Skip navigation links

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

E17789-01


Copyright © 2010, Oracle. All rights reserved.