The following parameters apply to the getTaskListValues method:
|
Parameter |
Type |
Description |
|---|---|---|
|
SID |
Integer |
Identifies the session retrieved from logging in. |
|
objectHandle |
String |
Identifies the object handle for an issue or change order. |
|
attributes |
String[] |
Identifies the sequence of attribute names for which to fetch values. Dotted-attributes are permitted. If this is blank, all attributes are fetched. |
Description
Returns values for all the tasks associated with the specified issue or change order.
Note: This is a convenience method. The same list could be obtained using doSelect().
Returns
This method has the following returns:
|
XML Element |
Type |
Description |
|---|---|---|
|
<UDSObjectList> |
N/A |
Outer element—contains zero or more <UDSObject> elements. Each <UDSObject> node represents a Task. The nodes are ordered by the Task’s ‘sequence’ attribute. |
|
Copyright © 2013 CA.
All rights reserved.
|
|