Package | Description |
---|---|
org.wso2.carbon.dataservices.task.ui.stub | |
org.wso2.carbon.dataservices.task.ui.stub.xsd |
Modifier and Type | Field and Description |
---|---|
protected DSTaskInfo |
GetTaskInfoResponse.local_return
field for _return
|
protected DSTaskInfo |
RescheduleTask.localDsTaskInfo
field for DsTaskInfo
|
protected DSTaskInfo |
ScheduleTask.localDsTaskInfo
field for DsTaskInfo
|
Modifier and Type | Method and Description |
---|---|
DSTaskInfo |
GetTaskInfoResponse.get_return()
Auto generated getter method
|
DSTaskInfo |
RescheduleTask.getDsTaskInfo()
Auto generated getter method
|
DSTaskInfo |
ScheduleTask.getDsTaskInfo()
Auto generated getter method
|
DSTaskInfo |
DSTaskAdmin.getTaskInfo(String taskName27)
Auto generated method signature
|
DSTaskInfo |
DSTaskAdminStub.getTaskInfo(String taskName53)
Auto generated method signature
|
Modifier and Type | Method and Description |
---|---|
void |
DSTaskAdminCallbackHandler.receiveResultgetTaskInfo(DSTaskInfo result)
auto generated Axis2 call back method for getTaskInfo method
override this method for handling normal response from getTaskInfo operation
|
boolean |
DSTaskAdmin.rescheduleTask(DSTaskInfo dsTaskInfo20)
Auto generated method signature
|
boolean |
DSTaskAdminStub.rescheduleTask(DSTaskInfo dsTaskInfo46)
Auto generated method signature
|
void |
DSTaskAdmin.scheduleTask(DSTaskInfo dsTaskInfo31)
Auto generated method signature for Asynchronous Invocations
|
void |
DSTaskAdminStub.scheduleTask(DSTaskInfo dsTaskInfo57)
Auto generated method signature
|
void |
GetTaskInfoResponse.set_return(DSTaskInfo param)
Auto generated setter method
|
void |
RescheduleTask.setDsTaskInfo(DSTaskInfo param)
Auto generated setter method
|
void |
ScheduleTask.setDsTaskInfo(DSTaskInfo param)
Auto generated setter method
|
void |
DSTaskAdmin.startrescheduleTask(DSTaskInfo dsTaskInfo20,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
void |
DSTaskAdminStub.startrescheduleTask(DSTaskInfo dsTaskInfo46,
DSTaskAdminCallbackHandler callback)
Auto generated method signature for Asynchronous Invocations
|
Modifier and Type | Method and Description |
---|---|
static DSTaskInfo |
DSTaskInfo.Factory.parse(XMLStreamReader reader)
static method to create the object
Precondition: If this object is an element, the current or next start element starts this object and any intervening reader events are ignorable
If this object is not an element, it is a complex type and the reader is at the event just after the outer start element
Postcondition: If this object is an element, the reader is positioned at its end element
If this object is a complex type, the reader is positioned at the end element of its outer element
|
Copyright © 2021 WSO2. All rights reserved.