Uses of Class
org.ow2.orchestra.ws_ht.api.TTask

Packages that use TTask
org.ow2.orchestra.ws_ht.api   
org.ow2.orchestra.ws_ht.api.wsdl   
org.ow2.orchestra.ws_ht.api.xsd   
 

Uses of TTask in org.ow2.orchestra.ws_ht.api
 

Methods in org.ow2.orchestra.ws_ht.api that return TTask
 TTask ObjectFactory.createTTask()
          Create an instance of TTask
 

Methods in org.ow2.orchestra.ws_ht.api that return types with arguments of type TTask
 javax.xml.bind.JAXBElement<TTask> ObjectFactory.createTask(TTask value)
          Create an instance of JAXBElement<TTask>}
 

Methods in org.ow2.orchestra.ws_ht.api with parameters of type TTask
 javax.xml.bind.JAXBElement<TTask> ObjectFactory.createTask(TTask value)
          Create an instance of JAXBElement<TTask>}
 

Uses of TTask in org.ow2.orchestra.ws_ht.api.wsdl
 

Methods in org.ow2.orchestra.ws_ht.api.wsdl that return TTask
 TTask TaskOperations.getTaskInfo(String identifier)
           
 

Methods in org.ow2.orchestra.ws_ht.api.wsdl that return types with arguments of type TTask
 List<TTask> TaskOperations.getMyTasks(String taskType, String genericHumanRole, String workQueue, List<TStatus> status, String whereClause, String createdOnClause, Integer maxTasks)
           
 

Uses of TTask in org.ow2.orchestra.ws_ht.api.xsd
 

Fields in org.ow2.orchestra.ws_ht.api.xsd declared as TTask
protected  TTask GetTaskInfoResponse.task
           
 

Fields in org.ow2.orchestra.ws_ht.api.xsd with type parameters of type TTask
protected  List<TTask> GetMyTasksResponse.taskAbstract
           
 

Methods in org.ow2.orchestra.ws_ht.api.xsd that return TTask
 TTask GetTaskInfoResponse.getTask()
          Gets the value of the task property.
 

Methods in org.ow2.orchestra.ws_ht.api.xsd that return types with arguments of type TTask
 List<TTask> GetMyTasksResponse.getTaskAbstract()
          Gets the value of the taskAbstract property.
 

Methods in org.ow2.orchestra.ws_ht.api.xsd with parameters of type TTask
 void GetTaskInfoResponse.setTask(TTask value)
          Sets the value of the task property.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.