Class ReindexActivityHandler
java.lang.Object
com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler<WD,SAH>
 
com.evolveum.midpoint.model.impl.tasks.simple.SimpleActivityHandler<ObjectType,ReindexActivityHandler.MyWorkDefinition,ReindexActivityHandler>
  
com.evolveum.midpoint.model.impl.tasks.ReindexActivityHandler
- All Implemented Interfaces:
- ActivityRunSupplier<ReindexActivityHandler.MyWorkDefinition,,- ReindexActivityHandler> - CandidateIdentifierFormatter,- ActivityHandler<ReindexActivityHandler.MyWorkDefinition,- ReindexActivityHandler> 
@Component
public class ReindexActivityHandler
extends SimpleActivityHandler<ObjectType,ReindexActivityHandler.MyWorkDefinition,ReindexActivityHandler>  
Activity handler for reindexing activity.
 It simply executes empty modification delta on each repository object found.
 TODO implement also for sub-objects, namely certification cases.
- 
Nested Class SummaryNested ClassesNested classes/interfaces inherited from class com.evolveum.midpoint.model.impl.tasks.simple.SimpleActivityHandlerSimpleActivityHandler.ExecutionSupplier<O extends ObjectType,WD extends WorkDefinition, SAH extends SimpleActivityHandler<O, WD, SAH>> 
- 
Field SummaryFields inherited from class com.evolveum.midpoint.model.impl.tasks.simple.SimpleActivityHandlerbulkActionsService, clock, clockwork, contextFactory, modelController, modelObjectResolver, modelService, prismContext, provisioningService, repositoryService, securityEnforcer, synchronizationService, syncTaskHelper, workDefinitionFactoryFields inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandlerbeans, commonTaskBeans, handlerRegistry
- 
Constructor SummaryConstructors
- 
Method SummaryModifier and TypeMethodDescriptionReturns task archetype OID connected to this activity handler.protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,ReindexActivityHandler.MyWorkDefinition, ReindexActivityHandler> protected @NotNull Stringprotected @NotNull Class<ReindexActivityHandler.MyWorkDefinition>protected @NotNull QNameprotected @NotNull WorkDefinitionFactory.WorkDefinitionSupplierprotected @NotNull QNameMethods inherited from class com.evolveum.midpoint.model.impl.tasks.simple.SimpleActivityHandlercreateActivityRun, register, unregisterMethods 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- 
ReindexActivityHandlerpublic ReindexActivityHandler()
 
- 
- 
Method Details- 
getWorkDefinitionTypeName
- 
getWorkDefinitionItemName
- 
getWorkDefinitionClass
- 
getWorkDefinitionSupplier@NotNull protected @NotNull WorkDefinitionFactory.WorkDefinitionSupplier getWorkDefinitionSupplier()
- 
getExecutionSupplier@NotNull protected @NotNull SimpleActivityHandler.ExecutionSupplier<ObjectType,ReindexActivityHandler.MyWorkDefinition, getExecutionSupplier()ReindexActivityHandler> - Specified by:
- getExecutionSupplierin class- SimpleActivityHandler<ObjectType,- ReindexActivityHandler.MyWorkDefinition, - ReindexActivityHandler> 
 
- 
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.)
- 
getShortName- Specified by:
- getShortNamein class- SimpleActivityHandler<ObjectType,- ReindexActivityHandler.MyWorkDefinition, - ReindexActivityHandler> 
 
- 
getIdentifierPrefix
 
-