public class HumanTaskPackageManagementClient extends Object
| Modifier and Type | Field and Description |
|---|---|
protected static String |
HUMANTASK_PACKAGE_MANAGEMENT_SERVICE |
| Constructor and Description |
|---|
HumanTaskPackageManagementClient(String serviceEndPoint,
String sessionCookie) |
HumanTaskPackageManagementClient(String serviceEndPoint,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
org.wso2.carbon.humantask.stub.mgt.types.HumanTaskPackageDownloadData |
downloadHumanTaskPackage(String packageName) |
org.wso2.carbon.humantask.stub.mgt.types.TaskInfoType |
getTaskInfo(QName taskId) |
org.wso2.carbon.humantask.stub.mgt.types.DeployedTaskDefinitionsPaginated |
listDeployedTaskDefinitionsPaginated(int page) |
org.wso2.carbon.humantask.stub.mgt.types.Task_type0[] |
listTasksInPackage(String packageName) |
void |
unDeployHumanTask(String humantaskPackageName,
String aTaskDefinitionName) |
protected static final String HUMANTASK_PACKAGE_MANAGEMENT_SERVICE
public HumanTaskPackageManagementClient(String serviceEndPoint, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic void unDeployHumanTask(String humantaskPackageName, String aTaskDefinitionName) throws org.wso2.carbon.humantask.stub.mgt.PackageManagementException, InterruptedException, RemoteException
org.wso2.carbon.humantask.stub.mgt.PackageManagementExceptionInterruptedExceptionRemoteExceptionpublic org.wso2.carbon.humantask.stub.mgt.types.Task_type0[] listTasksInPackage(String packageName) throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.mgt.types.DeployedTaskDefinitionsPaginated listDeployedTaskDefinitionsPaginated(int page)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.mgt.types.TaskInfoType getTaskInfo(QName taskId) throws Exception
ExceptionCopyright © 2015 WSO2 Inc. All rights reserved.