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 Summary
Fields inherited from interface com.evolveum.midpoint.util.DebugDumpable
INDENT_STRING
-
Method Summary
Modifier and TypeMethodDescriptionvoid
debugDump
(int indent) boolean
static @Nullable ItemsProgressInformation
fromOverview
(@NotNull ActivityStateOverviewType overview) int
float
int
int
hashCode()
@NotNull String
toHumanReadableString
(boolean longForm) toString()
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.util.DebugDumpable
debugDump, debugDumpLazily, debugDumpLazily
-
Method Details
-
fromOverview
@Nullable public static @Nullable ItemsProgressInformation fromOverview(@NotNull @NotNull ActivityStateOverviewType overview) -
getProgress
public int getProgress() -
getErrors
public int getErrors() -
getExpectedProgress
-
toString
-
debugDump
- Specified by:
debugDump
in interfaceDebugDumpable
-
getPercentage
public float getPercentage() -
checkConsistence
public void checkConsistence() -
equals
-
hashCode
public int hashCode() -
toHumanReadableString
-