Class ItemsProgressInformation
java.lang.Object
com.evolveum.midpoint.schema.util.task.ItemsProgressInformation
- All Implemented Interfaces:
- DebugDumpable,- Serializable
Task progress counted in items.
- See Also:
- 
Field SummaryFields inherited from interface com.evolveum.midpoint.util.DebugDumpableINDENT_STRING
- 
Method SummaryModifier and TypeMethodDescriptionvoiddebugDump(int indent) booleanstatic @Nullable ItemsProgressInformationfromOverview(@NotNull ActivityStateOverviewType overview) intfloatintinthashCode()@NotNull StringtoHumanReadableString(boolean longForm) toString()Methods inherited from class java.lang.Objectclone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.util.DebugDumpabledebugDump, debugDumpLazily, debugDumpLazily
- 
Method Details- 
fromOverview@Nullable public static @Nullable ItemsProgressInformation fromOverview(@NotNull @NotNull ActivityStateOverviewType overview) 
- 
getProgresspublic int getProgress()
- 
getErrorspublic int getErrors()
- 
getExpectedProgress
- 
toString
- 
debugDump- Specified by:
- debugDumpin interface- DebugDumpable
 
- 
getPercentagepublic float getPercentage()
- 
checkConsistencepublic void checkConsistence()
- 
equals
- 
hashCodepublic int hashCode()
- 
toHumanReadableString
 
-