public class HumanTaskClientApiClient extends Object
| Constructor and Description |
|---|
HumanTaskClientApiClient(String serviceEndPoint,
String sessionCookie) |
HumanTaskClientApiClient(String serviceEndPoint,
String username,
String password) |
| Modifier and Type | Method and Description |
|---|---|
void |
activate(org.apache.axis2.databinding.types.URI taskIdURI) |
boolean |
addAttachment(org.apache.axis2.databinding.types.URI taskId,
String name,
String accessType,
String contentType,
Object attachment) |
org.apache.axis2.databinding.types.URI |
addComment(org.apache.axis2.databinding.types.URI taskIdURI,
String commentString) |
void |
claim(org.apache.axis2.databinding.types.URI taskIdURI) |
void |
complete(org.apache.axis2.databinding.types.URI taskIdURI,
String outputStr) |
void |
delegate(org.apache.axis2.databinding.types.URI taskId,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TOrganizationalEntity delegatee) |
void |
deleteAttachment(org.apache.axis2.databinding.types.URI taskId,
org.apache.axis2.databinding.types.URI attachmentId) |
void |
deleteComment(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.URI commentId) |
void |
deleteFault(org.apache.axis2.databinding.types.URI taskIdURI) |
void |
deleteOutput(org.apache.axis2.databinding.types.URI taskIdURI) |
void |
fail(org.apache.axis2.databinding.types.URI taskIdURI,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TFault tFault) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TUser[] |
getAssignableUserList(org.apache.axis2.databinding.types.URI taskIdURI) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TAttachmentInfo[] |
getAttachmentInfos(org.apache.axis2.databinding.types.URI taskId) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TComment[] |
getComments(org.apache.axis2.databinding.types.URI taskIdURI) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TFault |
getFault(org.apache.axis2.databinding.types.URI taskIdURI) |
Object |
getInput(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.NCName inputIdentifier) |
Object |
getOutput(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.NCName partNCName) |
String |
getTaskDescription(org.apache.axis2.databinding.types.URI taskIdURI,
String contentTypeStr) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskAuthorisationParams |
loadAuthorisationParams(org.apache.axis2.databinding.types.URI taskIdURI) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskAbstract |
loadTask(org.apache.axis2.databinding.types.URI taskIdURI) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskEvents |
loadTaskEvents(org.apache.axis2.databinding.types.URI taskIdURI) |
void |
nominate(org.apache.axis2.databinding.types.URI taskIdURI,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TOrganizationalEntity nomineeOrgEntity) |
void |
release(org.apache.axis2.databinding.types.URI taskId) |
void |
remove(org.apache.axis2.databinding.types.URI taskId) |
void |
resume(org.apache.axis2.databinding.types.URI taskId) |
void |
setFault(org.apache.axis2.databinding.types.URI taskIdURI,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TFault tFault) |
void |
setOutput(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.NCName ncName,
Object o) |
void |
setPriority(org.apache.axis2.databinding.types.URI taskIdURI,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TPriority tPriority) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskSimpleQueryResultSet |
simpleQuery(org.wso2.carbon.humantask.stub.ui.task.client.api.types.TSimpleQueryInput tSimpleQueryInput) |
void |
skip(org.apache.axis2.databinding.types.URI taskIdURI) |
void |
start(org.apache.axis2.databinding.types.URI taskId) |
void |
stop(org.apache.axis2.databinding.types.URI taskId) |
void |
suspend(org.apache.axis2.databinding.types.URI taskId) |
void |
updateComment(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.URI commentId,
String s) |
public HumanTaskClientApiClient(String serviceEndPoint, String sessionCookie) throws org.apache.axis2.AxisFault
org.apache.axis2.AxisFaultpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskSimpleQueryResultSet simpleQuery(org.wso2.carbon.humantask.stub.ui.task.client.api.types.TSimpleQueryInput tSimpleQueryInput)
throws Exception
Exceptionpublic void stop(org.apache.axis2.databinding.types.URI taskId)
throws Exception
Exceptionpublic void resume(org.apache.axis2.databinding.types.URI taskId)
throws Exception
Exceptionpublic void setOutput(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.NCName ncName,
Object o)
throws Exception
Exceptionpublic void suspend(org.apache.axis2.databinding.types.URI taskId)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TUser[] getAssignableUserList(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic void updateComment(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.URI commentId,
String s)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskAbstract loadTask(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic void skip(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic void start(org.apache.axis2.databinding.types.URI taskId)
throws Exception
Exceptionpublic void fail(org.apache.axis2.databinding.types.URI taskIdURI,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TFault tFault)
throws Exception
Exceptionpublic void activate(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic org.apache.axis2.databinding.types.URI addComment(org.apache.axis2.databinding.types.URI taskIdURI,
String commentString)
throws Exception
Exceptionpublic void deleteComment(org.apache.axis2.databinding.types.URI taskIdURI,
org.apache.axis2.databinding.types.URI commentId)
throws Exception
Exceptionpublic void delegate(org.apache.axis2.databinding.types.URI taskId,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TOrganizationalEntity delegatee)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TComment[] getComments(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic boolean addAttachment(org.apache.axis2.databinding.types.URI taskId,
String name,
String accessType,
String contentType,
Object attachment)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TAttachmentInfo[] getAttachmentInfos(org.apache.axis2.databinding.types.URI taskId)
throws Exception
Exceptionpublic void remove(org.apache.axis2.databinding.types.URI taskId)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskAuthorisationParams loadAuthorisationParams(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskEvents loadTaskEvents(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic Object getInput(org.apache.axis2.databinding.types.URI taskIdURI, org.apache.axis2.databinding.types.NCName inputIdentifier) throws Exception
Exceptionpublic void complete(org.apache.axis2.databinding.types.URI taskIdURI,
String outputStr)
throws Exception
Exceptionpublic void claim(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic void setFault(org.apache.axis2.databinding.types.URI taskIdURI,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TFault tFault)
throws Exception
Exceptionpublic String getTaskDescription(org.apache.axis2.databinding.types.URI taskIdURI, String contentTypeStr) throws Exception
Exceptionpublic void deleteAttachment(org.apache.axis2.databinding.types.URI taskId,
org.apache.axis2.databinding.types.URI attachmentId)
throws Exception
Exceptionpublic void nominate(org.apache.axis2.databinding.types.URI taskIdURI,
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TOrganizationalEntity nomineeOrgEntity)
throws Exception
Exceptionpublic void deleteOutput(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic void deleteFault(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
Exceptionpublic Object getOutput(org.apache.axis2.databinding.types.URI taskIdURI, org.apache.axis2.databinding.types.NCName partNCName) throws Exception
Exceptionpublic void release(org.apache.axis2.databinding.types.URI taskId)
throws Exception
Exceptionpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TFault getFault(org.apache.axis2.databinding.types.URI taskIdURI)
throws Exception
ExceptionCopyright © 2015 WSO2 Inc. All rights reserved.