com.vasoftware.sf.soap44.webservices.tracker
Class ArtifactSoapList

java.lang.Object
  extended by 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

Since:
4.1

Constructor Summary
ArtifactSoapList()
           
 
Method Summary
 ArtifactSoapRow[] getDataRows()
           
static void registerTypeMappings(org.apache.axis.client.Call call)
           
 void setDataRows(ArtifactSoapRow[] rows)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

ArtifactSoapList

public ArtifactSoapList()
Method Detail

getDataRows

public ArtifactSoapRow[] getDataRows()

setDataRows

public void setDataRows(ArtifactSoapRow[] rows)

registerTypeMappings

public static void registerTypeMappings(org.apache.axis.client.Call call)