Class ItemsProgressInformation

java.lang.Object
com.evolveum.midpoint.schema.util.task.ItemsProgressInformation
All Implemented Interfaces:
DebugDumpable, Serializable

public class ItemsProgressInformation extends Object implements DebugDumpable, Serializable
Task progress counted in items.
See Also:
  • Method Details

    • fromOverview

      @Nullable public static @Nullable ItemsProgressInformation fromOverview(@NotNull @NotNull ActivityStateOverviewType overview)
    • getProgress

      public int getProgress()
    • getErrors

      public int getErrors()
    • getExpectedProgress

      public Integer getExpectedProgress()
    • toString

      public String toString()
      Overrides:
      toString in class Object
    • debugDump

      public String debugDump(int indent)
      Specified by:
      debugDump in interface DebugDumpable
    • getPercentage

      public float getPercentage()
    • checkConsistence

      public void checkConsistence()
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object
    • toHumanReadableString

      @NotNull public @NotNull String toHumanReadableString(boolean longForm)