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

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

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

Fields in org.ow2.orchestra.ws_ht.api declared as TStatus
protected  TStatus TTask.status
           
protected  TStatus TTaskAbstract.status
           
 

Methods in org.ow2.orchestra.ws_ht.api that return TStatus
static TStatus TStatus.fromValue(String v)
           
 TStatus TTask.getStatus()
          Gets the value of the status property.
 TStatus TTaskAbstract.getStatus()
          Gets the value of the status property.
static TStatus TStatus.valueOf(String name)
          Returns the enum constant of this type with the specified name.
static TStatus[] TStatus.values()
          Returns an array containing the constants of this enum type, in the order they are declared.
 

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

Methods in org.ow2.orchestra.ws_ht.api with parameters of type TStatus
 javax.xml.bind.JAXBElement<TStatus> ObjectFactory.createTTaskQueryResultRowStatus(TStatus value)
          Create an instance of JAXBElement<TStatus>}
 void TTask.setStatus(TStatus value)
          Sets the value of the status property.
 void TTaskAbstract.setStatus(TStatus value)
          Sets the value of the status property.
 

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

Method parameters in org.ow2.orchestra.ws_ht.api.wsdl with type arguments of type TStatus
 List<TTaskAbstract> TaskOperations.getMyTaskAbstracts(String taskType, String genericHumanRole, String workQueue, List<TStatus> status, String whereClause, String createdOnClause, Integer maxTasks)
           
 List<TTask> TaskOperations.getMyTasks(String taskType, String genericHumanRole, String workQueue, List<TStatus> status, String whereClause, String createdOnClause, Integer maxTasks)
           
 

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

Fields in org.ow2.orchestra.ws_ht.api.xsd declared as TStatus
protected  TStatus IllegalState.status
           
 

Fields in org.ow2.orchestra.ws_ht.api.xsd with type parameters of type TStatus
protected  List<TStatus> GetMyTaskAbstracts.status
           
protected  List<TStatus> GetMyTasks.status
           
 

Methods in org.ow2.orchestra.ws_ht.api.xsd that return TStatus
 TStatus IllegalState.getStatus()
          Gets the value of the status property.
 

Methods in org.ow2.orchestra.ws_ht.api.xsd that return types with arguments of type TStatus
 List<TStatus> GetMyTaskAbstracts.getStatus()
          Gets the value of the status property.
 List<TStatus> GetMyTasks.getStatus()
          Gets the value of the status property.
 

Methods in org.ow2.orchestra.ws_ht.api.xsd with parameters of type TStatus
 void IllegalState.setStatus(TStatus value)
          Sets the value of the status property.
 



Copyright © 2012 OW2 Consortium. All Rights Reserved.