Class ProgressInformation

java.lang.Object
com.evolveum.midpoint.model.api.ProgressInformation
All Implemented Interfaces:
DebugDumpable, Serializable

public class ProgressInformation extends Object implements Serializable, DebugDumpable
Describes a state of the operation. Although theoretically everything relevant should be in the model context, as a convenience for clients interpreting this structure we offer explicit denotation of specific events (see ActivityType). HIGHLY EXPERIMENTAL. Probably should be refactored (e.g. by providing strong typing via class hierarchy).
See Also: