| Package | Description |
|---|---|
| org.ow2.orchestra.ws_ht.api | |
| org.ow2.orchestra.ws_ht.api.wsdl | |
| org.ow2.orchestra.ws_ht.api.xsd |
| Modifier and Type | Field and Description |
|---|---|
protected TStatus |
TTask.status |
protected TStatus |
TTaskAbstract.status |
| Modifier and Type | Method and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<TStatus> |
ObjectFactory.createTTaskQueryResultRowStatus(TStatus value)
|
| Modifier and Type | Method and Description |
|---|---|
javax.xml.bind.JAXBElement<TStatus> |
ObjectFactory.createTTaskQueryResultRowStatus(TStatus value)
|
void |
TTask.setStatus(TStatus value)
Sets the value of the status property.
|
void |
TTaskAbstract.setStatus(TStatus value)
Sets the value of the status property.
|
| Modifier and Type | Method and Description |
|---|---|
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) |
| Modifier and Type | Field and Description |
|---|---|
protected TStatus |
IllegalState.status |
| Modifier and Type | Field and Description |
|---|---|
protected List<TStatus> |
GetMyTaskAbstracts.status |
protected List<TStatus> |
GetMyTasks.status |
| Modifier and Type | Method and Description |
|---|---|
TStatus |
IllegalState.getStatus()
Gets the value of the status property.
|
| Modifier and Type | Method and Description |
|---|---|
List<TStatus> |
GetMyTaskAbstracts.getStatus()
Gets the value of the status property.
|
List<TStatus> |
GetMyTasks.getStatus()
Gets the value of the status property.
|
| Modifier and Type | Method and Description |
|---|---|
void |
IllegalState.setStatus(TStatus value)
Sets the value of the status property.
|
Copyright © 2012 OW2 Consortium. All Rights Reserved.