Class Tracker2SoapList
- java.lang.Object
-
- com.collabnet.ce.soap60.webservices.cemain.FolderSoapList
-
- com.collabnet.ce.soap60.webservices.tracker.Tracker2SoapList
-
public class Tracker2SoapList 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.
Release: 6.2- Added tracker unit.
- Since:
- 4.1
-
-
Constructor Summary
Constructors Constructor Description Tracker2SoapList()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description Tracker2SoapRow[]getDataRows()static voidregisterTypeMappings(org.apache.axis.client.Call call)voidsetDataRows(Tracker2SoapRow[] rows)
-
-
-
Method Detail
-
getDataRows
public Tracker2SoapRow[] getDataRows()
-
setDataRows
public void setDataRows(Tracker2SoapRow[] rows)
-
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)
-
-