Class ArtifactDetailSoapList


  • public class ArtifactDetailSoapList
    extends Object
    ArtifactDetailSoapList class represents a list of artifacts. It contains a sequence of ArtifactDetailSoapRow objects. Note that the ArtifactDetailSoapRow 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.
    Change History
    Release: 4.4
    • Changed Flex fields from being SoapNamedValues to being SoapFieldValues
    Release: 6.1
    • Added id and title of planning folder.
    • Added Id for reportedInRelease field.
    • Added Id for resolvedInRelease field.
    • Added points field.
    • Added autosumming field.
    • Added tracker icon field.
    • Renamed estimatedHours and actualHours to estimatedEffort and actualEffort, and added remainingEffort field.
    Since:
    4.3-HOTFIX1
    • Constructor Detail

      • ArtifactDetailSoapList

        public ArtifactDetailSoapList()
    • Method Detail

      • registerTypeMappings

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

        public void setFullListSize​(int fullListSize)
        Parameters:
        fullListSize -
      • getFullListSize

        public int getFullListSize()
        Returns the total number of rows that match the current search criteria, even if a subset of rows has been fetched with getDetailedArtifactList() (by specifying a start index and number of rows).
        Returns:
        an integer with the size.