Uses of Class
com.evolveum.midpoint.common.mining.objects.detection.DetectionOption
Packages that use DetectionOption
Package
Description
-
Uses of DetectionOption in com.evolveum.midpoint.common.mining.utils
Methods in com.evolveum.midpoint.common.mining.utils that return DetectionOptionModifier and TypeMethodDescriptionstatic @NotNull DetectionOptionRoleAnalysisUtils.loadDetectionOption(@NotNull RoleAnalysisDetectionOptionType detectionOptionType) -
Uses of DetectionOption in com.evolveum.midpoint.model.api.mining
Methods in com.evolveum.midpoint.model.api.mining with parameters of type DetectionOptionModifier and TypeMethodDescriptionvoidRoleAnalysisService.recomputeClusterDetectionOptions(@NotNull String clusterOid, @NotNull DetectionOption detectionOption, @NotNull Task task, @NotNull OperationResult result) Recompute the detection options of a RoleAnalysisClusterType object. -
Uses of DetectionOption in com.evolveum.midpoint.model.impl.mining
Methods in com.evolveum.midpoint.model.impl.mining with parameters of type DetectionOptionModifier and TypeMethodDescriptionvoidRoleAnalysisServiceImpl.recomputeClusterDetectionOptions(@NotNull String clusterOid, @NotNull DetectionOption detectionOption, @NotNull Task task, @NotNull OperationResult result) -
Uses of DetectionOption in com.evolveum.midpoint.model.impl.mining.algorithm.detection
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.detection with parameters of type DetectionOptionModifier and TypeMethodDescription<T extends MiningBaseTypeChunk>
@NotNull List<DetectedPattern>DetectionOperation.performDetection(@NotNull RoleAnalysisProcessModeType processMode, @NotNull List<T> miningBaseTypeChunks, @NotNull DetectionOption detectionOption, @NotNull RoleAnalysisProgressIncrement handler) Performs pattern detection using the provided mining role type chunks, detection options, progress increment handler and process mode.<T extends MiningBaseTypeChunk>
@NotNull List<DetectedPattern>PatternResolver.performDetection(@NotNull RoleAnalysisProcessModeType processMode, @NotNull List<T> miningBaseTypeChunks, @NotNull DetectionOption detectionOption, @NotNull RoleAnalysisProgressIncrement handler) Constructors in com.evolveum.midpoint.model.impl.mining.algorithm.detection with parameters of type DetectionOptionModifierConstructorDescriptionDefaultDetectionAction(@NotNull DetectionOption detectionOption) Constructs a DefaultDetectionAction with the specified detection option.