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.
-
Interface Summary Interface Description ActivityRunSupplier<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>> ActivityVisitor CandidateIdentifierFormatter PreRunnable<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>> A code that executes before local or distributing activity run takes place. -
Class Summary Class Description Activity<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>> Binds together all the information about an activity and its run (if present).ActivityTree Represents the tree of activities that comprise a logical task.ActivityTreeStateOverview EmbeddedActivity<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>> StandaloneActivity<WD extends WorkDefinition,AH extends ActivityHandler<WD,AH>> This is an activity that can be instantiated in standalone way (i.e.TaskActivityManager Provides common functionality related to activities (something likeTaskManager
does for tasks).