public class HumanTaskClientAPIServiceClient extends Object
| Constructor and Description |
|---|
HumanTaskClientAPIServiceClient(String cookie,
String backendServerURL,
org.apache.axis2.context.ConfigurationContext configContext) |
| Modifier and Type | Method and Description |
|---|---|
void |
claim(org.apache.axis2.databinding.types.URI taskId)
Claim task operation.
|
void |
complete(org.apache.axis2.databinding.types.URI taskId,
String payLoad)
Task complete operation.
|
static String |
decodeHTML(String encodedString) |
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskAbstract |
loadTask(org.apache.axis2.databinding.types.URI taskId)
Load task data for the give task id.
|
org.apache.axiom.om.OMElement |
loadTaskInput(org.apache.axis2.databinding.types.URI taskId)
Loads the task input.
|
org.apache.axiom.om.OMElement |
loadTaskOutput(org.apache.axis2.databinding.types.URI taskId)
Loads the task output.
|
void |
remove(org.apache.axis2.databinding.types.URI taskId)
Task remove operation.
|
void |
start(org.apache.axis2.databinding.types.URI taskId) |
void |
stop(org.apache.axis2.databinding.types.URI taskId)
Stop task.
|
org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskSimpleQueryResultSet |
taskListQuery(org.wso2.carbon.humantask.stub.ui.task.client.api.types.TSimpleQueryInput queryInput) |
public org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskSimpleQueryResultSet taskListQuery(org.wso2.carbon.humantask.stub.ui.task.client.api.types.TSimpleQueryInput queryInput)
throws RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault
RemoteExceptionorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFaultpublic org.wso2.carbon.humantask.stub.ui.task.client.api.types.TTaskAbstract loadTask(org.apache.axis2.databinding.types.URI taskId)
throws RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault
taskId - :RemoteException - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFaultpublic void complete(org.apache.axis2.databinding.types.URI taskId,
String payLoad)
throws RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
XMLStreamException
taskId - : The task id to be completed.payLoad - : The payload.RemoteException - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault - :XMLStreamException - :public org.apache.axiom.om.OMElement loadTaskInput(org.apache.axis2.databinding.types.URI taskId)
throws RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
XMLStreamException
taskId - : The id of the task/.RemoteException - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault - :XMLStreamException - :public org.apache.axiom.om.OMElement loadTaskOutput(org.apache.axis2.databinding.types.URI taskId)
throws RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
XMLStreamException
taskId - : The id of the task/.RemoteException - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault - :XMLStreamException - :public void claim(org.apache.axis2.databinding.types.URI taskId)
throws org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault,
RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault
taskId - : The ID of the task to be claimed.org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault - :RemoteException - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault - :public void start(org.apache.axis2.databinding.types.URI taskId)
throws RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault
RemoteExceptionorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFaultorg.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFaultpublic void stop(org.apache.axis2.databinding.types.URI taskId)
throws RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault
taskId - : The task Id.RemoteException - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault - :public void remove(org.apache.axis2.databinding.types.URI taskId)
throws org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault,
RemoteException,
org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFault
taskId - : The id of the task to be removed.org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalArgumentFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalOperationFault - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalAccessFault - :RemoteException - :org.wso2.carbon.humantask.stub.ui.task.client.api.IllegalStateFaultCopyright © 2016 WSO2 Inc. All rights reserved.