public class ArtifactSoapList extends Object
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().
Constructor and Description |
---|
ArtifactSoapList() |
Modifier and Type | Method and Description |
---|---|
ArtifactSoapRow[] |
getDataRows() |
static void |
registerTypeMappings(org.apache.axis.client.Call call) |
void |
setDataRows(ArtifactSoapRow[] rows) |
public ArtifactSoapRow[] getDataRows()
public void setDataRows(ArtifactSoapRow[] rows)
public static void registerTypeMappings(org.apache.axis.client.Call call)
Copyright © 2016 CollabNet. All Rights Reserved.