Class ShadowIntegrityCheckActivityHandler
- java.lang.Object
-
- com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler>
-
- com.evolveum.midpoint.model.impl.integrity.shadows.ShadowIntegrityCheckActivityHandler
-
- All Implemented Interfaces:
ActivityRunSupplier<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler>
,CandidateIdentifierFormatter
,ActivityHandler<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler>
@Component public class ShadowIntegrityCheckActivityHandler extends ModelActivityHandler<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler>
Task handler for "Shadow integrity check" task. The purpose of this task is to detect and optionally delete duplicate shadows, i.e. distinct shadows that correspond to the same resource object. * Task handler for "Normalize attribute/property data" task. The purpose of this task is to normalize data stored in repository when the corresponding matching rule changes (presumably from non-normalizing to normalizing one, e.g. from case sensitive to case insensitive). The reason is that if the data in the repository would be stored in non-normalized form, the would be effectively hidden for any search on that particular attribute.
-
-
Field Summary
-
Fields inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler
beans, commonTaskBeans, handlerRegistry
-
-
Constructor Summary
Constructors Constructor Description ShadowIntegrityCheckActivityHandler()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description AbstractActivityRun<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler,?>
createActivityRun(@NotNull ActivityRunInstantiationContext<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler> context, @NotNull OperationResult result)
String
getDefaultArchetypeOid()
Returns task archetype OID connected to this activity handler.String
getIdentifierPrefix()
void
register()
void
unregister()
-
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
-
-
-
-
Method Detail
-
register
@PostConstruct public void register()
-
unregister
@PreDestroy public void unregister()
-
createActivityRun
public AbstractActivityRun<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler,?> createActivityRun(@NotNull @NotNull ActivityRunInstantiationContext<ShadowIntegrityCheckWorkDefinition,ShadowIntegrityCheckActivityHandler> context, @NotNull @NotNull OperationResult result)
-
getIdentifierPrefix
public String getIdentifierPrefix()
-
getDefaultArchetypeOid
public String 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.)
-
-