java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.clustering.StandardClustering
All Implemented Interfaces:
Clusterable

public class StandardClustering extends Object implements Clusterable
Implements the standard category clustering operation for role analysis. This class is responsible for executing the clustering operation.
  • Constructor Details

    • StandardClustering

      public StandardClustering()
  • Method Details

    • executeClustering

      @NotNull public @NotNull List<PrismObject<RoleAnalysisClusterType>> executeClustering(@NotNull @NotNull RoleAnalysisService roleAnalysisService, @NotNull @NotNull ModelService modelService, @NotNull @NotNull RoleAnalysisSessionType session, @NotNull @NotNull RoleAnalysisProgressIncrement handler, @NotNull @NotNull Task task, @NotNull @NotNull OperationResult result)
      Description copied from interface: Clusterable
      Execute the clustering action for role analysis.
      Specified by:
      executeClustering in interface Clusterable
      Parameters:
      roleAnalysisService - The role analysis service for performing operations.
      modelService - The model service for performing operations.
      session - The role analysis session.
      handler - The progress increment handler.
      task - The task being executed.
      result - The operation result.
      Returns:
      A list of PrismObject instances representing the cluster.