Class TrackerSoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.tracker.TrackerSoapList
-
public class TrackerSoapList extends FolderSoapList
A list of trackers is represented by TrackerSoapList class. Each row within a tracker list is represented by the TrackerSoapRow class.Change HistoryRelease: 6.1- Added icon field.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description TrackerSoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description TrackerSoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(TrackerSoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public TrackerSoapRow[] getDataRows()
-
setDataRows
public void setDataRows(TrackerSoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-