Class ActivityHandlerRegistry

java.lang.Object
com.evolveum.midpoint.repo.common.activity.handlers.ActivityHandlerRegistry

@Component public class ActivityHandlerRegistry extends Object
Registry of activity handlers for different work definition types (either standard or customer-provided). This is similar to the task handler registry. However, the task handlers were identified by URI, whereas activity handlers have no such direct identifier. They are selected by work definition class (like `RecomputationWorkDefinition`) that is itself found in the work definition factory by the work definition bean type name (like `RecomputationWorkDefinitionType`).