Class RankedArtifact2SoapList

java.lang.Object
com.collabnet.ce.soap60.webservices.planning.RankedArtifact2SoapList

public class RankedArtifact2SoapList extends Object
RankedArtifact2SoapList class represents a list of artifacts with their ranks within a planning folder. It contains a sequence of RankedArtifact2SoapRow objects. Note that the RankedArtifact2SoapRow object is strictly a data container used for one-way fetching of data about a list of objects. Its "setter" methods cannot be used to change data on the server.
Since:
8.0
  • Constructor Details

    • RankedArtifact2SoapList

      public RankedArtifact2SoapList()
  • Method Details

    • getDataRows

      public RankedArtifact2SoapRow[] getDataRows()
    • setDataRows

      public void setDataRows(RankedArtifact2SoapRow[] rows)
    • registerTypeMappings

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