public class DSTaskClient extends Object
Modifier and Type | Field and Description |
---|---|
static String |
DISABLE_ADD_TASK |
static String |
EXCEPTION |
Constructor and Description |
---|
DSTaskClient(String cookie,
String backendUrl,
org.apache.axis2.context.ConfigurationContext ctxt) |
Modifier and Type | Method and Description |
---|---|
void |
deleteTask(String taskName) |
String[] |
getAllSchedulableDataServices() |
String[] |
getAllTaskNames() |
String[] |
getNoParamDSOperations(String serviceName) |
org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo |
getTaskInfo(String taskName) |
boolean |
isTaskScheduled(String taskName) |
boolean |
rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo) |
void |
scheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo) |
public static final String EXCEPTION
public static final String DISABLE_ADD_TASK
public org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo getTaskInfo(String taskName) throws Exception
Exception
public void scheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo) throws Exception
Exception
public boolean rescheduleTask(org.wso2.carbon.dataservices.task.ui.stub.xsd.DSTaskInfo dsTaskInfo) throws Exception
Exception
public String[] getAllSchedulableDataServices() throws Exception
Exception
Copyright © 2019 WSO2. All rights reserved.