Class ActivityProgressInformation

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

public class ActivityProgressInformation extends Object implements DebugDumpable, Serializable
Summarized representation of a progress of an activity and its sub-activities. Examples: - 23% in 1/3 - 23% in 2/2 in 2/3 TODO optimize task reading: avoid doing that for completed subtasks TODO i8n NOTE: User-oriented information on the activity can be obtained by resolving the following keys (for example): - Activity.name.shadows-collection="Shadows collection" - Activity.explanation.shadows-collection="Collecting correlated shadows" The first one is used as the traditional activity name (with wording like "User recomputation", "Resource reconciliation", ...) while the second one is used to display the activity in the task progress panel - what is the task doing at the moment.
See Also: