Class ExplicitChangeExecutionActivityHandler
java.lang.Object
com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler>
com.evolveum.midpoint.model.impl.tasks.ExplicitChangeExecutionActivityHandler
- All Implemented Interfaces:
ActivityRunSupplier<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,
,ExplicitChangeExecutionActivityHandler> CandidateIdentifierFormatter
,ActivityHandler<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,
ExplicitChangeExecutionActivityHandler>
@Component
public class ExplicitChangeExecutionActivityHandler
extends ModelActivityHandler<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler>
Executes a set of change requests, each consisting of a set of deltas (presenting a single model operation).
This activity is used to execute changes in background.
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler
beans, commonTaskBeans, handlerRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAbstractActivityRun<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,
ExplicitChangeExecutionActivityHandler, ?> createActivityRun
(@NotNull ActivityRunInstantiationContext<ExplicitChangeExecutionActivityHandler.MyWorkDefinition, ExplicitChangeExecutionActivityHandler> context, @NotNull OperationResult result) Returns task archetype OID connected to this activity handler.void
register()
void
Methods inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler
getModelBeans
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
Methods inherited from interface com.evolveum.midpoint.repo.common.activity.handlers.ActivityHandler
createChildActivities, formatCandidateIdentifier, getRootActivityStateDefinition
-
Constructor Details
-
ExplicitChangeExecutionActivityHandler
public ExplicitChangeExecutionActivityHandler()
-
-
Method Details
-
register
@PostConstruct public void register() -
unregister
@PreDestroy public void unregister() -
getIdentifierPrefix
-
getDefaultArchetypeOid
Description copied from interface:ActivityHandler
Returns task archetype OID connected to this activity handler. When a generic task starts, it is given an archetype based on the activity handler for the task's main activity. (If not set before.) -
createActivityRun
public AbstractActivityRun<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler, createActivityRun?> (@NotNull @NotNull ActivityRunInstantiationContext<ExplicitChangeExecutionActivityHandler.MyWorkDefinition, ExplicitChangeExecutionActivityHandler> context, @NotNull @NotNull OperationResult result)
-