Class ItemsProgressOverviewType

java.lang.Object
com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
com.evolveum.midpoint.xml.ns._public.common.common_3.ItemsProgressOverviewType
All Implemented Interfaces:
PlainStructured, JaxbVisitable, Serializable, Cloneable

public class ItemsProgressOverviewType extends com.evolveum.midpoint.prism.impl.binding.AbstractPlainStructured
Information on items processing (for activity state overview).
See Also:
  • Field Details

    • expectedTotal

      protected Integer expectedTotal
    • successfullyProcessed

      protected Integer successfullyProcessed
    • failed

      protected Integer failed
    • skipped

      protected Integer skipped
    • COMPLEX_TYPE

      public static final QName COMPLEX_TYPE
    • F_EXPECTED_TOTAL

      public static final ItemName F_EXPECTED_TOTAL
    • F_SUCCESSFULLY_PROCESSED

      public static final ItemName F_SUCCESSFULLY_PROCESSED
    • F_FAILED

      public static final ItemName F_FAILED
    • F_SKIPPED

      public static final ItemName F_SKIPPED
  • Constructor Details

    • ItemsProgressOverviewType

      public ItemsProgressOverviewType()
    • ItemsProgressOverviewType

      public ItemsProgressOverviewType(ItemsProgressOverviewType other)
  • Method Details