Uses of Interface
com.evolveum.midpoint.repo.common.activity.PreRunnable
Packages that use PreRunnable
Package
Description
Contains the activity framework: the code that supports execution of activities within tasks.
-
Uses of PreRunnable in com.evolveum.midpoint.repo.common.activity
Methods in com.evolveum.midpoint.repo.common.activity that return PreRunnableMethods in com.evolveum.midpoint.repo.common.activity with parameters of type PreRunnableModifier and TypeMethodDescriptionstatic <WD extends WorkDefinition,AH extends ActivityHandler<WD, AH>>
EmbeddedActivity<WD,AH> EmbeddedActivity.create(@NotNull ActivityDefinition<WD> definition, @NotNull ActivityRunSupplier<WD, AH> activityRunSupplier, @Nullable PreRunnable<WD, AH> preRunnable, @NotNull CandidateIdentifierFormatter candidateIdentifierFormatter, @NotNull ActivityStateDefinition<?> activityStateDefinition, @NotNull Activity<WD, AH> parent) Creates an embedded activity.