Uses of Class
com.evolveum.midpoint.common.mining.utils.values.FrequencyItem
Packages that use FrequencyItem
Package
Description
-
Uses of FrequencyItem in com.evolveum.midpoint.common.mining.objects.chunk
Fields in com.evolveum.midpoint.common.mining.objects.chunk declared as FrequencyItemMethods in com.evolveum.midpoint.common.mining.objects.chunk that return FrequencyItemMethods in com.evolveum.midpoint.common.mining.objects.chunk with parameters of type FrequencyItemConstructors in com.evolveum.midpoint.common.mining.objects.chunk with parameters of type FrequencyItemModifierConstructorDescriptionMiningBaseTypeChunk(@NotNull List<String> roles, @NotNull List<String> users, @NotNull String chunkName, FrequencyItem frequency, @NotNull RoleAnalysisObjectStatus objectStatus) MiningRoleTypeChunk(@NotNull List<String> roles, @NotNull List<String> users, @NotNull String chunkName, FrequencyItem frequency, @NotNull RoleAnalysisObjectStatus objectStatus) MiningRoleTypeChunk(@NotNull List<String> roles, @NotNull List<String> users, @NotNull String chunkName, FrequencyItem frequency, @NotNull RoleAnalysisOperationMode operationMode) MiningUserTypeChunk(@NotNull List<String> users, @NotNull List<String> roles, @NotNull String chunkName, FrequencyItem frequency, @NotNull RoleAnalysisObjectStatus objectStatus) MiningUserTypeChunk(@NotNull List<String> users, @NotNull List<String> roles, @NotNull String chunkName, FrequencyItem frequency, @NotNull RoleAnalysisOperationMode operationMode) -
Uses of FrequencyItem in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util.outlier with parameters of type FrequencyItemModifier and TypeMethodDescriptionstatic voidOutliersDetectionUtil.resolveOutlierAnomalies(@NotNull RoleAnalysisService roleAnalysisService, @NotNull AttributeAnalysisCache analysisCache, @NotNull Task task, @NotNull OperationResult result, @NotNull MiningRoleTypeChunk miningRoleTypeChunk, @NotNull ZScoreData zScoreData, @NotNull FrequencyItem frequencyItem, @NotNull List<String> members, @NotNull List<MiningRoleTypeChunk> miningRoleTypeChunks, @NotNull RoleAnalysisSessionType session, @Nullable List<RoleAnalysisAttributeDef> attributesForUserAnalysis, int userCountInRepo, @NotNull com.google.common.collect.ListMultimap<String, DetectedAnomalyResult> userRoleMap)