Class RoleAnalysisClusteringActivityHandler
java.lang.Object
com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler<RoleAnalysisClusteringActivityHandler.MyWorkDefinition,RoleAnalysisClusteringActivityHandler>
com.evolveum.midpoint.model.impl.tasks.RoleAnalysisClusteringActivityHandler
- All Implemented Interfaces:
ActivityRunSupplier<RoleAnalysisClusteringActivityHandler.MyWorkDefinition,
,RoleAnalysisClusteringActivityHandler> CandidateIdentifierFormatter
,ActivityHandler<RoleAnalysisClusteringActivityHandler.MyWorkDefinition,
RoleAnalysisClusteringActivityHandler>
@Component
public class RoleAnalysisClusteringActivityHandler
extends ModelActivityHandler<RoleAnalysisClusteringActivityHandler.MyWorkDefinition,RoleAnalysisClusteringActivityHandler>
TODO
-
Nested Class Summary
Modifier and TypeClassDescriptionstatic class
-
Field Summary
Fields inherited from class com.evolveum.midpoint.model.impl.tasks.ModelActivityHandler
beans, commonTaskBeans, handlerRegistry
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionAbstractActivityRun<RoleAnalysisClusteringActivityHandler.MyWorkDefinition,
RoleAnalysisClusteringActivityHandler, ?> createActivityRun
(@NotNull ActivityRunInstantiationContext<RoleAnalysisClusteringActivityHandler.MyWorkDefinition, RoleAnalysisClusteringActivityHandler> context, @NotNull OperationResult result) Returns task archetype OID connected to this activity handler.void
register()
void
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
-
Constructor Details
-
RoleAnalysisClusteringActivityHandler
public RoleAnalysisClusteringActivityHandler()
-
-
Method Details
-
register
@PostConstruct public void register() -
unregister
@PreDestroy public void unregister() -
getIdentifierPrefix
-
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.) -
createActivityRun
public AbstractActivityRun<RoleAnalysisClusteringActivityHandler.MyWorkDefinition,RoleAnalysisClusteringActivityHandler, createActivityRun?> (@NotNull @NotNull ActivityRunInstantiationContext<RoleAnalysisClusteringActivityHandler.MyWorkDefinition, RoleAnalysisClusteringActivityHandler> context, @NotNull @NotNull OperationResult result)
-