java.lang.Object
com.evolveum.midpoint.repo.common.activity.run.state.ActivityState
All Implemented Interfaces:
DebugDumpable
Direct Known Subclasses:
CurrentActivityState, OtherActivityState

public abstract class ActivityState extends Object implements DebugDumpable
In-memory (live) representation of ActivityStateType. Can deal with the current activity (CurrentActivityState) - in that case there are more powerful actions, including updating the state in the repository. Or, it can deal with the state of a different activity (OtherActivityState).