Package com.evolveum.midpoint.repo.common.activity
package com.evolveum.midpoint.repo.common.activity
Contains the activity framework: the code that supports execution of activities within tasks.
The framework itself is distinct from implementation of individual activities.
-
ClassDescriptionBinds together all the information about an activity and its run (if present).Notifies external observers about activity-related events.Creates (typed)
AbstractActivityRun
objects for given activity.Represents the tree of activities that comprise a logical task.Represents the activity tree state overview that is stored in the root task.A sub-activity that does not have its own (explicit) definition.A code that executes before local or distributing activity run takes place.Notifies external observers about "report created" events.This is an activity that can be instantiated in standalone way (i.e.Provides common functionality related to activities (something likeTaskManager
does for tasks).