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 SummaryNested ClassesModifier and TypeClassDescriptionstatic class
- 
Field SummaryFields inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandlerbeans, commonTaskBeans, handlerRegistry
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionAbstractActivityRun<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler, ?> createActivityRun(@NotNull ActivityRunInstantiationContext<ExplicitChangeExecutionActivityHandler.MyWorkDefinition, ExplicitChangeExecutionActivityHandler> context, @NotNull OperationResult result) Returns task archetype OID connected to this activity handler.voidregister()voidMethods inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandlergetModelBeansMethods inherited from class java.lang.Objectclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitMethods inherited from interface com.evolveum.midpoint.repo.common.activity.handlers.ActivityHandlercreateChildActivities, formatCandidateIdentifier, getRootActivityStateDefinition
- 
Constructor Details- 
ExplicitChangeExecutionActivityHandlerpublic ExplicitChangeExecutionActivityHandler()
 
- 
- 
Method Details- 
register@PostConstruct public void register()
- 
unregister@PreDestroy public void unregister()
- 
getIdentifierPrefix
- 
getDefaultArchetypeOidDescription copied from interface:ActivityHandlerReturns 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.)
- 
createActivityRunpublic AbstractActivityRun<ExplicitChangeExecutionActivityHandler.MyWorkDefinition,ExplicitChangeExecutionActivityHandler, createActivityRun?> (@NotNull @NotNull ActivityRunInstantiationContext<ExplicitChangeExecutionActivityHandler.MyWorkDefinition, ExplicitChangeExecutionActivityHandler> context, @NotNull @NotNull OperationResult result) 
 
-