Uses of Class
com.evolveum.midpoint.model.impl.mining.algorithm.cluster.object.RoleAnalysisAttributeDefConvert
Packages that use RoleAnalysisAttributeDefConvert
Package
Description
-
Uses of RoleAnalysisAttributeDefConvert in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util
Method parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.action.util with type arguments of type RoleAnalysisAttributeDefConvertModifier and TypeMethodDescriptionClusteringUtils.prepareDataPointsRoleModeRules(@NotNull com.google.common.collect.ListMultimap<List<String>, String> chunkMap, @NotNull RoleAnalysisService roleAnalysisService, @NotNull List<RoleAnalysisAttributeDefConvert> roleAnalysisAttributeDefConverts, @NotNull Task task) ClusteringUtils.prepareDataPointsUserModeRules(@NotNull com.google.common.collect.ListMultimap<List<String>, String> chunkMap, @NotNull RoleAnalysisService roleAnalysisService, @NotNull List<RoleAnalysisAttributeDefConvert> roleAnalysisAttributeDefConverts, @NotNull Task task) -
Uses of RoleAnalysisAttributeDefConvert in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism
Constructor parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.mechanism with type arguments of type RoleAnalysisAttributeDefConvertModifierConstructorDescriptionJaccardDistancesMeasure(int minIntersection, @NotNull Set<RoleAnalysisAttributeDefConvert> attributesMatch, int minIntersectionAttributes) -
Uses of RoleAnalysisAttributeDefConvert in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.object
Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.object that return types with arguments of type RoleAnalysisAttributeDefConvertModifier and TypeMethodDescriptionstatic @NotNull List<RoleAnalysisAttributeDefConvert>RoleAnalysisAttributeDefConvert.generateMatchingRulesList(ClusteringAttributeSettingType clusteringSettings, @NotNull RoleAnalysisProcessModeType processMode) ExtensionProperties.getAttributesMatch()com.google.common.collect.ListMultimap<RoleAnalysisAttributeDefConvert,String> ExtensionProperties.getObject()Returns the underlying ListMultimap.Methods in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.object with parameters of type RoleAnalysisAttributeDefConvertModifier and TypeMethodDescriptionvoidExtensionProperties.addProperty(RoleAnalysisAttributeDefConvert key, String value) Adds a property to the extension properties.booleanExtensionProperties.containsKey(RoleAnalysisAttributeDefConvert key) Checks if the extension properties contain a specific key.ExtensionProperties.getSetValuesForKeys(RoleAnalysisAttributeDefConvert key) ExtensionProperties.getSingleValueForKey(RoleAnalysisAttributeDefConvert key) ExtensionProperties.getValuesForKey(RoleAnalysisAttributeDefConvert key) Gets all values associated with a specific key.booleanExtensionProperties.removeProperty(RoleAnalysisAttributeDefConvert key, String value) Removes a specific property.Constructor parameters in com.evolveum.midpoint.model.impl.mining.algorithm.cluster.object with type arguments of type RoleAnalysisAttributeDefConvertModifierConstructorDescriptionExtensionProperties(com.google.common.collect.ListMultimap<RoleAnalysisAttributeDefConvert, String> object) Constructs extension properties with the given ListMultimap.