Class InstalledSoftwareComponents.SoftwareComponentVersionIterator

  • All Implemented Interfaces:
    com.sap.sup.admin.sldsupplier.sc.ProductSoftwareComponentDeploymentIterator, java.util.Iterator
    Enclosing class:
    InstalledSoftwareComponents

    public class InstalledSoftwareComponents.SoftwareComponentVersionIterator
    extends com.sap.sup.admin.sldsupplier.sc.BaseProductSoftwareComponentDeploymentsIterator
    • Field Summary

      Fields 
      Modifier and Type Field Description
      protected com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductVersion productFilter  
      • Fields inherited from class com.sap.sup.admin.sldsupplier.sc.BaseProductSoftwareComponentDeploymentsIterator

        deployments, deploymentsIter, nextObject, topObjects
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void addToTopObjects​(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductSoftwareComponentDeployment deployment)  
      protected com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductSoftwareComponentDeployment getNext()  
      protected boolean isNew​(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductSoftwareComponentDeployment deployment)  
      • Methods inherited from class com.sap.sup.admin.sldsupplier.sc.BaseProductSoftwareComponentDeploymentsIterator

        clear, getCurrIndex, getCurrObject, hasNext, next, remove, reset
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
      • Methods inherited from interface java.util.Iterator

        forEachRemaining
    • Field Detail

      • productFilter

        protected com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductVersion productFilter
    • Constructor Detail

      • SoftwareComponentVersionIterator

        public SoftwareComponentVersionIterator()
      • SoftwareComponentVersionIterator

        public SoftwareComponentVersionIterator​(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductVersion productFilter)
      • SoftwareComponentVersionIterator

        public SoftwareComponentVersionIterator​(TomcatServer serverFilter)
      • SoftwareComponentVersionIterator

        public SoftwareComponentVersionIterator​(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductVersion productFilter,
                                                TomcatServer serverFilter)
    • Method Detail

      • addToTopObjects

        protected void addToTopObjects​(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductSoftwareComponentDeployment deployment)
        Specified by:
        addToTopObjects in class com.sap.sup.admin.sldsupplier.sc.BaseProductSoftwareComponentDeploymentsIterator
      • getNext

        protected com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductSoftwareComponentDeployment getNext()
        Specified by:
        getNext in class com.sap.sup.admin.sldsupplier.sc.BaseProductSoftwareComponentDeploymentsIterator
      • isNew

        protected boolean isNew​(com.sap.sup.admin.sldsupplier.data.model.sc.meta.xml.ProductSoftwareComponentDeployment deployment)