com.vasoftware.sf.soap44.webservices.tracker
Class ArtifactSoapList
java.lang.Object
com.vasoftware.sf.soap44.webservices.tracker.ArtifactSoapList
public class ArtifactSoapList
- extends java.lang.Object
ArtifactSoapList class represents a list of artifacts in a tracker.
It contains a sequence of ArtifactSoapRow objects.
Note that the ArtifactSoapRow object is strictly
a data container used for one-way fetching of data about a set of objects. Its "set" methods cannot be used
to change data on the server. The normal pattern for updating data on the server is to get a data object
describing a single artifact with getArtifactData(), alter that data object appropriately, and pass it back
with setArtifactData().
Change History
Release: 4.2
- Field 'priority' type changed from 'Integer' to 'int'.
- Field 'estimatedHours' type changed from 'Integer' to 'int'.
- Field 'actualHours' type changed from 'Integer' to 'int'.
- Since:
- 4.1
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
ArtifactSoapList
public ArtifactSoapList()
getDataRows
public ArtifactSoapRow[] getDataRows()
setDataRows
public void setDataRows(ArtifactSoapRow[] rows)
registerTypeMappings
public static void registerTypeMappings(org.apache.axis.client.Call call)