org.wso2.carbon.dataservices.task.ui
Class DSTaskClient
java.lang.Object
org.wso2.carbon.dataservices.task.ui.DSTaskClient
public class DSTaskClient
- extends Object
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
EXCEPTION
public static final String EXCEPTION
- See Also:
- Constant Field Values
DISABLE_ADD_TASK
public static final String DISABLE_ADD_TASK
- See Also:
- Constant Field Values
DSTaskClient
public DSTaskClient(String cookie,
String backendUrl,
org.apache.axis2.context.ConfigurationContext ctxt)
throws org.apache.axis2.AxisFault
- Throws:
org.apache.axis2.AxisFault
getAllTaskNames
public String[] getAllTaskNames()
throws Exception
- Throws:
Exception
getTaskInfo
public org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo getTaskInfo(String taskName)
throws Exception
- Throws:
Exception
scheduleTask
public void scheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo)
throws Exception
- Throws:
Exception
rescheduleTask
public boolean rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo)
throws Exception
- Throws:
Exception
deleteTask
public void deleteTask(String taskName)
throws Exception
- Throws:
Exception
isTaskScheduled
public boolean isTaskScheduled(String taskName)
throws Exception
- Throws:
Exception
getAllSchedulableDataServices
public String[] getAllSchedulableDataServices()
throws Exception
- Throws:
Exception
getNoParamDSOperations
public String[] getNoParamDSOperations(String serviceName)
throws Exception
- Throws:
Exception
Copyright © 2015 WSO2. All rights reserved.