Class AsyncUpdateActivityHandler
- java.lang.Object
 - 
- com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler>
 - 
- com.evolveum.midpoint.model.impl.sync.tasks.async.AsyncUpdateActivityHandler
 
 
 
- 
- All Implemented Interfaces:
 ActivityRunSupplier<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler>,CandidateIdentifierFormatter,ActivityHandler<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler>
@Component public class AsyncUpdateActivityHandler extends ModelActivityHandler<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler>
Activity handler for controlled processing of asynchronous updates. 
- 
- 
Field Summary
- 
Fields inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler
beans, commonTaskBeans, handlerRegistry 
 - 
 
- 
Constructor Summary
Constructors Constructor Description AsyncUpdateActivityHandler() 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description @NotNull AbstractActivityRun<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler,AbstractActivityWorkStateType>createActivityRun(@NotNull ActivityRunInstantiationContext<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler> context, @NotNull OperationResult result)StringgetDefaultArchetypeOid()Returns task archetype OID connected to this activity handler.StringgetIdentifierPrefix()@NotNull ActivityStateDefinition<?>getRootActivityStateDefinition()Returns state definition for standalone (root) activity paired with this handler.voidregister()voidunregister()- 
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 
 - 
 
 - 
 
- 
- 
Method Detail
- 
register
@PostConstruct public void register()
 
- 
unregister
@PreDestroy public void unregister()
 
- 
createActivityRun
@NotNull public @NotNull AbstractActivityRun<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler,AbstractActivityWorkStateType> createActivityRun(@NotNull @NotNull ActivityRunInstantiationContext<AsyncUpdateWorkDefinition,AsyncUpdateActivityHandler> context, @NotNull @NotNull OperationResult result)
 
- 
getIdentifierPrefix
public String getIdentifierPrefix()
 
- 
getRootActivityStateDefinition
@NotNull public @NotNull ActivityStateDefinition<?> getRootActivityStateDefinition()
Description copied from interface:ActivityHandlerReturns state definition for standalone (root) activity paired with this handler. Definitions for embedded activities are provided by activities themselves, which are returned byActivityHandler.createChildActivities(Activity)method. 
- 
getDefaultArchetypeOid
public String getDefaultArchetypeOid()
Description 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.) 
 - 
 
 -